com.efiAnalytics.plugin.ecu
Interface UiCurve


public interface UiCurve

Author:
Philip Tobin

Method Summary
 java.lang.String getName()
          provides the name used to reference this as a UiPanel or otherwise.
 java.lang.String getXAxisOutputChannelName()
          provides the OutputChannel Assigned to this CurveGraph
 int getXAxisParameterCount()
          provides the number of Parameters assigned to the X Axis
 java.lang.String getXAxisParameterName(int index)
          provides access to the X Axis Parameters names by index
 java.lang.String getYAxisOutputChannelName()
          provides the OutputChannel Assigned to this CurveGraph
 int getYAxisParameterCount()
          provides the number of Parameters assigned to the Y Axis
 java.lang.String getYAxisParameterName(int index)
          provides access to the Y Axis Parameters names by index
 

Method Detail

getName

java.lang.String getName()
provides the name used to reference this as a UiPanel or otherwise.

Returns:
the name defined for this CurveGraph in the ini file.

getXAxisOutputChannelName

java.lang.String getXAxisOutputChannelName()
provides the OutputChannel Assigned to this CurveGraph

Returns:
OutputChannel Name

getYAxisOutputChannelName

java.lang.String getYAxisOutputChannelName()
provides the OutputChannel Assigned to this CurveGraph

Returns:
OutputChannel Name

getYAxisParameterCount

int getYAxisParameterCount()
provides the number of Parameters assigned to the Y Axis

Returns:
count

getYAxisParameterName

java.lang.String getYAxisParameterName(int index)
provides access to the Y Axis Parameters names by index

Parameters:
index -
Returns:
parameter name

getXAxisParameterCount

int getXAxisParameterCount()
provides the number of Parameters assigned to the X Axis

Returns:
count

getXAxisParameterName

java.lang.String getXAxisParameterName(int index)
provides access to the X Axis Parameters names by index

Parameters:
index -
Returns:
parameter name