|
|||||||||
| 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.SimpleCachableMarker
lt.monarch.chart.marker.SimpleCrossMarker
public class SimpleCrossMarker extends SimpleCachableMarker
Renders a cross shaped marker.
| Modifier and Type | Class and Description |
|---|
| Nested classes/interfaces inherited from class lt.monarch.chart.marker.SimpleCachableMarker |
|---|
SimpleCachableMarker.AWTImageFactory, SimpleCachableMarker.BufferedImageFactory, SimpleCachableMarker.ImageFactory |
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.marker.SimpleCachableMarker |
|---|
cacheImage, cachingEnabled, imageFactory, markerSize |
| Fields inherited from class lt.monarch.chart.marker.AbstractMarker |
|---|
dirty, map, metaModel, paintStyle, projectedLocation, style |
| Constructor and Description |
|---|
SimpleCrossMarker()
Constructs a new SimpleCrossMarker. |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(AbstractGraphics g,
SeriesPaintTags tag,
Style style)
Renders the marker on the Graphics context. |
Rectangle2D |
getBounds()
Gets bounds of this marker. |
| Methods inherited from class lt.monarch.chart.marker.SimpleCachableMarker |
|---|
dispose, getMarkerSize, isCachingEnabled, resetCache, setCachingEnabled, setMarkerSize, stylesheetChanged, stylesheetKeyChanged |
| Methods inherited from class lt.monarch.chart.marker.AbstractMarker |
|---|
clearChartObjectsMap, draw, finalize, getChartObjectBounds, getMetaModel, getPaintStyle, getParent, getStyle, getTransparencyValue, isVisible, mapChartObject, prepare, reset, setChartObjectsMap, setEntity, setLocation, setMetaModel, setTextAlignment, setTransparencyValue, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface lt.monarch.chart.engine.Marker |
|---|
clearChartObjectsMap, draw, getMetaModel, getPaintStyle, getTransparencyValue, isVisible, prepare, reset, setChartObjectsMap, setEntity, setLocation, setMetaModel, setTextAlignment, setTransparencyValue |
| Methods inherited from interface lt.monarch.chart.engine.StyleEditorEntity |
|---|
getChartObjectBounds, getParent, getStyle |
| Constructor Detail |
|---|
public SimpleCrossMarker()
SimpleCrossMarker.
| Method Detail |
|---|
public Rectangle2D getBounds()
public void draw(AbstractGraphics g,
SeriesPaintTags tag,
Style style)
Marker
g - graphics contexttag - painting tagstyle - drawing style
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||