|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.marker.AbstractMarker
lt.monarch.chart.marker.NullMarker
public class NullMarker extends AbstractMarker
Renders an invisible marker.
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.marker.AbstractMarker |
|---|
dirty, map, metaModel, paintStyle, projectedLocation, style |
| Constructor and Description |
|---|
NullMarker()
Constructs a new NullMarker. |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes object |
void |
draw(AbstractGraphics g,
SeriesPaintTags tag,
Style style)
Renders the marker on the Graphics context. |
Rectangle2D |
getBounds()
Gets bounds of this marker. |
void |
reset()
Resets the marker after use. |
void |
setLocation(Projector projector,
GeneralPoint npt)
Sets location of the marker. |
| Methods inherited from class lt.monarch.chart.marker.AbstractMarker |
|---|
clearChartObjectsMap, draw, finalize, getChartObjectBounds, getMetaModel, getPaintStyle, getParent, getStyle, getTransparencyValue, isVisible, mapChartObject, prepare, setChartObjectsMap, setEntity, setMetaModel, setTextAlignment, setTransparencyValue, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullMarker()
NullMarker.
| Method Detail |
|---|
public void draw(AbstractGraphics g,
SeriesPaintTags tag,
Style style)
Marker
g - graphics contexttag - painting tagstyle - drawing style
public void setLocation(Projector projector,
GeneralPoint npt)
AbstractMarker
setLocation in interface MarkersetLocation in class AbstractMarkerprojector - projector used to project the normalized pointnpt - normalized point that specifies marker positionpublic void reset()
reset in interface Markerreset in class AbstractMarkerpublic Rectangle2D getBounds()
public void dispose()
dispose in interface Markerdispose in class AbstractMarker
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||