Package | Description |
---|---|
draw.controller.handler |
Adapts low-level mouse events to events relevant for the application-domain.
|
draw.controller.json |
Responsible for converting Model into JSON and vice versa.
|
draw.controller.visitors |
All stand-alone visitor classes are contained in this package.
|
draw.model |
Entity classes that represent the application domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ResizeHandler.RelativeLocation.visit(Group group) |
void |
ResizeHandler.AdjustLocation.visit(Group group) |
Modifier and Type | Method and Description |
---|---|
void |
JSON_Export.visit(Group group) |
Constructor and Description |
---|
GroupElement(Group group,
java.util.ArrayList<java.lang.String> partIDs)
Group Element needs to have the ids of its parts.
|
Constructor and Description |
---|
JSON_Export(java.util.Hashtable<Style,java.lang.String> styleRepository,
java.util.Hashtable<Group,java.util.ArrayList<java.lang.String>> partIDs) |
Modifier and Type | Method and Description |
---|---|
void |
MoveIfSelectedVisitor.visit(Group group)
If selected, it is possible that a bounding box has changed, so update.
|
void |
ChooseVisitor.visit(Group group) |
void |
AnchorVisitor.visit(Group group)
Once a group is selected, none of its interior elements can be selected, so this terminates the search.
|
Modifier and Type | Method and Description |
---|---|
Group |
Group.clone()
Clone Group
Take care (draw.2) to reinstate parent links.
|
Modifier and Type | Method and Description |
---|---|
Element |
Element.setParent(Group parent)
Set the enclosing element (a group) for this element.
|
void |
Visitor.visit(Group group)
Visit a group
|