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

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

Uses of ShapeRotationCustomiser in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as ShapeRotationCustomiser
protected  ShapeRotationCustomiser MetaShapeCustomiser.rotationCustomiser
          This instrument customises the rotation angle.
 

Methods in net.sf.latexdraw.instruments that return ShapeRotationCustomiser
 ShapeRotationCustomiser MetaShapeCustomiser.getRotationCustomiser()
           
 

Constructors in net.sf.latexdraw.instruments with parameters of type ShapeRotationCustomiser
ButtonPress2RotateShape(ShapeRotationCustomiser ins)
          Creates the link.
Spinner2RotateShape(ShapeRotationCustomiser ins)
          Creates the link.
 

Uses of ShapeRotationCustomiser in net.sf.latexdraw.ui
 

Methods in net.sf.latexdraw.ui with parameters of type ShapeRotationCustomiser
protected  javax.swing.JComponent PropertiesToolbarBuilder.composeRotationToolbar(ShapeRotationCustomiser ins, LCanvas canvas)