org.apache.fop.area.inline
Class Leader
- Serializable
This is a leader inline area.
This class is only used for leader with leader-pattern of rule.
BT , CLASS_ABSOLUTE , CLASS_BEFORE_FLOAT , CLASS_FIXED , CLASS_FOOTNOTE , CLASS_MAX , CLASS_NORMAL , CLASS_SIDE_FLOAT , LR , ORIENT_0 , ORIENT_180 , ORIENT_270 , ORIENT_90 , RL , TB , bpd , ipd , log , props |
Leader() - Create a new leader area.
|
addChildArea , applyVariationFactor , getAdjustingInfo , getOffset , getParentArea , handleIPDVariation , hasLineThrough , hasOverline , hasUnderline , increaseIPD , isBlinking , notifyIPDVariation , setAdjustingInfo , setAdjustment , setOffset , setParentArea |
addChildArea , addTrait , addTrait , getAllocBPD , getAllocIPD , getAreaClass , getBPD , getBooleanTrait , getBorderAndPaddingWidthAfter , getBorderAndPaddingWidthBefore , getBorderAndPaddingWidthEnd , getBorderAndPaddingWidthStart , getIPD , getSpaceAfter , getSpaceBefore , getSpaceEnd , getSpaceStart , getTrait , getTraitAsInteger , getTraits , hasTrait , hasTraits , setAreaClass , setBPD , setIPD , toString |
Leader
public Leader()
Create a new leader area.
getRuleStyle
public int getRuleStyle()
Get the rule style of this leader.
getRuleStyleAsString
public String getRuleStyleAsString()
getRuleThickness
public int getRuleThickness()
Get the rule thickness of the rule in miilipoints.
- the rule thickness in millipoints
setRuleStyle
public void setRuleStyle(String style)
Set the rule style of this leader area.
style
- the rule style for the leader area (XSL enum values)
setRuleStyle
public void setRuleStyle(int style)
Set the rule style of this leader area.
style
- the rule style for the leader line
setRuleThickness
public void setRuleThickness(int rt)
Set the rule thickness of the rule in miilipoints.
rt
- the rule thickness in millipoints
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.