Package lt.monarch.chart.view

Views and chart decorators

See:
          Description

Interface Summary
Interface Description
ChartTracerLabelProvider This interface is extension of data model.
ExpandableDecoration Size of view implementing this interface can be expanded by DecoratedView instance inside which the view persists.
 

Class Summary
Class Description
AbstractBorderDecorator<E extends AbstractPaintTags> Abstract class for border decorators.
CompositeView<E extends AbstractPaintTags> Defines a container with sub-views inside.
DecoratedView<E extends AbstractPaintTags> Decorates a chart with four optional views, arranged as in the java.awt.BorderLayout, but it also allows to specify the level of overlap.
DirectChartRenderer ViewContainer implementation for chart rendering directly to a Graphics context.
LabeledChart Decorates a chart with a title and a legend.
LabelView<E extends AbstractPaintTags> Renders a label (or title).
LineBorderDecorator View decorator (wrapper) that adds line border around the view.
SimpleChart  
ViewGrid Layouts several sub-views in a grid.
ViewGridIndexed Composite view that layouts several sub-views in a grid.
ViewListenerAdapter Default implementation of the ViewListener
 

Package lt.monarch.chart.view Description

Views and chart decorators