|
|||||||||
| 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.CrossMarker
lt.monarch.chart.marker.PolygonMarker
public class PolygonMarker extends CrossMarker
Renders a star 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 |
|---|
PolygonMarker()
Constructs a new PolygonMarker. |
| Modifier and Type | Method and Description |
|---|---|
protected Polygon2D |
getMarkerPolygon(double centerX,
double centerY)
Returns polygon with points forming star. |
int |
getPointsCount()
Returns number of marker points. |
void |
setPointsCount(int pointsCount)
Sets number of points. |
| Methods inherited from class lt.monarch.chart.marker.CrossMarker |
|---|
draw, getBounds, getRotatedX, getRotatedY, getRotationAngle, setRotationAngle |
| 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 PolygonMarker()
PolygonMarker.
| Method Detail |
|---|
public int getPointsCount()
public void setPointsCount(int pointsCount)
pointsCount - Number of marker points
protected Polygon2D getMarkerPolygon(double centerX,
double centerY)
getMarkerPolygon in class CrossMarkercenterX - Center x coordinate of starcenterY - Center y coordinate of star
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||