|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicFactory | |
---|---|
org.foray.graphic | Classes providing read-only access to graphic files. |
org.foray.graphic.factory | Factory classes that identify graphic formats and create instances to read them. |
Uses of GraphicFactory in org.foray.graphic |
---|
Methods in org.foray.graphic with parameters of type GraphicFactory | |
---|---|
boolean |
GraphicServer4a.registerFactory(GraphicFactory factory)
Registers a third-party GraphicFactory implementation with the
Server, so that it can be included in the list of factories that are
tried as a Graphic4a is created. |
Uses of GraphicFactory in org.foray.graphic.factory |
---|
Subclasses of GraphicFactory in org.foray.graphic.factory | |
---|---|
class |
BMPFactory
ImageReader object for BMP image type. |
class |
EPSFactory
GraphicFactory object for EPS graphic type. |
class |
GIFFactory
ImageReader object for GIF image type. |
class |
JPEGFactory
ImageReader object for JPEG image type. |
class |
MathFactory
Factory that tests the graphic to see if it is a MathML document, and creates an appropriate Graphic instance if it is. |
class |
PDFFactory
GraphicFactory object for PDF graphic type. |
class |
PNGFactory
ImageReader object for PNG image type. |
class |
SVGFactory
ImageReader object for SVG document image type. |
class |
TIFFFactory
ImageReader object for TIFF image type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |