org.deegree_impl.services.wts
Class Tree

java.lang.Object
  extended byGroup
      extended byorg.deegree_impl.services.wts.Tree

public class Tree
extends Group

-----------------------------------------------------------------------

Version:
$Revision: 1.4 $ $Date: 2004/02/23 07:47:52 $
Author:
Andreas Poth
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String textureSource
           
 
Constructor Summary
Tree()
           
Tree(float x, float y, float size, float base, float height)
           
Tree(float x, float y, float size, float base, float height, java.lang.String textureSource)
           
 
Method Summary
 Group addObject(float x, float z, float size, float base, float height)
           
private  Appearance getBAppearance(java.lang.String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textureSource

java.lang.String textureSource
Constructor Detail

Tree

public Tree()

Tree

public Tree(float x,
            float y,
            float size,
            float base,
            float height)

Tree

public Tree(float x,
            float y,
            float size,
            float base,
            float height,
            java.lang.String textureSource)
Method Detail

getBAppearance

private Appearance getBAppearance(java.lang.String source)

addObject

public Group addObject(float x,
                       float z,
                       float size,
                       float base,
                       float height)