Uses of Class
org.apache.pivot.wtk.ImageView.ImageBindMapping.Type

Packages that use ImageView.ImageBindMapping.Type
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of ImageView.ImageBindMapping.Type in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return ImageView.ImageBindMapping.Type
 ImageView.ImageBindMapping.Type ImageView.ImageBindMapping.getType()
          Returns the load type supported by this mapping.
static ImageView.ImageBindMapping.Type ImageView.ImageBindMapping.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageView.ImageBindMapping.Type[] ImageView.ImageBindMapping.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.