Uses of Interface
net.sf.latexdraw.glib.handlers.IHandler

Packages that use IHandler
net.sf.latexdraw.glib.handlers   
net.sf.latexdraw.instruments   
 

Uses of IHandler in net.sf.latexdraw.glib.handlers
 

Classes in net.sf.latexdraw.glib.handlers that implement IHandler
 class ArcAngleHandler
          Defines a handler that changes the start/end angle of an arc.
 class CtrlPointHandler
          Defines a handler that moves a control point (for Bézier curves).
(package private)  class Handler<T extends Shape>
          A handler helps to manipulate and to delimit a shape view.
 class MovePtHandler
          Defines a handler that moves a point of a shape.
 class RotationHandler
          Defines a handler that rotates a shape.
 class ScaleHandler
          Defines a handler that scales a shape.
 

Uses of IHandler in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as IHandler
protected  IHandler Border.rotHandler
          The handler that rotates shapes.
 

Fields in net.sf.latexdraw.instruments with type parameters of type IHandler
protected  java.util.List<IHandler> Border.ctrlPt1Handlers
          The handlers that move first control points.
protected  java.util.List<IHandler> Border.ctrlPt2Handlers
          The handlers that move second control points.
protected  java.util.List<IHandler> Border.mvPtHandlers
          The handlers that move points.
protected  java.util.List<IHandler> Border.scaleHandlers
          The handlers that scale shapes.
 

Methods in net.sf.latexdraw.instruments that return IHandler
private  IHandler Border.getHandlerAt(double x, double y, java.util.List<IHandler> handlers)
           
 

Method parameters in net.sf.latexdraw.instruments with type arguments of type IHandler
private  IHandler Border.getHandlerAt(double x, double y, java.util.List<IHandler> handlers)