|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.layout.Box
org.apache.fop.layout.Area
org.apache.fop.layout.inline.InlineArea
org.apache.fop.layout.inline.WordArea
Field Summary | |
protected java.lang.String |
text
|
Fields inherited from class org.apache.fop.layout.inline.InlineArea |
height, lineThrough, overlined, underlined |
Fields inherited from class org.apache.fop.layout.Area |
allocationWidth, areaClass, background, bp, children, contentRectangleWidth, currentHeight, foCreator, fontState, generatedBy, isFirst, isLast, maxHeight, page, tableCellXOffset |
Fields inherited from class org.apache.fop.layout.Box |
areaTree, parent |
Constructor Summary | |
WordArea(FontState fontState,
float red,
float green,
float blue,
java.lang.String text,
int width)
|
Method Summary | |
java.lang.String |
getText()
|
void |
render(Renderer renderer)
|
Methods inherited from class org.apache.fop.layout.inline.InlineArea |
getBlue, getGreen, getHeight, getLineThrough, getOverlined, getRed, getUnderlined, getVerticalAlign, getXOffset, getYOffset, setHeight, setLineThrough, setOverlined, setUnderlined, setVerticalAlign, setXOffset, setYOffset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String text
Constructor Detail |
public WordArea(FontState fontState, float red, float green, float blue, java.lang.String text, int width)
Method Detail |
public void render(Renderer renderer)
render
in class Box
public java.lang.String getText()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |