Uses of Interface
com.iizix.prop.IPropCnrStroke
Packages that use IPropCnrStroke Package Description com.iizix.prop com.iizix.prop.ui.chart.axis2d com.iizix.prop.ui.chart.plot2d com.iizix.prop.ui.chart.series Uses of IPropCnrStroke in com.iizix.prop
Classes in com.iizix.prop with type parameters of type IPropCnrStroke Modifier and Type Interface Description interface
IPropCnrStrokeSettings<STROKE_OPTION extends IPropCnrStroke>
Interface implements by a property container supporting setting for strokes.Uses of IPropCnrStroke in com.iizix.prop.ui.chart.axis2d
Classes in com.iizix.prop.ui.chart.axis2d that implement IPropCnrStroke Modifier and Type Class Description class
AxisStroke
The Axis2D stroke settings for axis and various ticks the can be set or retrieved for the axis.Uses of IPropCnrStroke in com.iizix.prop.ui.chart.plot2d
Classes in com.iizix.prop.ui.chart.plot2d that implement IPropCnrStroke Modifier and Type Class Description class
PlotStroke
The Plot2D stroke settings for axis and various ticks the can be set or retrieved for the axis.Uses of IPropCnrStroke in com.iizix.prop.ui.chart.series
Classes in com.iizix.prop.ui.chart.series that implement IPropCnrStroke Modifier and Type Class Description class
SeriesStroke
The Series stroke settings to override the default for the plot for this series (and theme).