harmonic.cad.gui
Class PolygonCornerFilleter

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

public class PolygonCornerFilleter
extends MDAutoMonolog

See Also:
Serialized Form

Field Summary
 
Fields inherited from class harmonic.mz.gui.Monolog
bPermanent, CLOSED, creatingModule, DOCK_MONOLOG, FLOAT_MONOLOG, postMethod, stdDialogWidth, visibility
 
Constructor Summary
PolygonCornerFilleter()
           
 
Method Summary
 void cancel()
           
 void onRadius(harmonic.mz.event.EntryEvent event)
           
 void onVertex(harmonic.mz.event.EntryEvent event)
           
 
Methods inherited from class harmonic.cad.gui.MDAutoMonolog
post, unpost
 
Methods inherited from class harmonic.mz.gui.AutoMonolog
format, getPreferredSize
 
Methods inherited from class harmonic.mz.gui.Monolog
addListener, addSubMonolog, afterPost, begin, beginTask, cancelTask, cleanTask, destroyIfTemporary, drop, finish, finishTask, frameSize, getFrame, getTaskName, init_Bottom, init_Floating, init_Info, init_Left, init_Right, init_Top, init, keyPressed, keyReleased, keyTyped, nodeChanged, noPost, onCancel, onDismiss, onHelp, onOK, post, post, post, postModal, postModal, processKeyEvent, reformat, removeStandardButtons, setFunction, setMonologClass, setPermenant, setPosted, setResizeable, setTitle, shouldPost, 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

PolygonCornerFilleter

public PolygonCornerFilleter()
Method Detail

onVertex

public void onVertex(harmonic.mz.event.EntryEvent event)

onRadius

public void onRadius(harmonic.mz.event.EntryEvent event)

cancel

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