com.threerings.stage.tools.xml
Class StageSceneRuleSet
java.lang.Object
com.threerings.whirled.tools.xml.SceneRuleSet
com.threerings.stage.tools.xml.StageSceneRuleSet
- All Implemented Interfaces:
- com.threerings.tools.xml.NestableRuleSet
public class StageSceneRuleSet
- extends SceneRuleSet
Used to parse an StageScene from XML.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StageSceneRuleSet
public StageSceneRuleSet()
getSceneClass
protected Class<? extends SceneModel> getSceneClass()
- Description copied from class:
SceneRuleSet
- This indicates the class (which should extend
SceneModel)
to be instantiated during the parsing process.
- Overrides:
getSceneClass in class SceneRuleSet