Uses of Class
Snow.Snowbnd
-
Packages that use Snowbnd Package Description com.snowbound.rastermaster Snow -
-
Uses of Snowbnd in com.snowbound.rastermaster
Methods in com.snowbound.rastermaster with parameters of type Snowbnd Modifier and Type Method Description java.awt.Graphics
SnowDocBuffer. createGraphics(Snowbnd snow, int width, int height)
java.awt.Image
SnowDocBuffer. createImage(Snowbnd snow, int width, int height)
int
SnowDocFilter. decompressImage(int pageNum, Snowbnd snow, Snow.SnbdFileio fh, java.lang.String extension)
byte[]
SnowDocFilter. extractText(Snowbnd snow, Snow.SnbdFileio fh, int pageNum, int[] length, int[] error, int formatCode)
int
SnowDocBuffer. getImageData(Snowbnd snow)
int
SnowDocBuffer. getImageData(Snowbnd snow, int height, int width)
int
SnowDocFilter. getPages(Snow.SnbdFileio fh, Snowbnd snow, java.lang.String extension)
protected abstract void
SnowDoc. openRaster(Snowbnd snow, int pageNum)
protected abstract SnowDoc
SnowDocFilter. setupDoc(Snow.SnbdFileio fh, Snowbnd snow)
-
Uses of Snowbnd in Snow
Methods in Snow that return Snowbnd Modifier and Type Method Description Snowbnd
Snowbnd. IMG_get_bitmap_block(int xs, int ys, int xsize, int ysize)
Returns a block of data from the current Snowbound image object and creates a Snowbnd object, where the data is specified by the rectangle constructed from the image's coordinates.Methods in Snow with parameters of type Snowbnd Modifier and Type Method Description int
Snowbnd. decompress_bitmap(Snow.SnbdFileio fh, int offset, int page, Snowbnd snow)
Convert a particular page of a document to Snowbound internal raster format for subsequent manipulation or saving.int
Snowbnd. decompressWithFilter(java.lang.String pExt, int pOffset, Snowbnd pSnow, Snow.SnbdFileio pFh)
int
Snowbnd. getPagesWithFilter(int fileType, Snowbnd pSnow, Snow.SnbdFileio pFh)
int
Snowbnd. getPagesWithFilter(java.lang.String pExt, Snowbnd pSnow, Snow.SnbdFileio pFh)
int
Snowbnd. IMG_merge_block(Snowbnd srcimage, int xpos, int ypos, int operation)
Draws a source image on top of the current Snowbound image object at the x and y coordinates (xpos and ypos) passed in.int
SnowAnn. SANN_merge_annotations(Snowbnd snow, java.awt.Container sf)
This method will permanently merge annotations onto the Snowbound image object passed in.Constructors in Snow with parameters of type Snowbnd Constructor Description Snowbnd(Snowbnd snow)
Alternate constructor that creates a new Snowbnd object by copying the contents of an existing Snowbnd object.
-