Uses of Class
org.apache.fop.datatypes.ColorType

Packages that use ColorType
org.apache.fop.fo   
org.apache.fop.fo.expr   
org.apache.fop.layout   
org.apache.fop.pdf   
org.apache.fop.render   
org.apache.fop.render.awt   
org.apache.fop.render.mif   
org.apache.fop.render.ps   
org.apache.fop.render.svg   
 

Uses of ColorType in org.apache.fop.fo
 

Methods in org.apache.fop.fo that return ColorType
 ColorType Property.getColorType()
           
 ColorType NumberProperty.getColorType()
           
 ColorType ColorTypeProperty.getColorType()
           
 

Constructors in org.apache.fop.fo with parameters of type ColorType
ColorTypeProperty(ColorType colorType)
           
 

Uses of ColorType in org.apache.fop.fo.expr
 

Methods in org.apache.fop.fo.expr that return ColorType
 ColorType NCnameProperty.getColor()
           
 

Uses of ColorType in org.apache.fop.layout
 

Fields in org.apache.fop.layout declared as ColorType
 ColorType BackgroundProps.backColor
           
 

Methods in org.apache.fop.layout that return ColorType
 ColorType BorderAndPadding.getBorderColor(int side)
           
 

Methods in org.apache.fop.layout with parameters of type ColorType
 void BorderAndPadding.setBorder(int side, int style, CondLength width, ColorType color)
           
 

Uses of ColorType in org.apache.fop.pdf
 

Constructors in org.apache.fop.pdf with parameters of type ColorType
PDFColor(ColorType theColor)
           
 

Uses of ColorType in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type ColorType
protected abstract  void AbstractRenderer.addFilledRect(int x, int y, int w, int h, ColorType col)
          Add a filled rectangle to the current stream This default implementation calls addRect using the same color for fill and border.
protected  void PrintRenderer.addFilledRect(int x, int y, int w, int h, ColorType col)
           
 

Uses of ColorType in org.apache.fop.render.awt
 

Methods in org.apache.fop.render.awt with parameters of type ColorType
protected  void AWTRenderer.addFilledRect(int x, int y, int w, int h, ColorType col)
           
static java.awt.Color AWTRenderer.colorType2Color(ColorType ct)
           
 

Uses of ColorType in org.apache.fop.render.mif
 

Methods in org.apache.fop.render.mif with parameters of type ColorType
protected  void MIFRenderer.addFilledRect(int x, int y, int w, int h, ColorType col)
           
 

Uses of ColorType in org.apache.fop.render.ps
 

Methods in org.apache.fop.render.ps with parameters of type ColorType
protected  void PSRenderer.addFilledRect(int x, int y, int w, int h, ColorType col)
           
 

Uses of ColorType in org.apache.fop.render.svg
 

Methods in org.apache.fop.render.svg with parameters of type ColorType
protected  void SVGRenderer.addFilledRect(int x, int y, int w, int h, ColorType col)
           
static java.awt.Color SVGRenderer.colorType2Color(ColorType ct)
           
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.