็ฎไฝไธญๆ
Class: SelectArea โ
Hierarchy โ
โณ
SelectArea
Implements โ
Table of contents โ
Constructors โ
Properties โ
- strokeArea
- fillArea
- innerId
- syncEventer
- lockNormalStyle
- __layout
- __world
- __local
- __nowWorld
- __cameraWorld
- __worldOpacity
- __level
- __tempNumber
- __hasAutoLayout
- __hasMask
- __hasEraser
- __hitCanvas
- __captureMap
- __bubbleMap
- __hasLocalEvent
- __hasWorldEvent
- destroyed
- __
- width
- height
- children
- childlessJSON
- proxyData
- __proxyData
- leafer
- parent
- zoomLayer
- id
- name
- className
- blendMode
- opacity
- visible
- locked
- dim
- dimskip
- zIndex
- mask
- eraser
- x
- y
- scaleX
- scaleY
- rotation
- skewX
- skewY
- offsetX
- offsetY
- scrollX
- scrollY
- origin
- around
- lazy
- pixelRatio
- renderSpread
- path
- windingRule
- closed
- flow
- padding
- gap
- flowAlign
- flowWrap
- itemBox
- inFlow
- autoWidth
- autoHeight
- lockRatio
- autoBox
- widthRange
- heightRange
- draggable
- dragBounds
- editable
- hittable
- hitFill
- hitStroke
- hitBox
- hitChildren
- hitSelf
- hitRadius
- cursor
- fill
- stroke
- strokeAlign
- strokeWidth
- strokeWidthFixed
- strokeCap
- strokeJoin
- dashPattern
- dashOffset
- miterLimit
- startArrow
- endArrow
- cornerRadius
- cornerSmoothing
- shadow
- innerShadow
- blur
- backgroundBlur
- grayscale
- filter
- animation
- animationOut
- transition
- transitionOut
- motionPath
- motionPrecision
- motion
- motionRotation
- states
- state
- selected
- disabled
- normalStyle
- hoverStyle
- pressStyle
- focusStyle
- selectedStyle
- disabledStyle
- placeholderStyle
- placeholderColor
- placeholderDelay
- button
- editConfig
- editOuter
- editInner
- data
- useFastShadow
- __box
- __animate
Accessors โ
- tag
- innerName
- __DataProcessor
- __LayoutProcessor
- leaferIsCreated
- leaferIsReady
- isLeafer
- isBranchLeaf
- __localMatrix
- __localBoxBounds
- worldTransform
- localTransform
- boxBounds
- renderBounds
- worldBoxBounds
- worldStrokeBounds
- worldRenderBounds
- worldOpacity
- __worldFlipped
- __onlyHitMask
- __ignoreHitWorld
- __inLazyBounds
- pathInputed
- event
- __tag
- isBranch
- app
- isFrame
- scale
- isAutoWidth
- isAutoHeight
- pen
Methods โ
- setStyle
- setBounds
- resetCustom
- waitParent
- waitLeafer
- nextRender
- removeNextRender
- __bindLeafer
- setAttr
- getAttr
- getComputedAttr
- toString
- toSVG
- __SVG
- toHTML
- __setAttr
- __getAttr
- setProxyAttr
- getProxyAttr
- focus
- updateState
- updateLayout
- forceUpdate
- forceRender
- __extraUpdate
- __updateWorldMatrix
- __updateLocalMatrix
- __updateWorldBounds
- __updateLocalBounds
- __updateLocalBoxBounds
- __updateLocalStrokeBounds
- __updateLocalRenderBounds
- __updateBoxBounds
- __updateContentBounds
- __updateStrokeBounds
- __updateRenderBounds
- __updateAutoLayout
- __updateFlowLayout
- __updateNaturalSize
- __updateStrokeSpread
- __updateRenderSpread
- __updateEraser
- __renderEraser
- __updateMask
- __renderMask
- __getNowWorld
- getClampRenderScale
- getRenderScaleData
- getTransform
- getBounds
- getLayoutBounds
- getLayoutPoints
- getWorldBounds
- worldToLocal
- localToWorld
- worldToInner
- innerToWorld
- getBoxPoint
- getBoxPointByInner
- getInnerPoint
- getInnerPointByBox
- getInnerPointByLocal
- getLocalPoint
- getLocalPointByInner
- getPagePoint
- getWorldPoint
- getWorldPointByBox
- getWorldPointByLocal
- getWorldPointByPage
- setTransform
- transform
- move
- moveInner
- scaleOf
- rotateOf
- skewOf
- transformWorld
- moveWorld
- scaleOfWorld
- rotateOfWorld
- skewOfWorld
- flip
- scaleResize
- __scaleResize
- resizeWidth
- resizeHeight
- hit
- __hitWorld
- __hit
- __hitFill
- __hitStroke
- __hitPixel
- __drawHitPath
- __updateHitCanvas
- __render
- __drawFast
- __draw
- __clip
- __renderShape
- __drawShape
- __updateWorldOpacity
- __updateChange
- __updatePath
- getMotionPathData
- getMotionPoint
- getMotionTotal
- __updateMotionPath
- __runAnimation
- __updateSortChildren
- dropTo
- on
- off
- on_
- off_
- once
- emit
- emitEvent
- hasEvent
- changeAttr
- addAttr
- __emitLifeEvent
- reset
- __setBranch
- set
- toJSON
- pick
- addAt
- addAfter
- addBefore
- add
- addMany
- remove
- removeAll
- clear
- get
- createProxyData
- find
- findTag
- findOne
- findId
- getPath
- getPathString
- load
- __onUpdateSize
- __updateRenderPath
- __drawRenderPath
- __drawPath
- __drawPathByData
- __drawPathByBox
- drawImagePlaceholder
- animate
- killAnimate
- export
- syncExport
- clone
- one
- registerUI
- registerData
- setEditConfig
- setEditOuter
- setEditInner
- destroy
Constructors โ
constructor โ
โข new SelectArea(data?): SelectArea
Parameters โ
| Name | Type |
|---|---|
data? | IGroupInputData |
Returns โ
Overrides โ
Defined in โ
src/in/packages/editor/src/display/SelectArea.ts:12
Properties โ
strokeArea โ
โข Protected strokeArea: IRect
Defined in โ
src/in/packages/editor/src/display/SelectArea.ts:9
fillArea โ
โข Protected fillArea: IRect
Defined in โ
src/in/packages/editor/src/display/SelectArea.ts:10
innerId โ
โข Readonly innerId: number
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:32
syncEventer โ
โข Optional syncEventer: ILeaf
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:48
lockNormalStyle โ
โข Optional lockNormalStyle: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:49
__layout โ
โข __layout: ILeafLayout
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:52
__world โ
โข __world: IMatrixWithBoundsScaleData
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:54
__local โ
โข Optional __local: IMatrixWithBoundsData
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:55
__nowWorld โ
โข Optional __nowWorld: IMatrixWithBoundsScaleData
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:57
__cameraWorld โ
โข Optional __cameraWorld: IMatrixWithBoundsScaleData
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:58
__worldOpacity โ
โข __worldOpacity: number
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:63
__level โ
โข __level: number
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:79
__tempNumber โ
โข __tempNumber: number
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:80
__hasAutoLayout โ
โข Optional __hasAutoLayout: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:84
__hasMask โ
โข Optional __hasMask: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:85
__hasEraser โ
โข Optional __hasEraser: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:86
__hitCanvas โ
โข Optional __hitCanvas: IHitCanvas
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:87
__captureMap โ
โข Optional __captureMap: IEventListenerMap
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:98
__bubbleMap โ
โข Optional __bubbleMap: IEventListenerMap
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:99
__hasLocalEvent โ
โข Optional __hasLocalEvent: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:101
__hasWorldEvent โ
โข Optional __hasWorldEvent: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:102
destroyed โ
โข destroyed: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:107
__ โ
โข __: IGroupData
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:19
width โ
โข Optional width: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:23
height โ
โข Optional height: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:26
children โ
โข children: IUI[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:28
childlessJSON โ
โข Optional childlessJSON: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:30
proxyData โ
โข Optional proxyData: IUIInputData
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:21
__proxyData โ
โข Optional __proxyData: IUIInputData
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:22
leafer โ
โข Optional leafer: ILeafer
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:26
parent โ
โข Optional parent: IGroup
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:27
zoomLayer โ
โข zoomLayer: IGroup
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:30
id โ
โข Optional id: string
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:40
name โ
โข Optional name: string
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:43
className โ
โข Optional className: string
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:46
blendMode โ
โข Optional blendMode: IBlendMode
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:51
opacity โ
โข Optional opacity: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:54
visible โ
โข Optional visible: boolean | 0
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:57
locked โ
โข Optional locked: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:61
dim โ
โข Optional dim: number | boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:65
dimskip โ
โข Optional dimskip: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:68
zIndex โ
โข Optional zIndex: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:72
mask โ
โข Optional mask: boolean | IMaskType
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:76
eraser โ
โข Optional eraser: boolean | IEraserType
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:79
x โ
โข Optional x: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:84
y โ
โข Optional y: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:87
scaleX โ
โข Optional scaleX: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:98
scaleY โ
โข Optional scaleY: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:101
rotation โ
โข Optional rotation: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:105
skewX โ
โข Optional skewX: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:109
skewY โ
โข Optional skewY: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:112
offsetX โ
โข Optional offsetX: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:117
offsetY โ
โข Optional offsetY: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:120
scrollX โ
โข Optional scrollX: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:124
scrollY โ
โข Optional scrollY: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:127
origin โ
โข Optional origin: IUnitPointData | IDirection
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:132
around โ
โข Optional around: IUnitPointData | IDirection
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:135
lazy โ
โข Optional lazy: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:140
pixelRatio โ
โข Optional pixelRatio: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:143
renderSpread โ
โข Optional renderSpread: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:147
path โ
โข Optional path: string | IPathCommandData | IPathCommandObject[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:152
windingRule โ
โข Optional windingRule: IWindingRule
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:155
closed โ
โข Optional closed: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:158
flow โ
โข Optional flow: IFlowType
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:162
padding โ
โข Optional padding: IFourNumber
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:165
gap โ
โข Optional gap: IGap | IPointGap
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:167
flowAlign โ
โข Optional flowAlign: IFlowAxisAlign | IFlowAlign
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:169
flowWrap โ
โข Optional flowWrap: IFlowWrap
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:171
itemBox โ
โข Optional itemBox: IFlowBoxType
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:174
inFlow โ
โข Optional inFlow: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:176
autoWidth โ
โข Optional autoWidth: IAutoSize
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:179
autoHeight โ
โข Optional autoHeight: IAutoSize
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:181
lockRatio โ
โข Optional lockRatio: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:184
autoBox โ
โข Optional autoBox: IAutoBoxData | IConstraint
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:186
widthRange โ
โข Optional widthRange: IRangeSize
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:189
heightRange โ
โข Optional heightRange: IRangeSize
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:192
draggable โ
โข Optional draggable: boolean | IAxis
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:197
dragBounds โ
โข Optional dragBounds: "parent" | IBoundsData
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:200
editable โ
โข Optional editable: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:204
hittable โ
โข Optional hittable: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:209
hitFill โ
โข Optional hitFill: IHitType
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:212
hitStroke โ
โข Optional hitStroke: IHitType
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:215
hitBox โ
โข Optional hitBox: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:218
hitChildren โ
โข Optional hitChildren: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:221
hitSelf โ
โข Optional hitSelf: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:224
hitRadius โ
โข Optional hitRadius: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:227
cursor โ
โข Optional cursor: ICursorType | ICursorType[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:230
fill โ
โข Optional fill: IFill
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:238
stroke โ
โข Optional stroke: IStroke
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:243
strokeAlign โ
โข Optional strokeAlign: IStrokeAlign
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:246
strokeWidth โ
โข Optional strokeWidth: string | IFourNumber
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:249
strokeWidthFixed โ
โข Optional strokeWidthFixed: IScaleFixed
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:252
strokeCap โ
โข Optional strokeCap: IStrokeCap
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:255
strokeJoin โ
โข Optional strokeJoin: IStrokeJoin
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:258
dashPattern โ
โข Optional dashPattern: string | number[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:261
dashOffset โ
โข Optional dashOffset: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:264
miterLimit โ
โข Optional miterLimit: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:267
startArrow โ
โข Optional startArrow: IArrowType
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:272
endArrow โ
โข Optional endArrow: IArrowType
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:274
cornerRadius โ
โข Optional cornerRadius: string | IFourNumber
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:279
cornerSmoothing โ
โข Optional cornerSmoothing: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:282
shadow โ
โข Optional shadow: string | IShadowEffect | IShadowEffect[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:287
innerShadow โ
โข Optional innerShadow: string | IShadowEffect | IShadowEffect[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:290
blur โ
โข Optional blur: number | IBlurEffect
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:293
backgroundBlur โ
โข Optional backgroundBlur: number | IBlurEffect
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:296
grayscale โ
โข Optional grayscale: number | IGrayscaleEffect
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:299
filter โ
โข Optional filter: IFilter | IFilter[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:302
animation โ
โข Optional animation: IAnimation | IAnimation[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:307
animationOut โ
โข Optional animationOut: IAnimation | IAnimation[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:309
transition โ
โข Optional transition: ITransition
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:312
transitionOut โ
โข Optional transitionOut: ITransition
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:314
motionPath โ
โข Optional motionPath: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:319
motionPrecision โ
โข Optional motionPrecision: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:321
motion โ
โข Optional motion: number | IUnitData
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:324
motionRotation โ
โข Optional motionRotation: number | boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:326
states โ
โข Optional states: IStates
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:331
state โ
โข Optional state: string
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:333
selected โ
โข Optional selected: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:336
disabled โ
โข Optional disabled: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:338
normalStyle โ
โข Optional normalStyle: IStateStyle
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:341
hoverStyle โ
โข Optional hoverStyle: IStateStyle
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:343
pressStyle โ
โข Optional pressStyle: IStateStyle
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:345
focusStyle โ
โข Optional focusStyle: IStateStyle
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:347
selectedStyle โ
โข Optional selectedStyle: IStateStyle
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:349
disabledStyle โ
โข Optional disabledStyle: IStateStyle
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:351
placeholderStyle โ
โข Optional placeholderStyle: IStateStyle
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:354
placeholderColor โ
โข Optional placeholderColor: string
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:357
placeholderDelay โ
โข Optional placeholderDelay: number
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:360
button โ
โข Optional button: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:363
editConfig โ
โข editConfig: IEditorConfig
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:368
editOuter โ
โข editOuter: string
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:370
editInner โ
โข editInner: string
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:372
data โ
โข data: IObject
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:377
useFastShadow โ
โข Optional useFastShadow: boolean
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:386
__box โ
โข Optional __box: IUI
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:388
__animate โ
โข Optional __animate: IAnimate | IAnimateList
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:389
Accessors โ
tag โ
โข get tag(): string
Returns โ
string
Implementation of โ
Inherited from โ
Group.tag
Defined in โ
src/leafer/packages/display/src/Leaf.ts:27
โข set tag(_value): void
Parameters โ
| Name | Type |
|---|---|
_value | string |
Returns โ
void
Implementation of โ
Inherited from โ
Group.tag
Defined in โ
src/leafer/packages/display/src/Leaf.ts:28
innerName โ
โข get innerName(): string
Returns โ
string
Implementation of โ
Inherited from โ
Group.innerName
Defined in โ
src/leafer/packages/display/src/Leaf.ts:33
__DataProcessor โ
โข get __DataProcessor(): typeof LeafData
Returns โ
typeof LeafData
Implementation of โ
Inherited from โ
Group.__DataProcessor
Defined in โ
src/leafer/packages/display/src/Leaf.ts:35
__LayoutProcessor โ
โข get __LayoutProcessor(): typeof LeafLayout
Returns โ
typeof LeafLayout
Implementation of โ
Inherited from โ
Group.__LayoutProcessor
Defined in โ
src/leafer/packages/display/src/Leaf.ts:36
leaferIsCreated โ
โข get leaferIsCreated(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.leaferIsCreated
Defined in โ
src/leafer/packages/display/src/Leaf.ts:41
leaferIsReady โ
โข get leaferIsReady(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.leaferIsReady
Defined in โ
src/leafer/packages/display/src/Leaf.ts:42
isLeafer โ
โข get isLeafer(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.isLeafer
Defined in โ
src/leafer/packages/display/src/Leaf.ts:44
isBranchLeaf โ
โข get isBranchLeaf(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.isBranchLeaf
Defined in โ
src/leafer/packages/display/src/Leaf.ts:46
__localMatrix โ
โข get __localMatrix(): IMatrixData
Returns โ
Implementation of โ
Inherited from โ
Group.__localMatrix
Defined in โ
src/leafer/packages/display/src/Leaf.ts:60
__localBoxBounds โ
โข get __localBoxBounds(): IBoundsData
Returns โ
Implementation of โ
Inherited from โ
Group.__localBoxBounds
Defined in โ
src/leafer/packages/display/src/Leaf.ts:61
worldTransform โ
โข get worldTransform(): IMatrixWithScaleData
Returns โ
Implementation of โ
Inherited from โ
Group.worldTransform
Defined in โ
src/leafer/packages/display/src/Leaf.ts:66
localTransform โ
โข get localTransform(): IMatrixData
Returns โ
Implementation of โ
Inherited from โ
Group.localTransform
Defined in โ
src/leafer/packages/display/src/Leaf.ts:67
boxBounds โ
โข get boxBounds(): IBoundsData
Returns โ
Implementation of โ
Inherited from โ
Group.boxBounds
Defined in โ
src/leafer/packages/display/src/Leaf.ts:70
renderBounds โ
โข get renderBounds(): IBoundsData
Returns โ
Implementation of โ
Inherited from โ
Group.renderBounds
Defined in โ
src/leafer/packages/display/src/Leaf.ts:71
worldBoxBounds โ
โข get worldBoxBounds(): IBoundsData
Returns โ
Implementation of โ
Inherited from โ
Group.worldBoxBounds
Defined in โ
src/leafer/packages/display/src/Leaf.ts:72
worldStrokeBounds โ
โข get worldStrokeBounds(): IBoundsData
Returns โ
Implementation of โ
Inherited from โ
Group.worldStrokeBounds
Defined in โ
src/leafer/packages/display/src/Leaf.ts:73
worldRenderBounds โ
โข get worldRenderBounds(): IBoundsData
Returns โ
Implementation of โ
Inherited from โ
Group.worldRenderBounds
Defined in โ
src/leafer/packages/display/src/Leaf.ts:74
worldOpacity โ
โข get worldOpacity(): number
Returns โ
number
Implementation of โ
Inherited from โ
Group.worldOpacity
Defined in โ
src/leafer/packages/display/src/Leaf.ts:77
__worldFlipped โ
โข get __worldFlipped(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.__worldFlipped
Defined in โ
src/leafer/packages/display/src/Leaf.ts:82
__onlyHitMask โ
โข get __onlyHitMask(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.__onlyHitMask
Defined in โ
src/leafer/packages/display/src/Leaf.ts:89
__ignoreHitWorld โ
โข get __ignoreHitWorld(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.__ignoreHitWorld
Defined in โ
src/leafer/packages/display/src/Leaf.ts:90
__inLazyBounds โ
โข get __inLazyBounds(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.__inLazyBounds
Defined in โ
src/leafer/packages/display/src/Leaf.ts:91
pathInputed โ
โข get pathInputed(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.pathInputed
Defined in โ
src/leafer/packages/display/src/Leaf.ts:93
event โ
โข set event(map): void
Parameters โ
| Name | Type |
|---|---|
map | IEventParamsMap |
Returns โ
void
Implementation of โ
Inherited from โ
Group.event
Defined in โ
src/leafer/packages/display/src/Leaf.ts:96
__tag โ
โข get __tag(): string
Returns โ
string
Implementation of โ
Inherited from โ
Group.__tag
Defined in โ
src/ui/packages/display/src/Group.ts:14
isBranch โ
โข get isBranch(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.isBranch
Defined in โ
src/ui/packages/display/src/Group.ts:16
app โ
โข get app(): ILeafer
Returns โ
Implementation of โ
Inherited from โ
Group.app
Defined in โ
src/ui/packages/display/src/UI.ts:24
isFrame โ
โข get isFrame(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.isFrame
Defined in โ
src/ui/packages/display/src/UI.ts:32
scale โ
โข get scale(): number | IPointData
Returns โ
number | IPointData
Implementation of โ
Inherited from โ
Group.scale
Defined in โ
src/ui/packages/display/src/UI.ts:381
โข set scale(value): void
Parameters โ
| Name | Type |
|---|---|
value | number | IPointData |
Returns โ
void
Implementation of โ
Inherited from โ
Group.scale
Defined in โ
src/ui/packages/display/src/UI.ts:380
isAutoWidth โ
โข get isAutoWidth(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.isAutoWidth
Defined in โ
src/ui/packages/display/src/UI.ts:383
isAutoHeight โ
โข get isAutoHeight(): boolean
Returns โ
boolean
Implementation of โ
Inherited from โ
Group.isAutoHeight
Defined in โ
src/ui/packages/display/src/UI.ts:384
pen โ
โข get pen(): IPathCreator
Returns โ
Implementation of โ
Inherited from โ
Group.pen
Defined in โ
src/ui/packages/display/src/UI.ts:391
Methods โ
setStyle โ
โธ setStyle(style, userStyle?): void
Parameters โ
| Name | Type |
|---|---|
style | IRectInputData |
userStyle? | IRectInputData |
Returns โ
void
Implementation of โ
Defined in โ
src/in/packages/editor/src/display/SelectArea.ts:19
setBounds โ
โธ setBounds(bounds): void
Parameters โ
| Name | Type |
|---|---|
bounds | IBoundsData |
Returns โ
void
Implementation of โ
Defined in โ
src/in/packages/editor/src/display/SelectArea.ts:26
resetCustom โ
โธ resetCustom(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:137
waitParent โ
โธ waitParent(item, bind?): void
Parameters โ
| Name | Type |
|---|---|
item | IFunction |
bind? | IObject |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:143
waitLeafer โ
โธ waitLeafer(item, bind?): void
Parameters โ
| Name | Type |
|---|---|
item | IFunction |
bind? | IObject |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:148
nextRender โ
โธ nextRender(item, bind?, off?): void
Parameters โ
| Name | Type |
|---|---|
item | IFunction |
bind? | IObject |
off? | "off" |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:153
removeNextRender โ
โธ removeNextRender(item): void
Parameters โ
| Name | Type |
|---|---|
item | IFunction |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:157
__bindLeafer โ
โธ __bindLeafer(leafer): void
Parameters โ
| Name | Type |
|---|---|
leafer | ILeaferBase |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:161
setAttr โ
โธ setAttr(name, value): void
Parameters โ
| Name | Type |
|---|---|
name | string |
value | any |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:190
getAttr โ
โธ getAttr(name): any
Parameters โ
| Name | Type |
|---|---|
name | string |
Returns โ
any
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:191
getComputedAttr โ
โธ getComputedAttr(name): any
Parameters โ
| Name | Type |
|---|---|
name | string |
Returns โ
any
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:193
toString โ
โธ toString(options?): string
Parameters โ
| Name | Type |
|---|---|
options? | IJSONOptions |
Returns โ
string
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:200
toSVG โ
โธ toSVG(): string
Returns โ
string
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:204
__SVG โ
โธ __SVG(_data): void
Parameters โ
| Name | Type |
|---|---|
_data | IObject |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:206
toHTML โ
โธ toHTML(): string
Returns โ
string
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:208
__setAttr โ
โธ __setAttr(_attrName, _newValue): boolean
Parameters โ
| Name | Type |
|---|---|
_attrName | string |
_newValue | IValue |
Returns โ
boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:212
__getAttr โ
โธ __getAttr(_attrName): IValue
Parameters โ
| Name | Type |
|---|---|
_attrName | string |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:214
setProxyAttr โ
โธ setProxyAttr(_attrName, _newValue): void
Parameters โ
| Name | Type |
|---|---|
_attrName | string |
_newValue | IValue |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:216
getProxyAttr โ
โธ getProxyAttr(_attrName): IValue
Parameters โ
| Name | Type |
|---|---|
_attrName | string |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:218
focus โ
โธ focus(_value?): void
Parameters โ
| Name | Type |
|---|---|
_value? | boolean |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:238
updateState โ
โธ updateState(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:240
updateLayout โ
โธ updateLayout(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:245
forceUpdate โ
โธ forceUpdate(attrName?): void
Parameters โ
| Name | Type |
|---|---|
attrName? | string |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:249
forceRender โ
โธ forceRender(_bounds?, _sync?): void
Parameters โ
| Name | Type |
|---|---|
_bounds? | IBoundsData |
_sync? | boolean |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:257
__extraUpdate โ
โธ __extraUpdate(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:261
__updateWorldMatrix โ
โธ __updateWorldMatrix(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateWorldMatrix
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:267
__updateLocalMatrix โ
โธ __updateLocalMatrix(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateLocalMatrix
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:269
__updateWorldBounds โ
โธ __updateWorldBounds(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateWorldBounds
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:275
__updateLocalBounds โ
โธ __updateLocalBounds(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateLocalBounds
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:277
__updateLocalBoxBounds โ
โธ __updateLocalBoxBounds(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateLocalBoxBounds
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:280
__updateLocalStrokeBounds โ
โธ __updateLocalStrokeBounds(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateLocalStrokeBounds
Inherited from โ
Group.__updateLocalStrokeBounds
Defined in โ
src/leafer/packages/display/src/Leaf.ts:282
__updateLocalRenderBounds โ
โธ __updateLocalRenderBounds(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateLocalRenderBounds
Inherited from โ
Group.__updateLocalRenderBounds
Defined in โ
src/leafer/packages/display/src/Leaf.ts:284
__updateBoxBounds โ
โธ __updateBoxBounds(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:288
__updateContentBounds โ
โธ __updateContentBounds(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateContentBounds
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:290
__updateStrokeBounds โ
โธ __updateStrokeBounds(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateStrokeBounds
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:292
__updateRenderBounds โ
โธ __updateRenderBounds(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateRenderBounds
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:294
__updateAutoLayout โ
โธ __updateAutoLayout(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateAutoLayout
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:297
__updateFlowLayout โ
โธ __updateFlowLayout(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateFlowLayout
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:299
__updateNaturalSize โ
โธ __updateNaturalSize(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateNaturalSize
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:301
__updateStrokeSpread โ
โธ __updateStrokeSpread(): number
Returns โ
number
Implementation of โ
ISelectArea.__updateStrokeSpread
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:304
__updateRenderSpread โ
โธ __updateRenderSpread(): number
Returns โ
number
Implementation of โ
ISelectArea.__updateRenderSpread
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:306
__updateEraser โ
โธ __updateEraser(value?): void
Parameters โ
| Name | Type |
|---|---|
value? | boolean |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:313
__renderEraser โ
โธ __renderEraser(canvas, options): void
Parameters โ
| Name | Type |
|---|---|
canvas | ILeaferCanvas |
options | IRenderOptions |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:317
__updateMask โ
โธ __updateMask(_value?): void
Parameters โ
| Name | Type |
|---|---|
_value? | boolean |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:325
__renderMask โ
โธ __renderMask(_canvas, _options): void
Parameters โ
| Name | Type |
|---|---|
_canvas | ILeaferCanvas |
_options | IRenderOptions |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:331
__getNowWorld โ
โธ __getNowWorld(options): IMatrixWithBoundsScaleData
Parameters โ
| Name | Type |
|---|---|
options | IRenderOptions |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:339
getClampRenderScale โ
โธ getClampRenderScale(): number
Returns โ
number
Implementation of โ
ISelectArea.getClampRenderScale
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:352
getRenderScaleData โ
โธ getRenderScaleData(abs?, scaleFixed?): IScaleData
Parameters โ
| Name | Type |
|---|---|
abs? | boolean |
scaleFixed? | IScaleFixed |
Returns โ
Implementation of โ
ISelectArea.getRenderScaleData
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:358
getTransform โ
โธ getTransform(relative?): IMatrixData
Parameters โ
| Name | Type |
|---|---|
relative? | ILeaf | ILocationType |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:367
getBounds โ
โธ getBounds(type?, relative?): IBoundsData
Parameters โ
| Name | Type |
|---|---|
type? | IBoundsType |
relative? | ILeaf | ILocationType |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:372
getLayoutBounds โ
โธ getLayoutBounds(type?, relative?, unscale?): ILayoutBoundsData
Parameters โ
| Name | Type |
|---|---|
type? | IBoundsType |
relative? | ILeaf | ILocationType |
unscale? | boolean |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:376
getLayoutPoints โ
โธ getLayoutPoints(type?, relative?): IPointData[]
Parameters โ
| Name | Type |
|---|---|
type? | IBoundsType |
relative? | ILeaf | ILocationType |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:380
getWorldBounds โ
โธ getWorldBounds(inner, relative?, change?): IBoundsData
Parameters โ
| Name | Type |
|---|---|
inner | IBoundsData |
relative? | ILeaf |
change? | boolean |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:385
worldToLocal โ
โธ worldToLocal(world, to?, distance?, relative?): void
Parameters โ
| Name | Type |
|---|---|
world | IPointData |
to? | IPointData |
distance? | boolean |
relative? | ILeaf |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:393
localToWorld โ
โธ localToWorld(local, to?, distance?, relative?): void
Parameters โ
| Name | Type |
|---|---|
local | IPointData |
to? | IPointData |
distance? | boolean |
relative? | ILeaf |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:401
worldToInner โ
โธ worldToInner(world, to?, distance?, relative?): void
Parameters โ
| Name | Type |
|---|---|
world | IPointData |
to? | IPointData |
distance? | boolean |
relative? | ILeaf |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:409
innerToWorld โ
โธ innerToWorld(inner, to?, distance?, relative?): void
Parameters โ
| Name | Type |
|---|---|
inner | IPointData |
to? | IPointData |
distance? | boolean |
relative? | ILeaf |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:417
getBoxPoint โ
โธ getBoxPoint(world, relative?, distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
world | IPointData |
relative? | ILeaf |
distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:424
getBoxPointByInner โ
โธ getBoxPointByInner(inner, _relative?, _distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
inner | IPointData |
_relative? | ILeaf |
_distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
ISelectArea.getBoxPointByInner
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:428
getInnerPoint โ
โธ getInnerPoint(world, relative?, distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
world | IPointData |
relative? | ILeaf |
distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:434
getInnerPointByBox โ
โธ getInnerPointByBox(box, _relative?, _distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
box | IPointData |
_relative? | ILeaf |
_distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
ISelectArea.getInnerPointByBox
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:440
getInnerPointByLocal โ
โธ getInnerPointByLocal(local, _relative?, distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
local | IPointData |
_relative? | ILeaf |
distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
ISelectArea.getInnerPointByLocal
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:446
getLocalPoint โ
โธ getLocalPoint(world, relative?, distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
world | IPointData |
relative? | ILeaf |
distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:450
getLocalPointByInner โ
โธ getLocalPointByInner(inner, _relative?, distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
inner | IPointData |
_relative? | ILeaf |
distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
ISelectArea.getLocalPointByInner
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:456
getPagePoint โ
โธ getPagePoint(world, relative?, distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
world | IPointData |
relative? | ILeaf |
distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:460
getWorldPoint โ
โธ getWorldPoint(inner, relative?, distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
inner | IPointData |
relative? | ILeaf |
distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:465
getWorldPointByBox โ
โธ getWorldPointByBox(box, relative?, distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
box | IPointData |
relative? | ILeaf |
distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
ISelectArea.getWorldPointByBox
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:471
getWorldPointByLocal โ
โธ getWorldPointByLocal(local, relative?, distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
local | IPointData |
relative? | ILeaf |
distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
ISelectArea.getWorldPointByLocal
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:475
getWorldPointByPage โ
โธ getWorldPointByPage(page, relative?, distance?, change?): IPointData
Parameters โ
| Name | Type |
|---|---|
page | IPointData |
relative? | ILeaf |
distance? | boolean |
change? | boolean |
Returns โ
Implementation of โ
ISelectArea.getWorldPointByPage
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:481
setTransform โ
โธ setTransform(matrix, resize?, transition?): void
Parameters โ
| Name | Type |
|---|---|
matrix | IMatrixData |
resize? | boolean |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:489
transform โ
โธ transform(matrix, resize?, transition?): void
Parameters โ
| Name | Type |
|---|---|
matrix | IMatrixData |
resize? | boolean |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:493
move โ
โธ move(x, y?, transition?): void
Parameters โ
| Name | Type |
|---|---|
x | number | IPointData |
y? | number |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:497
moveInner โ
โธ moveInner(x, y?, transition?): void
Parameters โ
| Name | Type |
|---|---|
x | number | IPointData |
y? | number |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:502
scaleOf โ
โธ scaleOf(origin, scaleX, scaleY?, resize?, transition?): void
Parameters โ
| Name | Type |
|---|---|
origin | IPointData | IDirection |
scaleX | number |
scaleY? | ITransition |
resize? | boolean |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:506
rotateOf โ
โธ rotateOf(origin, rotation, transition?): void
Parameters โ
| Name | Type |
|---|---|
origin | IPointData | IDirection |
rotation | number |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:510
skewOf โ
โธ skewOf(origin, skewX, skewY?, resize?, transition?): void
Parameters โ
| Name | Type |
|---|---|
origin | IPointData | IDirection |
skewX | number |
skewY? | number |
resize? | boolean |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:514
transformWorld โ
โธ transformWorld(worldTransform?, resize?, transition?): void
Parameters โ
| Name | Type |
|---|---|
worldTransform? | IMatrixData |
resize? | boolean |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:519
moveWorld โ
โธ moveWorld(x, y?, transition?): void
Parameters โ
| Name | Type |
|---|---|
x | number | IPointData |
y? | number |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:523
scaleOfWorld โ
โธ scaleOfWorld(worldOrigin, scaleX, scaleY?, resize?, transition?): void
Parameters โ
| Name | Type |
|---|---|
worldOrigin | IPointData |
scaleX | number |
scaleY? | ITransition |
resize? | boolean |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:527
rotateOfWorld โ
โธ rotateOfWorld(worldOrigin, rotation): void
Parameters โ
| Name | Type |
|---|---|
worldOrigin | IPointData |
rotation | number |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:531
skewOfWorld โ
โธ skewOfWorld(worldOrigin, skewX, skewY?, resize?, transition?): void
Parameters โ
| Name | Type |
|---|---|
worldOrigin | IPointData |
skewX | number |
skewY? | number |
resize? | boolean |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:535
flip โ
โธ flip(axis, transition?): void
Parameters โ
| Name | Type |
|---|---|
axis | IAxis |
transition? | ITransition |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:539
scaleResize โ
โธ scaleResize(scaleX, scaleY?, _noResize?): void
Parameters โ
| Name | Type | Default value |
|---|---|---|
scaleX | number | undefined |
scaleY | number | scaleX |
_noResize? | boolean | undefined |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:546
__scaleResize โ
โธ __scaleResize(_scaleX, _scaleY): void
Parameters โ
| Name | Type |
|---|---|
_scaleX | number |
_scaleY | number |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:551
resizeWidth โ
โธ resizeWidth(_width): void
Parameters โ
| Name | Type |
|---|---|
_width | number |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:554
resizeHeight โ
โธ resizeHeight(_height): void
Parameters โ
| Name | Type |
|---|---|
_height | number |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:556
hit โ
โธ hit(_world, _hitRadius?): boolean
Parameters โ
| Name | Type |
|---|---|
_world | IPointData |
_hitRadius? | number |
Returns โ
boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:561
__hitWorld โ
โธ __hitWorld(_point): boolean
Parameters โ
| Name | Type |
|---|---|
_point | IRadiusPointData |
Returns โ
boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:563
__hit โ
โธ __hit(_local): boolean
Parameters โ
| Name | Type |
|---|---|
_local | IRadiusPointData |
Returns โ
boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:565
__hitFill โ
โธ __hitFill(_inner): boolean
Parameters โ
| Name | Type |
|---|---|
_inner | IRadiusPointData |
Returns โ
boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:567
__hitStroke โ
โธ __hitStroke(_inner, _strokeWidth): boolean
Parameters โ
| Name | Type |
|---|---|
_inner | IRadiusPointData |
_strokeWidth | number |
Returns โ
boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:569
__hitPixel โ
โธ __hitPixel(_inner): boolean
Parameters โ
| Name | Type |
|---|---|
_inner | IRadiusPointData |
Returns โ
boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:571
__drawHitPath โ
โธ __drawHitPath(_canvas): void
Parameters โ
| Name | Type |
|---|---|
_canvas | ILeaferCanvas |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:573
__updateHitCanvas โ
โธ __updateHitCanvas(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:575
__render โ
โธ __render(_canvas, _options): void
Parameters โ
| Name | Type |
|---|---|
_canvas | ILeaferCanvas |
_options | IRenderOptions |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:582
__drawFast โ
โธ __drawFast(_canvas, _options): void
Parameters โ
| Name | Type |
|---|---|
_canvas | ILeaferCanvas |
_options | IRenderOptions |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:584
__draw โ
โธ __draw(_canvas, _options, _originCanvas?): void
Parameters โ
| Name | Type |
|---|---|
_canvas | ILeaferCanvas |
_options | IRenderOptions |
_originCanvas? | ILeaferCanvas |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:586
__clip โ
โธ __clip(_canvas, _options): void
Parameters โ
| Name | Type |
|---|---|
_canvas | ILeaferCanvas |
_options | IRenderOptions |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:589
__renderShape โ
โธ __renderShape(_canvas, _options): void
Parameters โ
| Name | Type |
|---|---|
_canvas | ILeaferCanvas |
_options | IRenderOptions |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:591
__drawShape โ
โธ __drawShape(_canvas, _options): void
Parameters โ
| Name | Type |
|---|---|
_canvas | ILeaferCanvas |
_options | IRenderOptions |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:593
__updateWorldOpacity โ
โธ __updateWorldOpacity(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateWorldOpacity
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:596
__updateChange โ
โธ __updateChange(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:598
__updatePath โ
โธ __updatePath(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:609
getMotionPathData โ
โธ getMotionPathData(): IMotionPathData
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:618
getMotionPoint โ
โธ getMotionPoint(_motionDistance): IRotationPointData
Parameters โ
| Name | Type |
|---|---|
_motionDistance | number | IUnitData |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:622
getMotionTotal โ
โธ getMotionTotal(): number
Returns โ
number
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:626
__updateMotionPath โ
โธ __updateMotionPath(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateMotionPath
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:630
__runAnimation โ
โธ __runAnimation(_type, _complete?): void
Parameters โ
| Name | Type |
|---|---|
_type | "in" | "out" |
_complete? | IFunction |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:636
__updateSortChildren โ
โธ __updateSortChildren(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateSortChildren
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:641
dropTo โ
โธ dropTo(parent, index?, resize?): void
Parameters โ
| Name | Type |
|---|---|
parent | ILeaf |
index? | number |
resize? | boolean |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:649
on โ
โธ on(_type, _listener?, _options?): void
Parameters โ
| Name | Type |
|---|---|
_type | string | string[] | IEventParamsMap | IEventParams[] |
_listener? | IFunction |
_options? | IEventOption |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:658
off โ
โธ off(_type?, _listener?, _options?): void
Parameters โ
| Name | Type |
|---|---|
_type? | string | string[] |
_listener? | IFunction |
_options? | IEventOption |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:660
on_ โ
โธ on_(_type, _listener?, _bind?, _options?): IEventListenerId
Parameters โ
| Name | Type |
|---|---|
_type | string | string[] | IEventParams[] |
_listener? | IFunction |
_bind? | IObject |
_options? | IEventOption |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:662
off_ โ
โธ off_(_id): void
Parameters โ
| Name | Type |
|---|---|
_id | IEventListenerId | IEventListenerId[] |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:664
once โ
โธ once(_type, _listener?, _captureOrBind?, _capture?): void
Parameters โ
| Name | Type |
|---|---|
_type | string | string[] | IEventParams[] |
_listener? | IFunction |
_captureOrBind? | boolean | IObject |
_capture? | boolean |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:666
emit โ
โธ emit(_type, _event?, _capture?): void
Parameters โ
| Name | Type |
|---|---|
_type | string |
_event? | IObject | IEvent |
_capture? | boolean |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:668
emitEvent โ
โธ emitEvent(_event?, _capture?): void
Parameters โ
| Name | Type |
|---|---|
_event? | IEvent |
_capture? | boolean |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:670
hasEvent โ
โธ hasEvent(_type, _capture?): boolean
Parameters โ
| Name | Type |
|---|---|
_type | string |
_capture? | boolean |
Returns โ
boolean
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:672
changeAttr โ
โธ changeAttr(attrName, defaultValue, fn?): void
Parameters โ
| Name | Type |
|---|---|
attrName | string |
defaultValue | IValueFunction | IValue |
fn? | IAttrDecorator |
Returns โ
void
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:676
addAttr โ
โธ addAttr(attrName, defaultValue, fn?, helpValue?): void
Parameters โ
| Name | Type |
|---|---|
attrName | string |
defaultValue | IValueFunction | IValue |
fn? | IAttrDecorator |
helpValue? | IValue |
Returns โ
void
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:680
__emitLifeEvent โ
โธ __emitLifeEvent(type): void
Parameters โ
| Name | Type |
|---|---|
type | string |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/leafer/packages/display/src/Leaf.ts:686
reset โ
โธ reset(data?): void
Parameters โ
| Name | Type |
|---|---|
data? | IGroupInputData |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:36
__setBranch โ
โธ __setBranch(): void
Returns โ
void
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:41
set โ
โธ set(data, transition?): void
Parameters โ
| Name | Type |
|---|---|
data | IUIInputData |
transition? | ITransition | "temp" |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:48
toJSON โ
โธ toJSON(options?): IUIJSONData
Parameters โ
| Name | Type |
|---|---|
options? | IJSONOptions |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:65
pick โ
โธ pick(_hitPoint, _options?): IPickResult
Parameters โ
| Name | Type |
|---|---|
_hitPoint | IPointData |
_options? | IPickOptions |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:74
addAt โ
โธ addAt(child, index): void
Parameters โ
| Name | Type |
|---|---|
child | IUIInputData | IUI | IUI[] | IUIInputData[] |
index | number |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:79
addAfter โ
โธ addAfter(child, after): void
Parameters โ
| Name | Type |
|---|---|
child | IUIInputData | IUI | IUI[] | IUIInputData[] |
after | IUI |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:83
addBefore โ
โธ addBefore(child, before): void
Parameters โ
| Name | Type |
|---|---|
child | IUIInputData | IUI | IUI[] | IUIInputData[] |
before | IUI |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:87
add โ
โธ add(_child, _index?): void
Parameters โ
| Name | Type |
|---|---|
_child | IUIInputData | IUI | IUI[] | IUIInputData[] |
_index? | number |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:93
addMany โ
โธ addMany(..._children): void
Parameters โ
| Name | Type |
|---|---|
..._children | IUI[] | IUIInputData[] |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:95
remove โ
โธ remove(_child?, _destroy?): void
Parameters โ
| Name | Type |
|---|---|
_child? | string | number | IFindCondition | IUI | IFindUIMethod |
_destroy? | boolean |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:97
removeAll โ
โธ removeAll(_destroy?): void
Parameters โ
| Name | Type |
|---|---|
_destroy? | boolean |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:99
clear โ
โธ clear(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/Group.ts:101
get โ
โธ get(name?): IValue | IUIInputData
Parameters โ
| Name | Type |
|---|---|
name? | string | string[] | IUIInputData |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:422
createProxyData โ
โธ createProxyData(): IUIInputData
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:426
find โ
โธ find(_condition, _options?): IUI[]
Parameters โ
| Name | Type |
|---|---|
_condition | string | number | IFindCondition | IFindUIMethod |
_options? | any |
Returns โ
IUI[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:431
findTag โ
โธ findTag(tag): IUI[]
Parameters โ
| Name | Type |
|---|---|
tag | string | string[] |
Returns โ
IUI[]
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:433
findOne โ
โธ findOne(_condition, _options?): IUI
Parameters โ
| Name | Type |
|---|---|
_condition | string | number | IFindCondition | IFindUIMethod |
_options? | any |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:435
findId โ
โธ findId(id): IUI
Parameters โ
| Name | Type |
|---|---|
id | string | number |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:437
getPath โ
โธ getPath(curve?, pathForRender?): IPathCommandData
Parameters โ
| Name | Type |
|---|---|
curve? | boolean |
pathForRender? | boolean |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:442
getPathString โ
โธ getPathString(curve?, pathForRender?, floatLength?): string
Parameters โ
| Name | Type |
|---|---|
curve? | boolean |
pathForRender? | boolean |
floatLength? | number |
Returns โ
string
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:449
load โ
โธ load(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:454
__onUpdateSize โ
โธ __onUpdateSize(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:458
__updateRenderPath โ
โธ __updateRenderPath(): void
Returns โ
void
Implementation of โ
ISelectArea.__updateRenderPath
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:465
__drawRenderPath โ
โธ __drawRenderPath(canvas): void
Parameters โ
| Name | Type |
|---|---|
canvas | ILeaferCanvas |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:473
__drawPath โ
โธ __drawPath(canvas): void
Parameters โ
| Name | Type |
|---|---|
canvas | ILeaferCanvas |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:478
__drawPathByData โ
โธ __drawPathByData(drawer, data): void
Parameters โ
| Name | Type |
|---|---|
drawer | IPathDrawer |
data | IPathCommandData |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:483
__drawPathByBox โ
โธ __drawPathByBox(drawer): void
Parameters โ
| Name | Type |
|---|---|
drawer | IPathDrawer |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:487
drawImagePlaceholder โ
โธ drawImagePlaceholder(canvas, _image?): void
Parameters โ
| Name | Type |
|---|---|
canvas | ILeaferCanvas |
_image? | ILeaferImage |
Returns โ
void
Implementation of โ
ISelectArea.drawImagePlaceholder
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:495
animate โ
โธ animate(_keyframe?, _options?, _type?, _isTemp?): IAnimate
Parameters โ
| Name | Type |
|---|---|
_keyframe? | IAnimation | IUIInputData | IKeyframe[] | IAnimation[] |
_options? | ITransition |
_type? | IAnimateType |
_isTemp? | boolean |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:501
killAnimate โ
โธ killAnimate(_type?, _nextStyle?): void
Parameters โ
| Name | Type |
|---|---|
_type? | IAnimateType |
_nextStyle? | IUIInputData |
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:505
export โ
โธ export(_filename, _options?): Promise<IExportResult>
Parameters โ
| Name | Type |
|---|---|
_filename | string |
_options? | number | boolean | IExportOptions |
Returns โ
Promise<IExportResult>
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:511
syncExport โ
โธ syncExport(_filename, _options?): IExportResult
Parameters โ
| Name | Type |
|---|---|
_filename | string |
_options? | number | boolean | IExportOptions |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:515
clone โ
โธ clone(data?): IUI
Parameters โ
| Name | Type |
|---|---|
data? | IUIInputData |
Returns โ
Implementation of โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:519
one โ
โธ one(data, x?, y?, width?, height?): IUI
Parameters โ
| Name | Type |
|---|---|
data | IUIInputData |
x? | number |
y? | number |
width? | number |
height? | number |
Returns โ
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:525
registerUI โ
โธ registerUI(): void
Returns โ
void
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:529
registerData โ
โธ registerData(data): void
Parameters โ
| Name | Type |
|---|---|
data | IUIData |
Returns โ
void
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:533
setEditConfig โ
โธ setEditConfig(_config): void
Parameters โ
| Name | Type |
|---|---|
_config | IEditorConfig | IEditorConfigFunction |
Returns โ
void
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:540
setEditOuter โ
โธ setEditOuter(_toolName): void
Parameters โ
| Name | Type |
|---|---|
_toolName | string | IEditToolFunction |
Returns โ
void
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:542
setEditInner โ
โธ setEditInner(_editorName): void
Parameters โ
| Name | Type |
|---|---|
_editorName | string | IEditToolFunction |
Returns โ
void
Inherited from โ
Defined in โ
src/ui/packages/display/src/UI.ts:544
destroy โ
โธ destroy(): void
Returns โ
void