plot2d ~master (2022-01-15T15:41:32.7834376)
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