org.deegree_impl.services.wts
Class Block
java.lang.Object
Group
org.deegree_impl.services.wts.Block
- public class Block
- extends Group
-----------------------------------------------------------------------
- Version:
- $Revision: 1.7 $ $Date: 2004/02/09 08:00:39 $
- Author:
- Andreas Poth
- See Also:
- Serialized Form
Field Summary |
private java.awt.image.BufferedImage |
textureBi
|
Constructor Summary |
Block()
|
Block(float x,
float y,
float xsize,
float ysize,
float base,
float height,
float rotation)
|
Block(float x,
float y,
float xsize,
float ysize,
float base,
float height,
float rotation,
java.awt.image.BufferedImage texture)
|
Block(float x,
float y,
float xsize,
float ysize,
float base,
float height,
float rotation,
java.lang.String textureSource)
|
Method Summary |
Group |
addObject(float x,
float z,
float xsize,
float ysize,
float base,
float height,
float rotation)
|
private Appearance |
getBAppearance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
textureBi
private java.awt.image.BufferedImage textureBi
Block
public Block()
Block
public Block(float x,
float y,
float xsize,
float ysize,
float base,
float height,
float rotation)
Block
public Block(float x,
float y,
float xsize,
float ysize,
float base,
float height,
float rotation,
java.lang.String textureSource)
Block
public Block(float x,
float y,
float xsize,
float ysize,
float base,
float height,
float rotation,
java.awt.image.BufferedImage texture)
getBAppearance
private Appearance getBAppearance()
addObject
public Group addObject(float x,
float z,
float xsize,
float ysize,
float base,
float height,
float rotation)