Package | Description |
---|---|
draw.controller.json |
Responsible for converting Model into JSON and vice versa.
|
draw.model |
Entity classes that represent the application domain.
|
draw.view |
GUI classes for application.
|
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 | Field and Description |
---|---|
static Style |
Style.defaultStyle |
Modifier and Type | Method and Description |
---|---|
Style |
Style.clearFillColor()
Clear fill color.
|
Style |
Style.copy()
Return a copy of current style.
|
Style |
Element.getStyle()
Retrieve style for this element
|
Style |
Style.setFillColor(java.awt.Color c)
Set the fill color.
|
Style |
Style.setPenColor(java.awt.Color c)
Set the pen color.
|
Style |
Style.setStroke(java.awt.Stroke s)
Set the pen stroke.
|
Modifier and Type | Method and Description |
---|---|
Element |
Element.setStyle(Style style)
Update style for this element.
|
Modifier and Type | Method and Description |
---|---|
Style |
DrawingPalette.getStyle()
Returns prototype Style object maintained by GUI.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingPalette.updateStyle(Style updatedStyle)
Update the GUI style based on parameter
|