|
||||||||
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.drawable.PictureDrawable |
createPictureDrawable()
Create a picture drawable from the SVG. |
android.graphics.RectF |
getBounds()
Gets the bounding rectangle for the SVG, if one was specified. |
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 createPictureDrawable()
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 |