public class LegendItem extends AbstractChartObject
| Constructor and Description |
|---|
LegendItem() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
MarkerType |
getMarkerType() |
java.lang.String |
getTitle() |
LegendItem |
setColor(Color color) |
LegendItem |
setMarkerType(MarkerType markerType) |
LegendItem |
setTitle(java.lang.String title) |
public Color getColor()
public LegendItem setColor(Color color)
public MarkerType getMarkerType()
public LegendItem setMarkerType(MarkerType markerType)
public java.lang.String getTitle()
public LegendItem setTitle(java.lang.String title)