Uses of Interface
com.iizix.prop.IPropCnrChoiceOption
Package
Description
Uses of IPropCnrChoiceOption in com.iizigo.panel.prop.chart
Modifier and TypeMethodDescriptionIPropCnrChoiceOption<?>[]
EAxis2D.getChoices()
Gets the choices possible with the value indexes.IPropCnrChoiceOption<?>[]
EPlot2D.getChoices()
Gets the choices possible with the value indexes.IPropCnrChoiceOption<?>[]
ESeries.getChoices()
Gets the choices possible with the value indexes.IPropCnrChoiceOption<?>[]
ESeriesValue.getChoices()
Gets the choices possible with the value indexes.IPropCnrChoiceOption<?>[]
EUIChart.getChoices()
Gets the choices possible with the value indexes.IPropCnrChoiceOption<?>[]
IChartProps.getChoices()
Gets the choices possible with the value indexes.Uses of IPropCnrChoiceOption in com.iizix.prop
Modifier and TypeInterfaceDescriptioninterface
IPropCnrChoiceOption<CHOICE extends IPropCnrChoiceOption<CHOICE>>
Interface used to tag an option for generic options that can be retrieved or set.interface
IPropCnrChoiceSettings<CHOICE extends IPropCnrChoiceOption<CHOICE>>
Interface implements by a property container supporting setting as choices, numbers,Modifier and TypeMethodDescriptionIPropCnrChoiceOption.enumValues()
Gets all the choices possible, including default.Uses of IPropCnrChoiceOption in com.iizix.prop.ui.chart
Modifier and TypeInterfaceDescriptioninterface
Tagging interface used to tag an option for axes that can be retrieved or set.Modifier and TypeClassDescriptionenum
The chart theme option.enum
The chart title position.Uses of IPropCnrChoiceOption in com.iizix.prop.ui.chart.axis2d
Modifier and TypeInterfaceDescriptioninterface
Tagging interface used to tag an option for axes that can be retrieved or set.Modifier and TypeClassDescriptionenum
This enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE.enum
This enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE.enum
The position of the axis.enum
The orientation for axis title.Uses of IPropCnrChoiceOption in com.iizix.prop.ui.chart.plot2d
Modifier and TypeInterfaceDescriptioninterface
Tagging interface used to tag an option for axes that can be retrieved or set.Modifier and TypeClassDescriptionenum
The placement of the labels varies with the different chart plot types along with their default values.enum
The option for radial gradient in a pie: NATIVE, LINEAR or FAN.enum
The Plot2D type of the chart.