| Modifier and Type | Class and Description |
|---|---|
class |
GroupLayer
GroupLayer creates a Layer hierarchy by maintaining an ordered group of child Layers.
|
class |
RootLayer
Serves as the root of the scene graph.
|
| Modifier and Type | Method and Description |
|---|---|
ClippedLayer |
ClippedLayer.setHeight(float height)
Updates the height of this group layer, and hence its clipping rectangle.
|
ClippedLayer |
ClippedLayer.setSize(float width,
float height)
Updates the size of this clipped layer, and hence its clipping rectangle.
|
ClippedLayer |
ClippedLayer.setSize(IDimension size)
Updates the size of this clipped layer, and hence its clipping rectangle.
|
ClippedLayer |
ClippedLayer.setWidth(float width)
Updates the width of this group layer, and hence its clipping rectangle.
|
Copyright © 2017. All Rights Reserved.