Package lt.monarch.chart.chart2D.engine

Internal classes for 2d charts.

See:
          Description

Interface Summary
Interface Description
Projector2D 2D projector maps Point2D objects into the specified projection area by scaling.
Shape2D.ProjectableShape  
 

Class Summary
Class Description
Bar2D 2D bar shape class, which renders the bar polygon into the given coordinates and transforms it according to transformational matrix.
Circle 2D bar shape class, which renders the bar polygon into the given coordinates and transforms it according to transformational matrix.
Ellipse 2D bar shape class, which renders the bar polygon into the given coordinates and transforms it according to transformational matrix.
ErrorBar  
LineBar2D 2D line shape class, which renders the line into given coordinates and transforms it according to a transformational matrix.
PlaneMapper2D Trivial plane mapper, which maps (x,y) coordinate pairs to Point2D objects.
PolarProjector 2D projector which maps PolarPoint objects into the specified projection area.
Pyramid2D 2D pyramid shape class, which renders the triangle polygon into the given coordinates and transforms it according to transformational matrix.
RoundedBar2D Rounded 2D bar shape
Shape2D Shape interface for drawing shapes in bar series.
Shape2D.Elipse Class for storing ellipse coordinates
SimpleProjector2D 2D which maps Point2D objects into the specified projection area by scaling.
Transformation Class responsible for transforming coordinates according to transformation matrix or specified angle of rotation (matrix is formed then).
X2D draws a bar filled with X shapes.
 

Package lt.monarch.chart.chart2D.engine Description

Internal classes for 2d charts.