harmonic.cad.gui
Class NewRectangularMeshFromCornersDialog

java.lang.Object
  |
  +--harmonic.widgetLib.HWPanel
        |
        +--harmonic.mz.gui.Monolog
              |
              +--harmonic.mz.gui.SequenceFunctionDialog
                    |
                    +--harmonic.cad.gui.MDSequenceMonolog
                          |
                          +--harmonic.cad.gui.NewRectangularMeshFromCornersDialog
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener, harmonic.mz.event.NodeListener, harmonic.viewer3D.Task, java.awt.event.WindowListener

public class NewRectangularMeshFromCornersDialog
extends MDSequenceMonolog

See Also:
Serialized Form

Field Summary
 
Fields inherited from class harmonic.mz.gui.SequenceFunctionDialog
bAutoFinish, cat, dataInsert, fields, is, okInsert
 
Fields inherited from class harmonic.mz.gui.Monolog
bPermanent, CLOSED, creatingModule, DOCK_MONOLOG, FLOAT_MONOLOG, postMethod, stdDialogWidth, visibility
 
Constructor Summary
NewRectangularMeshFromCornersDialog()
           
 
Method Summary
static void doit(harmonic.meshGeom.math.Pnt3f a, harmonic.meshGeom.math.Pnt3f b, int nx, int ny)
           
 void finish()
           
 
Methods inherited from class harmonic.cad.gui.MDSequenceMonolog
post, unpost
 
Methods inherited from class harmonic.mz.gui.SequenceFunctionDialog
action, addEntry, addField, addField, addFieldControls, afterPost, aquireInput, cancelTask, canFinish, cleanTask, clearFields, finishTask, format, getPreferredSize, init, noPost, onOK, removeField, sequenceFinished, setAutoFinish, shouldPost
 
Methods inherited from class harmonic.mz.gui.Monolog
addListener, addSubMonolog, begin, beginTask, cancel, destroyIfTemporary, drop, frameSize, getFrame, getTaskName, init_Bottom, init_Floating, init_Info, init_Left, init_Right, init_Top, keyPressed, keyReleased, keyTyped, nodeChanged, onCancel, onDismiss, onHelp, post, post, post, postModal, postModal, processKeyEvent, reformat, removeStandardButtons, setFunction, setMonologClass, setPermenant, setPosted, setResizeable, setTitle, unpost, updateMonologInfo, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewRectangularMeshFromCornersDialog

public NewRectangularMeshFromCornersDialog()
Method Detail

finish

public void finish()
Overrides:
finish in class harmonic.mz.gui.Monolog

doit

public static void doit(harmonic.meshGeom.math.Pnt3f a,
                        harmonic.meshGeom.math.Pnt3f b,
                        int nx,
                        int ny)