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

Packages that use DrawingAction
net.sf.latexdraw.actions   
 

Uses of DrawingAction in net.sf.latexdraw.actions
 

Subclasses of DrawingAction in net.sf.latexdraw.actions
 class AddShape
          This action adds a shape to a drawing.
 class DeleteShapes
          This action deletes shapes.
 class InsertPicture
          This action asks the user to select a picture and, if valid, adds it to a drawing.
 class JoinShapes
          This action joins shapes.
 class MultiShapesAction
          This abstract action uses a set of shapes.
 class PasteShapes
          This action pastes the copied or cut shapes.
 class RotateShapes
          This action increments to rotation angle of shapes.
 class ScaleShapes
          This action scales the selected shapes of a drawing.
 class SelectShapes
          This action allows to (un-)select shapes.
 class SeparateShapes
          This action separates joined shapes.
 class ShapeAction<T extends IShape>
          This abstract action allows the definition of actions related with spaes.
 class TranslateShapes
          This action translates shapes.