Uses of Interface
org.jfree.chart3d.marker.Marker
Packages that use Marker
Package
Description
Provides value and range marker support for the axes on category and XYZ
plots.
Classes for controlling chart styles.
-
Uses of Marker in org.jfree.chart3d.marker
Subinterfaces of Marker in org.jfree.chart3d.markerModifier and TypeInterfaceDescriptioninterface
A marker that can be used to mark a value or range of values on aValueAxis3D
.Classes in org.jfree.chart3d.marker that implement MarkerModifier and TypeClassDescriptionclass
A base class for implementing markers (includes the event notification mechanism).class
A marker for a category on aCategoryAxis3D
.class
A marker used to mark one value on an axis.class
A marker that marks a range of values on an axis.Methods in org.jfree.chart3d.marker that return MarkerModifier and TypeMethodDescriptionMarkerChangeEvent.getMarker()
Returns the marker associated with this event.Constructors in org.jfree.chart3d.marker with parameters of type MarkerModifierConstructorDescriptionMarkerChangeEvent
(Object source, Marker marker) Creates a new event.MarkerChangeEvent
(Marker marker) Creates a new event. -
Uses of Marker in org.jfree.chart3d.style
Methods in org.jfree.chart3d.style with parameters of type MarkerModifier and TypeMethodDescriptionprotected void
ChartStyler.styleMarker
(Marker marker) Applies the current style to a marker.