- genEncoding() - Method in class draw.controller.json.JSON_Export
-
Return encoding suitable for retrieval later.
- getActionPalette() - Method in class draw.view.DrawingPalette
-
Access action buttons.
- getActiveTool() - Method in class draw.tools.Tools
-
Get active tool.
- getAnchors() - Method in class draw.model.Element
-
Access anchors for element.
- getBoundingBox() - Method in class draw.model.Element
-
Returns bounding box of the given element.
- getClipboardContents() - Method in class draw.clipboard.ClipboardManager
-
Retrieve the contents of the clipboard as iterator.
- getCorner() - Method in class draw.controller.visitors.AnchorVisitor
-
Visitor result.
- getDrawingArea() - Method in class draw.view.DrawingPalette
-
Access drawing area.
- getElement() - Method in class draw.controller.visitors.AnchorVisitor
-
Visitor result.
- getInstance() - Static method in class draw.clipboard.ClipboardManager
-
Singleton access.
- getInstance() - Static method in class draw.tools.Tools
-
Retrieve singleton instance of Tools.
- getLastChosen() - Method in class draw.controller.visitors.ChooseVisitor
-
Result of visitor.
- getNext() - Method in class draw.controller.handler.Handler
-
Return next one in chain, to allow external configuration.
- getOffset() - Method in class draw.clipboard.ClipboardManager
-
With each subsequent paste, objects from the clipboard are offset a specific amount.
- getParent() - Method in class draw.model.Element
-
Return parent of Element.
- getSelectTool() - Method in class draw.tools.Tools
-
Access the selected tool.
- getStyle() - Method in class draw.model.Element
-
Retrieve style for this element
- getStyle() - Method in class draw.view.DrawingPalette
-
Returns prototype Style object maintained by GUI.
- getTool(String) - Method in class draw.tools.Tools
-
Retrieves the desired tool by name.
- Group - Class in draw.model
-
Treat a group of Elements as an Element in its own right.
- Group(Element...) - Constructor for class draw.model.Group
-
The initial rectangle will likely be computed from a collection of elements
that are being grouped together.
- GroupCommand - Class in draw.controller.command
-
Group together selected elements.
- GroupCommand(Model, DrawingPalette) - Constructor for class draw.controller.command.GroupCommand
-
- GroupElement - Class in draw.controller.json
-
- GroupElement(Group, ArrayList<String>) - Constructor for class draw.controller.json.GroupElement
-
Group Element needs to have the ids of its parts.