net.aerith.misao.xml
Class XmlPhotometry

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

public class XmlPhotometry
extends XmlPhotometry

The XmlPhotometry 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.XmlPhotometry
catalog, parentRNode, rContext, systemFormula, type
 
Constructor Summary
XmlPhotometry()
          Constructs an empty XmlPhotometry.
XmlPhotometry(PhotometrySetting setting)
          Constructs an XmlPhotometry of the specified photometry setting.
 
Method Summary
 PhotometrySetting getPhotometrySetting()
          Gets the photometry setting.
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlPhotometry
getCatalog, getParentRNode, getRContext, getRContextResolved, getRNodes, getSystemFormula, getType, init, isMatch, isMatch, isMatchHungry, makeElement, setCatalog, setParentRNode, setRContext, setSystemFormula, setType, setup, setup, setup
 
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

XmlPhotometry

public XmlPhotometry()
Constructs an empty XmlPhotometry.

XmlPhotometry

public XmlPhotometry(PhotometrySetting setting)
Constructs an XmlPhotometry of the specified photometry setting.
Parameters:
setting - the photometry setting.
Method Detail

getPhotometrySetting

public PhotometrySetting getPhotometrySetting()
Gets the photometry setting.
Returns:
the photometry setting.