public class TextAttributes
extends java.lang.Object
Placemark
labels.Constructor and Description |
---|
TextAttributes() |
TextAttributes(TextAttributes attributes)
Constructs a text attributes bundle.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Color |
getColor() |
android.graphics.Typeface |
getFont() |
Offset |
getOffset() |
double |
getScale() |
int |
hashCode() |
boolean |
isDepthTest() |
TextAttributes |
set(TextAttributes attributes) |
void |
setColor(Color color) |
void |
setDepthTest(boolean depthTest) |
void |
setFont(android.graphics.Typeface font) |
void |
setOffset(Offset offset) |
void |
setScale(double scale) |
public TextAttributes()
public TextAttributes(TextAttributes attributes)
attributes
- Attributes to initialize this attributes instance to. May be null, in which
case the new instance contains default 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 getColor()
public void setColor(Color color)
public android.graphics.Typeface getFont()
public void setFont(android.graphics.Typeface font)
public Offset getOffset()
public void setOffset(Offset offset)
public double getScale()
public void setScale(double scale)
public boolean isDepthTest()
public void setDepthTest(boolean depthTest)