- valueOf(String) - Static method in enum draw.palette.Action
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum draw.palette.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visit(Element) - Method in class draw.controller.handler.ResizeHandler.AdjustLocation
-
- visit(Group) - Method in class draw.controller.handler.ResizeHandler.AdjustLocation
-
- visit(Element) - Method in class draw.controller.handler.ResizeHandler.RelativeLocation
-
- visit(Group) - Method in class draw.controller.handler.ResizeHandler.RelativeLocation
-
- visit(Element) - Method in class draw.controller.json.JSON_Export
-
- visit(Group) - Method in class draw.controller.json.JSON_Export
-
- visit(Element) - Method in class draw.controller.visitors.AnchorVisitor
-
- visit(Group) - Method in class draw.controller.visitors.AnchorVisitor
-
Once a group is selected, none of its interior elements can be selected, so this terminates the search.
- visit(Element) - Method in class draw.controller.visitors.ChooseVisitor
-
- visit(Group) - Method in class draw.controller.visitors.ChooseVisitor
-
- visit(Element) - Method in class draw.controller.visitors.MoveIfSelectedVisitor
-
- visit(Group) - Method in class draw.controller.visitors.MoveIfSelectedVisitor
-
If selected, it is possible that a bounding box has changed, so update.
- visit(Element) - Method in interface draw.model.Visitor
-
Visit each individual leaf element.
- visit(Group) - Method in interface draw.model.Visitor
-
Visit a group
- Visitor - Interface in draw.model
-
This visitor interface returns no values.