org.apache.fop.layout.inline
Class InlineArea
java.lang.Object
|
+--org.apache.fop.layout.Box
|
+--org.apache.fop.layout.Area
|
+--org.apache.fop.layout.inline.InlineArea
- Direct Known Subclasses:
- ForeignObjectArea, LeaderArea, WordArea
- public abstract class InlineArea
- extends Area
Fields inherited from class org.apache.fop.layout.Area |
allocationWidth,
backgroundColor,
bp,
children,
contentRectangleWidth,
currentHeight,
foCreator,
fontState,
maxHeight,
page,
tableCellXOffset |
Constructor Summary |
InlineArea(FontState fontState,
int width,
float red,
float green,
float blue)
|
Methods inherited from class org.apache.fop.layout.Area |
addChild,
addChildAtStart,
addDisplaySpace,
end,
getAbsoluteHeight,
getAllocationWidth,
getBackgroundColor,
getBorderAndPadding,
getBorderBottomWidth,
getBorderLeftWidth,
getBorderRightWidth,
getBorderTopWidth,
getChildren,
getContentHeight,
getContentWidth,
getfoCreator,
getFontInfo,
getFontState,
getIDReferences,
getMaxHeight,
getNearestAncestorAreaContainer,
getPaddingBottom,
getPaddingLeft,
getPaddingRight,
getPaddingTop,
getPage,
getParent,
getTableCellXOffset,
increaseAbsoluteHeight,
increaseHeight,
remove,
removeChild,
removeChild,
setAbsoluteHeight,
setAllocationWidth,
setBackgroundColor,
setBorderAndPadding,
setIDReferences,
setMaxHeight,
setPage,
setParent,
setTableCellXOffset,
spaceLeft,
start |
Methods inherited from class org.apache.fop.layout.Box |
render |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
height
protected int height
pageNumberId
protected java.lang.String pageNumberId
underlined
protected boolean underlined
overlined
protected boolean overlined
lineThrough
protected boolean lineThrough
InlineArea
public InlineArea(FontState fontState,
int width,
float red,
float green,
float blue)
getBlue
public float getBlue()
getGreen
public float getGreen()
getRed
public float getRed()
setHeight
public void setHeight(int height)
- Overrides:
- setHeight in class Area
getHeight
public int getHeight()
- Overrides:
- getHeight in class Area
setVerticalAlign
public void setVerticalAlign(int align)
getVerticalAlign
public int getVerticalAlign()
setYOffset
public void setYOffset(int yOffset)
getYOffset
public int getYOffset()
setXOffset
public void setXOffset(int xOffset)
getXOffset
public int getXOffset()
getPageNumberID
public java.lang.String getPageNumberID()
setUnderlined
public void setUnderlined(boolean ul)
getUnderlined
public boolean getUnderlined()
setOverlined
public void setOverlined(boolean ol)
getOverlined
public boolean getOverlined()
setLineThrough
public void setLineThrough(boolean lt)
getLineThrough
public boolean getLineThrough()
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.