Package | Description |
---|---|
com.b3dgs.lionengine.graphic |
Graphic basic dedicated package.
|
com.b3dgs.lionengine.io |
Input interface package.
|
Modifier and Type | Method and Description |
---|---|
static RasterData |
RasterData.load(Xml root,
String color)
Load raster data from node.
|
Modifier and Type | Method and Description |
---|---|
Xml |
Xml.createChild(String child)
Create a child node.
|
Xml |
Xml.getChild(String name)
Get a child node from its name.
|
Modifier and Type | Method and Description |
---|---|
Collection<Xml> |
Xml.getChildren()
Get list of all children.
|
Collection<Xml> |
Xml.getChildren(String name)
Get the list of all children with this name.
|
Modifier and Type | Method and Description |
---|---|
void |
Xml.add(Xml node)
Add a child node.
|
void |
Xml.removeChild(Xml child)
Remove child.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.