elemental2.svg.SVGUnitTypes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elemental2-svg Show documentation
Show all versions of elemental2-svg Show documentation
Thin Java abstractions for the native SVG APIs.
package elemental2.svg;
import jsinterop.annotations.JsOverlay;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class SVGUnitTypes {
@JsOverlay
public static final double SVG_UNIT_TYPE_OBJECTBOUNDINGBOX =
SVGUnitTypes__Constants.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX;
@JsOverlay
public static final double SVG_UNIT_TYPE_UNKNOWN = SVGUnitTypes__Constants.SVG_UNIT_TYPE_UNKNOWN;
@JsOverlay
public static final double SVG_UNIT_TYPE_USERSPACEONUSE =
SVGUnitTypes__Constants.SVG_UNIT_TYPE_USERSPACEONUSE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy