org.apache.fop.fo
Interface GraphicsProperties
- AbstractGraphics, ExternalDocument, ExternalGraphic, InstreamForeignObject
public interface GraphicsProperties
This interface provides access to properties necessary to calculate the size and positioning
of images and graphics inside a viewport.
getBlockProgressionDimension
public LengthRangeProperty getBlockProgressionDimension()
- the "block-progression-dimension" property.
getContentHeight
public Length getContentHeight()
- the "content-height" property.
getContentWidth
public Length getContentWidth()
- the "content-width" property.
getDisplayAlign
public int getDisplayAlign()
- the "display-align" property.
getHeight
public Length getHeight()
getInlineProgressionDimension
public LengthRangeProperty getInlineProgressionDimension()
- the "inline-progression-dimension" property.
getOverflow
public int getOverflow()
getScaling
public int getScaling()
getTextAlign
public int getTextAlign()
- the "text-align" property.
getWidth
public Length getWidth()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.