| java.lang.Object javax.microedition.location.Orientation
Orientation | public class Orientation (Code) | | This class is defined by the JSR-179 specification
Location API for J2ME for J2ME™.
|
Constructor Summary | |
public | Orientation(float azimuth, boolean isMagnetic, float pitch, float roll) |
Orientation | public Orientation(float azimuth, boolean isMagnetic, float pitch, float roll)(Code) | | |
getCompassAzimuth | public float getCompassAzimuth()(Code) | | |
getPitch | public float getPitch()(Code) | | |
getRoll | public float getRoll()(Code) | | |
isOrientationMagnetic | public boolean isOrientationMagnetic()(Code) | | |
|
|