public class LineStyle extends Object
| Constructor and Description |
|---|
LineStyle() |
| Modifier and Type | Method and Description |
|---|---|
RGBA |
getColor()
The color of the line (default: transparent)
|
LineStylePattern |
getPattern()
The line pattern (default: solid)
|
void |
setColor(RGBA color)
The color of the line (default: transparent)
|
void |
setPattern(LineStylePattern pattern)
The line pattern (default: solid)
|
public RGBA getColor()
public void setColor(RGBA color)
public LineStylePattern getPattern()
public void setPattern(LineStylePattern pattern)
Copyright © 2021 Kenan Klisura. All rights reserved.