Uses of Class
org.foray.graphic.GraphicServer4a

Packages that use GraphicServer4a
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 GraphicServer4a in org.foray.graphic
 

Methods in org.foray.graphic that return GraphicServer4a
 GraphicServer4a Graphic4a.getServer()
          Return the server.
 

Constructors in org.foray.graphic with parameters of type GraphicServer4a
BMPGraphic(GraphicServer4a server, URL url, BufferedInputStream bis)
          Constructor.
EPSGraphic(GraphicServer4a server, URL url, BufferedInputStream bis, boolean isASCII)
          Constructor.
GIFGraphic(GraphicServer4a server, URL url, BufferedInputStream bis)
          Constructor.
Graphic4a(GraphicServer4a server, URL url, BufferedInputStream bis)
          Constructor.
JPEGGraphic(GraphicServer4a server, URL url, BufferedInputStream bis)
          Constructor.
MathGraphic4a(GraphicServer4a server, org.w3c.dom.mathml.MathMLDocument mathDocument)
          Constructor for the case of a parsed MathMLDocument.
MathGraphic4a(GraphicServer4a server, URL url, BufferedInputStream bis)
          Constructor for the case of an unparsed URL.
PDFGraphic(GraphicServer4a server, URL url, BufferedInputStream bis)
          Constructor.
PNGGraphic(GraphicServer4a server, URL url, BufferedInputStream bis)
          Constructor.
SVGGraphic(GraphicServer4a server, org.w3c.dom.svg.SVGDocument svgDocument)
          Constructor for the case of a parsed SVGDocument.
SVGGraphic(GraphicServer4a server, URL url, BufferedInputStream bis)
          Constructor for the case of an unparsed URL.
TIFFGraphic(GraphicServer4a server, URL url, BufferedInputStream bis)
          Constructor.
 

Uses of GraphicServer4a in org.foray.graphic.factory
 

Methods in org.foray.graphic.factory that return GraphicServer4a
 GraphicServer4a GraphicFactory.getServer()
          Returns the parent server.
 

Constructors in org.foray.graphic.factory with parameters of type GraphicServer4a
BMPFactory(GraphicServer4a server)
          Constructor.
EPSFactory(GraphicServer4a server)
          Constructor.
GIFFactory(GraphicServer4a server)
          Constructor.
GraphicFactory(GraphicServer4a server)
          Constructor.
JPEGFactory(GraphicServer4a server)
          Constructor.
MathFactory(GraphicServer4a server)
          Constructor.
PDFFactory(GraphicServer4a server)
          Constructor.
PNGFactory(GraphicServer4a server)
          Constructor.
SVGFactory(GraphicServer4a server)
          Constructor.
TIFFFactory(GraphicServer4a server)
          Constructor.
 



Copyright © 2017. All rights reserved.