Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
G
I
M
P
S
A
addChangeListener(ChangeListener)
- Method in class grapher.
CutOffGraphPanel
Adds the given changes listender to the model for the scroll bar.
C
CutOffGraphPanel
- Class in
grapher
CutOffGraphPanel()
- Constructor for class grapher.
CutOffGraphPanel
Default constructor.
E
enableAxis(boolean)
- Method in class grapher.
Grapher
Enables or disables showing the y-axis and x-axis and scale labels.
enableAxisLabelsOnIndicators(boolean)
- Method in class grapher.
Grapher
Enables or disables showing the axis label string on the indicator lines in addition to just the value.
enableGrid(boolean)
- Method in class grapher.
Grapher
Enables or disables the unit grid.
expandScale(float)
- Method in class grapher.
Grapher
Expands the visible x and y axis by a factor of changeScale
G
getCutOff()
- Method in class grapher.
CutOffGraphPanel
Returns the cut-off value, the current X value indicated on the graph.
getMaxX()
- Method in class grapher.
Grapher
Returns the maximum displayed x value on the scale.
getMaxY()
- Method in class grapher.
Grapher
Returns the maximum displayed y value on the scale.
getMinX()
- Method in class grapher.
Grapher
Returns the minimum displayed x value on the scale.
getMinY()
- Method in class grapher.
Grapher
Returns the minimum displayed y value on the scale.
getXValue()
- Method in class grapher.
Grapher
Returns the value the vertical x-axis indicator is currently on.
getYValue()
- Method in class grapher.
Grapher
Returns the value the horizontal y-axis indicator is currently on.
grapher
- package grapher
Grapher
- Class in
grapher
Grapher()
- Constructor for class grapher.
Grapher
Default constructor.
Grapher(String, String)
- Constructor for class grapher.
Grapher
Constructor that takes text labels for the x and y axis.
I
isAxisEnabled()
- Method in class grapher.
Grapher
Returns whether showing the axis is enabled.
isAxisLabelsOnIndicatorsEnabled()
- Method in class grapher.
Grapher
Returns whether showing the axis label string on the indicator lines in addition to just the value is enabled.
isGridEnabled()
- Method in class grapher.
Grapher
Returns whether the unit grid is enabled.
M
main(String[])
- Static method in class grapher.
CutOffGraphPanel
Main method for testing.
P
paintComponent(Graphics)
- Method in class grapher.
Grapher
Draws the graph.
S
setCoords(float[][], float[][])
- Method in class grapher.
Grapher
If the number of x and y points are the same, sets the coordinates using references and returns true.
setCutOffGraphCoords(float[], int[])
- Method in class grapher.
CutOffGraphPanel
Sets the coordinates for the graph.
setMaxX(float)
- Method in class grapher.
Grapher
Sets the maximum displayed x value.
setMaxY(float)
- Method in class grapher.
Grapher
Sets the maximum displayed y value.
setMinX(float)
- Method in class grapher.
Grapher
Sets the minimum displayed x value.
setMinY(float)
- Method in class grapher.
Grapher
Sets the minimum displayed y value.
setScale(float, float, float, float)
- Method in class grapher.
Grapher
If the scale is valid (minimums are smaller than maximums), sets the minimum and maximum values to display and returns true.
setScale(int)
- Method in class grapher.
Grapher
Sets the minimum and maximum values to display to the min and max of the coordinates of the given line.
setUpScrollBar(float, float, float)
- Method in class grapher.
CutOffGraphPanel
Sets up the scroll bar so that it can be used to set values on the graph.
setXIndicator(float, int)
- Method in class grapher.
Grapher
Sets the value for the vertical indicator line.
setYIndicator(float, int)
- Method in class grapher.
Grapher
Sets the value for the horizontal indicator line.
stateChanged(ChangeEvent)
- Method in class grapher.
CutOffGraphPanel
Implements ChangeListener for the scrollbar.
A
C
E
G
I
M
P
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes