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

Packages that use MetaShapeCustomiser
net.sf.latexdraw.instruments   
net.sf.latexdraw.mapping   
net.sf.latexdraw.ui   
 

Uses of MetaShapeCustomiser in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as MetaShapeCustomiser
protected  MetaShapeCustomiser EditingSelector.metaShapeCustomiser
          The instrument that manages instruments that customise shapes and the pencil.
 

Constructors in net.sf.latexdraw.instruments with parameters of type MetaShapeCustomiser
EditingSelector(UIComposer<?> composer, Pencil pencil, Hand hand, MetaShapeCustomiser metaShapeCustomiser, Border border, ShapeDeleter deleter)
          Creates the instruments selector.
 

Uses of MetaShapeCustomiser in net.sf.latexdraw.mapping
 

Fields in net.sf.latexdraw.mapping declared as MetaShapeCustomiser
protected  MetaShapeCustomiser Selection2MetaCustumiserMapping.shapeCustomiser
          The instrument that manages the instruments customising the shapes and the pencil.
 

Methods in net.sf.latexdraw.mapping that return MetaShapeCustomiser
 MetaShapeCustomiser Selection2MetaCustumiserMapping.getTarget()
           
 

Constructors in net.sf.latexdraw.mapping with parameters of type MetaShapeCustomiser
Selection2MetaCustumiserMapping(java.util.List<IShape> selection, MetaShapeCustomiser shapeCustomiser)
          Creates the mapping.
 

Uses of MetaShapeCustomiser in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as MetaShapeCustomiser
protected  MetaShapeCustomiser LFrame.metaShapeCustomiser
          This instrument manages the instruments that customise shapes and the pencil.
 

Methods in net.sf.latexdraw.ui that return MetaShapeCustomiser
 MetaShapeCustomiser LFrame.getMetaShapeCustomiser()