Uses of Class
org.vectomatic.client.rep.RepApplication

Packages that use RepApplication
org.vectomatic.client.rep   
org.vectomatic.client.rep.command   
org.vectomatic.client.rep.controller   
org.vectomatic.client.rep.view   
 

Uses of RepApplication in org.vectomatic.client.rep
 

Fields in org.vectomatic.client.rep declared as RepApplication
static RepApplication RepApplication.app
           
 

Uses of RepApplication in org.vectomatic.client.rep.command
 

Fields in org.vectomatic.client.rep.command declared as RepApplication
protected  RepApplication CommandBase._app
           
 

Constructors in org.vectomatic.client.rep.command with parameters of type RepApplication
ChangeOrderingCommand(RepApplication app, int direction)
           
CommandBase(RepApplication app)
           
CutCommand(RepApplication app)
           
DeleteShapeCommand(RepApplication app)
           
DeleteVertexCommand(RepApplication app, EditPolylineController editPolylineController, Polyline polyline, Set<Integer> vertexIndices)
           
GroupCommand(RepApplication app)
           
MoveVertexCommand(RepApplication app, EditPolylineController editPolylineController, Polyline polyline, Polyline clone, Set<Integer> vertexIndices)
           
NewShapeCommand(RepApplication app, Shape shape)
           
PasteCommand(RepApplication app, List<Shape> clonedShapes)
           
ResizeDrawingCommand(RepApplication app, RepresentationController controller, int width, int height)
           
SetAttributeCommand(RepApplication app, Attribute attr, IAttributeValue value)
           
TransformShapeCommand(RepApplication app, TransformMatrix t, TransformMatrix mSelection, int kind, MouseControllerSelector selector, SelectShapeController selectShapeController)
          Constructor
UngroupCommand(RepApplication app)
           
 

Uses of RepApplication in org.vectomatic.client.rep.controller
 

Fields in org.vectomatic.client.rep.controller declared as RepApplication
protected  RepApplication ControllerBase._app
           
 

Constructors in org.vectomatic.client.rep.controller with parameters of type RepApplication
ColorEditor(RepApplication app)
           
ControllerBase(RepApplication app)
           
CopyController(RepApplication app)
           
CutController(RepApplication app)
           
DeleteController(RepApplication app)
           
EditPathController(RepApplication app)
           
EditPolylineController(RepApplication app)
           
ExportController(RepApplication app, com.google.gwt.user.client.ui.FormPanel form)
           
GroupController(RepApplication app)
           
LineWidthController(RepApplication app)
           
NewEllipseController(RepApplication app)
           
NewPathController(RepApplication app)
           
NewPolylineController(RepApplication app)
           
NewRectController(RepApplication app)
           
OrderingController(RepApplication app)
           
PasteController(RepApplication app)
           
PickColorController(RepApplication app, StyleController styleController)
           
RedoController(RepApplication app)
           
RepresentationController(RepApplication app)
           
ResizeController(RepApplication app, RepresentationController repController)
           
SelectShapeController(RepApplication app, DeleteController deleteController, ContextualMenuVisitor contextVisitor)
           
StyleController(RepApplication app, String label, Attribute styleAttribute, Attribute opacityAttribute, IStyle defaultStyle, FloatAttributeValue defaultOpacity)
           
UndoController(RepApplication app)
           
UngroupController(RepApplication app)
           
 

Uses of RepApplication in org.vectomatic.client.rep.view
 

Constructors in org.vectomatic.client.rep.view with parameters of type RepApplication
PaletteEditor(RepApplication app, ColorEditor colorEditor, PlainColorMenu menu)
           
PlainColorMenu(RepApplication app, StyleController styleController)
           
 



Copyright © 2010. All Rights Reserved.