Package com.xmlmind.fo.graphic

Developping a GraphicFactory and registering it with XMLmind XSL-FO Converter allows to support more graphic formats.

See:
          Description

Interface Summary
Graphic Represents a graphic file.
GraphicEnv Services provided by XMLmind XSL-FO Converter to a GraphicFactory.
GraphicFactory Factory allowing to create Graphic objects.
 

Class Summary
ConvertedGraphic Cached converted graphic returned by GraphicEnv.getConvertedGraphic(com.xmlmind.fo.graphic.Graphic, java.lang.String[], double, double, java.lang.Object).
GraphicEnvImpl An implementation of GraphicEnv.
GraphicFactories The registry of all graphic factories used by XMLmind XSL-FO Converter.
GraphicFactoryBase An abstract base class for GraphicFactories which does not support any parameter.
GraphicFactoryImpl An implementation of GraphicFactory based on ImageIO.
GraphicImpl Basic implementation of Graphic.
GraphicUtil A collection of functions (static methods) useful to implement GraphicFactories.
 

Package com.xmlmind.fo.graphic Description

Developping a GraphicFactory and registering it with XMLmind XSL-FO Converter allows to support more graphic formats.