public class ElementTag<T extends com.badlogic.gdx.scenes.scene2d.Actor>
extends de.verygame.xue.mapping.tag.XueAbstractElementTag<T>
| Constructor and Description |
|---|
ElementTag(T element) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<de.verygame.xue.mapping.tag.attribute.AttributeGroup<? super T>> |
defineAttributeGroups() |
protected java.util.List<de.verygame.xue.mapping.tag.attribute.Attribute<? super T,?>> |
defineAttributes() |
void |
removeAttributeByClass(java.lang.Class<? extends de.verygame.xue.mapping.tag.attribute.Attribute<?,?>> c) |
void |
removeAttributeByName(java.lang.String... s) |
void |
removeAttributeByName(java.lang.String s) |
public ElementTag(T element)
public void removeAttributeByClass(java.lang.Class<? extends de.verygame.xue.mapping.tag.attribute.Attribute<?,?>> c)
public void removeAttributeByName(java.lang.String... s)
public void removeAttributeByName(java.lang.String s)
protected java.util.List<de.verygame.xue.mapping.tag.attribute.Attribute<? super T,?>> defineAttributes()
defineAttributes in class de.verygame.xue.mapping.tag.XueAbstractElementTag<T extends com.badlogic.gdx.scenes.scene2d.Actor>