| Modifier and Type | Class | 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 | 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(pythagoras.f.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 © 2018. All Rights Reserved.