scenic
Class SceneLeaf

java.lang.Object
  extended by scenic.SceneNode
      extended by scenic.SceneLeaf
Direct Known Subclasses:
Brush, SceneImage, ScenePrimitives, Shape

public abstract class SceneLeaf
extends SceneNode

This is the base class for different leaf nodes. Leaf nodes are nodes that do not contain other nodes.


Constructor Summary
SceneLeaf()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SceneLeaf

public SceneLeaf()