xmlgraphics-commons 1.3.1

org.apache.xmlgraphics.image.loader
Interface ImageContext

All Known Implementing Classes:
DefaultImageContext

public interface ImageContext

The ImageContext interface provides session-independent information (mainly configuration values).


Method Summary
 float getSourceResolution()
          Returns the resolution (in dpi) that is to be used when interpreting pixel sizes where no resolution information is available.
 

Method Detail

getSourceResolution

float getSourceResolution()
Returns the resolution (in dpi) that is to be used when interpreting pixel sizes where no resolution information is available.

Returns:
the source resolution (in dpi)

xmlgraphics-commons 1.3.1

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