Uses of Class
com.alee.utils.ninepatch.NinePatchIntervalType

Packages that use NinePatchIntervalType
com.alee.utils   
com.alee.utils.ninepatch   
 

Uses of NinePatchIntervalType in com.alee.utils
 

Methods in com.alee.utils with parameters of type NinePatchIntervalType
static java.util.List<NinePatchInterval> NinePatchUtils.parseIntervals(java.awt.image.BufferedImage image, NinePatchIntervalType intervalType)
          Returns a list of nine-patch data intervals from the specified image.
 

Uses of NinePatchIntervalType in com.alee.utils.ninepatch
 

Methods in com.alee.utils.ninepatch that return NinePatchIntervalType
static NinePatchIntervalType NinePatchIntervalType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NinePatchIntervalType[] NinePatchIntervalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.