Uses of Class
org.androidtransfuse.model.manifest.ScreenDensity

Packages that use ScreenDensity
org.androidtransfuse.model.manifest   
 

Uses of ScreenDensity in org.androidtransfuse.model.manifest
 

Methods in org.androidtransfuse.model.manifest that return ScreenDensity
 ScreenDensity Screen.getScreenDensity()
           
static ScreenDensity ScreenDensity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScreenDensity[] ScreenDensity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.androidtransfuse.model.manifest with parameters of type ScreenDensity
 void Screen.setScreenDensity(ScreenDensity screenDensity)
           
 



Copyright © 2012. All Rights Reserved.