SymbolView Module
Functions and values
Function or value | Description |
Full Usage:
addClock pos colour opacity
Parameters:
XYPos
colour : string
opacity : float
Returns: ReactElement list
|
|
Full Usage:
addHorizontalColorLine posX1 posX2 posY opacity color
Parameters:
'a
posX2 : 'b
posY : 'c
opacity : float
color : string
Returns: ReactElement list
|
|
Full Usage:
addHorizontalLine posX1 posX2 posY opacity
Parameters:
'a
posX2 : 'b
posY : 'c
opacity : float
Returns: ReactElement list
|
|
Full Usage:
addLegendText pos name alignment weight size
Parameters:
XYPos
name : string
alignment : string
weight : string
size : string
Returns: ReactElement list
|
|
|
|
Full Usage:
addText pos name alignment weight size
Parameters:
XYPos
name : string
alignment : string
weight : string
size : string
Returns: ReactElement list
|
|
Full Usage:
createAnyPath startingPoint pathAttr colour strokeWidth outlineColour
Parameters:
XYPos
pathAttr : string
colour : string
strokeWidth : string
outlineColour : string
Returns: ReactElement list
|
|
Full Usage:
createBiColorPolygon points colour strokeColor opacity strokeWidth comp
Parameters:
string
colour : string
strokeColor : string
opacity : float
strokeWidth : string
comp : Component
Returns: ReactElement list
|
|
Full Usage:
createPath startingPoint startingControlPoint endingControlPoint endingPoint
Parameters: Returns: ReactElement list
|
|
Full Usage:
createPolygon points colour opacity
Parameters:
string
colour : string
opacity : float
Returns: ReactElement list
|
|
|
|
Full Usage:
drawCorners showCorners symb
Parameters:
ShowCorners
symb : Symbol
Returns: ReactElement list
|
|
|
|
|
|
|
|
Full Usage:
outlineColor color
Parameters:
string
Returns: string
|
|
Full Usage:
rotatePoints points centre transform
Parameters:
XYPos[]
centre : XYPos
transform : STransform
Returns: XYPos[]
|
|
|
|