Package | Description |
---|---|
org.cell2d.space |
Modifier and Type | Class and Description |
---|---|
class |
ColorSpaceLayer
A ColorSpaceLayer is a type of SpaceLayer that fills the rendering region
with a single Color.
|
class |
DrawableSpaceLayer
A DrawableSpaceLayer is a type of SpaceLayer that displays a Drawable,
optionally repeated horizontally and/or vertically across the rendering
region.
|
Modifier and Type | Method and Description |
---|---|
SpaceLayer |
SpaceState.getLayer(int id)
Returns the SpaceLayer that is assigned to this SpaceState with the
specified ID.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceState.setLayer(int id,
SpaceLayer layer)
Sets the SpaceLayer that is assigned to this SpaceState with the
specified ID to the specified SpaceLayer.
|