public class LabelAlignmentAttribute
extends de.verygame.xue.mapping.tag.attribute.AbstractAttribute<com.badlogic.gdx.scenes.scene2d.ui.Label,java.lang.String>
| Constructor and Description |
|---|
LabelAlignmentAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(com.badlogic.gdx.scenes.scene2d.ui.Label element,
java.lang.String value) |
void |
end(com.badlogic.gdx.scenes.scene2d.ui.Label element) |
java.lang.String |
getName() |
public java.lang.String getName()
getName in interface de.verygame.xue.mapping.tag.attribute.Attribute<com.badlogic.gdx.scenes.scene2d.ui.Label,java.lang.String>getName in class de.verygame.xue.mapping.tag.attribute.AbstractAttribute<com.badlogic.gdx.scenes.scene2d.ui.Label,java.lang.String>public void apply(com.badlogic.gdx.scenes.scene2d.ui.Label element,
java.lang.String value)
public void end(com.badlogic.gdx.scenes.scene2d.ui.Label element)
end in interface de.verygame.xue.mapping.tag.attribute.Attribute<com.badlogic.gdx.scenes.scene2d.ui.Label,java.lang.String>end in class de.verygame.xue.mapping.tag.attribute.AbstractAttribute<com.badlogic.gdx.scenes.scene2d.ui.Label,java.lang.String>