Class edu.umn.geom.IFSoft.OptionsWin
All Packages Class Hierarchy This Package Previous Next Index
Class edu.umn.geom.IFSoft.OptionsWin
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----edu.umn.geom.IFSoft.OptionsWin
- public class OptionsWin
- extends Frame
This is a window popped up to set some of the options for animation creation
and playing. It gets created from AnimCon, and sets parameters in AnimPanel.
- See Also:
- AnimCon, AnimPanel
-
OptionsWin(AnimPanel)
-
-
action(Event, Object)
- When this method is called, with "accept" the target, we try to set all
the variables in apan, and then dispose of this window.
OptionsWin
public OptionsWin(AnimPanel apan)
- Parameters:
- apan - The panel in which live the variables which are to get set.
action
public boolean action(Event e,
Object ob)
- When this method is called, with "accept" the target, we try to set all
the variables in apan, and then dispose of this window.
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index