|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graphic4a | |
---|---|
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. |
org.foray.graphic.output | Helper classes useful for embedding graphics or obtaining graphic information that is specific to an output format (like PDF or PostScript). |
Uses of Graphic4a in org.foray.graphic |
---|
Subclasses of Graphic4a in org.foray.graphic | |
---|---|
class |
BMPGraphic
A BMP (bitmap) image. |
class |
EPSGraphic
An EPS (encapsulated Postscript) graphic. |
class |
GIFGraphic
Implementation of AbstractGraphic for GIF images, using Java native classes. |
class |
JPEGGraphic
A JPEG image, using Java native classes. |
class |
MathGraphic4a
A MathML Graphic. |
class |
PDFGraphic
A graphic encapsulated in a PDF document. |
class |
PNGGraphic
A PNG (Portable Network Graphics) images. |
class |
SVGGraphic
An SVG Graphic. |
class |
TIFFGraphic
A TIFF image. |
Methods in org.foray.graphic that return Graphic4a | |
---|---|
Graphic4a |
GraphicServer4a.makeGraphic(String href,
URL[] baseURLs,
boolean cachingThisGraphic)
|
Uses of Graphic4a in org.foray.graphic.factory |
---|
Methods in org.foray.graphic.factory that return Graphic4a | |
---|---|
protected abstract Graphic4a |
GraphicFactory.attemptCreate(URL url,
BufferedInputStream bis)
Subclasses implement this method to try to create an appropriate Graphic instance. |
Graphic4a |
GraphicFactory.makeGraphic(URL url,
BufferedInputStream bis)
Factory method to create a Graphic instance from a given URL and a reusable input stream for that URL. |
Uses of Graphic4a in org.foray.graphic.output |
---|
Methods in org.foray.graphic.output that return Graphic4a | |
---|---|
Graphic4a |
GraphicOutputFactory.getGraphic4a(org.axsl.graphic.Graphic graphic)
Returns the Graphic instance, cast as a Graphic4a . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |