public class LineOverlay extends Overlay
Overlay.LineStyle
Modifier and Type | Field and Description |
---|---|
protected android.graphics.PointF[] |
_p |
static java.lang.String |
ID |
bounds, color, dpiScale, fillColor, fontSize, LINE_TYPE_DASH, LINE_TYPE_DASH_DOT, LINE_TYPE_DASH_DOT_DOT, LINE_TYPE_DOT, LINE_TYPE_SOLID, name, strokeStyle, strokeWidth, TAG, uid
Constructor and Description |
---|
LineOverlay(PolylineCommand line) |
Modifier and Type | Method and Description |
---|---|
void |
draw(android.graphics.Canvas canvas,
android.graphics.Paint paint)
Draw overlay on canvas
By default this sets up the paint with this overlay's attributes
|
android.graphics.PointF[] |
getPoints()
Get all points that control this overlay
|
void |
setup(android.graphics.PointF p1,
android.graphics.PointF p2)
a line has two points and can have an arrowhead
|
getBounds, getColor, getFillColor, getFontSize, getIntBounds, getIntBounds, getName, getStrokeStyle, getStrokeWidth, getUID, isFilled, offset, offset, setColor, setDpiScale, setFillColor, setFontSize, setName, setStrokeStyle, setStrokeWidth, withinBounds, withinBounds
public static final java.lang.String ID
protected android.graphics.PointF[] _p
public LineOverlay(PolylineCommand line)
public void setup(android.graphics.PointF p1, android.graphics.PointF p2)
public android.graphics.PointF[] getPoints()
Overlay
public void draw(android.graphics.Canvas canvas, android.graphics.Paint paint)
Overlay