|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.Legend
org.jfree.chart.StandardLegend
org.jfree.chart.MeterLegend
A legend for meter plots.
Field Summary |
Fields inherited from class org.jfree.chart.StandardLegend |
DEFAULT_BACKGROUND_PAINT, DEFAULT_ITEM_FONT, DEFAULT_MARGIN, DEFAULT_OUTLINE_PAINT, DEFAULT_OUTLINE_STROKE, DEFAULT_PADDING, DEFAULT_TITLE_FONT, NO_PREFERRED_WIDTH |
Fields inherited from class org.jfree.chart.Legend |
EAST, EAST_NORTHEAST, EAST_SOUTHEAST, HORIZONTAL, INVERTED, NORTH, NORTH_NORTHEAST, NORTH_NORTHWEST, SOUTH, SOUTH_SOUTHEAST, SOUTH_SOUTHWEST, WEST, WEST_NORTHWEST, WEST_SOUTHWEST |
Constructor Summary | |
MeterLegend()
The default constructor; sets an empty legend text. |
|
MeterLegend(java.lang.String legendText)
Constructs a new legend. |
Method Summary | |
java.awt.geom.Rectangle2D |
draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D available)
Draws the legend. |
protected java.awt.geom.Rectangle2D |
draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D available,
boolean horizontal,
boolean inverted)
Draws the legend. |
java.lang.String |
getLegendText()
Returns the legend text. |
void |
setLegendText(java.lang.String text)
Sets the legend text. |
Methods inherited from class org.jfree.chart.Legend |
addChangeListener, clone, createInstance, getAnchor, getChart, isAnchoredToBottom, isAnchoredToCenter, isAnchoredToLeft, isAnchoredToMiddle, isAnchoredToRight, isAnchoredToTop, notifyListeners, registerChart, removeChangeListener, setAnchor |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MeterLegend()
public MeterLegend(java.lang.String legendText)
legendText
- the legend text.Method Detail |
public java.lang.String getLegendText()
public void setLegendText(java.lang.String text)
text
- the new legend text.public java.awt.geom.Rectangle2D draw(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D available)
g2
- the graphics device.available
- the available area.
protected java.awt.geom.Rectangle2D draw(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D available, boolean horizontal, boolean inverted)
g2
- the graphics device.available
- the available drawing area.horizontal
- if true
draw a horizontal legend.inverted
- ???
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |