org.umber.crucible.pdf.cached
Class CachedImage

java.lang.Object
  extended byorg.umber.crucible.pdf.cached.CachedImage

public class CachedImage
extends java.lang.Object


Constructor Summary
CachedImage(java.lang.String imagePath, int x, int y)
           
 
Method Summary
 java.lang.String getImagePath()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedImage

public CachedImage(java.lang.String imagePath,
                   int x,
                   int y)
Method Detail

getImagePath

public java.lang.String getImagePath()

getX

public int getX()

getY

public int getY()