Preparing search index...
The search index is not available
mdv
mdv
browser/tracks
Graphics
Class Graphics
Index
Constructors
constructor
Properties
nucleotide
Colors
Methods
dashed
Line
do
Path
draw
Arrowhead
fill
Circle
fill
Polygon
fill
Rect
fill
Text
set
Properties
stroke
Circle
stroke
Line
stroke
Polygon
stroke
Text
Constructors
constructor
new
Graphics
()
:
Graphics
Returns
Graphics
Properties
Static
nucleotide
Colors
nucleotideColors
:
{
a
:
string
;
A
:
string
;
c
:
string
;
C
:
string
;
g
:
string
;
G
:
string
;
t
:
string
;
T
:
string
;
}
Methods
Static
dashed
Line
dashedLine
(
ctx
:
any
,
x1
:
any
,
y1
:
any
,
x2
:
any
,
y2
:
any
,
dashLen
:
any
,
properties
:
any
,
)
:
void
Parameters
ctx
:
any
x1
:
any
y1
:
any
x2
:
any
y2
:
any
dashLen
:
any
properties
:
any
Returns
void
Static
do
Path
doPath
(
ctx
:
any
,
x
:
any
,
y
:
any
)
:
void
Parameters
ctx
:
any
x
:
any
y
:
any
Returns
void
Static
draw
Arrowhead
drawArrowhead
(
ctx
:
any
,
x
:
any
,
y
:
any
,
size
:
any
,
lineWidth
:
any
)
:
void
Parameters
ctx
:
any
x
:
any
y
:
any
size
:
any
lineWidth
:
any
Returns
void
Static
fill
Circle
fillCircle
(
ctx
:
any
,
x
:
any
,
y
:
any
,
radius
:
any
)
:
void
Parameters
ctx
:
any
x
:
any
y
:
any
radius
:
any
Returns
void
Static
fill
Polygon
fillPolygon
(
ctx
:
any
,
x
:
any
,
y
:
any
,
properties
:
any
)
:
void
Parameters
ctx
:
any
x
:
any
y
:
any
properties
:
any
Returns
void
Static
fill
Rect
fillRect
(
ctx
:
any
,
x
:
any
,
y
:
any
,
w
:
any
,
h
:
any
,
properties
:
any
)
:
void
Parameters
ctx
:
any
x
:
any
y
:
any
w
:
any
h
:
any
properties
:
any
Returns
void
Static
fill
Text
fillText
(
ctx
:
any
,
text
:
any
,
x
:
any
,
y
:
any
,
properties
:
any
,
transforms
:
any
,
)
:
void
Parameters
ctx
:
any
text
:
any
x
:
any
y
:
any
properties
:
any
transforms
:
any
Returns
void
Static
set
Properties
setProperties
(
ctx
:
any
,
properties
:
any
)
:
void
Parameters
ctx
:
any
properties
:
any
Returns
void
Static
stroke
Circle
strokeCircle
(
ctx
:
any
,
x
:
any
,
y
:
any
,
radius
:
any
)
:
void
Parameters
ctx
:
any
x
:
any
y
:
any
radius
:
any
Returns
void
Static
stroke
Line
strokeLine
(
ctx
:
any
,
x1
:
any
,
y1
:
any
,
x2
:
any
,
y2
:
any
,
properties
:
any
)
:
void
Parameters
ctx
:
any
x1
:
any
y1
:
any
x2
:
any
y2
:
any
properties
:
any
Returns
void
Static
stroke
Polygon
strokePolygon
(
ctx
:
any
,
x
:
any
,
y
:
any
,
properties
:
any
)
:
void
Parameters
ctx
:
any
x
:
any
y
:
any
properties
:
any
Returns
void
Static
stroke
Text
strokeText
(
ctx
:
any
,
text
:
any
,
x
:
any
,
y
:
any
,
properties
:
any
,
transforms
:
any
,
)
:
void
Parameters
ctx
:
any
text
:
any
x
:
any
y
:
any
properties
:
any
transforms
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
nucleotide
Colors
Methods
dashed
Line
do
Path
draw
Arrowhead
fill
Circle
fill
Polygon
fill
Rect
fill
Text
set
Properties
stroke
Circle
stroke
Line
stroke
Polygon
stroke
Text
mdv
Loading...