Uses of Interface
org.jfree.chart3d.legend.LegendBuilder
Packages that use LegendBuilder
Package
Description
Classes related to chart legends.
-
Uses of LegendBuilder in org.jfree.chart3d
Methods in org.jfree.chart3d that return LegendBuilderMethods in org.jfree.chart3d with parameters of type LegendBuilderModifier and TypeMethodDescriptionvoidChart3D.setLegendBuilder(LegendBuilder legendBuilder) Sets the legend builder and sends a change event to all registered listeners. -
Uses of LegendBuilder in org.jfree.chart3d.legend
Classes in org.jfree.chart3d.legend that implement LegendBuilderModifier and TypeClassDescriptionclassA legend builder that creates a legend representing aColorScale.final classThe standard legend builder, which creates a simple legend with a flow layout and optional header and footer text.