Class AreaOfInterestFactory
- java.lang.Object
-
- com.twelvemonkeys.servlet.image.aoi.AreaOfInterestFactory
-
@Deprecated public class AreaOfInterestFactory extends java.lang.Object
Deprecated.- Version:
- $Revision: $
- Author:
- Erlend Hamnaberg
-
-
Constructor Summary
Constructors Constructor Description AreaOfInterestFactory()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AreaOfInterest
createAreaOfInterest(int pDefaultWidth, int pDefaultHeight, boolean aoiPercent, boolean aoiUniform)
Deprecated.static AreaOfInterestFactory
getDefault()
Deprecated.static void
setDefault(AreaOfInterestFactory factory)
Deprecated.
-
-
-
Method Detail
-
setDefault
public static void setDefault(AreaOfInterestFactory factory)
Deprecated.
-
getDefault
public static AreaOfInterestFactory getDefault()
Deprecated.
-
createAreaOfInterest
public AreaOfInterest createAreaOfInterest(int pDefaultWidth, int pDefaultHeight, boolean aoiPercent, boolean aoiUniform)
Deprecated.
-
-