Package com.efiAnalytics.plugin.ecu
Interface UiCurve
public interface UiCurve
- Author:
- Philip Tobin
-
Method Summary
Modifier and TypeMethodDescriptiongetName()provides the name used to reference this as a UiPanel or otherwise.provides the OutputChannel Assigned to this CurveGraphintprovides the number of Parameters assigned to the X AxisgetXAxisParameterName(int index) provides access to the X Axis Parameters names by indexprovides the OutputChannel Assigned to this CurveGraphintprovides the number of Parameters assigned to the Y AxisgetYAxisParameterName(int index) provides access to the Y Axis Parameters names by index
-
Method Details
-
getName
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
String getXAxisOutputChannelName()provides the OutputChannel Assigned to this CurveGraph- Returns:
- OutputChannel Name
-
getYAxisOutputChannelName
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
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
provides access to the X Axis Parameters names by index- Parameters:
index-- Returns:
- parameter name
-