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

Packages that use FontState
org.apache.fop.dom.svg 
org.apache.fop.fo 
org.apache.fop.fo.flow 
org.apache.fop.image 
org.apache.fop.layout 
org.apache.fop.render.pdf 
org.apache.fop.svg 

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

Constructors in org.apache.fop.dom.svg with parameters of type FontState
SVGArea.SVGArea(FontState fontState, float width, float height)
          construct an SVG area
 

Uses of FontState in org.apache.fop.fo
 

Fields in org.apache.fop.fo declared as FontState
(package private) FontStateFOText.fs
          
 

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

Fields in org.apache.fop.fo.flow declared as FontState
(package private) FontStateBlock.fs
          
(package private) FontStateBlockContainer.fs
          
(package private) FontStateExternalGraphic.fs
          
(package private) FontStateInlineGraphic.fs
          
(package private) FontStateInstreamForeignObject.fs
          
(package private) FontStateListBlock.fs
          
(package private) FontStateListItem.fs
          
(package private) FontStatePageNumber.fs
          
(package private) FontStatePageNumberCitation.fs
          
(package private) FontStateTable.fs
          
(package private) FontStateTableBody.fs
          
(package private) FontStateTableCell.fs
          
(package private) FontStateTableColumn.fs
          
(package private) FontStateTableRow.fs
          
 

Uses of FontState in org.apache.fop.image
 

Constructors in org.apache.fop.image with parameters of type FontState
ImageArea.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
 

Constructors in org.apache.fop.layout with parameters of type FontState
Area.Area(FontState fontState, int allocationWidth, int maxHeight)
          
Area.Area(FontState fontState)
          
AreaContainer.AreaContainer(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int position)
          
BlockArea.BlockArea(FontState fontState, int allocationWidth, int maxHeight, int startIndent, int endIndent, int textIndent, int align, int alignLastLine, int lineHeight)
          
BodyAreaContainer.BodyAreaContainer(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int position, int columnCount, int columnGap)
          
ColumnArea.ColumnArea(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int columnCount)
          
ForeignObjectArea.ForeignObjectArea(FontState fontState, int width, int height)
          
InlineArea.InlineArea(FontState fontState, float red, float green, float blue, String text, int width)
          
LeaderArea.LeaderArea(FontState fontState, float red, float green, float blue, String text, int leaderLengthOptimum, int leaderPattern, int ruleThickness, int ruleStyle)
          
LineArea.LineArea(FontState fontState, int lineHeight, int halfLeading, int allocationWidth, int startIndent, int endIndent, LineArea prevLineArea)
          
PageNumberInlineArea.PageNumberInlineArea(FontState fontState, float red, float green, float blue, String refid, int width)
          
SpanArea.SpanArea(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int columnCount, int columnGap)
          
 

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

Methods in org.apache.fop.layout with parameters of type FontState
voidBlockArea.addCharacter(FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, char data, boolean ul)
          
intBlockArea.addLeader(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
intBlockArea.addPageNumberCitation(FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, String refid)
          
intBlockArea.addText(FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, char[] data, int start, int end, boolean ul)
          
voidLineArea.changeFont(FontState fontState)
          
 

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

Fields in org.apache.fop.render.pdf declared as FontState
(package private) FontStateSVGRenderer.SVGTextRenderer.fs
          
 

Constructors in org.apache.fop.render.pdf with parameters of type FontState
SVGRenderer.SVGRenderer(FontState fs, PDFDocument doc, String font, int size, int xpos, int ypos)
          create the SVG renderer
SVGRenderer.SVGTextRenderer.SVGTextRenderer(FontState fontState, SVGTextElementImpl tg, float x, float y)
          
 

Uses of FontState in org.apache.fop.svg
 

Fields in org.apache.fop.svg declared as FontState
(package private) FontStateSVG.fs