Options
All
  • Public
  • Public/Protected
  • All
Menu

A map between the abstract element shapes and their implementation for each supported RaphaelTechnology.

Hierarchy

  • RaphaelElementImplementationMap

Index

Properties

circle: RaphaelElementByTechnologyMap<SVGCircleElement, Element>

The elements that implement the RaphaelPaper.circle shape.

ellipse: RaphaelElementByTechnologyMap<SVGEllipseElement, Element>

The elements that implement the RaphaelPaper.ellipse shape.

image: RaphaelElementByTechnologyMap<SVGImageElement, Element>

The elements that implement the RaphaelPaper.image shape.

path: RaphaelElementByTechnologyMap<SVGPathElement, Element>

The elements that implement the RaphaelPaper.path shape.

rect: RaphaelElementByTechnologyMap<SVGRectElement, Element>

The elements that implement the RaphaelPaper.rect shape.

text: RaphaelElementByTechnologyMap<SVGTextElement, Element>

The elements that implement the RaphaelPaper.text shape.

Generated using TypeDoc