Class AreaOfInterestFactory
- java.lang.Object
-
- com.twelvemonkeys.servlet.image.aoi.AreaOfInterestFactory
-
@Deprecated public class AreaOfInterestFactory extends java.lang.ObjectDeprecated.- 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 AreaOfInterestcreateAreaOfInterest(int pDefaultWidth, int pDefaultHeight, boolean aoiPercent, boolean aoiUniform)Deprecated.static AreaOfInterestFactorygetDefault()Deprecated.static voidsetDefault(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.
-
-