Uses of Class
com.alee.extended.image.DisplayType

Packages that use DisplayType
com.alee.extended.image   
 

Uses of DisplayType in com.alee.extended.image
 

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

Methods in com.alee.extended.image with parameters of type DisplayType
 WebImage WebImage.setDisplayType(DisplayType displayType)
          Changes image display type.