public interface Plan
A plan has the following structure, in order of execution:
map-like interface
in which instructions are set in a key-value style with keys being strings.Modifier and Type | Method and Description |
---|---|
Layer |
composition()
Returns the special composition layer.
|
Layer |
layer(int index)
Retrieve layers from 0 (lowest) to N (highest).
|
java.util.List<Layer> |
layers()
All layers of the plan.
|
java.lang.String |
toJsonString()
Returns a multi-line JSON representation of this plan.
|
java.lang.String |
toString()
Returns a single-line string representation of this plan for log and debug output.
|
Instructions |
view()
Instruction regarding the output view of the rendering plan.
|
Instructions view()
Layer layer(int index)
index
- index of the layer to retrievejava.util.List<Layer> layers()
Layer composition()
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toJsonString()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"