|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.plot.Marker
org.jfree.chart.plot.ValueMarker
A marker that represents a single fixed value.
Constructor Summary | |
ValueMarker(double value)
Creates a new marker. |
|
ValueMarker(double value,
java.awt.Paint paint,
java.awt.Stroke stroke)
Creates a new marker. |
|
ValueMarker(double value,
java.awt.Paint paint,
java.awt.Stroke stroke,
java.awt.Paint outlinePaint,
java.awt.Stroke outlineStroke,
float alpha)
Creates a new value marker. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this marker against an arbitrary object. |
double |
getValue()
Returns the value. |
Methods inherited from class org.jfree.chart.plot.Marker |
clone, getAlpha, getLabel, getLabelAnchor, getLabelFont, getLabelOffset, getLabelOffsetTypeForDomain, getLabelOffsetTypeForRange, getLabelPaint, getLabelTextAnchor, getOutlinePaint, getOutlineStroke, getPaint, getStroke, setAlpha, setLabel, setLabelAnchor, setLabelFont, setLabelOffset, setLabelOffsetTypeForDomain, setLabelOffsetTypeForRange, setLabelPaint, setLabelTextAnchor, setOutlinePaint, setOutlineStroke, setPaint, setStroke |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValueMarker(double value)
value
- the value.public ValueMarker(double value, java.awt.Paint paint, java.awt.Stroke stroke)
value
- the value.paint
- the paint (null
not permitted).stroke
- the stroke (null
not permitted).public ValueMarker(double value, java.awt.Paint paint, java.awt.Stroke stroke, java.awt.Paint outlinePaint, java.awt.Stroke outlineStroke, float alpha)
value
- the value.paint
- the paint (null
not permitted).stroke
- the stroke (null
not permitted).outlinePaint
- the outline paint (null
permitted).outlineStroke
- the outline stroke (null
permitted).alpha
- the alpha transparency.Method Detail |
public double getValue()
public boolean equals(java.lang.Object obj)
equals
in class Marker
obj
- the object (null
permitted).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |