Class TextAttributes


  • public class TextAttributes
    extends java.lang.Object
    Holds attributes applied to text shapes and Placemark labels.
    • Constructor Detail

      • TextAttributes

        public TextAttributes()
      • TextAttributes

        public TextAttributes​(TextAttributes attributes)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getTextColor

        public Color getTextColor()
      • getTextOffset

        public Offset getTextOffset()
      • getTextSize

        public float getTextSize()
      • getTypeface

        public android.graphics.Typeface getTypeface()
      • setTypeface

        public TextAttributes setTypeface​(android.graphics.Typeface typeface)
      • isEnableOutline

        public boolean isEnableOutline()
      • setEnableOutline

        public TextAttributes setEnableOutline​(boolean enable)
      • getOutlineColor

        public Color getOutlineColor()
      • isEnableDepthTest

        public boolean isEnableDepthTest()
      • setEnableDepthTest

        public TextAttributes setEnableDepthTest​(boolean enable)
      • getOutlineWidth

        public float getOutlineWidth()
      • setOutlineWidth

        public TextAttributes setOutlineWidth​(float lineWidth)