Class GraphicalOptions


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

      • GraphicalOptions

        public GraphicalOptions()
    • Method Detail

      • setAxisRelationToParameter

        public void setAxisRelationToParameter​(java.lang.String parameterName)
        Links the parent ParameterDefinition to the axis of another Parameter.
      • 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​(java.lang.String parameterName)
        Sets the output parameter name that will be used to group results.
        Parameters:
        parameterName - String
        Since:
        1.3.0
        See Also:
        ParameterDefinition
      • getGroupByParameterName

        public java.lang.String getGroupByParameterName()
        Since:
        1.3.0