|
fop 0.90alpha1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.area.Area
org.apache.fop.area.inline.InlineArea
org.apache.fop.area.inline.WordArea
A string of characters without spaces
Nested Class Summary |
Nested classes inherited from class org.apache.fop.area.inline.InlineArea |
InlineArea.InlineAdjustingInfo |
Field Summary | |
protected int |
offset
The correction offset for the next area |
protected java.lang.String |
word
The text for this word area |
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 |
Constructor Summary | |
WordArea(java.lang.String w,
int o)
Create a word area |
Method Summary | |
int |
getOffset()
Get the offset of this inline area. |
java.lang.String |
getWord()
|
void |
setOffset(int o)
Set the offset of this inline area. |
Methods inherited from class org.apache.fop.area.inline.InlineArea |
addChildArea, applyVariationFactor, getParentArea, hasLineThrough, hasOverline, hasUnderline, increaseIPD, isBlinking, notifyIPDVariation, setParentArea, updateIPD |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String word
protected int offset
Constructor Detail |
public WordArea(java.lang.String w, int o)
w
- the word stringo
- the offset for the next areaMethod Detail |
public java.lang.String getWord()
public int getOffset()
InlineArea
getOffset
in class InlineArea
public void setOffset(int o)
InlineArea
setOffset
in class InlineArea
o
- The offset to set.
|
fop 0.90alpha1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |