Uses of Interface
com.twelvemonkeys.servlet.image.aoi.AreaOfInterest
-
Packages that use AreaOfInterest Package Description com.twelvemonkeys.servlet.image.aoi -
-
Uses of AreaOfInterest in com.twelvemonkeys.servlet.image.aoi
Classes in com.twelvemonkeys.servlet.image.aoi that implement AreaOfInterest Modifier and Type Class Description class
AreaOfInterestWrapper
Deprecated.class
DefaultAreaOfInterest
Deprecated.class
PercentAreaOfInterest
Deprecated.class
UniformAreaOfInterest
Deprecated.Methods in com.twelvemonkeys.servlet.image.aoi that return AreaOfInterest Modifier and Type Method Description AreaOfInterest
AreaOfInterestFactory. createAreaOfInterest(int pDefaultWidth, int pDefaultHeight, boolean aoiPercent, boolean aoiUniform)
Deprecated.Constructors in com.twelvemonkeys.servlet.image.aoi with parameters of type AreaOfInterest Constructor Description AreaOfInterestWrapper(AreaOfInterest mDelegate)
Deprecated.
-