Serialized Form
Package com.iproject.wbmpcreator |
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.
innerImg
java.awt.Image innerImg
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
layer
java.util.Vector layer
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