Uses of Class
org.jfree.chart3d.marker.CategoryMarker
Packages that use CategoryMarker
Package
Description
-
Uses of CategoryMarker in org.jfree.chart3d.axis
Methods in org.jfree.chart3d.axis that return CategoryMarkerModifier 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 CategoryMarkerModifier and TypeMethodDescriptionStandardCategoryAxis3D.getMarkers()
Returns a new map containing the markers that are assigned to this axis.Methods in org.jfree.chart3d.axis with parameters of type CategoryMarkerModifier and TypeMethodDescriptionvoid
StandardCategoryAxis3D.setMarker
(String key, CategoryMarker marker) Sets the marker for the specified key and sends a change event to all registered listeners.