org.apache.fop.layout
Class Area
org.apache.fop.layout.Box
|
+--org.apache.fop.layout.Area
- Direct Known Subclasses:
- SVGArea, ImageArea, AreaContainer, BlockArea, BodyAreaContainer, ForeignObjectArea, InlineArea, LineArea
- public abstract class Area
- extends Box
Method Summary |
void | addChild(Box child) |
void | addChildAtStart(Box child) |
void | addDisplaySpace(int size) |
void | end() |
int | getAbsoluteHeight() |
int | getAllocationWidth() |
ColorType | getBackgroundColor() |
Vector | getChildren() |
int | getContentHeight() |
int | getContentWidth() |
FontInfo | getFontInfo() |
FontState | getFontState() |
int | getHeight() |
IDReferences | getIDReferences() |
int | getMaxHeight() |
int | getPaddingBottom() |
int | getPaddingLeft() |
int | getPaddingRight() |
int | getPaddingTop() |
Page | getPage() |
Area | getParent() |
int | getTableCellXOffset() |
void | increaseAbsoluteHeight(int value) |
void | increaseHeight(int amount) |
void | remove() |
void | removeChild(Area area) |
void | removeChild(DisplaySpace spacer) |
void | setAbsoluteHeight(int value) |
void | setBackgroundColor(ColorType bgColor) |
void | setBorderColor(ColorType top, ColorType left, ColorType bottom, ColorType right) |
void | setBorderStyle(int top, int left, int bottom, int right) |
void | setBorderWidth(int top, int left, int bottom, int right) |
void | setHeight(int height) |
void | setIDReferences(IDReferences idReferences) |
void | setMaxHeight(int height) |
void | setPadding(int top, int left, int bottom, int right) |
void | setPage(Page page) |
void | setTableCellXOffset(int offset) |
int | spaceLeft() |
void | start() |
Methods inherited from class org.apache.fop.layout.Box |
render |
borderColorBottom
public ColorType borderColorBottom
borderColorLeft
public ColorType borderColorLeft
borderColorRight
public ColorType borderColorRight
borderColorTop
public ColorType borderColorTop
borderStyleBottom
public int borderStyleBottom
borderStyleLeft
public int borderStyleLeft
borderStyleRight
public int borderStyleRight
borderStyleTop
public int borderStyleTop
borderWidthBottom
public int borderWidthBottom
borderWidthLeft
public int borderWidthLeft
borderWidthRight
public int borderWidthRight
borderWidthTop
public int borderWidthTop
Area
public Area(FontState fontState)
Area
public Area(FontState fontState, int allocationWidth, int maxHeight)
addChild
public void addChild(Box child)
addChildAtStart
public void addChildAtStart(Box child)
addDisplaySpace
public void addDisplaySpace(int size)
end
public void end()
getAbsoluteHeight
public int getAbsoluteHeight()
getAllocationWidth
public int getAllocationWidth()
getBackgroundColor
public ColorType getBackgroundColor()
getChildren
public Vector getChildren()
getContentHeight
public int getContentHeight()
getContentWidth
public int getContentWidth()
getFontInfo
public FontInfo getFontInfo()
getFontState
public FontState getFontState()
getHeight
public int getHeight()
getIDReferences
public IDReferences getIDReferences()
getMaxHeight
public int getMaxHeight()
getPaddingBottom
public int getPaddingBottom()
getPaddingLeft
public int getPaddingLeft()
getPaddingRight
public int getPaddingRight()
getPaddingTop
public int getPaddingTop()
getPage
public Page getPage()
getParent
public Area getParent()
getTableCellXOffset
public int getTableCellXOffset()
increaseAbsoluteHeight
public void increaseAbsoluteHeight(int value)
increaseHeight
public void increaseHeight(int amount)
remove
public void remove()
removeChild
public void removeChild(Area area)
removeChild
public void removeChild(DisplaySpace spacer)
setAbsoluteHeight
public void setAbsoluteHeight(int value)
setBackgroundColor
public void setBackgroundColor(ColorType bgColor)
setBorderColor
public void setBorderColor(ColorType top, ColorType left, ColorType bottom, ColorType right)
setBorderStyle
public void setBorderStyle(int top, int left, int bottom, int right)
setBorderWidth
public void setBorderWidth(int top, int left, int bottom, int right)
setHeight
public void setHeight(int height)
setIDReferences
public void setIDReferences(IDReferences idReferences)
setMaxHeight
public void setMaxHeight(int height)
setPadding
public void setPadding(int top, int left, int bottom, int right)
setPage
public void setPage(Page page)
setTableCellXOffset
public void setTableCellXOffset(int offset)
spaceLeft
public int spaceLeft()
start
public void start()
to Class org.apache.fop.layout.FontState
to Class java.util.Vector
to Class org.apache.fop.layout.Page
to Class org.apache.fop.datatypes.ColorType
to Class org.apache.fop.datatypes.IDReferences
to Class org.apache.fop.datatypes.ColorType
to Class org.apache.fop.datatypes.ColorType
to Class org.apache.fop.datatypes.ColorType
to Class org.apache.fop.datatypes.ColorType