List of usage examples for com.badlogic.gdx.utils XmlWriter subclass-usage
From source file de.fhkoeln.game.utils.libgdx.maps.TmxMapWriter.java
/** an {@link com.badlogic.gdx.utils.XmlWriter} with additional {@link #tmx(com.badlogic.gdx.maps.Map, de.fhkoeln.game.utils.libgdx.maps.TmxMapWriter.Format) tmx(..)} methods * @author dermetfan */ public class TmxMapWriter extends XmlWriter { /** the encoding of {@link com.badlogic.gdx.maps.tiled.TiledMapTileLayer layer} data * @author dermetfan */
From source file com.stercore.code.net.dermetfan.utils.libgdx.maps.TmxMapWriter.java
/** an {@link XmlWriter} with additional {@link #tmx(Map, Format) tmx(..)} methods * @author dermetfan */ public class TmxMapWriter extends XmlWriter { /** the encoding of {@link TiledMapTileLayer layer} data * @author dermetfan */