Class GraphicalOptions

java.lang.Object
com.orchestranetworks.addon.dqid.GraphicalOptions

public final class GraphicalOptions extends Object
Provides additional information for a ParameterDefinition, which is used for chart generation.
  • Constructor Details

    • GraphicalOptions

      public GraphicalOptions()
  • Method Details

    • setAxisRelationToParameter

      public void setAxisRelationToParameter(String parameterName)
      Links the parent ParameterDefinition to the axis of another Parameter.
    • getAxisRelationToParameter

      public String getAxisRelationToParameter()
      See Also:
    • setAxisName

      public void setAxisName(com.onwbp.base.text.UserMessage axisName)
      Sets the name of the axis associated with the parent ParameterDefinition.
    • getAxisName

      public com.onwbp.base.text.UserMessage getAxisName()
      Returns the axis name.
    • setGroupByParameterName

      public void setGroupByParameterName(String parameterName)
      Sets the output parameter name that will be used to group results.
      Parameters:
      parameterName - String
      Since:
      1.3.0
      See Also:
    • getGroupByParameterName

      public String getGroupByParameterName()
      Since:
      1.3.0