plot2d v0.1.4 (2018-04-16T18:21:42Z)
Dub
Repo
PlainStyle.SVHP
plot2d
style
PlainStyle
Undocumented in source.
class
PlainStyle
protected
class
SVHP : SVH!Value(
Value
string
fld
) {
Value
defaultValue
;
Value
[
string
]
data
;
this
(Value dv);
Value
opIndex
(string p);
void
opIndexAssign
(Value val, string p);
Value
get
(string p, Value val);
void
set
(string p, Value val);
}
Constructors
this
this
(Value dv)
Undocumented in source.
Members
Functions
get
Value
get
(string p, Value val)
opIndex
Value
opIndex
(string p)
opIndexAssign
void
opIndexAssign
(Value val, string p)
set
void
set
(string p, Value val)
Variables
data
Value
[
string
]
data
;
Undocumented in source.
defaultValue
Value
defaultValue
;
Undocumented in source.
Meta
Source
See Implementation
plot2d
style
PlainStyle
classes
SVHP
constructors
this
functions
getSubstyle
trName
properties
color
number
strval
variables
_color
_number
_strval
parent