Examples of JRTextMeasurerFactory


Examples of net.sf.jasperreports.engine.fill.JRTextMeasurerFactory

   * can be <code>null</code>
   * @return a text measurer for the text object
   */
  public static JRTextMeasurer createTextMeasurer(JRCommonText text, JRPropertiesHolder propertiesHolder)
  {
    JRTextMeasurerFactory factory = getTextMeasurerFactory(propertiesHolder);
    return factory.createMeasurer(text);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.