webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
SVGMarkerElement Interface Reference

import"SVGMarkerElement.idl";

Inheritance diagram for SVGMarkerElement:
SVGElement

Public Member Functions

void setOrientToAuto ()
 
void setOrientToAngle (SVGAngle angle)
 
- Public Member Functions inherited from SVGElement
DeprecatedCSSOMValue getPresentationAttribute (optional DOMString name="undefined")
 
void focus ()
 
void blur ()
 

Public Attributes

const unsigned short SVG_MARKERUNITS_UNKNOWN = 0
 
const unsigned short SVG_MARKERUNITS_USERSPACEONUSE = 1
 
const unsigned short SVG_MARKERUNITS_STROKEWIDTH = 2
 
const unsigned short SVG_MARKER_ORIENT_UNKNOWN = 0
 
const unsigned short SVG_MARKER_ORIENT_AUTO = 1
 
const unsigned short SVG_MARKER_ORIENT_ANGLE = 2
 
readonly attribute SVGAnimatedLength refX
 
readonly attribute SVGAnimatedLength refY
 
readonly attribute SVGAnimatedEnumeration markerUnits
 
readonly attribute SVGAnimatedLength markerWidth
 
readonly attribute SVGAnimatedLength markerHeight
 
readonly attribute SVGAnimatedEnumeration orientType
 
readonly attribute SVGAnimatedAngle orientAngle
 
- Public Attributes inherited from SVGElement
readonly attribute SVGSVGElement ownerSVGElement
 
readonly attribute SVGElement viewportElement
 
attribute DOMString xmllang
 
attribute DOMString xmlspace
 
readonly attribute SVGAnimatedString className
 
readonly attribute CSSStyleDeclaration style
 
attribute long tabIndex
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ setOrientToAngle()

void SVGMarkerElement::setOrientToAngle ( SVGAngle  angle)

◆ setOrientToAuto()

void SVGMarkerElement::setOrientToAuto ( )

Member Data Documentation

◆ markerHeight

readonly attribute SVGAnimatedLength SVGMarkerElement::markerHeight

◆ markerUnits

readonly attribute SVGAnimatedEnumeration SVGMarkerElement::markerUnits

◆ markerWidth

readonly attribute SVGAnimatedLength SVGMarkerElement::markerWidth

◆ orientAngle

readonly attribute SVGAnimatedAngle SVGMarkerElement::orientAngle

◆ orientType

readonly attribute SVGAnimatedEnumeration SVGMarkerElement::orientType

◆ refX

readonly attribute SVGAnimatedLength SVGMarkerElement::refX

◆ refY

readonly attribute SVGAnimatedLength SVGMarkerElement::refY

◆ SVG_MARKER_ORIENT_ANGLE

const unsigned short SVGMarkerElement::SVG_MARKER_ORIENT_ANGLE = 2

◆ SVG_MARKER_ORIENT_AUTO

const unsigned short SVGMarkerElement::SVG_MARKER_ORIENT_AUTO = 1

◆ SVG_MARKER_ORIENT_UNKNOWN

const unsigned short SVGMarkerElement::SVG_MARKER_ORIENT_UNKNOWN = 0

◆ SVG_MARKERUNITS_STROKEWIDTH

const unsigned short SVGMarkerElement::SVG_MARKERUNITS_STROKEWIDTH = 2

◆ SVG_MARKERUNITS_UNKNOWN

const unsigned short SVGMarkerElement::SVG_MARKERUNITS_UNKNOWN = 0

◆ SVG_MARKERUNITS_USERSPACEONUSE

const unsigned short SVGMarkerElement::SVG_MARKERUNITS_USERSPACEONUSE = 1

The documentation for this interface was generated from the following file: