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

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

Uses of ShapeBorderCustomiser in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as ShapeBorderCustomiser
protected  ShapeBorderCustomiser MetaShapeCustomiser.borderCustomiser
          This instrument customises the line properties of shapes and the pencil.
 

Methods in net.sf.latexdraw.instruments that return ShapeBorderCustomiser
 ShapeBorderCustomiser MetaShapeCustomiser.getBorderCustomiser()
           
 

Constructors in net.sf.latexdraw.instruments with parameters of type ShapeBorderCustomiser
ColourButton2PencilBorder(ShapeBorderCustomiser instrument)
          Creates the link.
ColourButton2SelectionBorder(ShapeBorderCustomiser instrument)
          Creates the link.
List2PencilBorder(ShapeBorderCustomiser instrument)
          Creates the link.
List2SelectionBorder(ShapeBorderCustomiser instrument)
          Creates the link.
Spinner2PencilBorder(ShapeBorderCustomiser borderCustom)
          Creates the link.
Spinner2SelectionBorder(ShapeBorderCustomiser borderCustom)
          Creates the link.
 

Uses of ShapeBorderCustomiser in net.sf.latexdraw.ui
 

Methods in net.sf.latexdraw.ui with parameters of type ShapeBorderCustomiser
protected  javax.swing.JComponent PropertiesToolbarBuilder.composeBorderPropertiesPanel(ShapeBorderCustomiser borderCustomiser, LCanvas canvas)
          Creates the widget that contains the widgets dedicated to the modification of shapes border properties.