org.xith3d.utility.hud.editor
Class WidgetManipulator

java.lang.Object
  extended by org.xith3d.utility.hud.editor.WidgetManipulator
Direct Known Subclasses:
WidgetManipulatorDialog

public class WidgetManipulator
extends java.lang.Object

Wraps a Widget and adds handles to resize the Widget. It also makes the Widget draggable.


Field Summary
protected  Widget widget
           
 
Constructor Summary
WidgetManipulator(Widget widget)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

widget

protected Widget widget
Constructor Detail

WidgetManipulator

public WidgetManipulator(Widget widget)