- RectangleElt - Class in draw.tools
-
Represents the drawing of an Oval element.
- RectangleElt(Rectangle) - Constructor for class draw.tools.RectangleElt
-
- register(PaletteEntry) - Method in class draw.tools.Tools
-
Register a new entry with the tool repository.
- registerHandler(ActiveToolHandler) - Method in class draw.view.DrawingPanel
-
- registerTools() - Method in class draw.view.DrawingPalette
-
Customizes the tools that exist.
- RelativeLocation() - Constructor for class draw.controller.handler.ResizeHandler.RelativeLocation
-
- remove(Element) - Method in class draw.model.Model
-
- removeParent() - Method in class draw.model.Element
-
Clear parent reference.
- resetAnchors() - Method in class draw.model.Element
-
Reset anchors; useful as a catch-all mechanism to force recalculation when changes occur.
- resetCutStatus() - Method in class draw.clipboard.ClipboardManager
-
Reset cut status once pasted.
- ResizeHandler - Class in draw.controller.handler
-
React to anchor points on MouseMotion by resizing.
- ResizeHandler(Model, DrawingPalette) - Constructor for class draw.controller.handler.ResizeHandler
-
- ResizeHandler.AdjustLocation - Class in draw.controller.handler
-
Update based on ratios/dimensions.
- ResizeHandler.RelativeLocation - Class in draw.controller.handler
-
Retrieve positional locations for every element within selected group.