plot2d v0.1.4 (2018-04-16T18:21:42Z)
Dub
Repo
Axis
plot2d
axis
class
Axis :
Drawable
, Stylized {
mixin
StylizedHelper
!
"axis"
;
bool
vertical
;
bool
horisontal
;
double
[]
dash
;
double
dashOffset
;
this
(Style root);
void
draw
(Ctx cr, Trtor tr);
void
setupStyle
(Ctx cr);
void
drawLines
(Ctx , Trtor );
}
Constructors
this
this
(Style root)
Members
Functions
draw
void
draw
(Ctx cr, Trtor tr)
Undocumented in source. Be warned that the author may not have intended to support it.
drawLines
void
drawLines
(Ctx , Trtor )
Undocumented in source.
setupStyle
void
setupStyle
(Ctx cr)
Mixins
__anonymous
mixin
StylizedHelper
!
"axis"
Undocumented in source.
Variables
dash
double
[]
dash
;
Undocumented in source.
dashOffset
double
dashOffset
;
Undocumented in source.
horisontal
bool
horisontal
;
Undocumented in source.
vertical
bool
vertical
;
Undocumented in source.
Inherited Members
From Drawable
draw
void
draw
(Ctx , Trtor )
Meta
Source
See Implementation
plot2d
axis
classes
Axis
Grid
LBAxis
ZeroAxis