SourceForge.net Logo
aXSL API 0.1

Uses of Interface
org.axsl.graphicR.Graphic

Packages that use Graphic
org.axsl.areaR Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document. 
org.axsl.foR Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they can perform layout on its content. 
org.axsl.foR.fo Interfaces useful for describing standard formatting objects in a common way. 
org.axsl.graphicR Interfaces allowing client applications to use graphics in a vendor-neutral way. 
org.axsl.pdfW Interfaces allowing client applications to use create PDF documents in a vendor-neutral way. 
 

Uses of Graphic in org.axsl.areaR
 

Methods in org.axsl.areaR that return Graphic
 Graphic GraphicArea.getGraphic()
          Returns the graphic associated with this node.
 Graphic BackgroundArea.traitBackgroundImage()
          The Graphic for this background.
 

Uses of Graphic in org.axsl.foR
 

Methods in org.axsl.foR that return Graphic
 Graphic FObj.traitBackgroundImage(FOContext context)
          Returns the "background-image" trait for this FO.
 

Uses of Graphic in org.axsl.foR.fo
 

Methods in org.axsl.foR.fo that return Graphic
 Graphic ExternalGraphic.getGraphic(FOContext context)
          The resolved Graphic instance encapsulated by this FO.
 

Uses of Graphic in org.axsl.graphicR
 

Subinterfaces of Graphic in org.axsl.graphicR
 interface EPSGraphic
          Interface for EPS Graphic objects.
 interface SVGGraphic
          Interface for SVG Graphic objects.
 

Methods in org.axsl.graphicR that return Graphic
 Graphic GraphicServer.makeGraphic(java.lang.String href, java.net.URL[] baseURLs, boolean cachingThisGraphic)
          Finds or creates a Graphic instance.
 

Uses of Graphic in org.axsl.pdfW
 

Methods in org.axsl.pdfW with parameters of type Graphic
 void PDFContentStream.drawGraphic(java.awt.geom.Rectangle2D.Float contentRectangle, java.awt.geom.Rectangle2D.Float clipRectangle, Graphic graphic)
          Draws a graphic at the current location in the content stream.
 


SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.