Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

SVGMarkerElement Interface Reference

Inherits org::w3c::dom::svg::SVGElement, org::w3c::dom::svg::SVGLangSpace, org::w3c::dom::svg::SVGExternalResourcesRequired, org::w3c::dom::svg::SVGStylable, and org::w3c::dom::svg::SVGFitToViewBox.

List of all members.


Public Member Functions

SVGAnimatedLength getRefX ()
SVGAnimatedLength getRefY ()
SVGAnimatedEnumeration getMarkerUnits ()
SVGAnimatedLength getMarkerWidth ()
SVGAnimatedLength getMarkerHeight ()
SVGAnimatedEnumeration getOrientType ()
SVGAnimatedAngle getOrientAngle ()
void setOrientToAuto ()
void setOrientToAngle (SVGAngle angle)

Static Public Attributes

static final short SVG_MARKERUNITS_UNKNOWN = 0
static final short SVG_MARKERUNITS_USERSPACEONUSE = 1
static final short SVG_MARKERUNITS_STROKEWIDTH = 2
static final short SVG_MARKER_ORIENT_UNKNOWN = 0
static final short SVG_MARKER_ORIENT_AUTO = 1
static final short SVG_MARKER_ORIENT_ANGLE = 2

Member Function Documentation

SVGAnimatedLength getRefX (  ) 

SVGAnimatedLength getRefY (  ) 

SVGAnimatedEnumeration getMarkerUnits (  ) 

SVGAnimatedLength getMarkerWidth (  ) 

SVGAnimatedLength getMarkerHeight (  ) 

SVGAnimatedEnumeration getOrientType (  ) 

SVGAnimatedAngle getOrientAngle (  ) 

void setOrientToAuto (  ) 

void setOrientToAngle ( SVGAngle  angle  ) 


Member Data Documentation

final short SVG_MARKERUNITS_UNKNOWN = 0 [static]

final short SVG_MARKERUNITS_USERSPACEONUSE = 1 [static]

final short SVG_MARKERUNITS_STROKEWIDTH = 2 [static]

final short SVG_MARKER_ORIENT_UNKNOWN = 0 [static]

final short SVG_MARKER_ORIENT_AUTO = 1 [static]

final short SVG_MARKER_ORIENT_ANGLE = 2 [static]