Uses of Class
org.jfree.chart.axis.MarkerAxisBand
Packages that use MarkerAxisBand
-
Uses of MarkerAxisBand in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as MarkerAxisBandModifier and TypeFieldDescriptionprivate MarkerAxisBand
NumberAxis.markerBand
An optional band for marking regions on the axis.Methods in org.jfree.chart.axis that return MarkerAxisBandModifier and TypeMethodDescriptionNumberAxis.getMarkerBand()
Returns the (optional) marker band for the axis.Methods in org.jfree.chart.axis with parameters of type MarkerAxisBandModifier and TypeMethodDescriptionvoid
NumberAxis.setMarkerBand
(MarkerAxisBand band) Sets the marker band for the axis.