public class RectangleOverlay extends Overlay
Overlay.LineStyle
Modifier and Type | Field and Description |
---|---|
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 |
---|
RectangleOverlay(RectangleCommand rect) |
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) |
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
public RectangleOverlay(RectangleCommand rect)
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