| Package | Description |
|---|---|
| net.grelf.draw |
| Modifier and Type | Method and Description |
|---|---|
DrawingMethod |
DrawingFrame.getDrawingMethod() |
static DrawingMethod |
DrawingMethod.parse(java.lang.String s)
Accepts case-independent versions of string and underscores may be
represented by spaces.
|
static DrawingMethod |
DrawingMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DrawingMethod[] |
DrawingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScratchPane.setDrawingMethod(DrawingMethod method) |