| java.lang.Object com.ibm.richtext.textformat.ParagraphRenderer com.ibm.richtext.textformat.BidiParagraphRenderer
Method Summary | |
public void | initRenderer(AttributeMap pStyle) NOTE: it is illegal to initialize a StandardParagraphRenderer for any style
other than the one it was created with. | public LayoutInfo | layout(MConstText text, LayoutInfo layoutToReuse, LineBreakMeasurer measurer, FontRenderContext frc, int paragraphStart, int paragraphLimit, int totalFormatWidth, int lineBound) Fill in info with the next line.
Parameters: measurer - the LineBreakMeasurer for this paragraph.Current position should be the first character on the line.If null, a 0-length line is generated. |
initRenderer | public void initRenderer(AttributeMap pStyle)(Code) | | NOTE: it is illegal to initialize a StandardParagraphRenderer for any style
other than the one it was created with.
|
layout | public LayoutInfo layout(MConstText text, LayoutInfo layoutToReuse, LineBreakMeasurer measurer, FontRenderContext frc, int paragraphStart, int paragraphLimit, int totalFormatWidth, int lineBound)(Code) | | Fill in info with the next line.
Parameters: measurer - the LineBreakMeasurer for this paragraph.Current position should be the first character on the line.If null, a 0-length line is generated. If measurer is nullthen paragraphStart and paragraphLimit should be equal. |
Fields inherited from com.ibm.richtext.textformat.ParagraphRenderer | final static String COPYRIGHT(Code)(Java Doc)
|
|
|