Class edu.umn.geom.IFSoft.CustomCon
All Packages Class Hierarchy This Package Previous Next Index
Class edu.umn.geom.IFSoft.CustomCon
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----edu.umn.geom.IFSoft.CustomCon
- public class CustomCon
- extends Panel
A panel which displays, and allows editing of, the transformations contained
in an IfsPanel.
- See Also:
- IfsPanel
-
bpan
-
-
CustomCon(BigPanel)
-
-
fixMacBug()
- Since many Mac and PC JVMs don't seem to send keyUp, this function does it
artificially.
-
remake()
- Completely remake this panel.
-
updt()
- Update this panel to make it match the transforms.
bpan
public BigPanel bpan
CustomCon
public CustomCon(BigPanel bpan)
- Parameters:
- bpan - The parent to this panel. Used to talk to it's siblings.
updt
public void updt()
- Update this panel to make it match the transforms.
remake
public void remake()
- Completely remake this panel. This is slow, use update() when possible.
fixMacBug
public void fixMacBug()
- Since many Mac and PC JVMs don't seem to send keyUp, this function does it
artificially.
All Packages Class Hierarchy This Package Previous Next Index