Serialized Form


Package com.iproject.wbmpcreator

Class com.iproject.wbmpcreator.BadFontException implements Serializable

Class com.iproject.wbmpcreator.BadSequenceLineException implements Serializable

Class com.iproject.wbmpcreator.ChartDrawException implements Serializable

Class com.iproject.wbmpcreator.CustomFont implements Serializable

Serialized Fields

alphabet

java.lang.String alphabet
The entire alphabet either in Unicode format or in a simple 1-byte representation.

isUnicode

boolean isUnicode
Identifier representing

pointArray

int[] pointArray
The integers representing font symbols. Each of these integers represents a string of a symbol.
 Example
 We have the 6x8 font. This is one of its symbols.
 ######
 ------
 ######
 -#--#-
 --##--
 -#--#-
 #----#
 ######

 The resulting data set will consist of 8 integers:
 {127, 0, 127, 34, 24, 34, 65,127}
 

totalSymbols

int totalSymbols
The total symbols count in alphabet.

xSize

int xSize
The x axis size of a single font item.

ySize

int ySize
The y axis size of a single font item.

Class com.iproject.wbmpcreator.SimpleImageFile implements Serializable

Serialized Fields

innerImg

java.awt.Image innerImg

Class com.iproject.wbmpcreator.WBMPChart implements Serializable

Class com.iproject.wbmpcreator.WBMPfile implements Serializable

Serialized Fields

g

java.awt.Graphics g

img

java.awt.image.BufferedImage img

isInstantiated

boolean isInstantiated

licenseExpires

java.lang.String licenseExpires

licenseNumber

java.lang.String licenseNumber

licenseOwner

java.lang.String licenseOwner

outFile

WBMPfile outFile

r

java.awt.image.Raster r

WBMPLength

int WBMPLength

WBMPpic

int[][] WBMPpic

WBMPWidth

int WBMPWidth

Class com.iproject.wbmpcreator.WBMPMultiLayer implements Serializable

Serialized Fields

layer

java.util.Vector layer

Class com.iproject.wbmpcreator.WBMPTable implements Serializable

Serialized Fields

columnData

java.util.Vector columnData

columnNames

java.lang.String columnNames

dataFont

java.awt.Font dataFont

headerFont

java.awt.Font headerFont

tableColumns

int tableColumns

tableSize

WBMPDimension tableSize