plot2d ~master (2018-04-16T18:21:42Z)
Dub
Repo
PlainStyle
plot2d
style
class
PlainStyle :
Style
{
Style
parent
;
string
trName
(
string
parameter
)
;
class
SVHP
(Value, string fld)
;
SVH
!
double
_number
;
SVH
!
Color
_color
;
SVH
!
string
_strval
;
this
(
Style
p
)
;
Style
getSubstyle
(
string
name
)
;
}
Constructors
this
this
(
Style
p
)
Members
Classes
SVHP
class
SVHP
(Value, string fld)
Functions
getSubstyle
Style
getSubstyle
(
string
name
)
trName
string
trName
(
string
parameter
)
Variables
parent
Style
parent
;
Inherited Members
From Style
SVH
alias
SVH
(
T
)
=
ValueHandler
!(
string
,
T
)
getSubstyle
Style
getSubstyle
(
string
name
)
number
SVH
!
double
number
[@property getter]
color
SVH
!
Color
color
[@property getter]
strval
SVH
!
string
strval
[@property getter]
Meta
Source
See Implementation
plot2d
style
classes
NSStyle
PlainStyle
interfaces
Style
Stylized
ValueHandler