org.apache.fop.fo

Interface GraphicsProperties

Known Implementing Classes:
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.

Method Summary

LengthRangeProperty
getBlockProgressionDimension()
Length
getContentHeight()
Length
getContentWidth()
int
getDisplayAlign()
Length
getHeight()
LengthRangeProperty
getInlineProgressionDimension()
int
getOverflow()
int
getScaling()
int
getTextAlign()
Length
getWidth()

Method Details

getBlockProgressionDimension

public LengthRangeProperty getBlockProgressionDimension()
Returns:
the "block-progression-dimension" property.

getContentHeight

public Length getContentHeight()
Returns:
the "content-height" property.

getContentWidth

public Length getContentWidth()
Returns:
the "content-width" property.

getDisplayAlign

public int getDisplayAlign()
Returns:
the "display-align" property.

getHeight

public Length getHeight()
Returns:
the "height" property.

getInlineProgressionDimension

public LengthRangeProperty getInlineProgressionDimension()
Returns:
the "inline-progression-dimension" property.

getOverflow

public int getOverflow()
Returns:
the "overflow" property.

getScaling

public int getScaling()
Returns:
the "scaling" property.

getTextAlign

public int getTextAlign()
Returns:
the "text-align" property.

getWidth

public Length getWidth()
Returns:
the "width" property.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.