Package | Description |
---|---|
org.gicentre.treemappa.version |
Processing version handling for treeMappa.
|
Modifier and Type | Class and Description |
---|---|
class |
XML20
Provides a Processing 1.5 compatible implementation of the version-neutral interface.
|
Modifier and Type | Method and Description |
---|---|
AbstractXML |
VersionHandler.createXML(processing.core.PApplet sketch,
java.lang.String fileName)
Should create a processing version-neutral root XML element based on the given XML file.
|
AbstractXML |
Ver20.createXML(processing.core.PApplet sketch,
java.lang.String fileName)
Creates a processing version-neutral root XML element based on the given XML file.
|
AbstractXML[] |
XML20.getChildren()
Provides all of this element's children.
|
AbstractXML[] |
AbstractXML.getChildren()
Should provide all of this element's children.
|