org.apache.fop.layout.inline
Class PageNumberInlineArea

java.lang.Object
  |
  +--org.apache.fop.layout.Box
        |
        +--org.apache.fop.layout.Area
              |
              +--org.apache.fop.layout.inline.InlineArea
                    |
                    +--org.apache.fop.layout.inline.WordArea
                          |
                          +--org.apache.fop.layout.inline.PageNumberInlineArea

public class PageNumberInlineArea
extends WordArea


Fields inherited from class org.apache.fop.layout.inline.WordArea
lineThrough, overlined, underlined
 
Fields inherited from class org.apache.fop.layout.inline.InlineArea
height, lineThrough, overlined, pageNumberId, underlined
 
Fields inherited from class org.apache.fop.layout.Area
allocationWidth, backgroundColor, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderStyleBottom, borderStyleLeft, borderStyleRight, borderStyleTop, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, children, contentRectangleWidth, currentHeight, foCreator, fontState, maxHeight, paddingBottom, paddingLeft, paddingRight, paddingTop, page, tableCellXOffset
 
Fields inherited from class org.apache.fop.layout.Box
areaTree, parent
 
Constructor Summary
PageNumberInlineArea(FontState fontState, float red, float green, float blue, java.lang.String refid, int width)
           
 
Methods inherited from class org.apache.fop.layout.inline.WordArea
getText, getUnderlined, render, setUnderlined
 
Methods inherited from class org.apache.fop.layout.inline.InlineArea
getBlue, getGreen, getHeight, getLineThrough, getOverlined, getPageNumberID, getRed, getVerticalAlign, getYOffset, setHeight, setLineThrough, setOverlined, setVerticalAlign, setYOffset
 
Methods inherited from class org.apache.fop.layout.Area
addChild, addChildAtStart, addDisplaySpace, end, getAbsoluteHeight, getAllocationWidth, getBackgroundColor, getChildren, getContentHeight, getContentWidth, getfoCreator, getFontInfo, getFontState, getIDReferences, getMaxHeight, getNearestAncestorAreaContainer, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPage, getParent, getTableCellXOffset, increaseAbsoluteHeight, increaseHeight, remove, removeChild, removeChild, setAbsoluteHeight, setAllocationWidth, setBackgroundColor, setBorderColor, setBorderStyle, setBorderWidth, setIDReferences, setMaxHeight, setPadding, setPage, setParent, setTableCellXOffset, spaceLeft, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageNumberInlineArea

public PageNumberInlineArea(FontState fontState,
                            float red,
                            float green,
                            float blue,
                            java.lang.String refid,
                            int width)


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.