|
fop 0.95 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.area.AreaTreeObject
org.apache.fop.area.Area
org.apache.fop.area.inline.InlineArea
org.apache.fop.area.inline.InlineParent
org.apache.fop.area.inline.AbstractTextArea
org.apache.fop.area.inline.Character
public class Character
Single character inline area. This inline area holds a single character.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.fop.area.inline.AbstractTextArea |
|---|
AbstractTextArea.TextAdjustingInfo |
| Nested classes/interfaces inherited from class org.apache.fop.area.inline.InlineArea |
|---|
InlineArea.InlineAdjustingInfo |
| Field Summary |
|---|
| Fields inherited from class org.apache.fop.area.inline.InlineParent |
|---|
autoSize, inlines |
| Fields inherited from class org.apache.fop.area.inline.InlineArea |
|---|
adjustingInfo, offset |
| Fields inherited from class org.apache.fop.area.Area |
|---|
bpd, BT, CLASS_ABSOLUTE, CLASS_BEFORE_FLOAT, CLASS_FIXED, CLASS_FOOTNOTE, CLASS_MAX, CLASS_NORMAL, CLASS_SIDE_FLOAT, ipd, log, LR, ORIENT_0, ORIENT_180, ORIENT_270, ORIENT_90, props, RL, TB |
| Fields inherited from class org.apache.fop.area.AreaTreeObject |
|---|
foreignAttributes |
| Constructor Summary | |
|---|---|
Character(char ch)
Deprecated. Create a new character inline area with the given character. |
|
| Method Summary | |
|---|---|
void |
addHyphen(char hyphChar,
int hyphSize)
Deprecated. Add the hyphenation character and its length. |
java.lang.String |
getChar()
Deprecated. Get the character for this inline character area. |
| Methods inherited from class org.apache.fop.area.inline.AbstractTextArea |
|---|
applyVariationFactor, getBaselineOffset, getTextLetterSpaceAdjust, getTextWordSpaceAdjust, setBaselineOffset, setSpaceDifference, setTextLetterSpaceAdjust, setTextWordSpaceAdjust |
| Methods inherited from class org.apache.fop.area.inline.InlineParent |
|---|
addChildArea, getChildAreas |
| Methods inherited from class org.apache.fop.area.inline.InlineArea |
|---|
getAdjustingInfo, getOffset, getParentArea, handleIPDVariation, hasLineThrough, hasOverline, hasUnderline, increaseIPD, isBlinking, notifyIPDVariation, setAdjustingInfo, setAdjustment, setOffset, setParentArea |
| Methods inherited from class org.apache.fop.area.Area |
|---|
addTrait, addTrait, getAllocBPD, getAllocIPD, getAreaClass, getBooleanTrait, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getBPD, getIPD, getSpaceAfter, getSpaceBefore, getSpaceEnd, getSpaceStart, getTrait, getTraitAsInteger, getTraits, hasTrait, hasTraits, setAreaClass, setBPD, setIPD, toString |
| Methods inherited from class org.apache.fop.area.AreaTreeObject |
|---|
getForeignAttributes, getForeignAttributeValue, setForeignAttribute, setForeignAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Character(char ch)
ch - the character for this inline area| Method Detail |
|---|
public java.lang.String getChar()
public void addHyphen(char hyphChar,
int hyphSize)
hyphChar - the hyphenation characterhyphSize - the size of the hyphenation character
|
fop 0.95 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||