Class: RobotData โ
Hierarchy โ
โณ
RobotData
Table of contents โ
Constructors โ
Properties โ
- _robot
- _action
- __input
- __middle
- __single
- __naturalWidth
- __naturalHeight
- __pathForRender
- __leaf
- __blendLayer
- __isFills
- __isStrokes
- __pixelFill
- __pixelStroke
- __needComputePaint
- _visible
- _width
- _height
- _fill
- _stroke
- _path
- _shadow
- _innerShadow
Accessors โ
- __drawAfterFill
- __useNaturalRatio
- __isLinePath
- __blendMode
- scale
- __strokeWidth
- __hasStroke
- __clipAfterFill
- __autoWidth
- __autoHeight
- __autoSide
- __autoSize
Methods โ
- setRobot
- setAction
- __get
- __getData
- __setInput
- __getInput
- __removeInput
- __getInputData
- __setMiddle
- __getMiddle
- __checkSingle
- __removeNaturalSize
- destroy
- setVisible
- setWidth
- setHeight
- setFill
- setStroke
- setPath
- setShadow
- setInnerShadow
- __computePaint
Constructors โ
constructor โ
โข new RobotData(leaf
): RobotData
Parameters โ
Name | Type |
---|---|
leaf | ILeaf |
Returns โ
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:30
Properties โ
_robot โ
โข Protected
_robot: IRobotKeyframe
| IRobotKeyframe
[]
Defined in โ
in/packages/robot/src/data/RobotData.ts:9
_action โ
โข Protected
_action: string
Defined in โ
in/packages/robot/src/data/RobotData.ts:10
__input โ
โข __input: IObject
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:7
__middle โ
โข __middle: IObject
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:8
__single โ
โข __single: boolean
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:10
__naturalWidth โ
โข Optional
__naturalWidth: number
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:12
__naturalHeight โ
โข Optional
__naturalHeight: number
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:13
__pathForRender โ
โข Optional
__pathForRender: IPathCommandData
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:15
__leaf โ
โข __leaf: IUI
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:13
__blendLayer โ
โข Optional
__blendLayer: boolean
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:17
__isFills โ
โข Optional
__isFills: boolean
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:19
__isStrokes โ
โข Optional
__isStrokes: boolean
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:20
__pixelFill โ
โข Optional
__pixelFill: boolean
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:34
__pixelStroke โ
โข Optional
__pixelStroke: boolean
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:35
__needComputePaint โ
โข __needComputePaint: boolean
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:39
_visible โ
โข Protected
Optional
_visible: boolean
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:41
_width โ
โข Protected
Optional
_width: number
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:43
_height โ
โข Protected
Optional
_height: number
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:44
_fill โ
โข Protected
Optional
_fill: IValue
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:46
_stroke โ
โข Protected
Optional
_stroke: IValue
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:47
_path โ
โข Protected
_path: IPathCommandData
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:49
_shadow โ
โข Protected
Optional
_shadow: IValue
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:51
_innerShadow โ
โข Protected
Optional
_innerShadow: IValue
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:52
Accessors โ
__drawAfterFill โ
โข get
__drawAfterFill(): boolean
Returns โ
boolean
Defined in โ
in/packages/robot/src/data/RobotData.ts:7
__useNaturalRatio โ
โข get
__useNaturalRatio(): boolean
Returns โ
boolean
Inherited from โ
UIData.__useNaturalRatio
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:17
__isLinePath โ
โข get
__isLinePath(): boolean
Returns โ
boolean
Inherited from โ
UIData.__isLinePath
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:19
__blendMode โ
โข get
__blendMode(): string
Returns โ
string
Inherited from โ
UIData.__blendMode
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:24
scale โ
โข get
scale(): number
| IPointData
Returns โ
number
| IPointData
Inherited from โ
UIData.scale
Defined in โ
ui/packages/display-module/data/src/UIData.ts:15
__strokeWidth โ
โข get
__strokeWidth(): number
Returns โ
number
Inherited from โ
UIData.__strokeWidth
Defined in โ
ui/packages/display-module/data/src/UIData.ts:22
__hasStroke โ
โข get
__hasStroke(): boolean
Returns โ
boolean
Inherited from โ
UIData.__hasStroke
Defined in โ
ui/packages/display-module/data/src/UIData.ts:32
__clipAfterFill โ
โข get
__clipAfterFill(): boolean
Returns โ
boolean
Inherited from โ
UIData.__clipAfterFill
Defined in โ
ui/packages/display-module/data/src/UIData.ts:37
__autoWidth โ
โข get
__autoWidth(): boolean
Returns โ
boolean
Inherited from โ
UIData.__autoWidth
Defined in โ
ui/packages/display-module/data/src/UIData.ts:54
__autoHeight โ
โข get
__autoHeight(): boolean
Returns โ
boolean
Inherited from โ
UIData.__autoHeight
Defined in โ
ui/packages/display-module/data/src/UIData.ts:55
__autoSide โ
โข get
__autoSide(): boolean
Returns โ
boolean
Inherited from โ
UIData.__autoSide
Defined in โ
ui/packages/display-module/data/src/UIData.ts:56
__autoSize โ
โข get
__autoSize(): boolean
Returns โ
boolean
Inherited from โ
UIData.__autoSize
Defined in โ
ui/packages/display-module/data/src/UIData.ts:57
Methods โ
setRobot โ
โธ setRobot(value
): void
Parameters โ
Name | Type |
---|---|
value | IRobotKeyframe | IRobotKeyframe [] |
Returns โ
void
Defined in โ
in/packages/robot/src/data/RobotData.ts:12
setAction โ
โธ setAction(value
): void
Parameters โ
Name | Type |
---|---|
value | string |
Returns โ
void
Defined in โ
in/packages/robot/src/data/RobotData.ts:17
__get โ
โธ __get(name
): any
Parameters โ
Name | Type |
---|---|
name | string |
Returns โ
any
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:34
__getData โ
โธ __getData(): IObject
Returns โ
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:42
__setInput โ
โธ __setInput(name
, value
): void
Parameters โ
Name | Type |
---|---|
name | string |
value | any |
Returns โ
void
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:54
__getInput โ
โธ __getInput(name
): any
Parameters โ
Name | Type |
---|---|
name | string |
Returns โ
any
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:59
__removeInput โ
โธ __removeInput(name
): void
Parameters โ
Name | Type |
---|---|
name | string |
Returns โ
void
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:70
__getInputData โ
โธ __getInputData(names?
, options?
): IObject
Parameters โ
Name | Type |
---|---|
names? | string [] | IObject |
options? | IJSONOptions |
Returns โ
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:74
__setMiddle โ
โธ __setMiddle(name
, value
): void
Parameters โ
Name | Type |
---|---|
name | string |
value | any |
Returns โ
void
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:114
__getMiddle โ
โธ __getMiddle(name
): any
Parameters โ
Name | Type |
---|---|
name | string |
Returns โ
any
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:119
__checkSingle โ
โธ __checkSingle(): void
Returns โ
void
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:123
__removeNaturalSize โ
โธ __removeNaturalSize(): void
Returns โ
void
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:137
destroy โ
โธ destroy(): void
Returns โ
void
Inherited from โ
Defined in โ
leafer/packages/display-module/data/src/LeafData.ts:141
setVisible โ
โธ setVisible(value
): void
Parameters โ
Name | Type |
---|---|
value | boolean |
Returns โ
void
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:60
setWidth โ
โธ setWidth(value
): void
Parameters โ
Name | Type |
---|---|
value | number |
Returns โ
void
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:67
setHeight โ
โธ setHeight(value
): void
Parameters โ
Name | Type |
---|---|
value | number |
Returns โ
void
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:75
setFill โ
โธ setFill(value
): void
Parameters โ
Name | Type |
---|---|
value | IValue |
Returns โ
void
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:84
setStroke โ
โธ setStroke(value
): void
Parameters โ
Name | Type |
---|---|
value | IValue |
Returns โ
void
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:102
setPath โ
โธ setPath(value
): void
Parameters โ
Name | Type |
---|---|
value | string | IPathCommandData | IPathCommandObject [] |
Returns โ
void
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:120
setShadow โ
โธ setShadow(value
): void
Parameters โ
Name | Type |
---|---|
value | IValue |
Returns โ
void
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:132
setInnerShadow โ
โธ setInnerShadow(value
): void
Parameters โ
Name | Type |
---|---|
value | IValue |
Returns โ
void
Inherited from โ
Defined in โ
ui/packages/display-module/data/src/UIData.ts:140
__computePaint โ
โธ __computePaint(): void
Returns โ
void