Index of all Fields and Methods
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
- acon.
Variable in class edu.umn.geom.IFSoft.AnimPanel
- All the user controls for the program live here.
- action(Event, Object).
Method in class edu.umn.geom.IFSoft.AnimCon
- Handle all the controls (other than the scrollbar).
- action(Event, Object).
Method in class edu.umn.geom.IFSoft.ColWin
-
- action(Event, Object).
Method in class edu.umn.geom.IFSoft.ControlA
- Where everything happens.
- action(Event, Object).
Method in class edu.umn.geom.IFSoft.OptionsWin
- When this method is called, with "accept" the target, we try to set all
the variables in apan, and then dispose of this window.
- action(Event, Object).
Method in class edu.umn.geom.IFSoft.SetupWin
-
- addKeyFrame(int).
Method in class edu.umn.geom.IFSoft.AnimPanel
- Add a new key frame.
- anim.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- True if this is part of an animation.
- AnimCon(AnimPanel).
Constructor for class edu.umn.geom.IFSoft.AnimCon
-
- AnimPanel().
Constructor for class edu.umn.geom.IFSoft.AnimPanel
-
- appletInfo().
Method in class edu.umn.geom.IFSoft.Fractalina
-
- appletInfo().
Method in class edu.umn.geom.IFSoft.Franimate
-
- apply(ColPoint).
Method in class edu.umn.geom.IFSoft.Transform
- Apply the transformation to point.
- BigPanel().
Constructor for class edu.umn.geom.IFSoft.BigPanel
-
- bim.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- This is an offscreen image which stores the points we've done so far.
- bkcolor.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- Background color.
- bpan.
Variable in class edu.umn.geom.IFSoft.CustomCon
-
- bpans.
Variable in class edu.umn.geom.IFSoft.AnimPanel
- Each key frame has a BigPanel, in which it is stored and adjusted.
- clear().
Method in class edu.umn.geom.IFSoft.IfsPanel
- Called to clear the panel and stored image.
- color.
Variable in class edu.umn.geom.IFSoft.ColPoint
-
- colormode.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- The color scheme we are using to chose transform color.
- colortype.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- The color scheme we are using to draw.
- ColPoint(ColPoint, Color).
Constructor for class edu.umn.geom.IFSoft.ColPoint
-
- ColPoint(double, double).
Constructor for class edu.umn.geom.IFSoft.ColPoint
-
- ColPoint(double, double, Color).
Constructor for class edu.umn.geom.IFSoft.ColPoint
-
- ColWin(BigPanel).
Constructor for class edu.umn.geom.IFSoft.ColWin
-
- cona.
Variable in class edu.umn.geom.IFSoft.BigPanel
-
- conb.
Variable in class edu.umn.geom.IFSoft.BigPanel
-
- ControlA(BigPanel).
Constructor for class edu.umn.geom.IFSoft.ControlA
-
- copySys(IfsPanel).
Method in class edu.umn.geom.IFSoft.IfsPanel
- Copy the settings from another IfsPanel.
- CustomCon(BigPanel).
Constructor for class edu.umn.geom.IFSoft.CustomCon
-
- delKeyFrame(int).
Method in class edu.umn.geom.IFSoft.AnimPanel
- Delete a key frame.
- destroy().
Method in class edu.umn.geom.IFSoft.Franimate
- Dispose of all the key frames before destroying the applet.
- DotPanel(Color).
Constructor for class edu.umn.geom.IFSoft.DotPanel
-
- finalize().
Method in class edu.umn.geom.IFSoft.AnimPanel
-
- fixMacBug().
Method in class edu.umn.geom.IFSoft.CustomCon
- Since many Mac and PC JVMs don't seem to send keyUp, this function does it
artificially.
- Fractalina().
Constructor for class edu.umn.geom.IFSoft.Fractalina
-
- frames.
Variable in class edu.umn.geom.IFSoft.AnimPanel
- Each frame is an image.
- Franimate().
Constructor for class edu.umn.geom.IFSoft.Franimate
-
- getColor().
Method in class edu.umn.geom.IFSoft.Transform
-
- getComp().
Method in class edu.umn.geom.IFSoft.Transform
-
- getPos().
Method in class edu.umn.geom.IFSoft.Transform
-
- getRot().
Method in class edu.umn.geom.IFSoft.Transform
-
- handleEvent(Event).
Method in class edu.umn.geom.IFSoft.AnimCon
- Handles events on the scrollbar.
- handleEvent(Event).
Method in class edu.umn.geom.IFSoft.KillFrame
-
- hide.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- Hide mode is provided so teachers can give students fractals and make them
figure out the settings.
- ifs.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- The transforms of the IFS.
- ifspan.
Variable in class edu.umn.geom.IFSoft.AnimPanel
- The AnimPanel uses an IfsPanel for making individual frames.
- ifspan.
Variable in class edu.umn.geom.IFSoft.BigPanel
-
- IfsPanel(BigPanel).
Constructor for class edu.umn.geom.IFSoft.IfsPanel
-
- init().
Method in class edu.umn.geom.IFSoft.Fractalina
-
- init().
Method in class edu.umn.geom.IFSoft.Franimate
-
- isapplet.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- Indicates whether we are currently an applet.
- ItThread(String, IfsPanel, Graphics, int).
Constructor for class edu.umn.geom.IFSoft.ItThread
-
- keyDown(Event, int).
Method in class edu.umn.geom.IFSoft.ControlA
- For the "hidden" features we intercept key presses.
- KillFrame(String).
Constructor for class edu.umn.geom.IFSoft.KillFrame
-
- main(String[]).
Static method in class edu.umn.geom.IFSoft.Fractalina
-
- main(String[]).
Static method in class edu.umn.geom.IFSoft.Franimate
-
- makeAnim(double[][][]).
Method in class edu.umn.geom.IFSoft.AnimPanel
-
- mouseDown(Event, int, int).
Method in class edu.umn.geom.IFSoft.Colorman
-
- mouseDrag(Event, int, int).
Method in class edu.umn.geom.IFSoft.IfsPanel
-
- mouseUp(Event, int, int).
Method in class edu.umn.geom.IFSoft.IfsPanel
-
- newTrans(Color).
Method in class edu.umn.geom.IFSoft.IfsPanel
-
- newTrans(double, double, ColPoint, Color).
Method in class edu.umn.geom.IFSoft.IfsPanel
- Add a new Transform to ifs.
- offsetx.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- X offset of the origin relative to the left part of the panel.
- offsety.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- Y offset of the origin relative to the top part of the panel (positive down).
- OptionsWin(AnimPanel).
Constructor for class edu.umn.geom.IFSoft.OptionsWin
-
- paint(Graphics).
Method in class edu.umn.geom.IFSoft.AnimPanel
- If there is an animation made paint puts up the current frame (curframe), if
not it doesn't do anything.
- paint(Graphics).
Method in class edu.umn.geom.IFSoft.Colorman
-
- paint(Graphics).
Method in class edu.umn.geom.IFSoft.DotPanel
-
- paint(Graphics).
Method in class edu.umn.geom.IFSoft.IfsPanel
-
- pause.
Variable in class edu.umn.geom.IFSoft.ItThread
- True if we need to sleep occasionally, like we do if we're an applet running
on an X11 version of netscape 2.0.
- portoffsetx.
Variable in class edu.umn.geom.IFSoft.IfsPanel
-
- portoffsety.
Variable in class edu.umn.geom.IFSoft.IfsPanel
-
- ports.
Variable in class edu.umn.geom.IFSoft.IfsPanel
- Where previous zoom settings live.
- ratiox.
Variable in class edu.umn.geom.IFSoft.IfsPanel
-
- ratioy.
Variable in class edu.umn.geom.IFSoft.IfsPanel
-
- remake().
Method in class edu.umn.geom.IFSoft.CustomCon
- Completely remake this panel.
- run().
Method in class edu.umn.geom.IFSoft.ItThread
- Do the iteration and graphics.
- setColor(Color).
Method in class edu.umn.geom.IFSoft.Transform
-
- setComp(double).
Method in class edu.umn.geom.IFSoft.Transform
- Set the compression value of the transformation.
- setPos(ColPoint).
Method in class edu.umn.geom.IFSoft.Transform
- Set the "position" (fixed point) of the transformation.
- setRot(double).
Method in class edu.umn.geom.IFSoft.Transform
- Set the rotation value of the transformation.
- setUpPath(int[]).
Method in class edu.umn.geom.IFSoft.AnimPanel
- Set up the transformations in each frame.
- SetupWin(AnimPanel).
Constructor for class edu.umn.geom.IFSoft.SetupWin
-
- showAnim(int).
Method in class edu.umn.geom.IFSoft.AnimPanel
- Show the animation.
- start().
Method in class edu.umn.geom.IFSoft.Fractalina
-
- start().
Method in class edu.umn.geom.IFSoft.Franimate
- Re-show any key frames that have been hidden.
- start().
Method in class edu.umn.geom.IFSoft.IfsPanel
- Called to start iteration thread.
- stop().
Method in class edu.umn.geom.IFSoft.Fractalina
-
- stop().
Method in class edu.umn.geom.IFSoft.Franimate
- Hide all the key frames, so they don't clutter up the screen when Franimate
is not being used.
- stop().
Method in class edu.umn.geom.IFSoft.IfsPanel
- Called to stop iteration thread.
- Transform(double, double, ColPoint, Color).
Constructor for class edu.umn.geom.IFSoft.Transform
-
- updt().
Method in class edu.umn.geom.IFSoft.CustomCon
- Update this panel to make it match the transforms.
- Viewport(double, double, double, double).
Constructor for class edu.umn.geom.IFSoft.Viewport
-
- x.
Variable in class edu.umn.geom.IFSoft.ColPoint
-
- y.
Variable in class edu.umn.geom.IFSoft.ColPoint
-