Uses of Interface
org.jfree.chart3d.marker.ValueMarker
Packages that use ValueMarker
Package
Description
Provides value and range marker support for the axes on category and XYZ
plots.
-
Uses of ValueMarker in org.jfree.chart3d.axis
Methods in org.jfree.chart3d.axis that return ValueMarkerModifier and TypeMethodDescriptionReturns the marker with the specified key, if there is one.Returns the marker with the specified key, if there is one.Methods in org.jfree.chart3d.axis that return types with arguments of type ValueMarkerModifier and TypeMethodDescriptionAbstractValueAxis3D.getMarkers()
Returns a new map containing the markers assigned to this axis.Methods in org.jfree.chart3d.axis with parameters of type ValueMarkerModifier and TypeMethodDescriptionvoid
AbstractValueAxis3D.setMarker
(String key, ValueMarker marker) Sets the marker for the specified key and sends a change event to all registered listeners. -
Uses of ValueMarker in org.jfree.chart3d.marker
Classes in org.jfree.chart3d.marker that implement ValueMarkerModifier and TypeClassDescriptionclass
A marker used to mark one value on an axis.class
A marker that marks a range of values on an axis.