-
public final class BoxStyleStyle information for drawing a box.
-
-
Field Summary
Fields Modifier and Type Field Description private final RGBAfillColorprivate final RGBAhatchColor
-
Method Summary
Modifier and Type Method Description final RGBAcomponent1()final RGBAcomponent2()final BoxStylecopy(RGBA fillColor, RGBA hatchColor)final RGBAgetFillColor()The background color for the box (default: transparent) final RGBAgetHatchColor()The hatching color for the box (default: transparent) -
-
Method Detail
-
component1
final RGBA component1()
-
component2
final RGBA component2()
-
getFillColor
final RGBA getFillColor()
The background color for the box (default: transparent)
-
getHatchColor
final RGBA getHatchColor()
The hatching color for the box (default: transparent)
-
-
-
-