mathcomp.gui.cfd
Class PolyDrawer

java.lang.Object
  extended by mathcomp.gui.cfd.PolyDrawer
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class PolyDrawer
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
 javax.swing.JToggleButton markHoleButton
           
 
Constructor Summary
PolyDrawer()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent a)
           
 void addPanels()
           
 void adjustWallBoundary()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

markHoleButton

public javax.swing.JToggleButton markHoleButton
Constructor Detail

PolyDrawer

public PolyDrawer()
Method Detail

adjustWallBoundary

public void adjustWallBoundary()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent a)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

addPanels

public void addPanels()

main

public static void main(java.lang.String[] args)