|
fop 0.90alpha1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.area.Area | +--org.apache.fop.area.inline.InlineArea | +--org.apache.fop.area.inline.Leader
This is a leader inline area. This class is only used for leader with leader-pattern of rule.
Inner classes inherited from class org.apache.fop.area.inline.InlineArea |
InlineArea.InlineAdjustingInfo |
Fields inherited from class org.apache.fop.area.inline.InlineArea |
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 |
Constructor Summary | |
Leader()
Create a new leader area. |
Method Summary | |
int |
getRuleStyle()
Get the rule style of this leader. |
int |
getRuleThickness()
Get the rule thickness of the rule in miilipoints. |
void |
setRuleStyle(int style)
Set the rule style of this leader area. |
void |
setRuleThickness(int rt)
Set the rule thickness of the rule in miilipoints. |
Methods inherited from class org.apache.fop.area.inline.InlineArea |
addChildArea, applyVariationFactor, getOffset, getParentArea, hasLineThrough, hasOverline, hasUnderline, increaseIPD, isBlinking, notifyIPDVariation, setOffset, 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 |
Constructor Detail |
public Leader()
Method Detail |
public void setRuleStyle(int style)
style
- the rule style for the leader linepublic void setRuleThickness(int rt)
rt
- the rule thickness in millipointspublic int getRuleStyle()
public int getRuleThickness()
|
fop 0.90alpha1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |