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

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

Uses of ShapeArrowCustomiser in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as ShapeArrowCustomiser
protected  ShapeArrowCustomiser MetaShapeCustomiser.arrowCustomiser
          This instrument customises the arrows.
 

Methods in net.sf.latexdraw.instruments that return ShapeArrowCustomiser
 ShapeArrowCustomiser MetaShapeCustomiser.getArrowCustomiser()
           
 

Constructors in net.sf.latexdraw.instruments with parameters of type ShapeArrowCustomiser
List2PencilArrowStyle(ShapeArrowCustomiser instrument)
          Creates the link.
List2ShapeArrowStyle(ShapeArrowCustomiser instrument)
          Creates the link.
Spinner2ArrowParam(ShapeArrowCustomiser ins, java.lang.Class<A> clazzAction)
           
Spinner2PencilArrowParam(ShapeArrowCustomiser ins)
           
Spinner2SelectionArrowParam(ShapeArrowCustomiser ins)
           
 

Uses of ShapeArrowCustomiser in net.sf.latexdraw.ui
 

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