fop 0.90alpha1

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

Packages that use ColorType
org.apache.fop.area FOP's area tree. 
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.expr Classes for XSL expressions and functions. 
org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. 
org.apache.fop.fo.pagination All the pagination and declaration formatting objects. 
org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. 
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.  
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
org.apache.fop.render.txt Plain Text Renderer 
org.apache.fop.traits Trait classes and other supporting data structures. 
 

Uses of ColorType in org.apache.fop.area
 

Methods in org.apache.fop.area that return ColorType
 ColorType Trait.Background.getColor()
          Returns the background color.
 

Methods in org.apache.fop.area with parameters of type ColorType
 void Trait.Background.setColor(ColorType color)
          Sets the color.
 

Uses of ColorType in org.apache.fop.fo
 

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

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

Methods in org.apache.fop.fo.expr that return ColorType
 ColorType NCnameProperty.getColor()
          If a system color, return the corresponding value (appears to be unimplemented)
 

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

Fields in org.apache.fop.fo.flow declared as ColorType
protected  ColorType InlineLevel.color
           
 

Methods in org.apache.fop.fo.flow that return ColorType
 ColorType Character.getColor()
           
 ColorType Block.getColor()
           
 ColorType PageNumberCitation.getColor()
           
 ColorType PageNumber.getColor()
           
 ColorType InlineLevel.getColor()
           
 

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

Methods in org.apache.fop.fo.pagination that return ColorType
 ColorType ColorProfile.getColor(int[] colorVals, int defR, int defG, int defB)
          Get the color specified with the color values from the color profile.
 

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

Classes in org.apache.fop.fo.properties that implement ColorType
 class ColorTypeProperty
          Superclass for properties that wrap ColorType values
 

Fields in org.apache.fop.fo.properties declared as ColorType
 ColorType CommonBorderPaddingBackground.backgroundColor
          The "background-color" property.
 

Methods in org.apache.fop.fo.properties that return ColorType
 ColorType CommonBorderPaddingBackground.getBorderColor(int side)
           
 ColorType CommonBorderPaddingBackground.BorderInfo.getColor()
           
 ColorType CommonTextDecoration.getUnderlineColor()
           
 ColorType CommonTextDecoration.getOverlineColor()
           
 ColorType CommonTextDecoration.getLineThroughColor()
           
 

Uses of ColorType in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type ColorType
protected  java.awt.Color AbstractPathOrientedRenderer.toColor(ColorType col)
          Converts a ColorType to a java.awt.Color (sRGB).
protected abstract  void AbstractPathOrientedRenderer.updateColor(ColorType col, boolean fill)
          Establishes a new foreground or fill color.
protected abstract  void AbstractPathOrientedRenderer.drawBorderLine(float x1, float y1, float x2, float y2, boolean horz, boolean startOrBefore, int style, ColorType col)
          Draw a border segment of an XSL-FO style border.
 

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

Methods in org.apache.fop.render.java2d with parameters of type ColorType
 java.awt.Color Java2DGraphicsState.toColor(ColorType col)
          Converts a ColorType to a java.awt.Color (sRGB).
 boolean Java2DGraphicsState.updateColor(ColorType col, boolean fill, java.lang.StringBuffer pdf)
           
 void Java2DGraphicsState.updateColor(ColorType col)
          Update the current Color
 boolean RendererState.updateColor(ColorType col, boolean fill, java.lang.StringBuffer pdf)
          Establishes a new foreground or fill color.
 

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

Methods in org.apache.fop.render.pdf with parameters of type ColorType
protected  void PDFRenderer.drawBorderLine(float x1, float y1, float x2, float y2, boolean horz, boolean startOrBefore, int style, ColorType col)
           
protected  void PDFRenderer.updateColor(ColorType col, boolean fill)
           
 

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

Methods in org.apache.fop.render.ps with parameters of type ColorType
protected  void PSRenderer.updateColor(ColorType col, boolean fill)
           
protected  void PSRenderer.drawBorderLine(float x1, float y1, float x2, float y2, boolean horz, boolean startOrBefore, int style, ColorType col)
           
 

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

Methods in org.apache.fop.render.rtf with parameters of type ColorType
 RtfAttributes FOPRtfAttributes.set(java.lang.String name, ColorType color)
           
 

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

Methods in org.apache.fop.render.txt with parameters of type ColorType
protected  void TXTRenderer.updateColor(ColorType col, boolean fill)
          Changes current filling char.
protected  void TXTRenderer.drawBorderLine(float x1, float y1, float x2, float y2, boolean horz, boolean startOrBefore, int style, ColorType col)
           
 

Uses of ColorType in org.apache.fop.traits
 

Fields in org.apache.fop.traits declared as ColorType
 ColorType BorderProps.color
          Border color
 

Constructors in org.apache.fop.traits with parameters of type ColorType
BorderProps(int style, int width, ColorType color, int mode)
          Constructs a new BorderProps instance.
 


fop 0.90alpha1

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