Uses of Class
com.ls.widgets.map.utils.PivotFactory.PivotPosition

Packages that use PivotFactory.PivotPosition
com.ls.widgets.map.utils   
 

Uses of PivotFactory.PivotPosition in com.ls.widgets.map.utils
 

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

Methods in com.ls.widgets.map.utils with parameters of type PivotFactory.PivotPosition
static Point PivotFactory.createPivotPoint(Drawable drawable, PivotFactory.PivotPosition type)