public class CodetextParametersUI
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
TextAlignment |
getAlignment()
Gets the alignment of the code text.
|
int |
getColor()
Specify the displaying CodeText's Color.
|
TextPaint |
getFont()
Specify the displaying CodeText's font.
|
FontMode |
getFontMode()
Specify FontMode.
|
CodeLocation |
getLocation()
Specify the displaying CodeText Location, set to CodeLocation.None to hide CodeText.
|
Unit |
getSpace()
Space between the CodeText and the BarCode in
|
java.lang.String |
getTwoDDisplayText()
Text that will be displayed instead of codetext in 2D barcodes.
|
void |
setAlignment(TextAlignment value)
Sets the alignment of the code text.
|
void |
setColor(int value)
Specify the displaying CodeText's Color.
|
void |
setFont(TextPaint value)
Specify the displaying CodeText's font.
|
void |
setFontMode(FontMode value)
Specify FontMode.
|
void |
setLocation(CodeLocation value)
Specify the displaying CodeText Location, set to CodeLocation.None to hide CodeText.
|
void |
setTwoDDisplayText(java.lang.String value)
Text that will be displayed instead of codetext in 2D barcodes.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
|
public java.lang.String getTwoDDisplayText()
public void setTwoDDisplayText(java.lang.String value)
public FontMode getFontMode()
public void setFontMode(FontMode value)
public TextPaint getFont()
public void setFont(TextPaint value)
public Unit getSpace()
public TextAlignment getAlignment()
public void setAlignment(TextAlignment value)
public int getColor()
public void setColor(int value)
public CodeLocation getLocation()
public void setLocation(CodeLocation value)
public java.lang.String toString()
toString
in class java.lang.Object