-
public final class HighlightRectRequestRequest object containing input parameters for the OverlayDomain.highlightRect command.
-
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Integercomponent3()final Integercomponent4()final RGBAcomponent5()final RGBAcomponent6()final HighlightRectRequestcopy(Integer x, Integer y, Integer width, Integer height, RGBA color, RGBA outlineColor)final IntegergetX()X coordinate final IntegergetY()Y coordinate final IntegergetWidth()Rectangle width final IntegergetHeight()Rectangle height final RGBAgetColor()The highlight fill color (default: transparent). final RGBAgetOutlineColor()The highlight outline color (default: transparent). -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Integer component4()
-
component5
final RGBA component5()
-
component6
final RGBA component6()
-
copy
final HighlightRectRequest copy(Integer x, Integer y, Integer width, Integer height, RGBA color, RGBA outlineColor)
-
getOutlineColor
final RGBA getOutlineColor()
The highlight outline color (default: transparent).
-
-
-
-