public interface LegendItemInfo
Plot3D.getLegendInfo()
method.| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getColor()
Returns the color used to represent a series.
|
java.lang.String |
getDescription()
Returns a longer description of the series (this could be used in
tooltips, for example).
|
java.lang.String |
getLabel()
Returns the series label that will be displayed in the legend.
|
java.util.Map<java.lang.Comparable<?>,java.lang.Object> |
getProperties()
A map containing other properties for the legend item.
|
java.lang.Comparable<?> |
getSeriesKey()
Returns the series key.
|
java.awt.Shape |
getShape()
Returns the shape used to represent the series in the legend.
|
java.lang.Comparable<?> getSeriesKey()
null).java.lang.String getLabel()
getSeriesKey().toString(), but
here we have the option to provide some alternative text.null).java.lang.String getDescription()
null).java.awt.Shape getShape()
null, in which case the legend builder should
use a default shape.null).java.awt.Color getColor()
null).java.util.Map<java.lang.Comparable<?>,java.lang.Object> getProperties()
null).