public class LineSVG extends java.lang.Object implements GraphElement
Modifier and Type | Field and Description |
---|---|
RectF |
bounds |
float |
x1 |
float |
x2 |
float |
y1 |
float |
y2 |
Constructor and Description |
---|
LineSVG(float x1,
float y1,
float x2,
float y2) |
Modifier and Type | Method and Description |
---|---|
void |
draw(Canvas canvas,
Paint paint) |
public RectF bounds
public float x1
public float x2
public float y1
public float y2
public void draw(Canvas canvas, Paint paint)
draw
in interface GraphElement