Uses of Class
org.jfree.chart.axis.MarkerAxisBand
-
Packages that use MarkerAxisBand Package Description org.jfree.chart.axis Axis classes and interfaces. -
-
Uses of MarkerAxisBand in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as MarkerAxisBand Modifier and Type Field Description private MarkerAxisBand
NumberAxis. markerBand
An optional band for marking regions on the axis.Methods in org.jfree.chart.axis that return MarkerAxisBand Modifier and Type Method Description MarkerAxisBand
NumberAxis. getMarkerBand()
Returns the (optional) marker band for the axis.Methods in org.jfree.chart.axis with parameters of type MarkerAxisBand Modifier and Type Method Description void
NumberAxis. setMarkerBand(MarkerAxisBand band)
Sets the marker band for the axis.
-