public class CodetextParametersUI
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
TextAlignment |
getAlignment()
Gets the alignment of the code text.
|
java.awt.Color |
getColor()
Specify the displaying CodeText's Color.
|
java.awt.Font |
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(java.awt.Color value)
Specify the displaying CodeText's Color.
|
void |
setFont(java.awt.Font 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 java.awt.Font getFont()
public void setFont(java.awt.Font value)
public Unit getSpace()
public TextAlignment getAlignment()
public void setAlignment(TextAlignment value)
public java.awt.Color getColor()
public void setColor(java.awt.Color value)
public CodeLocation getLocation()
public void setLocation(CodeLocation value)
public java.lang.String toString()
toString
in class java.lang.Object