Interface UiCurve


public interface UiCurve
Author:
Philip Tobin
  • 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

      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

      String getXAxisParameterName(int index)
      provides access to the X Axis Parameters names by index
      Parameters:
      index -
      Returns:
      parameter name