de.lessvoid.nifty.loaderv2.types
Class StyleType

java.lang.Object
  extended by de.lessvoid.nifty.loaderv2.types.XmlBaseType
      extended by de.lessvoid.nifty.loaderv2.types.StyleType
All Implemented Interfaces:
XmlType

public class StyleType
extends XmlBaseType


Constructor Summary
StyleType()
           
StyleType(Attributes attributes)
           
 
Method Summary
 void applyTo(ElementType elementType, StyleResolver styleResolver)
           
 String getBaseStyleId()
           
 String getStyleId()
           
 String output(int offset)
           
 void setAttributes(AttributesType styleAttributesTypeParam)
           
 void setEffect(EffectsType effectTypeParam)
           
 void setInteract(InteractType interactTypeParam)
           
 
Methods inherited from class de.lessvoid.nifty.loaderv2.types.XmlBaseType
getAttributes, initFromAttributes, mergeFromAttributes, translateSpecialValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleType

public StyleType()

StyleType

public StyleType(Attributes attributes)
Method Detail

setAttributes

public void setAttributes(AttributesType styleAttributesTypeParam)

setEffect

public void setEffect(EffectsType effectTypeParam)

setInteract

public void setInteract(InteractType interactTypeParam)

output

public String output(int offset)
Overrides:
output in class XmlBaseType

getStyleId

public String getStyleId()

getBaseStyleId

public String getBaseStyleId()

applyTo

public void applyTo(ElementType elementType,
                    StyleResolver styleResolver)


Copyright © 2011. All Rights Reserved.