KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > location > Orientation

javax.microedition.location
Class Orientation

java.lang.Object
  extended byjavax.microedition.location.Orientation

public float getCompassAzimuth()
See Also:
isOrientationMagnetic()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Orientation getOrientation()
                                  throws LocationException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getPitch()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getRoll()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isOrientationMagnetic()
See Also:
getCompassAzimuth()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Orientation(float azimuth,
                   boolean isMagnetic,
                   float pitch,
                   float roll)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags