SourceForge.net Logo
aXSL API 0.2

Uses of Interface
org.axsl.graphic.Graphic

Packages that use Graphic
org.axsl.fo.fo Interfaces useful for describing standard formatting objects in a common way. 
org.axsl.fo.fo.prop Interfaces describing methods for obtaining property or trait values from the Fo Tree objects. 
org.axsl.galley Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document. 
org.axsl.graphic Interfaces allowing client applications to use graphics in a vendor-neutral way. 
org.axsl.pdf Interfaces allowing client applications to create PDF documents in a vendor-neutral way. 
 

Uses of Graphic in org.axsl.fo.fo
 

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

Uses of Graphic in org.axsl.fo.fo.prop
 

Methods in org.axsl.fo.fo.prop that return Graphic
 Graphic CommonBorderPaddingBgPa.traitBackgroundImage(FoContext context)
          Returns the "background-image" trait for this FO.
 

Uses of Graphic in org.axsl.galley
 

Methods in org.axsl.galley 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.graphic
 

Subinterfaces of Graphic in org.axsl.graphic
 interface EpsGraphic
          Interface for EPS Graphic objects.
 interface SvgGraphic
          Interface for SVG Graphic objects.
 

Methods in org.axsl.graphic that return Graphic
 Graphic GraphicServer.makeGraphic(java.lang.String href, java.net.URL[] baseURLs, boolean cachingThisGraphic)
          Factory method to find or create a Graphic instance.
 

Uses of Graphic in org.axsl.pdf
 

Methods in org.axsl.pdf with parameters of type Graphic
 void PdfContentStream.drawGraphic(Graphic graphic, java.awt.geom.Rectangle2D.Float contentRectangle, java.awt.geom.Rectangle2D.Float clipRectangle, FontConsumer fontConsumer, boolean strokeText)
          Draws a graphic in the content stream.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.