jPodRenderer PDF library

Package de.intarsys.pdf.platform.cwt.image

This package implements jPod's view on the platform image implementation.

See:
          Description

Interface Summary
IPlatformImage  
IPlatformImageFactory  
 

Class Summary
CwtPlatformImage The IImage implementation for an PDF PDImage object.
CwtPlatformImageFactory  
NullPlatformImage  
NullPlatformImageFactory  
PlatformImageFactory  
 

Package de.intarsys.pdf.platform.cwt.image Description

This package implements jPod's view on the platform image implementation.

This package provides a dummy implementation for handling images that should be replaced by a concrete platform specific implementation, supporting your target graphics engine. This can be done using either the service provider concept or the setter with the VM singleton PlatformImageFactory.

In most cases, jPod will come along with an implementation ready to use in "jPodPFCWT.jar" that registers itself as a service provider for "de.intarsys.pdf.platform.image.IPlatformImageFactory".

Application programmers will normally not use classes from this package. The implementation is used by the CSPlatformDevice.


jPodRenderer PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.