com.github.czyzby.lml.parser.impl.attribute.label.EllipsisLmlAttribute Maven / Gradle / Ivy
package com.github.czyzby.lml.parser.impl.attribute.label;
import com.badlogic.gdx.scenes.scene2d.ui.Label;
import com.github.czyzby.lml.parser.LmlParser;
import com.github.czyzby.lml.parser.tag.LmlAttribute;
import com.github.czyzby.lml.parser.tag.LmlTag;
/** See {@link Label#setEllipsis(boolean)}. Mapped to "ellipsis".
*
* @author MJ */
public class EllipsisLmlAttribute implements LmlAttribute
© 2015 - 2025 Weber Informatics LLC | Privacy Policy