Package com.adobe.xfa.layout
Class LayoutHandler
- java.lang.Object
-
- com.adobe.xfa.layout.LayoutHandler
-
public abstract class LayoutHandler extends java.lang.ObjectThis class is ...
-
-
Constructor Summary
Constructors Constructor Description LayoutHandler(Model oModel)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voiddrawGraphic()abstract voiddrawLine(Measurement oX, Measurement oY, Measurement oW, Measurement oH, Element oLine)abstract voiddrawRect(Measurement left, Measurement top, Measurement width, Measurement height, Element oRectangle)ModelgetModel()voidhandleGlyphMapping(GFXMappingList mappingList, boolean bIsRTL)abstract voidhandleGlyphRun(Measurement left, Measurement top, Measurement width, Measurement height, int[] nGlyphs, int nSize, FontInstance oFontInstance, GfxTextAttrs oFontAtts)abstract voidhandleTextRun(Measurement left, Measurement top, Measurement width, Measurement height, java.lang.String oTextRun, FontInstance oFontInstance, GfxTextAttrs oFontAtts)voidhandleUnicodeChars(java.lang.String text, int nSize)abstract voidnewPara()abstract voidsetClipRect(Rect oRect)
-
-
-
Constructor Detail
-
LayoutHandler
public LayoutHandler(Model oModel)
-
-
Method Detail
-
getModel
public Model getModel()
-
handleTextRun
public abstract void handleTextRun(Measurement left, Measurement top, Measurement width, Measurement height, java.lang.String oTextRun, FontInstance oFontInstance, GfxTextAttrs oFontAtts)
-
handleGlyphRun
public abstract void handleGlyphRun(Measurement left, Measurement top, Measurement width, Measurement height, int[] nGlyphs, int nSize, FontInstance oFontInstance, GfxTextAttrs oFontAtts)
-
drawRect
public abstract void drawRect(Measurement left, Measurement top, Measurement width, Measurement height, Element oRectangle)
-
drawLine
public abstract void drawLine(Measurement oX, Measurement oY, Measurement oW, Measurement oH, Element oLine)
-
drawGraphic
public abstract void drawGraphic()
-
newPara
public abstract void newPara()
-
setClipRect
public abstract void setClipRect(Rect oRect)
-
handleUnicodeChars
public void handleUnicodeChars(java.lang.String text, int nSize)
-
handleGlyphMapping
public void handleGlyphMapping(GFXMappingList mappingList, boolean bIsRTL)
-
-