ij_utilities
Class IJUtility

java.lang.Object
  extended by ij_utilities.IJUtility

public class IJUtility
extends java.lang.Object


Constructor Summary
IJUtility()
           
 
Method Summary
static ij.ImagePlus getPropScaledInstance(ij.ImagePlus img, int size)
          Creates an proportional scaled instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IJUtility

public IJUtility()
Method Detail

getPropScaledInstance

public static ij.ImagePlus getPropScaledInstance(ij.ImagePlus img,
                                                 int size)
Creates an proportional scaled instance.

Parameters:
img - - ImagePlus which should be scaled
size - - size of the greater side of new Instance
Returns:
scaled ImagePlus-Instance