A B C D E F G H I J L M N O P R S T U V W X Y Z

C

CANCEL_RESPONSE - Static variable in class gov.noaa.pmel.sgt.swing.prop.ArrayEditDialog
Cancel button was selected
CANCEL_RESPONSE - Static variable in class gov.noaa.pmel.sgt.swing.prop.GeoDateDialog
 
CANCEL_RESPONSE - Static variable in class gov.noaa.pmel.sgt.swing.prop.NewLevelsDialog
Cancel button selected
CANCEL_RESPONSE - Static variable in class gov.noaa.pmel.sgt.swing.prop.ContourLevelsDialog
Cancel button was selected
CANCEL_RESPONSE - Static variable in class gov.noaa.pmel.sgt.swing.prop.FontDialog
Cancel button was selected
CANCEL_RESPONSE - Static variable in class gov.noaa.pmel.sgt.swing.prop.PlotMarkDialog
Cancel button selected
CANCEL_RESPONSE - Static variable in class gov.noaa.pmel.sgt.swing.prop.DefaultContourLineAttributeDialog
Cancel button was selected
CANCEL_RESPONSE - Static variable in class gov.noaa.pmel.sgt.swing.prop.ContourLineAttributeDialog
Cancel button was selected
CAP_BUTT - Static variable in class gov.noaa.pmel.sgt.LineAttribute
Cap styles
CAP_ROUND - Static variable in class gov.noaa.pmel.sgt.LineAttribute
 
CAP_SQUARE - Static variable in class gov.noaa.pmel.sgt.LineAttribute
 
Cartesian - interface gov.noaa.pmel.sgt.dm.Cartesian.
The Cartesian interface indicates to the sgt classes that X and Y coordinates are to be interpreted as Cartesian coordinates.
CartesianGraph - class gov.noaa.pmel.sgt.CartesianGraph.
The CartesianGraph provides the transformation from user to physical coordinates.
CartesianGraph() - Constructor for class gov.noaa.pmel.sgt.CartesianGraph
Default constructor.
CartesianGraph(String) - Constructor for class gov.noaa.pmel.sgt.CartesianGraph
CartesianGraph constructor.
CartesianGraph(String, AxisTransform, AxisTransform) - Constructor for class gov.noaa.pmel.sgt.CartesianGraph
Create a new CartesianGraph.
CartesianRenderer - class gov.noaa.pmel.sgt.CartesianRenderer.
CartesianRenderer defines an interface to enable data to be rendered on a CartesianGraph.
CartesianRenderer() - Constructor for class gov.noaa.pmel.sgt.CartesianRenderer
 
CENTER - Static variable in class gov.noaa.pmel.sgt.ColorKey
Align to center of key.
CENTER - Static variable in class gov.noaa.pmel.sgt.PointCollectionKey
Align to center of key.
CENTER - Static variable in class gov.noaa.pmel.sgt.Logo
Align to center of Logo.
CENTER - Static variable in interface gov.noaa.pmel.sgt.AbstractPane
Align to center of Page.
CENTER - Static variable in class gov.noaa.pmel.sgt.LineKey
Align to center of key.
CENTER - Static variable in class gov.noaa.pmel.sgt.VectorKey
Align to center of key.
CENTER - Static variable in class gov.noaa.pmel.sgt.SGLabel
Align center of label
CENTERED - Static variable in class gov.noaa.pmel.sgt.PointAttribute
Position label over the point
childElements() - Method in class gov.noaa.pmel.sgt.Layer
Create a Enumeration for the LayerChild's associated with the Layer.
ChildNotFoundException - exception gov.noaa.pmel.sgt.ChildNotFoundException.
Child was not found during operation.
ChildNotFoundException() - Constructor for class gov.noaa.pmel.sgt.ChildNotFoundException
 
ChildNotFoundException(String) - Constructor for class gov.noaa.pmel.sgt.ChildNotFoundException
 
ClassTree - class gov.noaa.pmel.sgt.util.ClassTree.
Deprecated. As of v2.0, replaced by JClassTree
ClassTree(Frame, boolean) - Constructor for class gov.noaa.pmel.sgt.util.ClassTree
Deprecated.  
ClassTree(Frame, String, boolean) - Constructor for class gov.noaa.pmel.sgt.util.ClassTree
Deprecated.  
clear() - Method in class gov.noaa.pmel.sgt.awt.LineProfileLayout
Deprecated.  
clear() - Method in class gov.noaa.pmel.sgt.swing.JPlotLayout
Remove all data from the JPlotLayout
clear() - Method in class gov.noaa.pmel.sgt.swing.JLineProfileLayout
Deprecated.  
clear(Axis) - Method in class gov.noaa.pmel.sgt.Axis
Unregister an axis.
clear(AxisTransform) - Method in class gov.noaa.pmel.sgt.Axis
Unregister an AxisTransform.
clear(String) - Method in class gov.noaa.pmel.sgt.PointCollectionKey
Remove data from key by id.
clear(String) - Method in class gov.noaa.pmel.sgt.LineKey
Remove line associated with data id from LineKey.
clear(String) - Method in class gov.noaa.pmel.sgt.VectorKey
Remove data from key by id.
clear(String) - Method in class gov.noaa.pmel.sgt.awt.LineProfileLayout
Deprecated.  
clear(String) - Method in class gov.noaa.pmel.sgt.swing.JPlotLayout
Remove a specific dataset from the JPlotLayout
clear(String) - Method in class gov.noaa.pmel.sgt.swing.JLineProfileLayout
Deprecated.  
clearAll() - Method in class gov.noaa.pmel.sgt.PointCollectionKey
Remove all lines from the PointCollectionKey.
clearAll() - Method in class gov.noaa.pmel.sgt.LineKey
Remove all lines from the LineKey.
clearAll() - Method in class gov.noaa.pmel.sgt.VectorKey
Remove all lines from the VectorKey.
clearAllRegisteredAxes() - Method in class gov.noaa.pmel.sgt.Axis
Unregister all axes.
clearAllRegisteredTransforms() - Method in class gov.noaa.pmel.sgt.Axis
Unregister all AxisTransforms.
CLIndexedColorMap - class gov.noaa.pmel.sgt.CLIndexedColorMap.
CLIndexedColorMap provides a mapping from a value to a Color.
CLIndexedColorMap(Color[]) - Constructor for class gov.noaa.pmel.sgt.CLIndexedColorMap
Initialize the color map with an array of Color objects.
CLIndexedColorMap(float[], float[], float[]) - Constructor for class gov.noaa.pmel.sgt.CLIndexedColorMap
Initialize the color map with float arrays of red, green, and blue.
CLIndexedColorMap(int[], int[], int[]) - Constructor for class gov.noaa.pmel.sgt.CLIndexedColorMap
Intialize the color map with int arrays of red, green, and blue.
CLTransformColorMap - class gov.noaa.pmel.sgt.CLTransformColorMap.
CLTransformColorMap provides a mapping from a value to a Color via a ContourLevel object.
CLTransformColorMap(Transform, Transform, Transform) - Constructor for class gov.noaa.pmel.sgt.CLTransformColorMap
Initialize the color map to use red, green, and blue transforms.
collapseTree() - Method in class gov.noaa.pmel.sgt.util.ClassTree
Deprecated.  
Collection - class gov.noaa.pmel.sgt.dm.Collection.
Collection is an extension to Vector designed to hold SGTData objects.
Collection() - Constructor for class gov.noaa.pmel.sgt.dm.Collection
 
Collection(String) - Constructor for class gov.noaa.pmel.sgt.dm.Collection
 
Collection(String, int) - Constructor for class gov.noaa.pmel.sgt.dm.Collection
 
Collection(String, int, int) - Constructor for class gov.noaa.pmel.sgt.dm.Collection
 
ColorKey - class gov.noaa.pmel.sgt.ColorKey.
The ColorKey class provides a graphical depiction of the relationship between a ColorMap and user values.
ColorKey() - Constructor for class gov.noaa.pmel.sgt.ColorKey
Default ColorKey constructor.
ColorKey(Rectangle2D.Double, int, int) - Constructor for class gov.noaa.pmel.sgt.ColorKey
ColorKey constructor that include location, size, and alignment information.
ColorMap - class gov.noaa.pmel.sgt.ColorMap.
ColorMap provides a mapping from an index or value to a Color.
ColorMap() - Constructor for class gov.noaa.pmel.sgt.ColorMap
 
ColorSwatchIcon - class gov.noaa.pmel.sgt.swing.ColorSwatchIcon.
ColorSwatchIcon implements Icon to create a icon that displays a small square of color.
ColorSwatchIcon(IndexedColor, int, int) - Constructor for class gov.noaa.pmel.sgt.swing.ColorSwatchIcon
Construct a ColorSwatchIcon.
compareTo(GeoDate) - Method in class gov.noaa.pmel.util.GeoDate
Tests to see if the current GeoDate is less than, equal, or greater than.
computeDefaults(GeoDate) - Method in interface gov.noaa.pmel.sgt.TimeAxisStyle
Determine the minor label interval from the time extent of the axis.
computeFormat(double, double, int) - Static method in class gov.noaa.pmel.sgt.Format
Computes the format based on desired prescision and minimum, maximum values.
computeLocation(double, double) - Method in interface gov.noaa.pmel.sgt.TimeAxisStyle
Determines the location of the minor time label.
computeRange(double, double, int) - Static method in class gov.noaa.pmel.sgt.Graph
Compute a "nice" range from the minimum, maximum, and number of intervals.
computeRange(Range2D, int) - Static method in class gov.noaa.pmel.sgt.Graph
Compute a "nice" range from a range and number of intervals.
computeRange(SoTRange, int) - Static method in class gov.noaa.pmel.sgt.Graph
Compute a "nice" range from a range and number of intervals.
Contour - class gov.noaa.pmel.sgt.contour.Contour.
Contour constructs a set of ContourLine objects based on the ContourLevels, SGTGrid, and mask supplied.
CONTOUR - Static variable in class gov.noaa.pmel.sgt.GridAttribute
Contour line style.
CONTOUR - Static variable in class gov.noaa.pmel.util.Debug
Debug for contouring
Contour(CartesianGraph, SGTGrid, ContourLevels) - Constructor for class gov.noaa.pmel.sgt.contour.Contour
Construct a Contour object using a ContourLevels object.
Contour(CartesianGraph, SGTGrid, double[]) - Constructor for class gov.noaa.pmel.sgt.contour.Contour
Construct a Contour object using an array of levels to define the ContourLevels.
Contour(CartesianGraph, SGTGrid, Range2D) - Constructor for class gov.noaa.pmel.sgt.contour.Contour
Construct a Contour object using a range to define the ContourLevels.
ContourLevelNotFoundException - exception gov.noaa.pmel.sgt.ContourLevelNotFoundException.
Contour level does not exist.
ContourLevelNotFoundException() - Constructor for class gov.noaa.pmel.sgt.ContourLevelNotFoundException
 
ContourLevelNotFoundException(String) - Constructor for class gov.noaa.pmel.sgt.ContourLevelNotFoundException
 
ContourLevels - class gov.noaa.pmel.sgt.ContourLevels.
Contains levels and line styles for contour graphics.
ContourLevels() - Constructor for class gov.noaa.pmel.sgt.ContourLevels
 
ContourLevelsAccess - interface gov.noaa.pmel.sgt.ContourLevelsAccess.
Defines the functionality for accessing contour level information for color maps.
ContourLevelsDialog - class gov.noaa.pmel.sgt.swing.prop.ContourLevelsDialog.
This dialog edits a ContourLevels object.
ContourLevelsDialog() - Constructor for class gov.noaa.pmel.sgt.swing.prop.ContourLevelsDialog
Default constructor.
ContourLevelsDialog(Frame) - Constructor for class gov.noaa.pmel.sgt.swing.prop.ContourLevelsDialog
Constructor.
ContourLevelsDialog(String) - Constructor for class gov.noaa.pmel.sgt.swing.prop.ContourLevelsDialog
Constructor.
ContourLine - class gov.noaa.pmel.sgt.contour.ContourLine.
ContourLine contains a single closed or open contour and a list of its labels.
ContourLine() - Constructor for class gov.noaa.pmel.sgt.contour.ContourLine
Default constructor.
ContourLine(int) - Constructor for class gov.noaa.pmel.sgt.contour.ContourLine
Constructor setting initial size of coordinate Vector.
ContourLine(int, int) - Constructor for class gov.noaa.pmel.sgt.contour.ContourLine
Constructor setting initial size and extend values of coordinate Vector.
ContourLineAttribute - class gov.noaa.pmel.sgt.ContourLineAttribute.
Sets the rendering style for a contour line.
ContourLineAttribute() - Constructor for class gov.noaa.pmel.sgt.ContourLineAttribute
Default constructor.
ContourLineAttribute(int) - Constructor for class gov.noaa.pmel.sgt.ContourLineAttribute
Constructor using default Color.
ContourLineAttribute(int, Color) - Constructor for class gov.noaa.pmel.sgt.ContourLineAttribute
ContourLineAttribute constructor.
ContourLineAttribute(int, int, Color) - Constructor for class gov.noaa.pmel.sgt.ContourLineAttribute
ContourLineAttribute constructor for plot marks.
ContourLineAttributeDialog - class gov.noaa.pmel.sgt.swing.prop.ContourLineAttributeDialog.
Edits a ContourLineAttribute.
ContourLineAttributeDialog() - Constructor for class gov.noaa.pmel.sgt.swing.prop.ContourLineAttributeDialog
Default constructor.
ContourLineAttributeDialog(Frame) - Constructor for class gov.noaa.pmel.sgt.swing.prop.ContourLineAttributeDialog
Constructor.
ContourLineAttributeDialog(String) - Constructor for class gov.noaa.pmel.sgt.swing.prop.ContourLineAttributeDialog
Constructor.
convertToBaseUnit(SGTData, int, int) - Static method in class gov.noaa.pmel.util.Units
Convert data to common units.
CoordinateSystem - interface gov.noaa.pmel.sgt.dm.CoordinateSystem.
Base class for coordinate system information
copy() - Method in class gov.noaa.pmel.sgt.ColorKey
Create a copy of ColorKey.
copy() - Method in class gov.noaa.pmel.sgt.ContourLevels
Create a deep copy.
copy() - Method in class gov.noaa.pmel.sgt.VectorAttribute
Copy the VectorAttribute.
copy() - Method in class gov.noaa.pmel.sgt.Ruler
 
copy() - Method in class gov.noaa.pmel.sgt.LineAttribute
Copy the LineAttribute.
copy() - Method in class gov.noaa.pmel.sgt.ContourLineAttribute
Copy the ContourLineAttribute.
copy() - Method in class gov.noaa.pmel.sgt.PointCollectionKey
Create of copy of PointCollectionKey.
copy() - Method in class gov.noaa.pmel.sgt.Axis
Create a copy of the axis.
copy() - Method in class gov.noaa.pmel.sgt.Logo
Create of copy of Logo.
copy() - Method in class gov.noaa.pmel.sgt.ColorMap
 
copy() - Method in class gov.noaa.pmel.sgt.TransformColorMap
Create a copy of the ColorMap object.
copy() - Method in class gov.noaa.pmel.sgt.GridAttribute
Copy the GridAttribute.
copy() - Method in class gov.noaa.pmel.sgt.CLTransformColorMap
Create a copy of the ColorMap object.
copy() - Method in class gov.noaa.pmel.sgt.Layer
Copy the Layer and its attached classes.
copy() - Method in class gov.noaa.pmel.sgt.Graph
Copy the Graph object and all attached classes.
copy() - Method in class gov.noaa.pmel.sgt.CartesianGraph
Create a copy of the CartesianGraph
copy() - Method in class gov.noaa.pmel.sgt.IndexedColorMap
Create a copy of the ColorMap
copy() - Method in class gov.noaa.pmel.sgt.DefaultContourLineAttribute
 
copy() - Method in class gov.noaa.pmel.sgt.LineKey
Create of copy of LineKey.
copy() - Method in class gov.noaa.pmel.sgt.TimeAxis
 
copy() - Method in class gov.noaa.pmel.sgt.VectorKey
Create of copy of VectorKey.
copy() - Method in class gov.noaa.pmel.sgt.PlainAxis
 
copy() - Method in interface gov.noaa.pmel.sgt.LayerChild
Create a copy of the LayerChild.
copy() - Method in class gov.noaa.pmel.sgt.SGLabel
 
copy() - Method in class gov.noaa.pmel.sgt.CLIndexedColorMap
Create a copy of the ColorMap object.
copy() - Method in class gov.noaa.pmel.sgt.PointAttribute
Copy the PointAttribute.
copy() - Method in class gov.noaa.pmel.sgt.LinearTransform
Create a copy of the LinearTransform.
copy() - Method in class gov.noaa.pmel.sgt.demo.PseudoRealTimeData
 
copy() - Method in class gov.noaa.pmel.sgt.dm.Collection
Create a copy.
copy() - Method in class gov.noaa.pmel.sgt.dm.PointCollection
Create a copy.
copy() - Method in class gov.noaa.pmel.sgt.dm.SimpleLine
Create a shallow copy.
copy() - Method in class gov.noaa.pmel.sgt.dm.SGTVector
Create a copy.
copy() - Method in class gov.noaa.pmel.sgt.dm.SimplePoint
Create a copy.
copy() - Method in class gov.noaa.pmel.sgt.dm.SimpleGrid
Create a copy of the grid.
copy() - Method in interface gov.noaa.pmel.sgt.dm.SGTData
Create a shallow copy.
copy() - Method in class gov.noaa.pmel.util.Range2D
Create a copy of Range2D object.
copy() - Method in class gov.noaa.pmel.util.SoTRange
 
copy() - Method in class gov.noaa.pmel.util.SoTRange.GeoDate
Make a copy of the SoTRange.
copy() - Method in class gov.noaa.pmel.util.SoTRange.Integer
Make a copy of the SoTRange.
copy() - Method in class gov.noaa.pmel.util.SoTRange.Short
Make a copy of the SoTRange.
copy() - Method in class gov.noaa.pmel.util.SoTRange.Float
Make a copy of the SoTRange.
copy() - Method in class gov.noaa.pmel.util.SoTRange.Double
Make a copy of the SoTRange.
copy() - Method in class gov.noaa.pmel.sgt.swing.ValueIcon
 
copy() - Method in class gov.noaa.pmel.sgt.swing.UserIcon
 

A B C D E F G H I J L M N O P R S T U V W X Y Z
Send comments about the Scientific Graphics toolkit to dwd@pmel.noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on December 13 2001