public class

StyleHelper

extends Object
java.lang.Object
   ↳ com.mapsted.positioning.coreObjects.StyleHelper

Summary

Nested Classes
@interface StyleHelper.MapStyleTypeDef  
Constants
String DARK
String GREY
String LIGHT
Public Constructors
StyleHelper()
Public Methods
static Colour getFillColour(Entity entity, String type, boolean selected)
static Colour getFontColor(Entity entity, String type, boolean selected)
static float getFontSize(Entity entity)
static Cms.MapIconStyle getIconStyle(Entity entity, String type, boolean selected)
static int getLayerIdx(Entity entity)
static Colour getLineColour(Entity entity, String type, boolean selected)
static int getTextPlacementPriority(Entity entity)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String DARK

Constant Value: "Dark"

public static final String GREY

Constant Value: "Grey"

public static final String LIGHT

Constant Value: "Light"

Public Constructors

public StyleHelper ()

Public Methods

public static Colour getFillColour (Entity entity, String type, boolean selected)

public static Colour getFontColor (Entity entity, String type, boolean selected)

public static float getFontSize (Entity entity)

public static Cms.MapIconStyle getIconStyle (Entity entity, String type, boolean selected)

public static int getLayerIdx (Entity entity)

public static Colour getLineColour (Entity entity, String type, boolean selected)

public static int getTextPlacementPriority (Entity entity)