plot2d v0.1.4 (2018-04-16T18:21:42Z)
Dub
Repo
Style
plot2d
style
interface
Style {
alias
SVH
(
T
)
=
ValueHandler
!(
string
,
T
)
;
Style
getSubstyle
(string name);
SVH
!
double
number
[@property getter];
SVH
!
Color
color
[@property getter];
SVH
!
string
strval
[@property getter];
}
Members
Aliases
SVH
alias
SVH
(
T
)
=
ValueHandler
!(
string
,
T
)
Functions
getSubstyle
Style
getSubstyle
(string name)
Properties
color
SVH
!
Color
color
[@property getter]
number
SVH
!
double
number
[@property getter]
strval
SVH
!
string
strval
[@property getter]
Meta
Source
See Implementation
plot2d
style
classes
NSStyle
PlainStyle
interfaces
Style
Stylized
ValueHandler