Uses of Interface
net.sf.jaxodraw.object.JaxoHandle

Packages that use JaxoHandle
net.sf.jaxodraw.graph Graph related classes. 
net.sf.jaxodraw.gui GUI related classes. 
net.sf.jaxodraw.gui.handle Handles for JaxoObject. 
net.sf.jaxodraw.object Collection of objects that can be drawn by JaxoDraw. 
net.sf.jaxodraw.object.bezier Bezier objects. 
net.sf.jaxodraw.object.fill Fill objects, ie objects that have a fill color. 
net.sf.jaxodraw.object.group Group objects. 
net.sf.jaxodraw.object.line Line objects. 
net.sf.jaxodraw.object.text Text objects. 
net.sf.jaxodraw.object.vertex Vertex objects. 
 

Uses of JaxoHandle in net.sf.jaxodraw.graph
 

Methods in net.sf.jaxodraw.graph with parameters of type JaxoHandle
 void JaxoGraph.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints handles on all objects in this graph.
 

Uses of JaxoHandle in net.sf.jaxodraw.gui
 

Methods in net.sf.jaxodraw.gui that return JaxoHandle
protected  JaxoHandle AbstractJaxoCanvas.getHandle()
          The currently set handle.
 

Methods in net.sf.jaxodraw.gui with parameters of type JaxoHandle
 void AbstractJaxoCanvas.setHandle(JaxoHandle newHandle)
          Sets a new handle.
 

Uses of JaxoHandle in net.sf.jaxodraw.gui.handle
 

Classes in net.sf.jaxodraw.gui.handle that implement JaxoHandle
 class AbstractJaxoHandle
          An abstract class for handles.
 class JaxoDefaultHandle
          A default implementation for handles.
 class JaxoRoundHandle
          A circle implementation for handles.
 

Uses of JaxoHandle in net.sf.jaxodraw.object
 

Methods in net.sf.jaxodraw.object with parameters of type JaxoHandle
 Rectangle2D JaxoObject.getBoundsWithHandles(JaxoHandle h)
          Return a Rectangle that contains this object and all its handles.
 int Jaxo3PointObject.getGrabbedHandle(int clickX, int clickY, JaxoHandle h)
          Determines which handle the user has selected to move/resize/edit an object.
 int JaxoExtendedObject.getGrabbedHandle(int clickX, int clickY, JaxoHandle h)
          Determines which handle the user has selected to move/resize/edit an object.
 int JaxoObject.getGrabbedHandle(int clickX, int clickY, JaxoHandle h)
          Determines which handle the user has selected to move/resize/edit an object.
 boolean JaxoObject.isAround(int select, int clickX, int clickY, JaxoHandle handle)
          Determines if the given coordinates are contained within the given handle at the given point of this object.
 void Jaxo3PointObject.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints the handles of this JaxoObject that allow to move/resize/edit it.
 void JaxoExtendedObject.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints the handles of this JaxoObject that allow to move/resize/edit it.
abstract  void JaxoObject.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints the handles of this JaxoObject that allow to move/resize/edit it.
 

Uses of JaxoHandle in net.sf.jaxodraw.object.bezier
 

Methods in net.sf.jaxodraw.object.bezier with parameters of type JaxoHandle
 int JaxoBezierObject.getGrabbedHandle(int clickX, int clickY, JaxoHandle h)
          Determines which handle the user has selected to move/resize/edit an object.
 void JaxoBezierObject.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints the handles of this JaxoObject that allow to move/resize/edit it.
 

Uses of JaxoHandle in net.sf.jaxodraw.object.fill
 

Methods in net.sf.jaxodraw.object.fill with parameters of type JaxoHandle
 int JaxoBox.getGrabbedHandle(int clickX, int clickY, JaxoHandle h)
          Determines which handle the user has selected to move/resize/edit an object.
 void JaxoBox.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints the handles of this JaxoObject that allow to move/resize/edit it.
 

Uses of JaxoHandle in net.sf.jaxodraw.object.group
 

Methods in net.sf.jaxodraw.object.group with parameters of type JaxoHandle
 int JaxoGroup.getGrabbedHandle(int clickX, int clickY, JaxoHandle h)
          Determines which handle the user has selected to move/resize/edit an object.
 void JaxoGroup.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints the handles of this JaxoObject that allow to move/resize/edit it.
 

Uses of JaxoHandle in net.sf.jaxodraw.object.line
 

Methods in net.sf.jaxodraw.object.line with parameters of type JaxoHandle
 int JaxoLineObject.getGrabbedHandle(int clickX, int clickY, JaxoHandle h)
          Determines which handle the user has selected to move/resize/edit an object.
 void JaxoLineObject.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints the handles of this JaxoObject that allow to move/resize/edit it.
 

Uses of JaxoHandle in net.sf.jaxodraw.object.text
 

Methods in net.sf.jaxodraw.object.text with parameters of type JaxoHandle
 void JaxoTextObject.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints the handles of this JaxoObject that allow to move/resize/edit it.
 

Uses of JaxoHandle in net.sf.jaxodraw.object.vertex
 

Methods in net.sf.jaxodraw.object.vertex with parameters of type JaxoHandle
 void JaxoVertexT4.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints the handles of this JaxoObject that allow to move/resize/edit it.
 void JaxoVertexT2.paintHandles(JaxoGraphics2D g2, JaxoHandle h, int editMode)
          Paints the handles of this JaxoObject that allow to move/resize/edit it.
 



Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.