Uses of Interface
net.sf.latexdraw.actions.Modifying

Packages that use Modifying
net.sf.latexdraw.actions   
 

Uses of Modifying in net.sf.latexdraw.actions
 

Classes in net.sf.latexdraw.actions that implement Modifying
 class AddShape
          This action adds a shape to a drawing.
 class CutShapes
          This action cuts the selected shapes.
 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 LoadDrawing
          This action loads an SVG document into the app.
 class ModifyLatexProperties
          This action modifies the latex properties of the current drawing.
 class ModifyShapeProperty
          This action modifies a shape property of the given shape.
 class NewDrawing
          This action permits to create a new drawing and initialises the application as required.
 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 TranslateShapes
          This action translates shapes.