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

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

Uses of ShapeDoubleBorderCustomiser in net.sf.latexdraw.instruments
 

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

Methods in net.sf.latexdraw.instruments that return ShapeDoubleBorderCustomiser
 ShapeDoubleBorderCustomiser MetaShapeCustomiser.getDoubleBorderCustomiser()
           
 

Constructors in net.sf.latexdraw.instruments with parameters of type ShapeDoubleBorderCustomiser
CheckBox2PencilDoubleBorder(ShapeDoubleBorderCustomiser instrument)
          Creates the link.
CheckBox2SelectionDoubleBorder(ShapeDoubleBorderCustomiser instrument)
          Creates the link.
ColourButton2PencilDoubleBorder(ShapeDoubleBorderCustomiser instrument)
          Creates the link.
ColourButton2SelectionDoubleBorder(ShapeDoubleBorderCustomiser instrument)
          Creates the link.
Spinner2PencilDoubleBorder(ShapeDoubleBorderCustomiser ins)
          Creates the link.
Spinner2SelectionDoubleBorder(ShapeDoubleBorderCustomiser ins)
          Creates the link.
 

Uses of ShapeDoubleBorderCustomiser in net.sf.latexdraw.ui
 

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