org.apache.fop.layout
Class LinkedRectangle
- public class LinkedRectangle
an object that stores a rectangle that is linked, and the LineArea
that it is logically associated with
LinkedRectangle
public LinkedRectangle(Rectangle link, LineArea lineArea)
LinkedRectangle
public LinkedRectangle(LinkedRectangle lr)
getHeight
public int getHeight()
getLineArea
public LineArea getLineArea()
getRectangle
public Rectangle getRectangle()
getWidth
public int getWidth()
getX
public int getX()
getY
public int getY()
setHeight
public void setHeight(int height)
setLineArea
public void setLineArea()
setRectangle
public void setRectangle(Rectangle link)
setWidth
public void setWidth(int width)
setX
public void setX(int x)
setY
public void setY(int y)
to Class java.awt.Rectangle- the linked Rectangle
to Class org.apache.fop.layout.LineArea
- the associated LineArea