
org.andengine.entity.text.AutoWrap Maven / Gradle / Ivy
package org.andengine.entity.text;
/**
* (c) Zynga 2012
*
* @author Nicolas Gramlich
* @since 12:36:44 - 29.03.2012
*/
public enum AutoWrap {
// ===========================================================
// Elements
// ===========================================================
NONE,
WORDS,
LETTERS,
CJK;
// ===========================================================
// Constants
// ===========================================================
// ===========================================================
// Fields
// ===========================================================
// ===========================================================
// Constructors
// ===========================================================
// ===========================================================
// Getter & Setter
// ===========================================================
// ===========================================================
// Methods for/from SuperClass/Interfaces
// ===========================================================
// ===========================================================
// Methods
// ===========================================================
// ===========================================================
// Inner and Anonymous Classes
// ===========================================================
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy