Uses of Class
net.sf.latexdraw.actions.ShapeAction

Packages that use ShapeAction
net.sf.latexdraw.actions   
 

Uses of ShapeAction in net.sf.latexdraw.actions
 

Subclasses of ShapeAction in net.sf.latexdraw.actions
 class AddShape
          This action adds a shape to a drawing.
 class InsertPicture
          This action asks the user to select a picture and, if valid, adds it to a drawing.
 class RotateShapes
          This action increments to rotation angle of shapes.
 class ScaleShapes
          This action scales the selected shapes of a drawing.
 class SeparateShapes
          This action separates joined shapes.
 class TranslateShapes
          This action translates shapes.