org.apache.fop.area.inline
Class Image
- Serializable
Image area for external-graphic.
This area holds information for rendering an image.
The url of the image is used as a key to reference the image cache.
BT , CLASS_ABSOLUTE , CLASS_BEFORE_FLOAT , CLASS_FIXED , CLASS_FOOTNOTE , CLASS_MAX , CLASS_NORMAL , CLASS_SIDE_FLOAT , LR , ORIENT_0 , ORIENT_180 , ORIENT_270 , ORIENT_90 , RL , TB , bpd , ipd , log , props |
Image(String u) - Create a new image with the given url.
|
String | getURL() - Get the url of this image.
|
addChildArea , addTrait , addTrait , getAllocBPD , getAllocIPD , getAreaClass , getBPD , getBooleanTrait , getBorderAndPaddingWidthAfter , getBorderAndPaddingWidthBefore , getBorderAndPaddingWidthEnd , getBorderAndPaddingWidthStart , getIPD , getSpaceAfter , getSpaceBefore , getSpaceEnd , getSpaceStart , getTrait , getTraitAsInteger , getTraits , hasTrait , hasTraits , setAreaClass , setBPD , setIPD , toString |
Image
public Image(String u)
Create a new image with the given url.
getURL
public String getURL()
Get the url of this image.
This url is used as a key to locate the actual image data.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.