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

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

Uses of ShapeArcCustomiser in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as ShapeArcCustomiser
protected  ShapeArcCustomiser MetaShapeCustomiser.arcCustomiser
          This instrument customises the arc parameters.
 

Methods in net.sf.latexdraw.instruments that return ShapeArcCustomiser
 ShapeArcCustomiser MetaShapeCustomiser.getArcCustomiser()
           
 

Constructors in net.sf.latexdraw.instruments with parameters of type ShapeArcCustomiser
Button2ArcStyle(ShapeArcCustomiser ins, java.lang.Class<T> action)
           
Button2PencilArcStyle(ShapeArcCustomiser ins)
           
Button2SelectionArcStyle(ShapeArcCustomiser ins)
           
Spinner2PencilEndAngle(ShapeArcCustomiser ins)
           
Spinner2PencilStartAngle(ShapeArcCustomiser ins)
           
Spinner2SelectionEndAngle(ShapeArcCustomiser ins)
           
Spinner2SelectionStartAngle(ShapeArcCustomiser ins)
           
 

Uses of ShapeArcCustomiser in net.sf.latexdraw.ui
 

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