org.jfree.chart
Class DrawableLegendItem
java.lang.Objectorg.jfree.chart.DrawableLegendItem
This class contains a single legend item along with position details for
drawing the item on a particular chart.
double | getHeight()- Get the height of this item.
|
LegendItem | getItem()- Returns the legend item.
|
Point2D | getLabelPosition()- Returns the label position.
|
Line2D | getLine()- Returns the list.
|
Shape | getMarker()- Get the marker.
|
double | getMaxX()- Returns the largest X coordinate of the framing rectangle of this legend
item.
|
double | getMaxY()- Returns the largest Y coordinate of the framing rectangle of this legend
item.
|
double | getWidth()- Get the width of this item.
|
double | getX()- Get the x-coordinate for the item's location.
|
double | getY()- Get the y-coordinate for the item's location.
|
void | setBounds(double x, double y, double width, double height)- Set the bounds of this item.
|
void | setLabelPosition(Point2D position)- Sets the label position.
|
void | setLine(Line2D l)- Sets the line used to label this series.
|
void | setMarker(Shape marker)- Set the marker.
|
void | setX(double x)- Set the x-coordinate for the item's location.
|
void | setY(double y)- Set the y-coordinate for the item's location.
|
getHeight
public double getHeight()
Get the height of this item.
getLine
public Line2D getLine()
Returns the list.
getMarker
public Shape getMarker()
Get the marker.
- The shape used to indicate color on the legend for this item.
getMaxX
public double getMaxX()
Returns the largest X coordinate of the framing rectangle of this legend
item.
- The largest x coordinate of the framing rectangle of this legend
item.
getMaxY
public double getMaxY()
Returns the largest Y coordinate of the framing rectangle of this legend
item.
- The largest Y coordinate of the framing rectangle of this legend
item.
getWidth
public double getWidth()
Get the width of this item.
getX
public double getX()
Get the x-coordinate for the item's location.
- The x-coordinate for the item's location.
getY
public double getY()
Get the y-coordinate for the item's location.
- The y-coordinate for the item's location.
setBounds
public void setBounds(double x,
double y,
double width,
double height) Set the bounds of this item.
x - x-coordinate for the item's location.y - y-coordinate for the item's location.width - the width of this item.height - the height of this item.
setLabelPosition
public void setLabelPosition(Point2D position)
Sets the label position.
position - the label position.
setLine
public void setLine(Line2D l)
Sets the line used to label this series.
setMarker
public void setMarker(Shape marker)
Set the marker.
marker - a shape used to indicate color on the legend for this
item.
setX
public void setX(double x)
Set the x-coordinate for the item's location.
setY
public void setY(double y)
Set the y-coordinate for the item's location.