plot2d v0.1.4 (2018-04-16T18:21:42Z)
Dub
Repo
Stylized
plot2d
style
interface
Stylized {
void
setRootStyle
(Style root);
void
setStyle
(Style );
string
styleName
[@property getter];
Style
style
[@property getter];
mixintemplate
StylizedHelper
(string NAME = "")
;
}
Members
Functions
setRootStyle
void
setRootStyle
(Style root)
get sub style from root and set style
setStyle
void
setStyle
(Style )
Mixin templates
StylizedHelper
mixintemplate
StylizedHelper
(string NAME = "")
Properties
style
Style
style
[@property getter]
styleName
string
styleName
[@property getter]
Meta
Source
See Implementation
plot2d
style
classes
NSStyle
PlainStyle
interfaces
Style
Stylized
ValueHandler