nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CanvasDrawingStyles Interface Reference

import <html.idl;

Public Member Functions

void setLineDash (sequence< unrestricted double > segments)
 
sequence< unrestricted double > getLineDash ()
 

Public Attributes

attribute unrestricted double lineWidth
 
attribute DOMString lineCap
 
attribute DOMString lineJoin
 
attribute unrestricted double miterLimit
 
attribute unrestricted double lineDashOffset
 
attribute DOMString font
 
attribute DOMString textAlign
 
attribute DOMString textBaseline
 
attribute DOMString direction
 

Detailed Description

Definition at line 1239 of file html.idl.

Member Function Documentation

◆ getLineDash()

sequence< unrestricted double > CanvasDrawingStyles::getLineDash ( )

◆ setLineDash()

void CanvasDrawingStyles::setLineDash ( sequence< unrestricted double >  segments)

Member Data Documentation

◆ direction

attribute DOMString CanvasDrawingStyles::direction

Definition at line 1255 of file html.idl.

◆ font

attribute DOMString CanvasDrawingStyles::font

Definition at line 1252 of file html.idl.

◆ lineCap

attribute DOMString CanvasDrawingStyles::lineCap

Definition at line 1242 of file html.idl.

◆ lineDashOffset

attribute unrestricted double CanvasDrawingStyles::lineDashOffset

Definition at line 1249 of file html.idl.

◆ lineJoin

attribute DOMString CanvasDrawingStyles::lineJoin

Definition at line 1243 of file html.idl.

◆ lineWidth

attribute unrestricted double CanvasDrawingStyles::lineWidth

Definition at line 1241 of file html.idl.

◆ miterLimit

attribute unrestricted double CanvasDrawingStyles::miterLimit

Definition at line 1244 of file html.idl.

◆ textAlign

attribute DOMString CanvasDrawingStyles::textAlign

Definition at line 1253 of file html.idl.

◆ textBaseline

attribute DOMString CanvasDrawingStyles::textBaseline

Definition at line 1254 of file html.idl.


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