public class Legend extends Object
Color
color
String
label
Shape
shape
Legend(String label, Color color)
Legend(String label, Color color, Shape shape)
getColor()
getLabel()
getShape()
void
setColor(Color color)
setLabel(String label)
setShape(Shape shape)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public String label
public Color color
public Shape shape
public Legend(String label, Color color, Shape shape)
public Legend(String label, Color color)
public String getLabel()
public void setLabel(String label)
public Color getColor()
public void setColor(Color color)
public Shape getShape()
public void setShape(Shape shape)