org.mycore.frontend.iview
Class MCRIViewTools

java.lang.Object
  extended by org.mycore.frontend.iview.MCRIViewTools

public class MCRIViewTools
extends Object


Constructor Summary
MCRIViewTools()
           
 
Method Summary
static float computeScaleFactor(int origWidth, int origHeight, int targetWidth, int targetHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRIViewTools

public MCRIViewTools()
Method Detail

computeScaleFactor

public static float computeScaleFactor(int origWidth,
                                       int origHeight,
                                       int targetWidth,
                                       int targetHeight)