Sky View Café - Java

org.shetline.util
Class GraphicsUtil.PreppedImageInfo

java.lang.Object
  extended by org.shetline.util.GraphicsUtil.PreppedImageInfo
Enclosing class:
GraphicsUtil

protected static class GraphicsUtil.PreppedImageInfo
extends Object


Field Summary
 Graphics graphics
           
 int h
           
 BufferedImage image
           
 boolean success
           
 int w
           
 
Constructor Summary
protected GraphicsUtil.PreppedImageInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

success

public boolean success

image

public BufferedImage image

graphics

public Graphics graphics

w

public int w

h

public int h
Constructor Detail

GraphicsUtil.PreppedImageInfo

protected GraphicsUtil.PreppedImageInfo()

Sky View Café - Java