Uses of Interface
com.iizix.prop.IPropCnrChoiceOption
Packages that use IPropCnrChoiceOption
Package
Description
Uses of IPropCnrChoiceOption in com.iizigo.panel.prop.chart
Methods in com.iizigo.panel.prop.chart that return IPropCnrChoiceOptionModifier 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
Classes in com.iizix.prop with type parameters of type IPropCnrChoiceOptionModifier 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,Methods in com.iizix.prop that return IPropCnrChoiceOptionModifier and TypeMethodDescriptionIPropCnrChoiceOption.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.chartModifier and TypeInterfaceDescriptioninterface
Tagging interface used to tag an option for axes that can be retrieved or set.Classes in com.iizix.prop.ui.chart that implement IPropCnrChoiceOptionModifier and TypeClassDescriptionenum
The chart theme option.enum
The chart title position.Uses of IPropCnrChoiceOption in com.iizix.prop.ui.chart.axis2d
Subinterfaces of IPropCnrChoiceOption in com.iizix.prop.ui.chart.axis2dModifier and TypeInterfaceDescriptioninterface
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 IPropCnrChoiceOptionModifier 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
Subinterfaces of IPropCnrChoiceOption in com.iizix.prop.ui.chart.plot2dModifier and TypeInterfaceDescriptioninterface
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 IPropCnrChoiceOptionModifier 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.