|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.larvalabs.svgandroid.SVG
public class SVG
Describes a vector Picture object, and optionally its bounds.
| Method Summary | |
|---|---|
android.graphics.RectF |
getBounds()
Gets the bounding rectangle for the SVG, if one was specified. |
android.graphics.drawable.PictureDrawable |
getDrawable()
Get a Drawable of the SVG. |
android.graphics.RectF |
getLimits()
Gets the bounding rectangle for the SVG that was computed upon parsing. |
android.graphics.Picture |
getPicture()
Get the parsed SVG picture data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public android.graphics.drawable.PictureDrawable getDrawable()
Drawable of the SVG.
public android.graphics.Picture getPicture()
public android.graphics.RectF getBounds()
public android.graphics.RectF getLimits()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||