public class BoxStyle extends Object
| Constructor and Description |
|---|
BoxStyle() |
| Modifier and Type | Method and Description |
|---|---|
RGBA |
getFillColor()
The background color for the box (default: transparent)
|
RGBA |
getHatchColor()
The hatching color for the box (default: transparent)
|
void |
setFillColor(RGBA fillColor)
The background color for the box (default: transparent)
|
void |
setHatchColor(RGBA hatchColor)
The hatching color for the box (default: transparent)
|
public RGBA getFillColor()
public void setFillColor(RGBA fillColor)
public RGBA getHatchColor()
public void setHatchColor(RGBA hatchColor)
Copyright © 2021 Kenan Klisura. All rights reserved.