Class CoordinateSystem

java.lang.Object
All Implemented Interfaces:
Component, ComponentPart, ComponentProperty, HasData, HasPosition
Direct Known Subclasses:
PolarCoordinate, RadarCoordinate, RectangularCoordinate

public abstract class CoordinateSystem extends VisiblePart implements Component, HasPosition, HasData
Abstract coordinate system. Most Charts are plotted on a coordinate system except the charts such as PieChart, NightingaleRoseChart etc. One or more compatible Charts can be plotted on the same coordinate system.
Author:
Syam