JCommon 1.0.17-redhat-2

Uses of Interface
org.jfree.text.TextMeasurer

Packages that use TextMeasurer
org.jfree.text Utility classes relating to text. 
 

Uses of TextMeasurer in org.jfree.text
 

Classes in org.jfree.text that implement TextMeasurer
 class G2TextMeasurer
          A TextMeasurer based on a Graphics2D.
 

Methods in org.jfree.text with parameters of type TextMeasurer
static TextBlock TextUtilities.createTextBlock(String text, Font font, Paint paint, float maxWidth, int maxLines, TextMeasurer measurer)
          Creates a new text block from the given string, breaking the text into lines so that the maxWidth value is respected.
static TextBlock TextUtilities.createTextBlock(String text, Font font, Paint paint, float maxWidth, TextMeasurer measurer)
          Creates a new text block from the given string, breaking the text into lines so that the maxWidth value is respected.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.