-
public final class HighlightQuadRequestRequest object containing input parameters for the OverlayDomain.highlightQuad command.
-
-
Constructor Summary
Constructors Constructor Description HighlightQuadRequest(List<Double> quad, RGBA color, RGBA outlineColor)
-
Method Summary
Modifier and Type Method Description final List<Double>component1()final RGBAcomponent2()final RGBAcomponent3()final HighlightQuadRequestcopy(List<Double> quad, RGBA color, RGBA outlineColor)final List<Double>getQuad()Quad to highlight final RGBAgetColor()The highlight fill color (default: transparent). final RGBAgetOutlineColor()The highlight outline color (default: transparent). -
-
Method Detail
-
component1
final List<Double> component1()
-
component2
final RGBA component2()
-
component3
final RGBA component3()
-
getOutlineColor
final RGBA getOutlineColor()
The highlight outline color (default: transparent).
-
-
-
-