-
Subclasses of ClippedLayer in playn.scene
| 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.
|
Methods in playn.scene that return ClippedLayer
| 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(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.
|