Example usage for com.badlogic.gdx.utils XmlWriter subclass-usage

List of usage examples for com.badlogic.gdx.utils XmlWriter subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.utils XmlWriter subclass-usage.

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 */