A B C D E F G H I L M N O P Q R S T U

G

GraphicsUnit - class com.aspose.j2me.barcode.generation.GraphicsUnit.
Measurement of barcode settings
GraphicsUnit() - Constructor for class com.aspose.j2me.barcode.generation.GraphicsUnit
This class serves the purpose of hosting constants, never meant to be initiated.
Grayscale() - Static method in class com.aspose.j2me.barcode.recognition.RecognitionHints.ImageBinarizationHints
 
getAustraliaPostFormatControlCode() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
 
getAutoSize() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets whether auto sizing the barcode image or not.

getAztecErrorLevel() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets Aztec barcode's error correction level
getBackColor() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the background color of the barcode image, default to white

getBarHeight() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the bar's height for 1D barcodes, measured in com.aspose.barcode.GraphicsUnit

getBorderColor() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets border's color of the barcode image

getBorderVisible() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets whether to draw the border or not

getBorderWidth() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets border's width of x barcode image.

getBottom() - Method in class com.aspose.j2me.barcode.generation.Margins
Gets the bottom area of x barcode image
getCodabarStartSymbol() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the start symbol for codabar types of barcode

getCodabarStopSymbol() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the stop symbol of codabar types of barcode

getCode128Set() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets code set for code128 types of barcode

getCodeText() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the code text of the barcode, code text is the data encoded into the barcode image Some barcode symbologies may require certain types of code text, such as UPCA and UPCE require numbers only

getCodeText() - Method in class com.aspose.j2me.barcode.recognition.BarCodeReader
Gets the code text.
getCodeTextColor() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the human readable code text's color

getCodeTextFont() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the code text's font of x barcode.

getCodeTextVisible() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets whether or not to show the human readable code text

getDataMatrixMode() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets Datamatrix barcode's encode mode.
getDpiX() - Method in class com.aspose.j2me.barcode.generation.Resolution
Gets the dot per inch of the x axis
getDpiY() - Method in class com.aspose.j2me.barcode.generation.Resolution
Gets the dot per inch of the y axis
getEnableChecksum() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets whether checksum is enabled.

getForeColor() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the foreground color of the barcode image, if it's for web servlet render caption's color and code text's color may be all reduced to one color

getGraphicsUnit() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the measurement of graphics unit, default to millimeter

getHeight() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the height of x barcode image.

getITF14BorderType() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets ITF14 barcode's border type

getLeft() - Method in class com.aspose.j2me.barcode.generation.Margins
Gets the marginal area at the left of the barcode image
getMacroPDF417FileID() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets macro pdf417 barcode's file ID.
getMacroPDF417LastSegment() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets whether this macro pdf417 barcode is the last segment.
getMacroPDF417SegmentID() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets macro pdf417 barcode's segment ID, which starts from 0, to MacroPdf417SegmentCount - 1.
getMacroPdf417FileID() - Method in class com.aspose.j2me.barcode.recognition.BarCodeReader
Gets the file ID of the barcode, only available with MacroPdf417
getMacroPdf417LastSegment() - Method in class com.aspose.j2me.barcode.recognition.BarCodeReader
Gets the last segment flag,only available with MacroPdf417.
getMacroPdf417SegmentID() - Method in class com.aspose.j2me.barcode.recognition.BarCodeReader
Gets the segment ID of the barcode,only available with MacroPdf417.
getMargins() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the marginal size of an barcode image, the area around the barcode.

getPDF417AspectRatio() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets PDF417 barcode's module height to width ratio
getPDF417Columns() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets columns of PDF417 barcode, illegal settings will be ignored
getPDF417CompactMode() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets compaction mode of PDF417 barcode, available modes are PDF417CompactMode.AUTO, PDF417CompactMode.BINARY, PDF417CompactMode.NUMERIC, PDF417CompactMode.TEXT

getPDF417ErrorLevel() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets error correction level of PDF417 barcode, from LEVEL0 to LEVEL8, LEVEL 0 for no error correction, LEVEL8 for max error correction.

getPDF417Rows() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets rows of PDF417 barcode, illegal settings will be ignored
getPDF417Truncated() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets whether PDF417 barcode is truncated, that is, the right guard area om
getPlanetShortBarHeight() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets the short bar's height of Planet type of barcode, to set up tall bar's height, use setBarHeight and getBarHeight.
getPostnetShortBarHeight() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets the short bar's height of Postnet type of barcode, to set up tall bar's height, use setBarHeight and getBarHeight.
getQRErrorLevel() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets QR barcode's error correction level.
getReadType() - Method in class com.aspose.j2me.barcode.recognition.BarCodeReader
Gets the barcode type.
getResolution() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the resolution of the barcode image

getRight() - Method in class com.aspose.j2me.barcode.generation.Margins
Gets the marginal area at the right of the barcode image
getSupplementSpace() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets the space between main barcode and the supplement barcode
getSupplementText() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder
Gets the supplement barcode's code text.
getSymbology() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the symbology of BarCodeBuilder.

getTimeout() - Method in class com.aspose.j2me.barcode.recognition.BarCodeReader
Gets the timeout value in millisecond.
getTop() - Method in class com.aspose.j2me.barcode.generation.Margins
Gets the top area of the barcode image
getWideNarrowRatio() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets wide bars to narrow bars ratio for some types of one dimensional barcode

getWidth() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the width of x barcode image.

getXDimension() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the width of x smallest bar, or the smallest module's width of 2D barcodes measured in GraphicsUnit

getYDimension() - Method in class com.aspose.j2me.barcode.generation.BarCodeBuilder

Gets the height of x smallest module of 2D barcodes.


A B C D E F G H I L M N O P Q R S T U