Method Summary |
|
public double | getHeight() Get the height of this item. |
public LegendItem | getItem() Returns the legend item. |
public Point2D | getLabelPosition() Returns the label position. |
public Line2D | getLine() Returns the list. |
public Shape | getMarker() Get the marker. |
public double | getMaxX() Returns the largest X coordinate of the framing rectangle of this legend
item. |
public double | getMaxY() Returns the largest Y coordinate of the framing rectangle of this legend
item. |
public double | getWidth() Get the width of this item. |
public double | getX() Get the x-coordinate for the item's location. |
public double | getY() Get the y-coordinate for the item's location. |
public void | setBounds(double x, double y, double width, double height) Set the bounds of this item. |
public void | setLabelPosition(Point2D position) Sets the label position. |
public void | setLine(Line2D l) Sets the line used to label this series. |
public void | setMarker(Shape marker) Set the marker. |
public void | setX(double x) Set the x-coordinate for the item's location. |
public void | setY(double y) Set the y-coordinate for the item's location. |