|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ls.widgets.map.config.MapGraphicsConfig
public class MapGraphicsConfig
Allows to configure the appearance of the map aspects.
Field Summary | |
---|---|
static int |
DEFAULT_ACCURACY_AREA_BORDER_COLOR
|
static int |
DEFAULT_ACCURACY_AREA_COLOR
|
Constructor Summary | |
---|---|
MapGraphicsConfig()
|
Method Summary | |
---|---|
int |
getAccuracyAreaBorderColor()
|
int |
getAccuracyAreaColor()
|
int |
getArrowPointerDrawableId()
|
int |
getDotPointerDrawableId()
|
void |
setAccuracyAreaBorderColor(int accuracyAreaBorderColor)
Configures the accuracy area border color. |
void |
setAccuracyAreaColor(int accuracyAreaColor)
Configures the accuracy area color of location pointer. |
void |
setArrowPointerDrawableId(int arrowPointerDrawableId)
Configures the location pointer look when bearing is available. |
void |
setDotPointerDrawableId(int dotPointerDrawableId)
Configures the location pointer look when no bearing is available. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_ACCURACY_AREA_COLOR
public static final int DEFAULT_ACCURACY_AREA_BORDER_COLOR
Constructor Detail |
---|
public MapGraphicsConfig()
Method Detail |
---|
public int getDotPointerDrawableId()
public void setDotPointerDrawableId(int dotPointerDrawableId)
dotPointerDrawableId
- - id of the drawable resource.public int getArrowPointerDrawableId()
public void setArrowPointerDrawableId(int arrowPointerDrawableId)
dotPointerDrawableId
- - id of the drawable resource.public int getAccuracyAreaColor()
public void setAccuracyAreaColor(int accuracyAreaColor)
accuracyAreaColor
- - color.public int getAccuracyAreaBorderColor()
public void setAccuracyAreaBorderColor(int accuracyAreaBorderColor)
accuracyAreaBorderColor
- - color.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |