public class AFPTextDataInfo
extends java.lang.Object
Constructor and Description |
---|
AFPTextDataInfo() |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor()
Returns the color
|
java.lang.String |
getEncoding()
Returns the text encoding
|
int |
getFontReference()
Returns the font reference
|
int |
getInterCharacterAdjustment()
Return the inter character adjustment
|
int |
getRotation()
Returns the text rotation
|
java.lang.String |
getString()
Returns the text string
|
int |
getVariableSpaceCharacterIncrement()
Return the variable space character increment
|
int |
getX()
Returns the x coordinate
|
int |
getY()
Returns the y coordinate
|
void |
setColor(java.awt.Color color)
Sets the color
|
void |
setEncoding(java.lang.String textEncoding)
Sets the text encoding
|
void |
setFontReference(int fontReference)
Sets the font reference
|
void |
setInterCharacterAdjustment(int interCharacterAdjustment)
Sets the inter character adjustment
|
void |
setRotation(int rotation)
Sets the text orientation
|
void |
setString(java.lang.String textString)
Sets the text string
|
void |
setVariableSpaceCharacterIncrement(int variableSpaceCharacterIncrement)
Sets the variable space character increment
|
void |
setX(int x)
Sets the X coordinate
|
void |
setY(int y)
Sets the Y coordinate
|
java.lang.String |
toString() |
public int getFontReference()
public void setFontReference(int fontReference)
fontReference
- the font referencepublic int getX()
public void setX(int x)
x
- the X coordinatepublic int getY()
public void setY(int y)
y
- the Y coordinatepublic java.awt.Color getColor()
public void setColor(java.awt.Color color)
color
- the colorpublic int getVariableSpaceCharacterIncrement()
public void setVariableSpaceCharacterIncrement(int variableSpaceCharacterIncrement)
variableSpaceCharacterIncrement
- the variable space character incrementpublic int getInterCharacterAdjustment()
public void setInterCharacterAdjustment(int interCharacterAdjustment)
interCharacterAdjustment
- the inter character adjustmentpublic void setRotation(int rotation)
rotation
- the text rotationpublic int getRotation()
public void setEncoding(java.lang.String textEncoding)
textEncoding
- the text encodingpublic java.lang.String getEncoding()
public void setString(java.lang.String textString)
textString
- the text stringpublic java.lang.String getString()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.