|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.layout.Box | +--org.apache.fop.layout.Area | +--org.apache.fop.image.ImageArea
Field Summary | |
protected FopImage |
image
|
protected int |
xOffset
|
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 | |
ImageArea(FontState fontState,
FopImage img,
int AllocationWidth,
int width,
int height,
int startIndent,
int endIndent,
int align)
|
Method Summary | |
FopImage |
getImage()
|
int |
getImageHeight()
|
int |
getXOffset()
|
void |
render(Renderer renderer)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int xOffset
protected FopImage image
Constructor Detail |
public ImageArea(FontState fontState, FopImage img, int AllocationWidth, int width, int height, int startIndent, int endIndent, int align)
Method Detail |
public int getXOffset()
public FopImage getImage()
public void render(Renderer renderer)
public int getImageHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |