ISvgImage

public interface ISvgImage

Represents an SVG image.

Methods

MethodDescription
getSvgContent()Returns SVG content.
getSvgData()Returns SVG data.
getExternalResourceResolver()Return callback interface used to resolve external resources during SVG documents import.
getBaseUri()Returns base URI of the specified SVG.

getSvgContent()

public abstract String getSvgContent()

Returns SVG content. Read-only String.

Returns: java.lang.String

getSvgData()

public abstract byte[] getSvgData()

Returns SVG data. Read-only byte[].

Returns: byte[]

getExternalResourceResolver()

public abstract IExternalResourceResolver getExternalResourceResolver()

Return callback interface used to resolve external resources during SVG documents import. Read-only IExternalResourceResolver.

Returns: IExternalResourceResolver

getBaseUri()

public abstract String getBaseUri()

Returns base URI of the specified SVG. Used to resolve relative links. Read-only String.

Returns: java.lang.String