Eclipse Draw2d
3.8.0.201206011245

Uses of Class
org.eclipse.draw2d.text.TextFragmentBox

Packages that use TextFragmentBox
org.eclipse.draw2d.text Figures and support classes related to the layout and rendering of rich text. 
 

Uses of TextFragmentBox in org.eclipse.draw2d.text
 

Methods in org.eclipse.draw2d.text that return TextFragmentBox
protected  TextFragmentBox TextLayout.getFragment(int i, java.util.List fragments)
          Reuses an existing TextFragmentBox, or creates a new one.
 

Methods in org.eclipse.draw2d.text with parameters of type TextFragmentBox
protected  float FlowUtilities.getAverageCharWidth(TextFragmentBox fragment, Font font)
          Gets the average character width.
protected  java.lang.String TextFlow.getBidiSubstring(TextFragmentBox box, int index)
           
protected  void FlowUtilities.setupFragment(TextFragmentBox fragment, Font font, java.lang.String string)
          Sets up the fragment width based using the font and string passed in.
protected  int FlowUtilities.wrapFragmentInContext(TextFragmentBox frag, java.lang.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.
 


Eclipse Draw2d
3.8.0.201206011245

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.