elemental2.svg.SVGTextPathElement__Constants 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.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, name = "SVGTextPathElement", namespace = JsPackage.GLOBAL)
class SVGTextPathElement__Constants {
static double TEXTPATH_METHODTYPE_ALIGN;
static double TEXTPATH_METHODTYPE_STRETCH;
static double TEXTPATH_METHODTYPE_UNKNOWN;
static double TEXTPATH_SPACINGTYPE_AUTO;
static double TEXTPATH_SPACINGTYPE_EXACT;
static double TEXTPATH_SPACINGTYPE_UNKNOWN;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy