SvgImage

Inheritance: java.lang.Object, Image

SVG image

Methods

MethodDescription
getWidth()Gets the image width.
getHeight()Gets the image height.
isCached()Gets wether image is cached
cacheData()Caches image
getStrings()Gets all string values from image.

getWidth()

public int getWidth()

Gets the image width.

Returns: int - The image width.

getHeight()

public int getHeight()

Gets the image height.

Returns: int - The image height.

isCached()

public boolean isCached()

Gets wether image is cached

Returns: boolean

cacheData()

public void cacheData()

Caches image

getStrings()

public String[] getStrings()

Gets all string values from image.

Returns: String[] - The array with string values.