net.sf.jasperreports.engine.export.oasis
Class Utility

java.lang.Object
  extended by net.sf.jasperreports.engine.export.oasis.Utility

public final class Utility
extends java.lang.Object

Version:
$Id: Utility.java 3713 2010-04-08 11:06:05Z teodord $
Author:
Teodor Danciu ([email protected])

Method Summary
static java.lang.String getIndent(int i)
           
protected static java.lang.String replaceNewLineWithLineBreak(java.lang.String source)
           
static double translatePixelsToInches(double pixels)
           
static double translatePixelsToInchesRound(double pixels)
           
static double translatePixelsToInchesWithNoRoundOff(double pixels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIndent

public static java.lang.String getIndent(int i)

translatePixelsToInches

public static double translatePixelsToInches(double pixels)

translatePixelsToInchesRound

public static double translatePixelsToInchesRound(double pixels)

translatePixelsToInchesWithNoRoundOff

public static double translatePixelsToInchesWithNoRoundOff(double pixels)

replaceNewLineWithLineBreak

protected static java.lang.String replaceNewLineWithLineBreak(java.lang.String source)


Copyright © 2011. All Rights Reserved.