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 classAreaOfInterestWrapperclassDefaultAreaOfInterestclassPercentAreaOfInterestclassUniformAreaOfInterestMethods in com.twelvemonkeys.servlet.image.aoi that return AreaOfInterest Modifier and Type Method Description AreaOfInterestAreaOfInterestFactory. 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)
-