-
- All Implemented Interfaces:
public final class Marker
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumMarker.Colorpublic classMarker.Companion
-
Method Summary
Modifier and Type Method Description final Marker.ColorgetColor()final StringgetType()final StringgetName()final IntegergetLevel()final IntegergetLowLevel()final IntegergetHighLevel()final StringgetColorCode()final IntegerlevelPercent()final BooleanlevelIsLow()StringtoString()-
-
Method Detail
-
getColor
final Marker.Color getColor()
-
getLowLevel
final Integer getLowLevel()
-
getHighLevel
final Integer getHighLevel()
-
getColorCode
final String getColorCode()
-
levelPercent
final Integer levelPercent()
-
levelIsLow
final Boolean levelIsLow()
-
-
-
-