@Deprecated
public final class GLSegmentFloatingLabel
extends java.lang.Object
Constructor and Description |
---|
GLSegmentFloatingLabel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
draw(GLMapView view)
Deprecated.
|
static float |
getSurfaceLabelOffset(GLMapView ortho,
float textHeight)
Deprecated.
|
void |
getTextPoint(PointD point)
Deprecated.
|
void |
setBackgroundColor(float r,
float g,
float b,
float a)
Deprecated.
|
void |
setClampToGround(boolean clampToGround)
Deprecated.
|
void |
setInsets(float left,
float right,
float bottom,
float top)
Deprecated.
|
void |
setRotateToAlign(boolean b)
Deprecated.
|
void |
setSegment(GeoPoint[] pts)
Deprecated.
|
void |
setSegmentPositionWeight(float weight)
Deprecated.
|
void |
setText(java.lang.String text)
Deprecated.
|
void |
setTextColor(float r,
float g,
float b,
float a)
Deprecated.
|
void |
setTextColor(int argb)
Deprecated.
|
void |
setTextFormat(MapTextFormat format)
Deprecated.
|
void |
setTextFormat(android.graphics.Typeface face,
int offset)
Deprecated.
|
void |
update(GLMapView ortho)
Deprecated.
|
public void update(GLMapView ortho)
public void getTextPoint(PointD point)
public void setRotateToAlign(boolean b)
public void setSegmentPositionWeight(float weight)
public void setSegment(GeoPoint[] pts)
public void setClampToGround(boolean clampToGround)
public void setText(java.lang.String text)
public void setTextColor(int argb)
public void setTextColor(float r, float g, float b, float a)
public void setTextFormat(android.graphics.Typeface face, int offset)
public void setTextFormat(MapTextFormat format)
public void setBackgroundColor(float r, float g, float b, float a)
public void setInsets(float left, float right, float bottom, float top)
public void draw(GLMapView view)
public static float getSurfaceLabelOffset(GLMapView ortho, float textHeight)