Package lt.monarch.chart.marker

Marker implementations.

See:
          Description

Interface Summary
Interface Description
LabelLayouter LabelLayouter interface, so that classes would contain layout method.
SimpleCachableMarker.ImageFactory  
SymetricMarker Interface for the symmetric markers, so that they contained size setting method.
 

Class Summary
Class Description
AbstractMarker An abstract adapter class for creating markers.
AbstractMarker3D An abstract adapter class for creating 3D markers.
AbstractTextMarker An abstract adapter class for creating text/labeled markers.
BaloonLabelMarker Renders a balloon label marker.
BoxMarker Renders a BoxMarker.
CrossMarker Renders a cross shaped marker.
DiamondMarker Renders a diamond shaped marker.
DotMarker Renders a circular marker.
DotMarker3D Renders a circular 3D marker.
EmptyMarker Invisible marker, which can by used to for HotSpotMap, when hot spot has to be active, but no visual marker has to be painted.
ImageMarker Renders a marker with image.
LabeledMarker Renders a text label of the associated entity above the marker point.
LabeledMarkerConstraints LabeledMarkerConstraints class is used for setting labeled markers bounds.
LabelFormatter LabelFormatter specifies label format for the marker labels.
MiddleLineMarker Only for LineSeries
NullMarker Renders an invisible marker.
PolygonMarker Renders a star shaped marker.
SimpleCachableMarker Base class for simple markers that are able to use off screen image to cache their view for improved rendering performance.
SimpleCachableMarker.AWTImageFactory  
SimpleCachableMarker.BufferedImageFactory  
SimpleCrossMarker Renders a cross shaped marker.
SimpleLabelLayouter  
SquareMarker Renders a square marker.
StarMarker Renders a star shaped marker.
TextMarker Draws the rectangle with text.
 

Enum Summary
Enum Description
LabelLayouts Label layout types.
 

Package lt.monarch.chart.marker Description

Marker implementations.