org.apache.fop.layout
Class LinkSet
- public class LinkSet
a set of rectangles on a page that are linked to a common
destination
Constructor Summary |
LinkSet(String destination, Area area, int linkType) |
contentRectangleWidth
int contentRectangleWidth
destination
String destination
- the destination of the links
EXTERNAL
public final static int EXTERNAL
INTERNAL
public final static int INTERNAL
rects
Vector rects
- the set of rectangles
LinkSet
public LinkSet(String destination, Area area, int linkType)
addRect
public void addRect(Rectangle r, LineArea lineArea)
align
public void align()
applyAreaContainerOffsets
public void applyAreaContainerOffsets(AreaContainer ac, Area area)
getArea
public Area getArea()
getDest
public String getDest()
getEndIndent
public int getEndIndent()
getLinkType
public int getLinkType()
getRects
public Vector getRects()
getStartIndent
public int getStartIndent()
mergeLinks
public void mergeLinks()
setContentRectangleWidth
public void setContentRectangleWidth(int contentRectangleWidth)
setXOffset
public void setXOffset(int x)
setYOffset
public void setYOffset(int y)
to Class java.lang.String- the destination of the links
to Class java.util.Vector
- the set of rectangles
to Class org.apache.fop.layout.Area