Uses of Class
net.sf.latexdraw.instruments.Hand

Packages that use Hand
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
 

Uses of Hand in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as Hand
protected  Hand EditingSelector.hand
          The instrument Hand.
protected  Hand ShapePropertyCustomiser.hand
          The Hand instrument.
 

Methods in net.sf.latexdraw.instruments that return Hand
 Hand EditingSelector.getHand()
           
 Hand ShapePropertyCustomiser.getHand()
           
 

Constructors in net.sf.latexdraw.instruments with parameters of type Hand
DnD2Select(Hand hand, boolean exec)
          Initialises the link.
DnD2Translate(Hand hand, boolean exec)
          Initialises the link.
DoubleClick2InitTextSetter(Hand ins)
           
EditingSelector(UIComposer<?> composer, Pencil pencil, Hand hand, MetaShapeCustomiser metaShapeCustomiser, Border border, ShapeDeleter deleter)
          Creates the instruments selector.
MetaShapeCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
Press2Select(Hand ins)
           
ShapeArcCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeArrowCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeAxesCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeBorderCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeCoordDimCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeDotCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeDoubleBorderCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeFillingCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeGridCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeGrouper(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapePropertyCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeRotationCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeShadowCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
TextCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
 

Uses of Hand in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as Hand
protected  Hand LFrame.hand
          The instrument used to select, move, etc. shapes.
 

Methods in net.sf.latexdraw.ui that return Hand
 Hand LFrame.getHand()