|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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)
|
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)
|
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 | |
LineArea(FontState fontState,
int lineHeight,
int halfLeading,
int allocationWidth,
int startIndent,
int endIndent,
LineArea prevLineArea)
|
|
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)
|
|
ColumnArea(FontState fontState,
int xPosition,
int yPosition,
int allocationWidth,
int maxHeight,
int columnCount)
|
|
Area(FontState fontState)
|
|
Area(FontState fontState,
int allocationWidth,
int maxHeight)
Creates a new Area instance. |
|
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)
|
|
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 | |
InlineArea(FontState fontState,
int width,
float red,
float green,
float blue)
|
|
LeaderArea(FontState fontState,
float red,
float green,
float blue,
java.lang.String text,
int leaderLengthOptimum,
int leaderPattern,
int ruleThickness,
int ruleStyle)
|
|
ForeignObjectArea(FontState fontState,
int width)
|
|
PageNumberInlineArea(FontState fontState,
float red,
float green,
float blue,
java.lang.String refid,
int width)
|
|
WordArea(FontState fontState,
float red,
float green,
float blue,
java.lang.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.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 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. |
Uses of FontState in org.apache.fop.render.awt |
---|
Methods in org.apache.fop.render.awt with parameters of type FontState | |
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. |
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. |
Uses of FontState in org.apache.fop.render.mif |
---|
Methods in org.apache.fop.render.mif with parameters of type FontState | |
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. |
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. |
Uses of FontState in org.apache.fop.render.pcl |
---|
Methods in org.apache.fop.render.pcl with parameters of type FontState | |
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. |
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. |
Uses of FontState in org.apache.fop.render.pdf |
---|
Methods in org.apache.fop.render.pdf with parameters of type FontState | |
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.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.renderSVGDocument(org.w3c.dom.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.renderSVGDocument(org.w3c.dom.Document doc,
int x,
int y,
FontState fs)
render SVG document to PostScript |
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.drawImageClipped(int x,
int y,
int clipX,
int clipY,
int clipW,
int clipH,
FopImage image,
FontState fs)
Renders an image, clipping it as specified. |
Constructors in org.apache.fop.render.ps with parameters of type FontState | |
PSGraphics2D(boolean textAsShapes,
FontState fs,
PSRenderer ren,
java.lang.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.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 |
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. |
Uses of FontState in org.apache.fop.render.txt |
---|
Methods in org.apache.fop.render.txt with parameters of type FontState | |
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. |
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. |
void |
TXTRenderer.renderImage(FontState fontState,
java.lang.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.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 |
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. |
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,
java.lang.String font,
int size,
int xpos,
int ypos)
Create a new PDFGraphics2D with the given pdf document info. |
|
SVGArea(FontState fontState,
float width,
float height)
construct an SVG area |
|
PDFTextPainter(FontState fs)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |