public interface UiCurve
| Modifier and Type | Method and Description |
|---|---|
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
|
java.lang.String getName()
java.lang.String getXAxisOutputChannelName()
java.lang.String getYAxisOutputChannelName()
int getYAxisParameterCount()
java.lang.String getYAxisParameterName(int index)
index - int getXAxisParameterCount()
java.lang.String getXAxisParameterName(int index)
index -