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

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

Uses of ShapeGrouper in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as ShapeGrouper
protected  ShapeGrouper MetaShapeCustomiser.shapeGrouper
          This instrument groups shapes.
 

Methods in net.sf.latexdraw.instruments that return ShapeGrouper
 ShapeGrouper MetaShapeCustomiser.getShapeGrouper()
           
 

Constructors in net.sf.latexdraw.instruments with parameters of type ShapeGrouper
ShapeGrouper.Button2GroupShapes(ShapeGrouper ins)
           
ShapeGrouper.Button2SeparateShapes(ShapeGrouper ins)
           
 

Uses of ShapeGrouper in net.sf.latexdraw.ui
 

Methods in net.sf.latexdraw.ui with parameters of type ShapeGrouper
protected  void PropertiesToolbarBuilder.composeJoinShapesWidgets(ShapeGrouper grouper)