com.teamdev.jxcapture.image.operation.toolkit
Class HelperDialog

java.lang.Object
  extended by com.teamdev.jxcapture.image.operation.toolkit.HelperDialog

public final class HelperDialog
extends java.lang.Object

Represents a wrapper for the helper dialog which is shown during the drawing capture operation.


Constructor Summary
HelperDialog(javax.swing.JWindow owner, java.awt.Container container)
           
 
Method Summary
 void dispose()
           
 java.awt.Rectangle getBounds()
           
 java.awt.Window getWindow()
           
 void setLocation(java.awt.Point point)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelperDialog

public HelperDialog(javax.swing.JWindow owner,
                    java.awt.Container container)
Method Detail

getWindow

public java.awt.Window getWindow()

setVisible

public void setVisible(boolean visible)

setLocation

public void setLocation(java.awt.Point point)

getBounds

public java.awt.Rectangle getBounds()

dispose

public void dispose()