public class PointDisplayScreen extends uk.theretiredprogrammer.rpiembeddedlibrary.screen.Screen implements ScreenDataChangeProcessor
| Constructor and Description |
|---|
PointDisplayScreen(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display)
Screen to display course and distance from a range of previously recorded points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dataChanged(LocationData ld)
Location Data changed handler.
|
protected void |
hasGainedFocus() |
public PointDisplayScreen(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display)
throws IOException
display - the display deviceIOException - if problemsprotected void hasGainedFocus()
throws IOException
hasGainedFocus in class uk.theretiredprogrammer.rpiembeddedlibrary.screen.ScreenIOExceptionpublic void dataChanged(LocationData ld) throws IOException
dataChanged in interface ScreenDataChangeProcessorld - new location dataIOException - if problemsCopyright © 2017. All rights reserved.