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 with parameters of type FontState |
void | BlockArea.addCharacter(FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, char data, boolean ul) |
int | BlockArea.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 |
int | BlockArea.addPageNumberCitation(FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, String refid) |
int | BlockArea.addText(FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, char[] data, int start, int end, boolean ul) |
void | LineArea.changeFont(FontState fontState) |