public class ImageRefSVG extends java.lang.Object implements GraphElement
Modifier and Type | Field and Description |
---|---|
Bitmap |
bitmap |
RectF |
bounds |
boolean |
fake |
boolean |
keepAR |
Constructor and Description |
---|
ImageRefSVG(float left,
float top,
float width,
float height) |
ImageRefSVG(float left,
float top,
float width,
float height,
boolean _keepAR,
Bitmap _bitmap) |
ImageRefSVG(float left,
float top,
float width,
float height,
boolean _fake,
boolean _keepAR) |
Modifier and Type | Method and Description |
---|---|
void |
draw(Canvas canvas,
Paint paint) |
public Bitmap bitmap
public RectF bounds
public boolean fake
public boolean keepAR
public ImageRefSVG(float left, float top, float width, float height)
public ImageRefSVG(float left, float top, float width, float height, boolean _keepAR, Bitmap _bitmap)
public ImageRefSVG(float left, float top, float width, float height, boolean _fake, boolean _keepAR)
public void draw(Canvas canvas, Paint paint)
draw
in interface GraphElement