Ternary Type
Constructors
Constructor | Description |
|
Static members
Static member | Description |
Full Usage:
Ternary.getAAxis ternary
Parameters:
Ternary
-
The ternary object to get the a axis from
Returns: LinearAxis
|
|
Full Usage:
Ternary.getBAxis ternary
Parameters:
Ternary
-
The ternary object to get the b axis from
Returns: LinearAxis
|
|
Full Usage:
Ternary.getCAxis ternary
Parameters:
Ternary
-
The ternary object to get the c axis from
Returns: LinearAxis
|
|
Full Usage:
Ternary.init (?AAxis, ?BAxis, ?CAxis, ?Domain, ?Sum, ?BGColor)
Parameters:
LinearAxis
-
Sets the ternary A Axis
?BAxis : LinearAxis
-
Sets the ternary B Axis
?CAxis : LinearAxis
-
Sets the ternary C Axis
?Domain : Domain
-
Sets the ternary domain
?Sum : 'a
-
The number each triplet should sum to, and the maximum range of each axis
?BGColor : Color
-
Sets the background color of the ternary layout.
Returns: Ternary
|
|
Full Usage:
Ternary.setAAxis aAxis
Parameters:
LinearAxis
-
The new a axis object
Returns: Ternary -> Ternary
|
|
Full Usage:
Ternary.setBAxis bAxis
Parameters:
LinearAxis
-
The new b axis object
Returns: Ternary -> Ternary
|
|
Full Usage:
Ternary.setCAxis cAxis
Parameters:
LinearAxis
-
The new c axis object
Returns: Ternary -> Ternary
|
|
Full Usage:
Ternary.style (?AAxis, ?BAxis, ?CAxis, ?Domain, ?Sum, ?BGColor)
Parameters:
LinearAxis
-
Sets the ternary A Axis
?BAxis : LinearAxis
-
Sets the ternary B Axis
?CAxis : LinearAxis
-
Sets the ternary C Axis
?Domain : Domain
-
Sets the ternary domain
?Sum : 'a
-
The number each triplet should sum to, and the maximum range of each axis
?BGColor : Color
-
Sets the background color of the ternary layout.
Returns: Ternary -> Ternary
|
|
Full Usage:
Ternary.tryGetTypedMember propName ternary
Parameters:
string
-
The name of the dynamic member to get the value of
ternary : Ternary
-
The object to get the dynamic member value from
Returns: 'T option
|
|