public class TextAttributes
extends java.lang.Object
Placemark
labels.Constructor and Description |
---|
TextAttributes() |
TextAttributes(TextAttributes attributes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Color |
getOutlineColor() |
float |
getOutlineWidth() |
Color |
getTextColor() |
Offset |
getTextOffset() |
float |
getTextSize() |
Typeface |
getTypeface() |
int |
hashCode() |
boolean |
isEnableDepthTest() |
boolean |
isEnableOutline() |
TextAttributes |
set(TextAttributes attributes) |
TextAttributes |
setEnableDepthTest(boolean enable) |
TextAttributes |
setEnableOutline(boolean enable) |
TextAttributes |
setOutlineColor(Color color) |
TextAttributes |
setOutlineWidth(float lineWidth) |
TextAttributes |
setTextColor(Color color) |
TextAttributes |
setTextOffset(Offset offset) |
TextAttributes |
setTextSize(float size) |
TextAttributes |
setTypeface(Typeface typeface) |
public TextAttributes()
public TextAttributes(TextAttributes attributes)
public TextAttributes set(TextAttributes attributes)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Color getTextColor()
public TextAttributes setTextColor(Color color)
public Offset getTextOffset()
public TextAttributes setTextOffset(Offset offset)
public float getTextSize()
public TextAttributes setTextSize(float size)
public Typeface getTypeface()
public TextAttributes setTypeface(Typeface typeface)
public boolean isEnableOutline()
public TextAttributes setEnableOutline(boolean enable)
public Color getOutlineColor()
public TextAttributes setOutlineColor(Color color)
public boolean isEnableDepthTest()
public TextAttributes setEnableDepthTest(boolean enable)
public float getOutlineWidth()
public TextAttributes setOutlineWidth(float lineWidth)