public class RectangleSVG extends RectF implements GraphElement
Constructor and Description |
---|
RectangleSVG(float x1,
float y1,
float x2,
float y2) |
RectangleSVG(float x1,
float y1,
float x2,
float y2,
float rx,
float ry) |
Modifier and Type | Method and Description |
---|---|
void |
draw(Canvas canvas,
Paint paint) |
public RectangleSVG(float x1, float y1, float x2, float y2)
public RectangleSVG(float x1, float y1, float x2, float y2, float rx, float ry)
public void draw(Canvas canvas, Paint paint)
draw
in interface GraphElement