net.aerith.misao.xml
Class XmlPixelSize

java.lang.Object
  |
  +--net.aerith.misao.xml.IONode
        |
        +--net.aerith.misao.xml.relaxer.XmlPixelSize
              |
              +--net.aerith.misao.xml.XmlPixelSize

public class XmlPixelSize
extends XmlPixelSize

The XmlPixelSize is an application side implementation of the class that the relaxer generated automatically.

See Also:
Serialized Form

Fields inherited from class net.aerith.misao.xml.relaxer.XmlPixelSize
height, parentRNode, rContext, unit, width
 
Constructor Summary
XmlPixelSize()
           
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlPixelSize
getHeight, getParentRNode, getRContext, getRContextResolved, getRNodes, getUnit, getWidth, init, isMatch, isMatch, isMatchHungry, makeElement, setHeight, setParentRNode, setRContext, setUnit, setup, setup, setup, setWidth
 
Methods inherited from class net.aerith.misao.xml.IONode
read, read, translateFrom, translateTo, write, write
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

XmlPixelSize

public XmlPixelSize()