Uses of Enum Class
org.jfree.chart3d.renderer.ComposeType
Packages that use ComposeType
Package
Description
Base package for renderer support.
Renderers that can be used with the
XYZPlot
class.-
Uses of ComposeType in org.jfree.chart3d.renderer
Methods in org.jfree.chart3d.renderer that return ComposeTypeModifier and TypeMethodDescriptionstatic ComposeType
Returns the enum constant of this class with the specified name.static ComposeType[]
ComposeType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ComposeType in org.jfree.chart3d.renderer.xyz
Methods in org.jfree.chart3d.renderer.xyz that return ComposeTypeModifier and TypeMethodDescriptionAbstractXYZRenderer.getComposeType()
Returns the type of composition performed by this renderer.SurfaceRenderer.getComposeType()
Returns the compose-type for the renderer.XYZRenderer.getComposeType()
Returns the type of composition performed by the renderer.