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 TypeInterfaceDescriptioninterfaceIPropCnrChoiceOption<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 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 TypeInterfaceDescriptioninterfaceTagging 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 TypeClassDescriptionenumThe chart theme option.enumThe chart title position.Uses of IPropCnrChoiceOption in com.iizix.prop.ui.chart.axis2d
Subinterfaces of IPropCnrChoiceOption in com.iizix.prop.ui.chart.axis2dModifier and TypeInterfaceDescriptioninterfaceTagging 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 TypeClassDescriptionenumThis enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE.enumThis enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE.enumThe position of the axis.enumThe 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 TypeInterfaceDescriptioninterfaceTagging 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 TypeClassDescriptionenumThe placement of the labels varies with the different chart plot types along with their default values.enumThe option for radial gradient in a pie: NATIVE, LINEAR or FAN.enumThe Plot2D type of the chart.