Package com.snowbound.rastermaster
Class SnowDocBuffer
- java.lang.Object
- 
- com.snowbound.rastermaster.SnowDocBuffer
 
- 
- All Implemented Interfaces:
- Snow.DataBuffer
 
 public class SnowDocBuffer extends java.lang.Object implements Snow.DataBuffer
- 
- 
Constructor SummaryConstructors Constructor Description SnowDocBuffer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.GraphicscreateGraphics(int bitDepth, int width, int height)java.awt.GraphicscreateGraphics(Snowbnd snow, int width, int height)java.awt.image.BufferedImagecreateImage(int bitDepth, int width, int height)java.awt.ImagecreateImage(Snowbnd snow, int width, int height)java.awt.image.BufferedImagegetBufferedImage()java.awt.GraphicsgetBufferedImageGraphics()intgetImageData(Snowbnd snow)intgetImageData(Snowbnd snow, int height, int width)voidsetBufferedImage(java.awt.image.BufferedImage bi)
 
- 
- 
- 
Method Detail- 
getImageDatapublic int getImageData(Snowbnd snow) 
 - 
getImageDatapublic int getImageData(Snowbnd snow, int height, int width) - Specified by:
- getImageDatain interface- Snow.DataBuffer
 
 - 
createImagepublic java.awt.Image createImage(Snowbnd snow, int width, int height) - Specified by:
- createImagein interface- Snow.DataBuffer
 
 - 
createImagepublic java.awt.image.BufferedImage createImage(int bitDepth, int width, int height)
 - 
createGraphicspublic java.awt.Graphics createGraphics(Snowbnd snow, int width, int height) 
 - 
createGraphicspublic java.awt.Graphics createGraphics(int bitDepth, int width, int height)
 - 
getBufferedImageGraphicspublic java.awt.Graphics getBufferedImageGraphics() - Specified by:
- getBufferedImageGraphicsin interface- Snow.DataBuffer
 
 - 
getBufferedImagepublic java.awt.image.BufferedImage getBufferedImage() 
 - 
setBufferedImagepublic void setBufferedImage(java.awt.image.BufferedImage bi) 
 
- 
 
-