Package multigraph

Interface Summary
GraphDescription  
ImageGetter This interface provides a single method for returning an image given a string describing its location (path).
StationServer  
VerticalScale.ListGenerator  
 

Class Summary
AppletImageGetter  
ApplicationImageGetter  
Bar41Renderer Render the graph of a function using the "BAR41" style: a 15-minute bar graph superimposed on an hourly bar graph.
BarRenderer Render the graph of a function using the "BAR" style: a bar graph with filled color bars outlined in black.
CanvasButton  
CanvasButton.Listener  
CanvasButton.State  
CommandPanel  
CumDotLine4Renderer  
DatePoint A DatePoint is a PlotPoint whose x coordinate represents a Date.
DotLine4Renderer  
DotLineRenderer Render the graph of a function using the "DOTLINE" style: points connected by line segments.
DoubleBufferedCanvas DoubleBufferedCanvas extends the java.awt.Canvas class to support double buffering.
DoubleVerticalScale  
FilledRenderer Render the graph of a function using the "FILLED" style: points connected by line segments with the region between these line segments and the horizontal axis filled with a solid color.
GraphElementMenu  
GraphPlotter  
HttpStationServer  
HttpTimeSeriesDataSource  
ImageIOImageGetter  
LinearInterpolator Handle linear interpolation of a single floating point (double) variable.
Matrix3x3 This class represents a 3x3 matrix, with a few operations that are commonly needed in 2D computer graphics applications.
MFDatum An MFDatum object represents an array of floating point values (doubles), together with boolean attributes "missing" and "flagged" associated with it.
MultiGraphlet Graph plotting applet.
MultiPlotter MultiPlotter is the core class for making time series plots.
MultiPlotterContainer  
MultiPlotterControlPanel  
MultiPlotterXMLServer  
PlotFrame A PlotFrame object represents a 2D coordinate system.
PlotPoint The PlotPoint object is used to specify a location for drawing on a Plotter canvas relative to a PlotFrame; see PlotFrame for a more thorough discussion of this.
Plotter A Plotter is a DoubleBufferedCanvas that has the following additional functionality: Methods for drawing using PlotPoint objects in addition to the usual Graphics object drawing methods.
PMFDatum A PMFDatum is an MFDatum that also stores an integer identifier.
R3Vector This class represents a vector in R3, as is commonly used to represent points in 2D using homogeneous coordinates.
RunPlotter  
RunPlotter.YBase  
SingleStationServer  
Station  
StretchPlotter  
StretchPlotter.DragAxis  
StretchPlotter.DragType  
StringParser The StringParser class provides several static methods and inner classes for parsing a String into various combinations of numbers and characters.
StringParser.FlaggedValue A FlaggedValue represents a number/word combination.
TimeSeriesDataSource A class which provides time series data for a collection of functions.
TimeSeriesMFFunction The TimeSeriesMFFunction class describes a time series function, together with a specification of how it should be plotted in a MultiPlotter.
TimeSeriesMFFunction.Renderer An abstract superclass for subclasses that handle the rendering of TimeSeriesMFFunctions.
TimeSeriesPlotter A Plotter that provides for drawing graphs of time series data.
Util  
VertAxisLabeler  
VerticalScale  
 

Exception Summary
StringParser.ParseException Exception thrown by various StringParser parsing methods.