Package | Description |
---|---|
InstrumentationPlatformGUI | |
InstrumentationPlatformGUI.Elements |
Modifier and Type | Method and Description |
---|---|
FloatProperty |
PlotLine.getProperty(int propertyId)
Get the
FloatProperty , based on the given unique ID |
FloatProperty |
PlotLine.getPropertyByName(java.lang.String name)
Return a
Property , given its unique name. |
Modifier and Type | Method and Description |
---|---|
void |
PlotLine.addProperty(FloatProperty p)
Register a new
Property for this PlotLine . |
Modifier and Type | Method and Description |
---|---|
FloatProperty |
GUIChart.getLineProperty(java.lang.String lineLetter,
int propertyId)
Return the line property object, given the letter of the line, property
of which we are accessing, and the ID, determining which property we are
accessing.
|