public class Layer extends Object
Represents page layer.
Constructor and Description |
---|
Layer(String id,
String name)
Initializes a new instance of the
Layer class. |
Modifier and Type | Method and Description |
---|---|
List<Operator> |
getContents()
Gets the layer content.
|
String |
getId()
Gets the layer id.
|
String |
getName()
Gets the layer name.
|