com.c3d.image
Class CubePyramid

java.lang.Object
  |
  +--com.c3d.image.CubePyramid

public class CubePyramid
extends java.lang.Object


Constructor Summary
CubePyramid(Jimage startImage, float scale)
          create a cubing pyramid using the specified scaleing between cubes
 
Method Summary
 Jimage getImage()
          return stored image
 Jimage getImage(int x, int y, int z)
          return the stored image at dimensions specified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubePyramid

public CubePyramid(Jimage startImage,
                   float scale)
create a cubing pyramid using the specified scaleing between cubes
Method Detail

getImage

public Jimage getImage(int x,
                       int y,
                       int z)
return the stored image at dimensions specified

getImage

public Jimage getImage()
return stored image