Package | Description |
---|---|
com.b3dgs.lionengine.graphic |
Graphic related package.
|
com.b3dgs.lionengine.stream |
Stream dedicated package, for binary and XML handling.
|
Modifier and Type | Method and Description |
---|---|
static RasterData |
RasterData.load(XmlNode root,
String color)
Load raster data from node.
|
Modifier and Type | Method and Description |
---|---|
static XmlNode |
Xml.create(String name)
Create an XML node from a name.
|
XmlNode |
XmlNode.createChild(String child)
Create a child node.
|
XmlNode |
XmlNode.getChild(String name)
Get a child node from its name.
|
static XmlNode |
Xml.load(Media media)
Load an XML file.
|
Modifier and Type | Method and Description |
---|---|
Collection<XmlNode> |
XmlNode.getChildren()
Get list of all children.
|
Collection<XmlNode> |
XmlNode.getChildren(String name)
Get the list of all children with this name.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlNode.add(XmlNode node)
Add a child node.
|
void |
XmlNode.removeChild(XmlNode child)
Remove child.
|
static void |
Xml.save(XmlNode root,
Media media)
Save an XML tree to a file.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.