-
public final class CompositingReasonsRequestRequest object containing input parameters for the LayerTreeDomain.compositingReasons command.
-
-
Constructor Summary
Constructors Constructor Description CompositingReasonsRequest(String layerId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final CompositingReasonsRequestcopy(String layerId)final StringgetLayerId()The id of the layer for which we want to get the reasons it was composited. -
-
Constructor Detail
-
CompositingReasonsRequest
CompositingReasonsRequest(String layerId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final CompositingReasonsRequest copy(String layerId)
-
getLayerId
final String getLayerId()
The id of the layer for which we want to get the reasons it was composited.
-
-
-
-