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

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

Uses of ShapeDotCustomiser in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as ShapeDotCustomiser
protected  ShapeDotCustomiser MetaShapeCustomiser.dotCustomiser
          This instrument customises the dot parameters.
 

Methods in net.sf.latexdraw.instruments that return ShapeDotCustomiser
 ShapeDotCustomiser MetaShapeCustomiser.getDotCustomiser()
           
 

Constructors in net.sf.latexdraw.instruments with parameters of type ShapeDotCustomiser
ShapeDotCustomiser.FillingButton2PencilFilling(ShapeDotCustomiser instrument)
           
ShapeDotCustomiser.FillingButton2SelectionFilling(ShapeDotCustomiser instrument)
           
ShapeDotCustomiser.List2PencilDotStyle(ShapeDotCustomiser instrument)
           
ShapeDotCustomiser.List2SelectionDotStyle(ShapeDotCustomiser instrument)
           
ShapeDotCustomiser.Spinner2PencilDotSize(ShapeDotCustomiser ins)
           
ShapeDotCustomiser.Spinner2SelectionDotSize(ShapeDotCustomiser ins)
           
 

Uses of ShapeDotCustomiser in net.sf.latexdraw.ui
 

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