Serialized Form


Package com.java4less.rmicropdf417

Class com.java4less.rmicropdf417.MicroPDF417 implements Serializable

Serialized Fields

currentX

int currentX
pointer possition


currentY

int currentY

moduleWidth

int moduleWidth
module size in pixels


barHeightPixels

int barHeightPixels
bars height


barColor

java.awt.Color barColor
bars color


backColor

java.awt.Color backColor
background color


topMarginPixels

int topMarginPixels
margin


leftMarginPixels

int leftMarginPixels

preferredNumberOfColumns

int preferredNumberOfColumns
preferred number of columns


preferredNumberOfRows

int preferredNumberOfRows
preferred number of rows


preferredFormat

int preferredFormat
preferred number of rows and columns


selectedConfiguration

int selectedConfiguration
configuration selected by the component taking into account the preferred number of rows and columns and the size of the data to encode


eci

int eci
extended channel interpretation (ECI). Default is -1 (disabled)


autoConfigurate

boolean autoConfigurate
allow automatic selection of a larger configuration if code is too large? if so the preferredFormat will be ignored and a new format will be selected. You can then use then PDFColumns and PDFRows properties to know the selected format.


code

java.lang.String code
value to be encoded


patterns

int[][] patterns
Address patterns, format is: number B,S,B,S,B,S (left or right) B,S,B,S,B,S (center)


startingPatternNumbers

int[][] startingPatternNumbers

configurations

int[][] configurations

textCodes

java.lang.String[][] textCodes
PDF417 text mode character set


coef

int[][] coef
micro PDF417 error correction coeficients ( 7 to 50)


PDF417_BITS

int[][] PDF417_BITS
PDF417 bar patterns


PDFPointerNextData

int[] PDFPointerNextData

PDFRows

int PDFRows

PDFMaxRows

int PDFMaxRows

runtimeRows

int runtimeRows

PDFColumns

int PDFColumns
number of columns of the PDF417 code. This is a readonly property


PDFMode

int PDFMode
PDF417 mode. Valid values are PDF_BINARY (default), PDF_TEXT (for ascii data) and PDF_NUMERIC (for numeric data).


PDFStructuredAppendSegment

int PDFStructuredAppendSegment
PDF StructuredAppend segment


PDFStructuredAppendFileId

int[] PDFStructuredAppendFileId
PDF StructuredAppend field id


PDFStructuredAppendFileName

java.lang.String PDFStructuredAppendFileName
PDF StructuredAppend field name


PDFStructuredAppendTimeStamp

java.lang.String PDFStructuredAppendTimeStamp
PDF StructuredAppend time stamp


PDFStructuredAppendSender

java.lang.String PDFStructuredAppendSender
PDF StructuredAppend Sender


PDFStructuredAppendAddresse

java.lang.String PDFStructuredAppendAddresse
PDF StructuredAppend Adresse


PDFStructuredAppendFileSize

long PDFStructuredAppendFileSize
PDF StructuredAppend file size


PDFStructuredAppendSegmentCount

int PDFStructuredAppendSegmentCount
number of StructuredAppend PDF symbols needed


PDFStructuredAppendOffset

long PDFStructuredAppendOffset
internal use


codeBinary

int[] codeBinary