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

Variable Index

 o bpan

Constructor Index

 o CustomCon(BigPanel)

Method Index

 o fixMacBug()
Since many Mac and PC JVMs don't seem to send keyUp, this function does it artificially.
 o remake()
Completely remake this panel.
 o updt()
Update this panel to make it match the transforms.

Variables

 o bpan
  public BigPanel bpan

Constructors

 o CustomCon
  public CustomCon(BigPanel bpan)
Parameters:
bpan - The parent to this panel. Used to talk to it's siblings.

Methods

 o updt
  public void updt()
Update this panel to make it match the transforms.
 o remake
  public void remake()
Completely remake this panel. This is slow, use update() when possible.
 o 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