Uses of Class
org.apache.fop.layout.FontState

Packages that use FontState
org.apache.fop.fo   
org.apache.fop.fo.flow   
org.apache.fop.image   
org.apache.fop.layout   
org.apache.fop.layout.inline   
org.apache.fop.render   
org.apache.fop.render.awt   
org.apache.fop.render.mif   
org.apache.fop.render.pcl   
org.apache.fop.render.pdf   
org.apache.fop.render.ps   
org.apache.fop.render.svg   
org.apache.fop.render.txt   
org.apache.fop.render.xml   
org.apache.fop.svg   
 

Uses of FontState in org.apache.fop.fo
 

Methods in org.apache.fop.fo that return FontState
 FontState PropertyManager.getFontState(FontInfo fontInfo)
           
 

Methods in org.apache.fop.fo with parameters of type FontState
protected static int FOText.addRealText(BlockArea ba, FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, char[] data, int start, int end, TextState textState, int vAlign)
           
static int FOText.addText(BlockArea ba, FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, char[] data, int start, int end, TextState textState, int vAlign)
           
 

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

Methods in org.apache.fop.fo.flow with parameters of type FontState
 int Leader.addLeader(BlockArea ba, FontState fontState, float red, float green, float blue, int leaderPattern, int leaderLengthMinimum, int leaderLengthOptimum, int leaderLengthMaximum, int ruleThickness, int ruleStyle, int leaderPatternWidth, int leaderAlignment)
          adds a leader to current line area of containing block area the actual leader area is created in the line area
 

Uses of FontState in org.apache.fop.image
 

Constructors in org.apache.fop.image with parameters of type FontState
ImageArea(FontState fontState, FopImage img, int AllocationWidth, int width, int height, int startIndent, int endIndent, int align)
           
 

Uses of FontState in org.apache.fop.layout
 

Fields in org.apache.fop.layout declared as FontState
protected  FontState Area.fontState
           
 

Methods in org.apache.fop.layout that return FontState
 FontState Area.getFontState()
           
 

Methods in org.apache.fop.layout with parameters of type FontState
 void LineArea.changeFont(FontState fontState)
           
 

Constructors in org.apache.fop.layout with parameters of type FontState
Area(FontState fontState)
           
Area(FontState fontState, int allocationWidth, int maxHeight)
          Creates a new Area instance.
AreaContainer(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int position)
           
AreaContainer(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int position, boolean isRegionArea)
           
BlockArea(FontState fontState, int allocationWidth, int maxHeight, int startIndent, int endIndent, int textIndent, int align, int alignLastLine, int lineHeight)
           
BodyAreaContainer(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int position, int columnCount, int columnGap)
           
ColumnArea(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int columnCount)
           
LineArea(FontState fontState, int lineHeight, int halfLeading, int allocationWidth, int startIndent, int endIndent, LineArea prevLineArea)
           
SpanArea(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int columnCount, int columnGap)
           
 

Uses of FontState in org.apache.fop.layout.inline
 

Constructors in org.apache.fop.layout.inline with parameters of type FontState
ForeignObjectArea(FontState fontState, int width)
           
InlineArea(FontState fontState, int width, float red, float green, float blue)
           
LeaderArea(FontState fontState, float red, float green, float blue, String text, int leaderLengthOptimum, int leaderPattern, int ruleThickness, int ruleStyle)
           
PageNumberInlineArea(FontState fontState, float red, float green, float blue, String refid, int width)
           
WordArea(FontState fontState, float red, float green, float blue, String text, int width)
           
 

Uses of FontState in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type FontState
protected  void AbstractRenderer.drawImage(int x, int y, FopImage image, FontState fs)
          Renders an image, rendered at the image's intrinsic size.
protected abstract  void AbstractRenderer.drawImageClipped(int x, int y, int clipX, int clipY, int clipW, int clipH, FopImage image, FontState fs)
          Renders an image, clipping it as specified.
protected abstract  void AbstractRenderer.drawImageScaled(int x, int y, int w, int h, FopImage image, FontState fs)
          Renders an image, scaling it to the given width and height.
 

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

Methods in org.apache.fop.render.awt with parameters of type FontState
protected  void AWTRenderer.drawImageClipped(int x, int y, int clipX, int clipY, int clipW, int clipH, FopImage image, FontState fs)
          Renders an image, clipping it as specified.
protected  void AWTRenderer.drawImageScaled(int x, int y, int w, int h, FopImage image, FontState fs)
          Renders an image, scaling it to the given width and height.
 

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

Methods in org.apache.fop.render.mif with parameters of type FontState
protected  void MIFRenderer.drawImageClipped(int x, int y, int clipX, int clipY, int clipW, int clipH, FopImage image, FontState fs)
          Renders an image, clipping it as specified.
protected  void MIFRenderer.drawImageScaled(int x, int y, int w, int h, FopImage image, FontState fs)
          Renders an image, scaling it to the given width and height.
 

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

Methods in org.apache.fop.render.pcl with parameters of type FontState
protected  void PCLRenderer.drawImageClipped(int x, int y, int clipX, int clipY, int clipW, int clipH, FopImage image, FontState fs)
          Renders an image, clipping it as specified.
protected  void PCLRenderer.drawImageScaled(int x, int y, int w, int h, FopImage image, FontState fs)
          Renders an image, scaling it to the given width and height.
 

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

Methods in org.apache.fop.render.pdf with parameters of type FontState
protected  void PDFRenderer.drawImageClipped(int x, int y, int clipX, int clipY, int clipW, int clipH, FopImage image, FontState fs)
          Renders an image, clipping it as specified.
protected  void PDFRenderer.drawImageScaled(int x, int y, int w, int h, FopImage image, FontState fs)
          Renders an image, scaling it to the given width and height.
protected  void PDFRenderer.renderSVGDocument(Document doc, int x, int y, FontState fs)
          render SVG document to PDF
 

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

Fields in org.apache.fop.render.ps declared as FontState
protected  FontState PSGraphics2D.fontState
           
 

Methods in org.apache.fop.render.ps with parameters of type FontState
protected  void PSRenderer.drawImageClipped(int x, int y, int clipX, int clipY, int clipW, int clipH, FopImage image, FontState fs)
          Renders an image, clipping it as specified.
protected  void PSRenderer.drawImageScaled(int x, int y, int w, int h, FopImage image, FontState fs)
          Renders an image, scaling it to the given width and height.
protected  void PSRenderer.renderSVGDocument(Document doc, int x, int y, FontState fs)
          render SVG document to PostScript
 

Constructors in org.apache.fop.render.ps with parameters of type FontState
PSGraphics2D(boolean textAsShapes, FontState fs, PSRenderer ren, String font, int size, int xpos, int ypos)
          Create a new PDFGraphics2D with the given pdf document info.
 

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

Methods in org.apache.fop.render.svg with parameters of type FontState
protected  void SVGRenderer.drawImageClipped(int x, int y, int clipX, int clipY, int clipW, int clipH, FopImage image, FontState fs)
          Renders an image, clipping it as specified.
protected  void SVGRenderer.drawImageScaled(int x, int y, int w, int h, FopImage image, FontState fs)
          Renders an image, scaling it to the given width and height.
 

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

Methods in org.apache.fop.render.txt with parameters of type FontState
protected  void TXTRenderer.drawImageClipped(int x, int y, int clipX, int clipY, int clipW, int clipH, FopImage image, FontState fs)
          Renders an image, clipping it as specified.
protected  void TXTRenderer.drawImageScaled(int x, int y, int w, int h, FopImage image, FontState fs)
          Renders an image, scaling it to the given width and height.
 void TXTRenderer.renderImage(FontState fontState, String href, float x, float y, float width, float height)
           
 

Uses of FontState in org.apache.fop.render.xml
 

Methods in org.apache.fop.render.xml with parameters of type FontState
protected  void XMLRenderer.drawImageClipped(int x, int y, int clipX, int clipY, int clipW, int clipH, FopImage image, FontState fs)
          Renders an image, clipping it as specified.
protected  void XMLRenderer.drawImageScaled(int x, int y, int w, int h, FopImage image, FontState fs)
          Renders an image, scaling it to the given width and height.
 

Uses of FontState in org.apache.fop.svg
 

Fields in org.apache.fop.svg declared as FontState
protected  FontState PDFGraphics2D.fontState
           
protected  FontState PDFGraphics2D.ovFontState
           
 

Methods in org.apache.fop.svg that return FontState
 FontState PDFDocumentGraphics2D.getFontState()
           
 

Methods in org.apache.fop.svg with parameters of type FontState
 void PDFGraphics2D.setOverrideFontState(FontState infont)
           
 

Constructors in org.apache.fop.svg with parameters of type FontState
PDFGraphics2D(boolean textAsShapes, FontState fs, PDFDocument doc, String font, int size, int xpos, int ypos)
          Create a new PDFGraphics2D with the given pdf document info.
PDFTextPainter(FontState fs)
           
SVGArea(FontState fontState, float width, float height)
          construct an SVG area
 



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