fop 0.95

Uses of Class
org.apache.fop.traits.BorderProps

Packages that use BorderProps
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) 
org.apache.fop.traits Trait classes and other supporting data structures. 
 

Uses of BorderProps in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type BorderProps
protected  void AbstractPathOrientedRenderer.drawBorders(java.awt.geom.Rectangle2D.Float borderRect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)
          Draws borders.
 

Uses of BorderProps in org.apache.fop.render.pcl
 

Methods in org.apache.fop.render.pcl with parameters of type BorderProps
protected  void PCLRenderer.drawBorders(java.awt.geom.Rectangle2D.Float borderRect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)
          Draws borders.
protected  void PCLRenderer.drawFastBorders(java.awt.geom.Rectangle2D.Float borderRect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)
          Draws borders.
protected  void PCLRenderer.drawQualityBorders(java.awt.geom.Rectangle2D.Float borderRect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)
          Draws borders.
 

Uses of BorderProps in org.apache.fop.traits
 

Methods in org.apache.fop.traits that return BorderProps
static BorderProps BorderProps.valueOf(FOUserAgent foUserAgent, java.lang.String s)
          Returns a BorderProps represtation of a string of the format as written by BorderProps.toString().
 

Methods in org.apache.fop.traits with parameters of type BorderProps
static int BorderProps.getClippedWidth(BorderProps bp)
           
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.