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