All Downloads are FREE. Search and download functionalities are using the official Maven repository.

svg.SVGContext Maven / Gradle / Ivy

Go to download

OpenGL vector map library - running on Android, iOS, Desktop and browser.

There is a newer version: 0.21.0
Show newest version
package svg;

import org.robovm.apple.foundation.NSObject;
import org.robovm.apple.uikit.UIColor;
import org.robovm.objc.annotation.Method;

public interface SVGContext {
    @Method(selector = "colorForSVGColorString:")
    public UIColor colorForSVGColorString(String svgColorString);

    @Method(selector = "objectAtURL:")
    public NSObject objectAtURL(String aLocation);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy