All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- bezAnimationApplet().
Constructor for class psplot.bezAnimationApplet
-
- boundary().
Method in class psplot.PlotCanvas
- Locates corners.
- clear().
Method in class psplot.PlotCanvas
- Paints a blank canvas onto the offscreen image.
- close().
Method in class psplot.PlotPath
-
- curveto(RealPoint, RealPoint, RealPoint).
Method in class psplot.PlotPath
-
- draw().
Method in class psplot.PlotCanvas
- Draws paths onto the offscreen image.
- drawString(String, double, double).
Method in class psplot.PlotCanvas
- Uses float coordinates.
- drawString(String, double, double, Color).
Method in class psplot.PlotCanvas
- Uses float coordinates.
- drawString(String, RealPoint).
Method in class psplot.PlotCanvas
- Uses float coordinates.
- drawString(String, RealPoint, Color).
Method in class psplot.PlotCanvas
-
- fill().
Method in class psplot.PlotPath
-
- fill(Color).
Method in class psplot.PlotPath
-
- height.
Variable in class psplot.PlotCanvas
-
- init().
Method in class psplot.bezAnimationApplet
-
- init().
Method in class psplot.psAnimationApplet
-
- init().
Method in class psplot.psApplet
-
- init().
Method in class psplot.psSimpleApplet
-
- interp(double, double, double).
Static method in class psplot.PlotCanvas
- A utility for animation.
- isVisible(double, double).
Method in class psplot.PlotCanvas
- Returns true if visible on the screen.
- isVisible(Point).
Method in class psplot.PlotCanvas
- Returns true if visible on the screen.
- isVisible(RealPoint).
Method in class psplot.PlotCanvas
- Returns true if visible on the screen.
- lineto(double, double).
Method in class psplot.PlotPath
-
- lineto(RealPoint).
Method in class psplot.PlotPath
-
- moveto(double, double).
Method in class psplot.PlotPath
-
- moveto(RealPoint).
Method in class psplot.PlotPath
-
- paint(Graphics).
Method in class psplot.PlotCanvas
- Reverses the normal ordering of paint() and
update(0 for flicker-free performance.
- parametrization().
Constructor for class psplot.parametrization
-
- parent.
Variable in class psplot.PlotCanvas
-
- pixel().
Method in class psplot.PlotCanvas
- A RealRectangle holds four real points.
- PlotCanvas(Applet).
Constructor for class psplot.PlotCanvas
-
- PlotCanvas(Applet, int, int).
Constructor for class psplot.PlotCanvas
- The variables w and h determine the canvas size in pixels.
- PlotPath(PlotCanvas).
Constructor for class psplot.PlotPath
-
- PlotPath(PlotCanvas, Color).
Constructor for class psplot.PlotPath
-
- PlotPath(PlotCanvas, Graphics).
Constructor for class psplot.PlotPath
-
- psAnimationApplet().
Constructor for class psplot.psAnimationApplet
-
- psApplet().
Constructor for class psplot.psApplet
-
- psSimpleApplet().
Constructor for class psplot.psSimpleApplet
-
- rlineto(double, double).
Method in class psplot.PlotPath
-
- rlineto(RealPoint).
Method in class psplot.PlotPath
-
- rmoveto(double, double).
Method in class psplot.PlotPath
-
- rmoveto(RealPoint).
Method in class psplot.PlotPath
-
- rotate(double).
Method in class psplot.PlotCanvas
- Follows PostScript model.
- scale(double, double).
Method in class psplot.PlotCanvas
- Follows PostScript model.
- setColor(Color).
Method in class psplot.PlotCanvas
-
- setColor(Color).
Method in class psplot.PlotPath
-
- setCorners(double, double, double, double).
Method in class psplot.PlotCanvas
- The point
(llx, lly) becomes lower left, (urx, ury) upper right.
- setCorners(double, double, double, double, int, int).
Method in class psplot.PlotCanvas
- Allows a margin.
- setFont(Font).
Method in class psplot.PlotCanvas
-
- start().
Method in class psplot.bezAnimationApplet
-
- start().
Method in class psplot.psAnimationApplet
-
- stop().
Method in class psplot.bezAnimationApplet
-
- stop().
Method in class psplot.psAnimationApplet
-
- stroke().
Method in class psplot.PlotPath
-
- stroke(Color).
Method in class psplot.PlotPath
-
- toPoint(double, double).
Method in class psplot.PlotCanvas
- Returns pixel with coordinates (x, y).
- toPoint(RealPoint).
Method in class psplot.PlotCanvas
- Returns pixel with coordinates P.
- toRealPoint(int, int).
Method in class psplot.PlotCanvas
- Pixels to floating point coordinates.
- toRealPoint(Point).
Method in class psplot.PlotCanvas
- Pixels to floating point coordinates.
- translate(double, double).
Method in class psplot.PlotCanvas
- Follows PostScript model.
- update(Graphics).
Method in class psplot.PlotCanvas
- Clears the offscreen image,
draws into it, and blips it onto the screen.
- width.
Variable in class psplot.PlotCanvas
-