Uses of Interface
com.iizix.prop.IPropCnrChoiceOption
Packages that use IPropCnrChoiceOption Package Description com.iizigo.panel.prop.chart com.iizix.prop com.iizix.prop.ui.chart com.iizix.prop.ui.chart.axis2d com.iizix.prop.ui.chart.plot2d Uses of IPropCnrChoiceOption in com.iizigo.panel.prop.chart
Methods in com.iizigo.panel.prop.chart that return IPropCnrChoiceOption Modifier and Type Method Description IPropCnrChoiceOption<?>[]
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
Classes in com.iizix.prop with type parameters of type IPropCnrChoiceOption Modifier and Type Interface Description interface
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,Methods in com.iizix.prop that return IPropCnrChoiceOption Modifier and Type Method Description IPropCnrChoiceOption<CHOICE>[]
IPropCnrChoiceOption. enumValues()
Gets all the choices possible, including default.Uses of IPropCnrChoiceOption in com.iizix.prop.ui.chart
Subinterfaces of IPropCnrChoiceOption in com.iizix.prop.ui.chart Modifier and Type Interface Description interface
IChartChoiceOption
Tagging interface used to tag an option for axes that can be retrieved or set.Classes in com.iizix.prop.ui.chart that implement IPropCnrChoiceOption Modifier and Type Class Description class
ChartTheme
The chart theme option.class
TitlePosition
The chart title position.Uses of IPropCnrChoiceOption in com.iizix.prop.ui.chart.axis2d
Subinterfaces of IPropCnrChoiceOption in com.iizix.prop.ui.chart.axis2d Modifier and Type Interface Description interface
IAxisChoiceOption
Tagging interface used to tag an option for axes that can be retrieved or set.Classes in com.iizix.prop.ui.chart.axis2d that implement IPropCnrChoiceOption Modifier and Type Class Description class
AxisFixLower
This enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE.class
AxisFixUpper
This enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE.class
AxisPosition
The position of the axis.class
AxisTitleOrientation
The orientation for axis title.Uses of IPropCnrChoiceOption in com.iizix.prop.ui.chart.plot2d
Subinterfaces of IPropCnrChoiceOption in com.iizix.prop.ui.chart.plot2d Modifier and Type Interface Description interface
IPlotChoiceOption
Tagging interface used to tag an option for axes that can be retrieved or set.Classes in com.iizix.prop.ui.chart.plot2d that implement IPropCnrChoiceOption Modifier and Type Class Description class
PlotLabelStyle
The placement of the labels varies with the different chart plot types along with their default values.class
PlotRadialGradient
The option for radial gradient in a pie: NATIVE, LINEAR or FAN.class
PlotType
The Plot2D type of the chart.