Package | Description |
---|---|
draw.palette |
Classes that model desired actions by user initiated with the mouse.
|
draw.tools |
Available tools for application.
|
draw.view |
GUI classes for application.
|
Modifier and Type | Class and Description |
---|---|
class |
Create
User requests to create a new selected element (i.e., Rectangle or Oval).
|
class |
Select
User is choosing to select available elements.
|
Modifier and Type | Method and Description |
---|---|
PaletteEntry |
Tools.getActiveTool()
Get active tool.
|
PaletteEntry |
Tools.getSelectTool()
Access the selected tool.
|
PaletteEntry |
Tools.getTool(java.lang.String name)
Retrieves the desired tool by name.
|
PaletteEntry |
SelectTool.paletteEntry() |
PaletteEntry |
CreateTool.paletteEntry() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<PaletteEntry> |
Tools.iterator()
Returns list of all registered actions.
|
Modifier and Type | Method and Description |
---|---|
void |
Tools.register(PaletteEntry entry)
Register a new entry with the tool repository.
|
void |
Tools.setActiveTool(PaletteEntry entry)
Set active tool.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingPalette.chooseTool(PaletteEntry chosenOne) |