Package
Class
Tree
Deprecated
Index
Help
ElVis Java Interface
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
W
X
A
ALGEBRAIC
- Static variable in class sv.graph.
Fx
Axis Number is drawn as a single quantity
AUTOMATIC
- Static variable in class sv.graph.
Fx
Axis Number style is computed based on data
actionPerformed(ActionEvent)
- Method in class sv.graph.
GraphFrame
addColumn()
- Method in class sv.graph.
GraphFrame
addDataset(Data1D)
- Method in class sv.graph.
Fx
Add a dataset to the graph.
addDataset(Data1DIndex)
- Method in class sv.graph.
Fxi
addFx(float)
- Method in class sv.graph.
Data1D
Set the next f(x) value.
addFxt(GraphWindow)
- Method in class sv.graph.
GraphWindow
Add an Fxt dataset to an existing graph that is already displayed.
addGraph(Fx)
- Method in class sv.graph.
GraphFrame
addGraph(Fxi)
- Method in class sv.graph.
GraphFrame
addGraph(Fxt)
- Method in class sv.graph.
GraphFrame
addGraph(Fx, int, int)
- Method in class sv.graph.
GraphFrame
addGraph(Fxi, int, int)
- Method in class sv.graph.
GraphFrame
addGraph(Fxt, int, int)
- Method in class sv.graph.
GraphFrame
addGraph(Fx, int, int)
- Method in class sv.graph.
GraphWindow
Add a graph to a specific cell in the GraphWindow.
addGraph(Fx)
- Method in class sv.graph.
GraphWindow
Add a graph to the first empty cell in the GraphWindow.
addGraph(DataTable, int, int)
- Method in class sv.graph.
GraphWindow
Add a table to a specific cell in the GraphWindow.
addLabel(String, float, float, String, String, float, Color, float)
- Method in class sv.graph.
Fx
Add a label to the graph.
addLegendTitle(String)
- Method in class sv.graph.
Fx
Add a line of text to the legend.
addPoints(Data1D)
- Method in class sv.graph.
Data1D
addPoints(GraphWindow)
- Method in class sv.graph.
GraphWindow
Add points to an existing dataset that is already displayed.
addRow()
- Method in class sv.graph.
GraphFrame
addX(float)
- Method in class sv.graph.
Data1D
Set the next X value.
animate(boolean)
- Method in class sv.graph.
GraphFrame
appendFile(String)
- Method in class sv.graph.
DataSource
Append to a GraphWindow file.
appendGraph(Fx, boolean)
- Method in class sv.graph.
GraphWindow
Append an Fx graph to the GraphWindow.
averageShade(SurfacePolygon, SurfacePolygon)
- Static method in class sv.graph.
SurfacePolygon
B
bytesRead
- Variable in class sv.graph.
Data1D
C
Contour
- class sv.graph.
Contour
.
The Contour graph class contains all the elements of a graph.
Contour(String)
- Constructor for class sv.graph.
Contour
Create an empty contour plot.
Contour(String, double[][], double[], double[], double[])
- Constructor for class sv.graph.
Contour
Create a contour plot.
calculateNormal(int, int, double[][][], int)
- Static method in class sv.graph.
SurfacePolygon
closeFile()
- Method in class sv.graph.
DataSource
Close the currently open GraphWindow file.
closeFile(boolean)
- Method in class sv.graph.
DataSource
Close the currently open GraphWindow file and specify client polling.
closeWindows()
- Method in class sv.graph.
DataSource
Close all the GraphWindows being displayed.
closestPoint(double[])
- Method in class sv.graph.
Data1D
closestXPoint(double[])
- Method in class sv.graph.
Data1D
collaboratorFrame
- Variable in class sv.graph.
GraphFrame
compare(Object, Object)
- Method in class sv.graph.
Surface
createFile(String)
- Method in class sv.graph.
DataSource
Create a GraphWindow file.
crossProduct(double[], double[])
- Static method in class sv.graph.
SurfacePolygon
currentFrame
- Variable in class sv.graph.
GraphWindow
D
DATATABLE
- Static variable in class sv.graph.
GraphWindow
data table
DEFAULT_PORT
- Static variable in class sv.graph.
DataSource
Data1D
- class sv.graph.
Data1D
.
The Data1D class stores a dataset for f(x).
Data1D()
- Constructor for class sv.graph.
Data1D
Data1D(String, int)
- Constructor for class sv.graph.
Data1D
Create the dataset.
Data1D(String, int, float[], float[])
- Constructor for class sv.graph.
Data1D
Create the dataset.
Data1DIndex
- class sv.graph.
Data1DIndex
.
The Data1DIndex class stores an indexed dataset for f(x).
Data1DIndex()
- Constructor for class sv.graph.
Data1DIndex
Data1DIndex(String, int, float[], float[], float)
- Constructor for class sv.graph.
Data1DIndex
Create the dataset.
DataSource
- class sv.graph.
DataSource
.
An application that provides data for display must register with ElVis.
DataSource()
- Constructor for class sv.graph.
DataSource
DataSource(String, String, String)
- Constructor for class sv.graph.
DataSource
Define the application that will send data to ElVis.
DataTable
- class sv.graph.
DataTable
.
A DataTable contains a grid of cells.
DataTable(String)
- Constructor for class sv.graph.
DataTable
DataTable(int, int)
- Constructor for class sv.graph.
DataTable
Create a DataTable.
definition()
- Method in class sv.graph.
GraphWindow
display(DataOutputStream, int)
- Method in class sv.graph.
GraphWindow
draw(Graphics2D, Rectangle2D.Float, float, float, float, float)
- Method in class sv.graph.
Data1D
drawLine(boolean)
- Method in class sv.graph.
Data1D
Set whether a line is drawn between data points
drawMarker(boolean)
- Method in class sv.graph.
Data1D
Set whether a marker is drawn at each data point
E
exit()
- Method in class sv.graph.
DataSource
F
FX
- Static variable in class sv.graph.
GraphWindow
f(x) graph, datasets are not indexed.
FXI
- Static variable in class sv.graph.
GraphWindow
f(x,i) graph, datasets with arbitrary index.
FXT
- Static variable in class sv.graph.
GraphWindow
f(x,t) graph, datasets indexed by time.
FXT_ADD_POINTS
- Static variable in class sv.graph.
GraphWindow
f(x,t) graph, datasets indexed by time.
FXY
- Static variable in class sv.graph.
GraphWindow
f(x,y) graph
Fx
- class sv.graph.
Fx
.
The Fx graph class contains all the elements of a graph.
Fx(String)
- Constructor for class sv.graph.
Fx
Create a graph of datasets.
Fxi
- class sv.graph.
Fxi
.
The Fxi graph class contains all the elements of a graph.
Fxi(String)
- Constructor for class sv.graph.
Fxi
Create a graph of indexed datasets.
Fxt
- class sv.graph.
Fxt
.
The Fxt graph class contains datasets indexed by time.
Fxt(String)
- Constructor for class sv.graph.
Fxt
Create a graph containing datasets indexed by time.
fillGraphs()
- Method in class sv.graph.
GraphFrame
findClosestDataset(double[])
- Method in class sv.graph.
Fx
fitGraphs()
- Method in class sv.graph.
GraphFrame
frameTitle
- Variable in class sv.graph.
GraphFrame
fx
- Variable in class sv.graph.
Data1D
fxtAddPoints(GraphWindow)
- Method in class sv.graph.
GraphWindow
Add points to existing time steps already displayed
G
GLabel
- class sv.graph.
GLabel
.
Define a label data structure
GLabel()
- Constructor for class sv.graph.
GLabel
GLabel(String, float, float, String, String, float, Color, float)
- Constructor for class sv.graph.
GLabel
GLabel(GLabel)
- Constructor for class sv.graph.
GLabel
GraphFrame
- class sv.graph.
GraphFrame
.
GraphFrame.java Define a frame to hold multiple graphs
GraphFrame(GraphWindow, int, int)
- Constructor for class sv.graph.
GraphFrame
GraphWindow
- class sv.graph.
GraphWindow
.
The GraphWindow is the object interface to ElVis.
GraphWindow(String)
- Constructor for class sv.graph.
GraphWindow
getBufferSize()
- Method in class sv.graph.
GraphFrame
getColumns()
- Method in class sv.graph.
GraphWindow
Return the number of columns of graphs in the GraphWindow.
getFrameHeight()
- Method in class sv.graph.
GraphFrame
getFrameTitle()
- Method in class sv.graph.
GraphFrame
getFrameWidth()
- Method in class sv.graph.
GraphFrame
getHeight(Graphics)
- Method in class sv.graph.
GLabel
getID()
- Method in class sv.graph.
GraphFrame
getIndex()
- Method in class sv.graph.
GraphFrame
getLegendTitle()
- Method in class sv.graph.
Fx
Get the list of legend strings used in the title.
getName()
- Method in class sv.graph.
GraphWindow
Get the name of the GraphWindow.
getRank()
- Method in class sv.graph.
GraphFrame
getRows()
- Method in class sv.graph.
GraphWindow
Return the number of rows of graphs in the GraphWindow.
getTitleLabel()
- Method in class sv.graph.
Fx
Get the title label.
getType()
- Method in class sv.graph.
GraphWindow
getWidth(Graphics)
- Method in class sv.graph.
GLabel
getWidth(Graphics, String)
- Method in class sv.graph.
GLabel
getXLabel()
- Method in class sv.graph.
Fx
Get the X axis label.
getXNumberStyle()
- Method in class sv.graph.
Fx
Get the numbering style of the X axis.
getXRange()
- Method in class sv.graph.
Fx
Get the X axis range.
getYLabel()
- Method in class sv.graph.
Fx
Get the Y axis label.
getYNumberStyle()
- Method in class sv.graph.
Fx
Get the numbering style of the Y axis.
getYRange()
- Method in class sv.graph.
Fx
Get the Y axis range.
globalFlag
- Variable in class sv.graph.
GraphFrame
graphWindow
- Variable in class sv.graph.
GraphFrame
H
highlightEnd
- Variable in class sv.graph.
Data1D
highlightStart
- Variable in class sv.graph.
Data1D
I
incrementIndex()
- Method in class sv.graph.
GraphFrame
interaction
- Variable in class sv.graph.
GraphWindow
isFocusable()
- Method in class sv.graph.
GraphFrame
isInteraction
- Variable in class sv.graph.
GraphWindow
isLegend()
- Method in class sv.graph.
Fx
Return true if the legend will be shown
isShowLines()
- Method in class sv.graph.
Fx
Return true if lines between the markers will be shown
isShowMarkers()
- Method in class sv.graph.
Fx
Return true if the markers will be shown
isXGridlines()
- Method in class sv.graph.
Fx
Return true if the X axis gridlines should be drawn
isYGridlines()
- Method in class sv.graph.
Fx
Return true if the Y axis gridlines should be drawn
K
keyPressed(KeyEvent)
- Method in class sv.graph.
GraphFrame
keyReleased(KeyEvent)
- Method in class sv.graph.
GraphFrame
keyTyped(KeyEvent)
- Method in class sv.graph.
GraphFrame
L
LINEAR
- Static variable in class sv.graph.
Fx
Values are linearly spaced
LOGARITHMIC
- Static variable in class sv.graph.
Fx
Values are logarithmically spaced
M
MIXED
- Static variable in class sv.graph.
GraphWindow
The GraphWindow contains more than 1 type of graph.
match(ElVisSource)
- Method in class sv.graph.
DataSource
matchExact(ElVisSource)
- Method in class sv.graph.
DataSource
N
nColumns
- Variable in class sv.graph.
GraphFrame
nPoints
- Variable in class sv.graph.
Data1D
nRows
- Variable in class sv.graph.
GraphFrame
name
- Variable in class sv.graph.
GraphWindow
normalize(double[])
- Static method in class sv.graph.
SurfacePolygon
O
originalClient
- Variable in class sv.graph.
GraphWindow
P
print()
- Method in class sv.graph.
Data1DIndex
printGraph(int, int, String, boolean)
- Method in class sv.graph.
GraphFrame
printGraph(String, int, int, int, String)
- Method in class sv.graph.
GraphWindow
Print a graph.
printGraphAll(String)
- Method in class sv.graph.
GraphFrame
processInteraction(GraphWindow)
- Method in class sv.graph.
GraphFrame
R
read(DataInputStream)
- Method in class sv.graph.
Data1D
read(DataInputStream)
- Method in class sv.graph.
Data1DIndex
read(DataInputStream)
- Method in class sv.graph.
DataSource
read(DataInputStream)
- Method in class sv.graph.
GraphWindow
readSerial(DataInputStream)
- Method in class sv.graph.
GraphWindow
register()
- Method in class sv.graph.
DataSource
Register the application with ElVis on the local computer and the default port.
register(String, String)
- Method in class sv.graph.
DataSource
Register the application with ElVis.
run()
- Method in class sv.graph.
GraphFrame
S
SCIENTIFIC
- Static variable in class sv.graph.
Fx
Axis Number is drawn with mantissa and exponent
SURFACE
- Static variable in class sv.graph.
GraphWindow
The graph is a surface plot
Surface
- class sv.graph.
Surface
.
The Surface graph class contains all the elements of a surface graph.
Surface(String)
- Constructor for class sv.graph.
Surface
Create an empty surface graph.
Surface(String, Fxi)
- Constructor for class sv.graph.
Surface
Create a surface from an indexed graph.
SurfacePolygon
- class sv.graph.
SurfacePolygon
.
The SurfacePolygon contains the centroid.
SurfacePolygon()
- Constructor for class sv.graph.
SurfacePolygon
scopePanel
- Variable in class sv.graph.
GraphFrame
scrollPane
- Static variable in class sv.graph.
GraphFrame
selected
- Variable in class sv.graph.
Data1D
sendData(String, int, byte[])
- Method in class sv.graph.
DataSource
setBufferSize(int)
- Method in class sv.graph.
GraphFrame
setCollaboratorFrame(CollaboratorFrame)
- Method in class sv.graph.
GraphFrame
setColor(Color)
- Method in class sv.graph.
Data1D
setColor(Color)
- Method in class sv.graph.
SurfacePolygon
setFrameTitle(String)
- Method in class sv.graph.
GraphFrame
setGraphEditor(GraphEditor)
- Method in class sv.graph.
GraphFrame
setGraphFrame(GraphFrame)
- Method in class sv.graph.
Surface
setGraphWindow()
- Method in class sv.graph.
GraphFrame
setID(long)
- Method in class sv.graph.
GraphFrame
setIndex(int)
- Method in class sv.graph.
GraphFrame
setIndexLabel(String)
- Method in class sv.graph.
Fxi
Set the text of the index label.
setIndexPercent(float)
- Method in class sv.graph.
GraphFrame
setLabel(GLabel)
- Method in class sv.graph.
GLabel
setLayout(int, int)
- Method in class sv.graph.
GraphWindow
Set the number of rows and columns for the grid of graphs.
setLegendTitle(String)
- Method in class sv.graph.
Fx
Set the legend text.
setLocation(int, int)
- Method in class sv.graph.
Fx
Set the grid location of the graph.
setLocation(float, float)
- Method in class sv.graph.
GLabel
setName(String)
- Method in class sv.graph.
GraphWindow
Set the name of the GraphWindow.
setNetCDFFrame(NetCDFFrame)
- Method in class sv.graph.
GraphFrame
setPlotOrigin(float, float)
- Method in class sv.graph.
Fx
Set the location of the plot area.
setPlotSize(float, float)
- Method in class sv.graph.
Fx
Set the size of the plot area.
setPreferredScreenSize(int, int)
- Method in class sv.graph.
GraphFrame
setScalable(boolean, boolean)
- Method in class sv.graph.
Fx
Control scaling the axes.
setSurfaceView(int, float, float, float)
- Method in class sv.graph.
GraphFrame
setThickness(int)
- Method in class sv.graph.
Data1D
setTitleLabel(GLabel)
- Method in class sv.graph.
Fx
Set the title label.
setTitleLabel(String)
- Method in class sv.graph.
Fx
Set the title label.
setType(int)
- Method in class sv.graph.
GraphWindow
Specify the type of graphs that will be in the GraphWindow.
setValue(int, int, String)
- Method in class sv.graph.
DataTable
Put a string into a cell.
setValue(int, int, int)
- Method in class sv.graph.
DataTable
Put an integer into a cell.
setValue(int, int, float)
- Method in class sv.graph.
DataTable
Put a float into a cell.
setValue(int, int, double)
- Method in class sv.graph.
DataTable
Put a double into a cell.
setWhiteBoardFrame(WhiteBoardFrame)
- Method in class sv.graph.
GraphFrame
setXLabel(GLabel)
- Method in class sv.graph.
Fx
Set the X axis label.
setXLabel(String)
- Method in class sv.graph.
Fx
Set the X axis label.
setXNumberStyle(int)
- Method in class sv.graph.
Fx
Set the numbering style of the X axis instead of having it computed based on the size of the data.
setXRange(float, float)
- Method in class sv.graph.
Fx
Set the X axis range for the data.
setYLabel(GLabel)
- Method in class sv.graph.
Fx
Set the Y axis label.
setYLabel(String)
- Method in class sv.graph.
Fx
Set the Y axis label.
setYLabel(String, float, float, float)
- Method in class sv.graph.
Fx
Set the Y axis label, rotation, and location.
setYNumberStyle(int)
- Method in class sv.graph.
Fx
Set the numbering style of the Y axis instead of having it computed based on the size of the data.
setYRange(float, float)
- Method in class sv.graph.
Fx
Set the Y axis range for the data.
shade(double[], double[])
- Method in class sv.graph.
SurfacePolygon
shortestYDistance(double[])
- Method in class sv.graph.
Data1D
shot
- Variable in class sv.graph.
Fx
shot
- Variable in class sv.graph.
GraphWindow
showGridlines(boolean, boolean)
- Method in class sv.graph.
Fx
Control drawing the grid lines.
showLegend(boolean)
- Method in class sv.graph.
Fx
Control drawing the legend.
showLines(boolean)
- Method in class sv.graph.
Fx
Control drawing of dataset lines.
showLines(boolean)
- Method in class sv.graph.
Fxi
showMarkers(boolean)
- Method in class sv.graph.
Fx
Control drawing of markers at data points.
showMarkers(boolean)
- Method in class sv.graph.
Fxi
stateChanged(ChangeEvent)
- Method in class sv.graph.
GraphFrame
stealthMode
- Variable in class sv.graph.
GraphFrame
sv.graph
- package sv.graph
T
thickness
- Variable in class sv.graph.
Data1D
toString()
- Method in class sv.graph.
GLabel
U
units
- Variable in class sv.graph.
Fx
unselectAll(GraphEditor)
- Method in class sv.graph.
GraphFrame
updateVCR()
- Method in class sv.graph.
GraphFrame
W
whiteboard
- Variable in class sv.graph.
GraphWindow
whiteboardFrame
- Variable in class sv.graph.
GraphFrame
write(GraphWindow)
- Method in class sv.graph.
DataSource
write(DataOutputStream)
- Method in class sv.graph.
GraphWindow
Write the GraphWindow to a socket stream
writeFile(DataOutputStream)
- Method in class sv.graph.
GraphFrame
writeNetCDF(String)
- Method in class sv.graph.
GraphFrame
writeNetCDF(String)
- Method in class sv.graph.
GraphWindow
Write the GraphWindow to a NetCDF file
writeSequential(DataOutputStream)
- Method in class sv.graph.
GraphWindow
Write the GraphWindow to a stream
X
x
- Variable in class sv.graph.
Data1D
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
W
X
Package
Class
Tree
Deprecated
Index
Help
ElVis Java Interface
PREV NEXT
FRAMES
NO FRAMES
All Classes