| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.types.overlay |
| Modifier and Type | Method and Description |
|---|---|
LineStylePattern |
LineStyle.getPattern()
The line pattern (default: solid)
|
static LineStylePattern |
LineStylePattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineStylePattern[] |
LineStylePattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineStyle.setPattern(LineStylePattern pattern)
The line pattern (default: solid)
|
Copyright © 2021 Kenan Klisura. All rights reserved.