Serialized Form
|
Package edu.davidson.display |
autoLabels
boolean autoLabels
- If true the labels will be calculated for each
contour level. These might not look all that hot.
autoLevels
boolean autoLevels
- If set the class calculates the contour levels based on
the data minimum and maximum. Default value true.
contourColor
java.awt.Color contourColor
- Color to draw non labelled contour line
curves
java.util.Vector[] curves
- Vector array containing the Contour curves.
Each index in the array contains curves at a given
contour level
drawlabels
boolean drawlabels
- If false labels are not drawn
format
Format format
grid
double[] grid
- The data grid, a 2D array stored in linear form.
It is assumed that [0,0] is the bottom left corner
and the data is ordered by row.
gridLimits
boolean gridLimits
isDrag
boolean isDrag
labelcolor
java.awt.Color labelcolor
- Color to use in drawing Labels
labelfont
java.awt.Font labelfont
- Font to use in drawing Labels
labelledColor
java.awt.Color labelledColor
- Color to draw labelled contour line
labelLevels
int labelLevels
- Which levels will get labels. If it is equal to 1 every level
gets a label, equal to 2 every second level etc. If it is equal to 0
no labels are displayed.
labelPrecision
int labelPrecision
- Precision to use in drawing Labels.
labels
edu.davidson.graph.TextLine[] labels
- The label for each contour level
labelSignificant
int labelSignificant
- Number of Significant figures to use in drawing Labels.
labelStyle
int labelStyle
- Style to use in drawing Labels. TextLine.SCIENTIFIC or
TextLine.ALGEBRAIC.
levels
double[] levels
logLevels
boolean logLevels
noContours
boolean noContours
- Boolean value if true Contours will not be calculated
nx
int nx
- Dimension of the contour grid in the X direction
ny
int ny
- Dimension of the contour grid in the Y direction
xmax
double xmax
- The X maximum limit of the data grid
xmin
double xmin
- The X minimum limit of the data grid
ymax
double ymax
- The Y maximum limit of the data grid
ymin
double ymin
- The Y minimum limit of the data grid
zmax
double zmax
- The maximum value of the grid values
zmin
double zmin
- The minimum value of the grid values
autoRefresh
boolean autoRefresh
borders
int[] borders
boxWidth
int boxWidth
dataSetSeries
java.util.Vector dataSetSeries
defaultMarkerScale
double defaultMarkerScale
delayLock
java.lang.Object delayLock
delayThread
java.lang.Thread delayThread
dPoint
double[] dPoint
dragThing
Thing dragThing
enableMouse
boolean enableMouse
format
Format format
functions
java.util.Vector functions
labelX
java.lang.String labelX
labelY
java.lang.String labelY
mouseAdapter
java.awt.event.MouseAdapter mouseAdapter
mouseDrag
boolean mouseDrag
mouseMotionAdapter
java.awt.event.MouseMotionAdapter mouseMotionAdapter
mouseX
int mouseX
mouseY
int mouseY
newData
boolean newData
offScreenImage
java.awt.Image offScreenImage
parentSApplet
SApplet parentSApplet
sampleData
boolean sampleData
things
java.util.Vector things
title
edu.davidson.graph.TextLine title
titleStr
java.lang.String titleStr
xaxis
edu.davidson.graph.Axis xaxis
yaxis
edu.davidson.graph.Axis yaxis
borderLayout1
java.awt.BorderLayout borderLayout1
graph
SGraph graph
lastCaretPosition
int lastCaretPosition
lastValue
java.lang.String lastValue
noColor
boolean noColor
val
int val
boundSupport
java.beans.PropertyChangeSupport boundSupport
formStr
java.lang.String formStr
noColor
boolean noColor
valFormat
Format valFormat
validData
boolean validData
value
double value
boundSupport
java.beans.PropertyChangeSupport boundSupport
dMax
double dMax
dMin
double dMin
dValue
double dValue
|
Package edu.davidson.tools |
autoRefresh
boolean autoRefresh
clock
SClock clock
dataConnections
java.util.Vector dataConnections
localClock
SClock localClock
oneShotMsg
java.lang.String oneShotMsg
Visit the Davidson CollegeSTools Documentation Page