public class SVGMarkerElement extends SVGElement implements SVGExternalResourcesRequired, SVGFitToViewBox, SVGLangSpace, SVGStylable
| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedString |
className |
SVGAnimatedBoolean |
externalResourcesRequired |
SVGAnimatedLength |
markerHeight |
SVGAnimatedEnumeration |
markerUnits |
SVGAnimatedLength |
markerWidth |
SVGAnimatedAngle |
orientAngle |
SVGAnimatedEnumeration |
orientType |
SVGAnimatedPreserveAspectRatio |
preserveAspectRatio |
SVGAnimatedLength |
refX |
SVGAnimatedLength |
refY |
static double |
SVG_MARKER_ORIENT_ANGLE |
static double |
SVG_MARKER_ORIENT_AUTO |
static double |
SVG_MARKER_ORIENT_UNKNOWN |
static double |
SVG_MARKERUNITS_STROKEWIDTH |
static double |
SVG_MARKERUNITS_UNKNOWN |
static double |
SVG_MARKERUNITS_USERSPACEONUSE |
SVGAnimatedRect |
viewBox |
java.lang.String |
xmllang |
java.lang.String |
xmlspace |
id, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGMarkerElement() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedString |
getClassName() |
SVGAnimatedBoolean |
getExternalResourcesRequired() |
CSSValue |
getPresentationAttribute() |
CSSValue |
getPresentationAttribute(java.lang.String name) |
SVGAnimatedPreserveAspectRatio |
getPreserveAspectRatio() |
SVGAnimatedRect |
getViewBox() |
java.lang.String |
getXmllang() |
java.lang.String |
getXmlspace() |
void |
setClassName(SVGAnimatedString className) |
void |
setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired) |
void |
setOrientToAngle() |
void |
setOrientToAngle(SVGAngle angle) |
java.lang.Object |
setOrientToAuto() |
void |
setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio preserveAspectRatio) |
void |
setViewBox(SVGAnimatedRect viewBox) |
void |
setXmllang(java.lang.String xmllang) |
void |
setXmlspace(java.lang.String xmlspace) |
public static final double SVG_MARKERUNITS_STROKEWIDTH
public static final double SVG_MARKERUNITS_UNKNOWN
public static final double SVG_MARKERUNITS_USERSPACEONUSE
public static final double SVG_MARKER_ORIENT_ANGLE
public static final double SVG_MARKER_ORIENT_AUTO
public static final double SVG_MARKER_ORIENT_UNKNOWN
public SVGAnimatedString className
public SVGAnimatedBoolean externalResourcesRequired
public SVGAnimatedLength markerHeight
public SVGAnimatedEnumeration markerUnits
public SVGAnimatedLength markerWidth
public SVGAnimatedAngle orientAngle
public SVGAnimatedEnumeration orientType
public SVGAnimatedPreserveAspectRatio preserveAspectRatio
public SVGAnimatedLength refX
public SVGAnimatedLength refY
public SVGAnimatedRect viewBox
public java.lang.String xmllang
public java.lang.String xmlspace
public SVGAnimatedString getClassName()
getClassName in interface SVGStylablepublic SVGAnimatedBoolean getExternalResourcesRequired()
getExternalResourcesRequired in interface SVGExternalResourcesRequiredpublic CSSValue getPresentationAttribute()
getPresentationAttribute in interface SVGStylablepublic CSSValue getPresentationAttribute(java.lang.String name)
getPresentationAttribute in interface SVGStylablepublic SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
getPreserveAspectRatio in interface SVGFitToViewBoxpublic SVGAnimatedRect getViewBox()
getViewBox in interface SVGFitToViewBoxpublic java.lang.String getXmllang()
getXmllang in interface SVGLangSpacepublic java.lang.String getXmlspace()
getXmlspace in interface SVGLangSpacepublic void setClassName(SVGAnimatedString className)
setClassName in interface SVGStylablepublic void setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired)
setExternalResourcesRequired in interface SVGExternalResourcesRequiredpublic void setOrientToAngle()
public void setOrientToAngle(SVGAngle angle)
public java.lang.Object setOrientToAuto()
public void setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio preserveAspectRatio)
setPreserveAspectRatio in interface SVGFitToViewBoxpublic void setViewBox(SVGAnimatedRect viewBox)
setViewBox in interface SVGFitToViewBoxpublic void setXmllang(java.lang.String xmllang)
setXmllang in interface SVGLangSpacepublic void setXmlspace(java.lang.String xmlspace)
setXmlspace in interface SVGLangSpace