jdbreport.util
Class GraphicUtil

java.lang.Object
  extended by jdbreport.util.GraphicUtil

public class GraphicUtil
extends Object

Version:
2.0 19.12.2009
Author:
Andrey Kholmanskih

Constructor Summary
GraphicUtil()
           
 
Method Summary
static double getScaleX()
           
static double getScaleY()
           
static double getScreenScaleX()
           
static double getScreenScaleY()
           
static void setScaleX(double scale)
           
static void setScaleY(double scale)
           
static void setScreenScaleX(double scale)
           
static void setScreenScaleY(double scale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicUtil

public GraphicUtil()
Method Detail

getScreenScaleX

public static double getScreenScaleX()

getScreenScaleY

public static double getScreenScaleY()

getScaleY

public static double getScaleY()

getScaleX

public static double getScaleX()

setScaleX

public static void setScaleX(double scale)

setScaleY

public static void setScaleY(double scale)

setScreenScaleX

public static void setScreenScaleX(double scale)

setScreenScaleY

public static void setScreenScaleY(double scale)