Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package jplot

Class Summary
AxesPanel Builds a panel with Tabs, containing optional parameters for labels, legends, colors, etc.
ColorPanel Builds a panel with a swatch-color panel from which pre-defined colors can be selected.
ColorPreview A customized preview panel for the color chooser.
DashPanel Builds a line-type (dash strokes) chooser panel, using a number of pre-defined strokes.
DataArray The DataArray class is a special-purpose array class for use with the graphical plotting program JPlot.
DataChangeListener This specific interface is needed by all classes with data which must be record for e.g.
DataFile This class contains all the info specific for one datafile.
FontPanel Creates a panel with options to set Fonts for text.
Graph The Graph class builds a panel which displays a graph according to the data stored in the DataArray.
Graph_2D The Graph_2D class builds a panel which displays a 2Dgraph according to the data stored in the DataArray.
Graph_Piper The Graph_Piper class builds a panel which displays a Piper-diagram (ask geochemists what this is) according to the data stored in the DataArray.
GraphLabel This class defines a label in terms of the actual text, font, color and position but also stuff like rotation, whether to hide or show etc.
GraphPars GraphPars contains the parameters which are used to draw the graph such as number of tics, scaling values, offset parameters, axis lengths etc.
GriddedPanel  
GridPanel Creates a panel with options to set or use grid lines in the graph.
JPlot JPLOT: a Jan's Plotting Program.
LabelPanel Creates a panel with options to set labels (X-, Y-axis labels, a title, random labels or text in general).
LabelProperties This class pops up a panel with settings used by the labels.
LegendPanel LegendPanel creates a panel which allows a user to modify the parameters used to set the legend, such as position, color, font etc.
LinePars Contains all the data needed to plot a series of points, connected or not by a line and attributes such as color, dashlength, point type etc.
LineStyle Linestyle is a class which shows the current drawing style.
MyUtils Provides a number of handy functions which I use all the time, but which are too short to bring into a package or class.
PiperOptions Here we create a panel which allows a user to modify several parameters specific to piper diagrams.
PlotPanel Builds the panel with item lists, to select columns, styles etc.
PlotPoint The PlotPoint defines a plot point in terms of it's X- and Y value.
PointPanel Builds a point-types panel from a number of predefined points, all drawn by the Graph class.
PrintFilePainter This class allows to print a file
PrintTextPainter This class allows to print a file
SavePanel SavePanel build a panel used to save the graph to some format (JPEG for the time being, waiting for a decent EPS/PS decoder).
ScalingPanel ScalingPanel creates a panel which allows a user to modify the way the graph is scaled on the axes.
SimpleEditor The class shows a frame which enables to look at and eventually edit a file, any type of file.
SmallButton Class small button displays a button in the new 'window' style, i.e., you only see the button in raised or lowered state if you are on it with the mouse.
SmallColorPreview  
SmallScrollPane Very MS-Windoze-like.
SmallToggleButton Class small button displays a toggle button in the new 'window' style, i.e., pressed lesses the button in a 'lowered' state, else it remains raised.
StyleChooser StyleChooser is a class which enables the user to set the drawing style.
SwatchPanel SwatchPanel builds a chooser panel from a series of rectangular chooseable 'buttons'...
Utils General utilities, marco classes
Utils.CheckBoxWithText ------------------------------------------------------------------- A checkbox with a line of text added to it as a label --------------------------------------------------------------------
Utils.LabeledComboBox  
Utils.LabeledTextField