Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
D
Display
- interface
Display
.
An interface defines its display area width, height and how to draw its components.
DrawingUtil
- class
DrawingUtil
.
Utility class for rendering.
DrawingUtil()
- Constructor for class
DrawingUtil
disableDoubleBuffering(Component)
- Static method in class
PrintUtilities
The speed and quality of printing suffers dramatically if any of the containers have double buffering turned on.
displayURL(String)
- Static method in class
BrowserControl
Display a file in the system browser.
draw(Graphics2D)
- Method in interface
Display
Draw on a Graphics2D object.
draw(Graphics2D)
- Method in class
PlotsWindow
Draw all the components which will be drawn to an image or printed to paper.
draw(Graphics2D)
- Method in class
StationInfoWindow
Implements Display interface.
draw(Graphics2D)
- Method in class
ViterbiWindow
Draw all the components which will be drawn to an image or printed to paper.
drawCentred(Graphics2D, String, float, float, boolean)
- Static method in class
DrawingUtil
Draw a text string which is centered in given location.
drawCircle(Graphics2D, double[], float[], float[], Color, float, float, float, float, float)
- Static method in class
DrawingUtil
Draw circles using pass in x and y coordinates.
drawDots(Graphics2D, float[], float[], float, float, Color, float, float)
- Static method in class
DrawingUtil
Draw points centered at (xData[i],yData[i]) and radius is 1.
drawLegend(Graphics2D, int, int)
- Method in class
ProbabilityPlot
Draw legend of the graph.
drawLegend(Graphics2D, int, int)
- Method in class
ViterbiPlot
Draw legend of the graph.
drawLegendBox(Graphics2D, int, int)
- Method in class
DrawingUtil
Draw the legend box.
drawLegendTicks(Graphics2D, float, float, float, float, String[], int)
- Static method in class
DrawingUtil
Draw legend's tick marks.
drawLineSegments(Graphics2D, float[], float[], float, float, Color, float, float)
- Static method in class
DrawingUtil
Draw line segments using pass in x and y coordinates.
drawLineSegmentsTickMarks(Graphics2D, float[], float[], float, float, Color, float, float, String[])
- Static method in class
DrawingUtil
Draw line segments using pass in x and y coordinates.
drawPolyLine(Graphics2D, float[], float[], float, float, Color, float, float)
- Static method in class
DrawingUtil
Draw a poly line using pass in x and y coordinates.
drawRects(Graphics2D, int[][], Color[], float, float, float, float)
- Static method in class
DrawingUtil
Draw points centered at (xData[i],yData[i]) and radius is 1.
drawStringsInBox(Graphics2D, int, int, String[], Font)
- Static method in class
DrawingUtil
Draw an array of strings in a bounding box with origin in (0,0).
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W