Package jas.plot

Interface Summary
CoordinateTransformation A coordinate transformation allows for conversions between values on an axis and pixels on the screen.
DateCoordinateTransformation A coordinate transformation for the DateAxis type.
DoubleCoordinateTransformation Converts between double values and pixel values for the DoubleAxis type.
HasPopupItems A component that implements this interface may add menu items to a popup menu that is parented to itself or to one of its child components.
JASPlotMouseListener  
LegendEntry  
MutableLegendEntry  
Overlay  
OverlayContainer  
PlotGraphics This interface serves two purposes: To provide an abstract interface which can be used to drive either a JDK1.1 Graphics class, or a JDK1.2 Graphics2D class.
SetablePlotGraphics  
StringCoordinateTransformation  
TimeCoordinateTransformation Converts coordinates between time values to pixel values for the TimeAxis type.
Transformation  
 

Class Summary
Axis This class represents a plot axis as a GUI component.
AxisType Subclasses encapsulate details for a particular axis type.
ChartLayout  
DataArea  
DataAreaLayout  
DateAxis This class implements a simple date axis, where values on the axis are particular instances in time.
DoubleAxis Implements a simple numeric axis, with either linear or logarithmic scale.
EditableLabel  
Legend Represents a plot legend
MovableObject Base class for any object that can be moved around using handles
PlotComponent  
PlotPanel  
PopupMenuBuilder  
PrintHelper  
StringAxis This class simply displays a given array of strings.
TextBlock TextBlock is the base class for creating moveable text boxes in the jas display.
TimeAxis An axis type for representing times.
Title