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 interfaceIPropCnrChoiceOption<CHOICE extends IPropCnrChoiceOption<CHOICE>>Interface used to tag an option for generic options that can be retrieved or set.interfaceIPropCnrChoiceSettings<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 interfaceIChartChoiceOptionTagging 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 classChartThemeThe chart theme option.classTitlePositionThe 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 interfaceIAxisChoiceOptionTagging 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 classAxisFixLowerThis enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE.classAxisFixUpperThis enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE.classAxisPositionThe position of the axis.classAxisTitleOrientationThe 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 interfaceIPlotChoiceOptionTagging 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 classPlotLabelStyleThe placement of the labels varies with the different chart plot types along with their default values.classPlotRadialGradientThe option for radial gradient in a pie: NATIVE, LINEAR or FAN.classPlotTypeThe Plot2D type of the chart.