net.aerith.misao.xml
Class XmlFov

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

public class XmlFov
extends XmlFov

The XmlFov 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.XmlFov
height, parentRNode, rContext, unit, width
 
Constructor Summary
XmlFov()
           
 
Method Summary
 double getHeightInDegree()
          Gets the field of view height in degree.
 double getWidthInDegree()
          Gets the field of view width in degree.
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlFov
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

XmlFov

public XmlFov()
Method Detail

getWidthInDegree

public double getWidthInDegree()
Gets the field of view width in degree.
Returns:
the field of view width in degree.

getHeightInDegree

public double getHeightInDegree()
Gets the field of view height in degree.
Returns:
the field of view height in degree.