-
public abstract class GpsStyleInfoInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGpsStyleInfoInterface.Companion
-
Constructor Summary
Constructors Constructor Description GpsStyleInfoInterface()
-
Method Summary
Modifier and Type Method Description abstract TextureHolderInterfacegetPointTexture()abstract TextureHolderInterfacegetHeadingTexture()abstract TextureHolderInterfacegetCourseTexture()abstract ColorgetAccuracyColor()-
-
Method Detail
-
getPointTexture
abstract TextureHolderInterface getPointTexture()
-
getHeadingTexture
abstract TextureHolderInterface getHeadingTexture()
-
getCourseTexture
abstract TextureHolderInterface getCourseTexture()
-
getAccuracyColor
abstract Color getAccuracyColor()
-
-
-
-