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
class
DefaultAreaOfInterest
class
PercentAreaOfInterest
class
UniformAreaOfInterest
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)
Constructors in com.twelvemonkeys.servlet.image.aoi with parameters of type AreaOfInterest Constructor Description AreaOfInterestWrapper(AreaOfInterest mDelegate)
-