Uses of Class
org.eclipse.draw2d.text.TextFragmentBox
Packages that use TextFragmentBox
Package
Description
Figures and support classes related to the layout and rendering of rich text.
- 
Uses of TextFragmentBox in org.eclipse.draw2d.textMethods in org.eclipse.draw2d.text that return TextFragmentBoxModifier and TypeMethodDescriptionprotected TextFragmentBoxTextLayout.getFragment(int i, List<TextFragmentBox> fragments) Reuses an existingTextFragmentBox, or creates a new one.Methods in org.eclipse.draw2d.text that return types with arguments of type TextFragmentBoxModifier and TypeMethodDescriptionList<? extends TextFragmentBox> TextFlow.getFragments()protected List<? extends TextFragmentBox> TextFlow.getFragmentsWithoutBorder()Returns theTextFragmentBoxfragments contained in this TextFlow, not including the border fragments.Methods in org.eclipse.draw2d.text with parameters of type TextFragmentBoxModifier and TypeMethodDescriptionprotected floatFlowUtilities.getAverageCharWidth(TextFragmentBox fragment, Font font) Gets the average character width.protected StringTextFlow.getBidiSubstring(TextFragmentBox box, int index) protected final voidFlowUtilities.setupFragment(TextFragmentBox fragment, Font font, String string) Sets up the fragment width based using the font and string passed in.protected final intFlowUtilities.wrapFragmentInContext(TextFragmentBox frag, String string, FlowContext context, org.eclipse.draw2d.text.FlowUtilities.LookAhead lookahead, Font font, int wrapping) Sets up a fragment and returns the number of characters consumed from the given String.Method parameters in org.eclipse.draw2d.text with type arguments of type TextFragmentBoxModifier and TypeMethodDescriptionprotected TextFragmentBoxTextLayout.getFragment(int i, List<TextFragmentBox> fragments) Reuses an existingTextFragmentBox, or creates a new one.