|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--waba.ui.Control
|
+--superwaba.ext.xplat.io.gps.GPS
Control that display GPS coordinates readen from the serial port.
| Field Summary | |
static int |
BUF_LEN
You may change the size of the buffer if needed |
double |
direction
Stores the direction |
Time |
lastFix
Stores the lastFix. |
double |
velocity
Stores the velocity |
| Fields inherited from class waba.ui.Control |
AFTER,
appId,
appObj,
asContainer,
asWindow,
backColor,
backDis,
BEFORE,
BOTTOM,
CENTER,
clearValueInt,
clearValueStr,
enabled,
FILL,
FIT,
fm,
fmH,
focusLess,
focusTraversable,
font,
foreColor,
foreDis,
height,
highlightRectsCount,
isHighlighting,
LEFT,
parent,
PREFERRED,
RANGE,
RIGHT,
SAME,
TOP,
uiCE,
uiFlat,
uiPalm,
uiVista,
visible,
width,
x,
x2,
y,
y2 |
| Constructor Summary | |
GPS()
|
|
GPS(SerialPort sp,
int readInterval)
|
|
| Method Summary | |
double |
getLatitude()
Returns the latitude. |
double[] |
getLocation()
Returns the location array. |
double |
getLongitude()
Returns the longitude. |
int |
getPreferredHeight()
Returns the preffered height of this control. |
int |
getPreferredWidth()
Returns the preffered width of this control. |
void |
onEvent(Event e)
Called to process key, pen, control and other posted events. |
void |
onPaint(Graphics g)
Called to draw the control. |
double |
toCoordinate(java.lang.String s,
char dir)
|
| Methods inherited from class waba.ui.Control |
addTimer,
changeHighlighted,
clear,
contains,
createGraphics,
drawHighlight,
getAbsoluteRect,
getBackColor,
getFont,
getFontMetrics,
getForeColor,
getNext,
getParent,
getParentWindow,
getPos,
getRect,
getSize,
isDisplayed,
isEnabled,
isVisible,
onBoundsChanged,
onColorsChanged,
onFontChanged,
onWindowPaintFinished,
postEvent,
removeTimer,
repaint,
repaintNow,
requestFocus,
setBackColor,
setBackForeColors,
setEnabled,
setFocusLess,
setFont,
setForeColor,
setRect,
setRect,
setRect,
setVisible,
translateFromOrigin,
uiStyleChanged |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final int BUF_LEN
public Time lastFix
public double direction
public double velocity
| Constructor Detail |
public GPS()
public GPS(SerialPort sp,
int readInterval)
| Method Detail |
public void onEvent(Event e)
event - the event to processEvent,
KeyEvent,
PenEventpublic void onPaint(Graphics g)
g - the graphics object for drawingGraphicspublic int getPreferredWidth()
public int getPreferredHeight()
public double[] getLocation()
public double getLatitude()
public double getLongitude()
public double toCoordinate(java.lang.String s,
char dir)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||