|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.jfree.chart.Marker
A constant value that is drawn on a chart as a marker, usually as a horizontal or a vertical line.
In addition to a value, this class defines paint attributes to give some control over the appearance of the marker. The render can, however, override these settings if it chooses.
This class is immutable.
| Constructor Summary | |
Marker(double value)
Constructs a new marker. |
|
Marker(double value,
java.awt.Paint outlinePaint)
Constructs a new marker. |
|
Marker(double value,
java.awt.Paint outlinePaint,
java.awt.Stroke outlineStroke,
java.awt.Paint paint,
float alpha)
Constructs a new marker. |
|
| Method Summary | |
float |
getAlpha()
Returns the alpha transparency. |
java.awt.Paint |
getOutlinePaint()
Returns the outline paint. |
java.awt.Stroke |
getOutlineStroke()
Returns the outline stroke. |
java.awt.Paint |
getPaint()
Returns the paint. |
double |
getValue()
Returns the value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Marker(double value)
value - the value.
public Marker(double value,
java.awt.Paint outlinePaint)
value - the value.outlinePaint - the paint.
public Marker(double value,
java.awt.Paint outlinePaint,
java.awt.Stroke outlineStroke,
java.awt.Paint paint,
float alpha)
value - the value.outlinePaint - the outline paint.outlineStroke - the outline stroke.paint - the paint.alpha - the alpha transparency.| Method Detail |
public double getValue()
public java.awt.Paint getOutlinePaint()
public java.awt.Stroke getOutlineStroke()
public java.awt.Paint getPaint()
public float getAlpha()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||