-
public final class HighlightFrameRequestRequest object containing input parameters for the OverlayDomain.highlightFrame command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringframeIdprivate final RGBAcontentColorprivate final RGBAcontentOutlineColor
-
Constructor Summary
Constructors Constructor Description HighlightFrameRequest(String frameId, RGBA contentColor, RGBA contentOutlineColor)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final RGBAcomponent2()final RGBAcomponent3()final HighlightFrameRequestcopy(String frameId, RGBA contentColor, RGBA contentOutlineColor)final StringgetFrameId()Identifier of the frame to highlight. final RGBAgetContentColor()The content box highlight fill color (default: transparent). final RGBAgetContentOutlineColor()The content box highlight outline color (default: transparent). -
-
Method Detail
-
component1
final String component1()
-
component2
final RGBA component2()
-
component3
final RGBA component3()
-
copy
final HighlightFrameRequest copy(String frameId, RGBA contentColor, RGBA contentOutlineColor)
-
getFrameId
final String getFrameId()
Identifier of the frame to highlight.
-
getContentColor
final RGBA getContentColor()
The content box highlight fill color (default: transparent).
-
getContentOutlineColor
final RGBA getContentOutlineColor()
The content box highlight outline color (default: transparent).
-
-
-
-