Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » [javadoc | source]
org.jfree.chart
public class: DrawableLegendItem [javadoc | source]
java.lang.Object
   org.jfree.chart.DrawableLegendItem
Deprecated! This - class is not used by JFreeChart.

This class contains a single legend item along with position details for drawing the item on a particular chart.
Constructor:
 public DrawableLegendItem(LegendItem item) 
    Create a legend item.
    Parameters:
    item - the legend item for display.
Method from org.jfree.chart.DrawableLegendItem Summary:
getHeight,   getItem,   getLabelPosition,   getLine,   getMarker,   getMaxX,   getMaxY,   getWidth,   getX,   getY,   setBounds,   setLabelPosition,   setLine,   setMarker,   setX,   setY
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.DrawableLegendItem Detail:
 public double getHeight() 
      Deprecated!
    Get the height of this item.
 public LegendItem getItem() 
      Deprecated!
    Returns the legend item.
 public Point2D getLabelPosition() 
      Deprecated!
    Returns the label position.
 public Line2D getLine() 
      Deprecated!
    Returns the list.
 public Shape getMarker() 
      Deprecated!
    Get the marker.
 public double getMaxX() 
      Deprecated!
    Returns the largest X coordinate of the framing rectangle of this legend item.
 public double getMaxY() 
      Deprecated!
    Returns the largest Y coordinate of the framing rectangle of this legend item.
 public double getWidth() 
      Deprecated!
    Get the width of this item.
 public double getX() 
      Deprecated!
    Get the x-coordinate for the item's location.
 public double getY() 
      Deprecated!
    Get the y-coordinate for the item's location.
 public  void setBounds(double x,
    double y,
    double width,
    double height) 
      Deprecated!
    Set the bounds of this item.
 public  void setLabelPosition(Point2D position) 
      Deprecated!
    Sets the label position.
 public  void setLine(Line2D l) 
      Deprecated!
    Sets the line used to label this series.
 public  void setMarker(Shape marker) 
      Deprecated!
    Set the marker.
 public  void setX(double x) 
      Deprecated!
    Set the x-coordinate for the item's location.
 public  void setY(double y) 
      Deprecated!
    Set the y-coordinate for the item's location.