public final class GraphicalOptions extends Object
ParameterDefinition
, which is used for chart generation.Constructor and Description |
---|
GraphicalOptions() |
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getAxisName()
Returns the axis name.
|
String |
getAxisRelationToParameter() |
String |
getGroupByParameterName() |
void |
setAxisName(com.onwbp.base.text.UserMessage axisName)
Sets the name of the axis associated with the parent
ParameterDefinition . |
void |
setAxisRelationToParameter(String parameterName)
Links the parent
ParameterDefinition to the axis of another Parameter. |
void |
setGroupByParameterName(String parameterName)
Sets the output parameter name that will be used to group results.
|
public void setAxisRelationToParameter(String parameterName)
ParameterDefinition
to the axis of another Parameter.public String getAxisRelationToParameter()
setAxisRelationToParameter(String)
public void setAxisName(com.onwbp.base.text.UserMessage axisName)
ParameterDefinition
.public com.onwbp.base.text.UserMessage getAxisName()
public void setGroupByParameterName(String parameterName)
parameterName
- StringParameterDefinition
public String getGroupByParameterName()