org.apache.fop.layout
Class ForeignObjectArea

org.apache.fop.layout.Box
  |
  +--org.apache.fop.layout.Area
        |
        +--org.apache.fop.layout.ForeignObjectArea

public class ForeignObjectArea
extends Area


Field Summary
 (package private) booleanchauto
           
 (package private) booleancwauto
           
 (package private) booleanhauto
           
 (package private) intoverflow
           
 (package private) booleanwauto
           

Fields inherited from class org.apache.fop.layout.Area
borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderStyleBottom, borderStyleLeft, borderStyleRight, borderStyleTop, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop

Constructor Summary
ForeignObjectArea(FontState fontState, int width, int height)
           

Method Summary
 intgetAlign()
           
 intgetEffectiveHeight()
           
 intgetEffectiveWidth()
           
 intgetIntrinsicHeight()
           
 intgetIntrinsicWidth()
           
 AreagetObject()
           
 intgetOverflow()
           
 intgetVerticalAlign()
           
 intgetXOffset()
           
 voidrender(Renderer renderer)
           
 intscalingMethod()
           
 voidsetAlign(int align)
           
 voidsetContentHeight(int cheight)
           
 voidsetContentSizeAuto(boolean wa, boolean ha)
           
 voidsetContentWidth(int cwidth)
           
 voidsetHeight(int height)
           
 voidsetIntrinsicHeight(int h)
           
 voidsetIntrinsicWidth(int w)
           
 voidsetObject(Area fobject)
           
 voidsetOverflow(int o)
           
 voidsetScaling(int scaling)
           
 voidsetSizeAuto(boolean wa, boolean ha)
           
 voidsetStartIndent(int startIndent)
           
 voidsetVerticalAlign(int align)
           
 voidsetWidth(int width)
           

Methods inherited from class org.apache.fop.layout.Area
addChild, addChildAtStart, addDisplaySpace, end, getAbsoluteHeight, getAllocationWidth, getBackgroundColor, getChildren, getContentHeight, getContentWidth, getFontInfo, getFontState, getHeight, getIDReferences, getMaxHeight, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPage, getParent, getTableCellXOffset, increaseAbsoluteHeight, increaseHeight, remove, removeChild, removeChild, setAbsoluteHeight, setBackgroundColor, setBorderColor, setBorderStyle, setBorderWidth, setIDReferences, setMaxHeight, setPadding, setPage, setTableCellXOffset, spaceLeft, start

Field Detail

chauto

boolean chauto

cwauto

boolean cwauto

hauto

boolean hauto

overflow

int overflow

wauto

boolean wauto
Constructor Detail

ForeignObjectArea

public ForeignObjectArea(FontState fontState, int width, int height)
Method Detail

getAlign

public int getAlign()

getEffectiveHeight

public int getEffectiveHeight()

getEffectiveWidth

public int getEffectiveWidth()

getIntrinsicHeight

public int getIntrinsicHeight()

getIntrinsicWidth

public int getIntrinsicWidth()

getObject

public Area getObject()

getOverflow

public int getOverflow()

getVerticalAlign

public int getVerticalAlign()

getXOffset

public int getXOffset()

render

public void render(Renderer renderer)

scalingMethod

public int scalingMethod()

setAlign

public void setAlign(int align)

setContentHeight

public void setContentHeight(int cheight)

setContentSizeAuto

public void setContentSizeAuto(boolean wa, boolean ha)

setContentWidth

public void setContentWidth(int cwidth)

setHeight

public void setHeight(int height)

setIntrinsicHeight

public void setIntrinsicHeight(int h)

setIntrinsicWidth

public void setIntrinsicWidth(int w)

setObject

public void setObject(Area fobject)

setOverflow

public void setOverflow(int o)

setScaling

public void setScaling(int scaling)

setSizeAuto

public void setSizeAuto(boolean wa, boolean ha)

setStartIndent

public void setStartIndent(int startIndent)

setVerticalAlign

public void setVerticalAlign(int align)

setWidth

public void setWidth(int width)

Association Links

to Class org.apache.fop.layout.Area