Last updated

API / geotoolkit / welllog / TadPole / TadPole

Class: TadPole

welllog.TadPole.TadPole

Creates a tadpole, which is a symbol that receives metaInfo

Example

// How to use TadPole with LogCurve
import {TadPole} from '@int/geotoolkit/welllog/TadPole';
import {LogCurve} from '@int/geotoolkit/welllog/LogCurve';
import {FillStyle} from '@int/geotoolkit/attributes/FillStyle';
import {LineStyle} from '@int/geotoolkit/attributes/LineStyle';
import {KnownColors} from '@int/geotoolkit/util/ColorUtil';

const symbol = new TadPole({
'ax’: 0,
‘ay’: 0,
‘width’: 15,
‘height’: 15,
‘sizeisindevicespace’: true
})
.setFillStyle(new FillStyle({
‘color’: fillColor || KnownColors.Yellow
}))
.setLineStyle(new LineStyle({
‘color’: KnownColors.Orange
}));

return new LogCurve(dataSource, true)
.setSymbol(symbol)
.setDisplayMode([‘symbol’])
.setNormalizationLimits(0, 90);

Hierarchy

Implements

Table of contents

Constructors
Methods
acceptMetaInfoaddCssClassaddInvalidateHandler
applyOpacityapplyResponsiveStylecheckCollision
cloneconnectStylecopyConstructor
disconnectStyledisposedraw
enableEventPropagationenumerateNodesexecute
filtergetAnchorgetAnchorType
getAnchorXgetAnchorYgetAngle
getAnimationStylegetAspectRatiogetBounds
getClassNamegetClipStylegetCss
getCssClassgetCssClassesgetCssTransform
getDefaultAnglegetFillStylegetHeight
getIdgetInvalidateMethodgetIsPointingUp
getLayoutStylegetLegsgetLineStyle
getLocalTransformgetMarginsStylegetMaxSize
getMetaInfogetMinSizegetName
getOpacitygetOpacityBlendModegetPainter
getParentgetPreserveAspectRatiogetPreserveReadingOrientation
getPreserveRightAnglegetPropertiesgetProperty
getPropertyKeysgetRenderingFiltergetResponsiveStyle
getRootgetRotationAnglegetScaleScrollStrategy
getSceneTransformgetSizegetSizeIsInDeviceSpace
getTaggetUseMinMaxSizegetVisible
getWidthgetWorldTransformgetZIndex
hasCachehasCssClasshasEventListener
invalidateinvalidateParentisDisposed
isEventPropagationEnabledisNotificationEnabledisSelectable
isSilentnotifyoff
ononParentChangedonVisibilityChanged
postRenderingpreRenderingregisterAnimationStyle
removeCssClassremoveInvalidateHandlerrender
renderAsyncrotatescale
setAnchorsetAnchorTypesetAnchorX
setAnchorYsetAnglesetAnimationStyle
setBoundssetCachesetClipStyle
setCsssetCssClasssetCssTransform
setDefaultAnglesetFillStylesetHeight
setIdsetIsPointingUpsetLayoutStyle
setLegssetLineStylesetLocalTransform
setMarginsStylesetMaxSizesetMetaInfo
setMinSizesetNamesetNotification
setOpacitysetPaintersetPreserveAspectRatio
setPreserveReadingOrientationsetPreserveRightAnglesetProperties
setPropertysetRenderingFiltersetResponsiveStyle
setRotationAnglesetScaleScrollStrategysetSelectable
setSilentsetSizesetSizeIsInDeviceSpace
setTagsetUseMinMaxSizesetVisible
setWidthsetZIndexshear
toStringtranslateunregisterAnimationStyle
updateSceneTransformationupdateStateupdateTimeStamp
enableSceneGraphNotificationfindParentgetAnchorPosition
getClassNameintersectsBoundsisSceneGraphNotificationEnabled
Css Properties
Name Type Description
alignmentAnchorTypeAlignment according to the anchor point
alignmentAnchorTypeAnchor type of symbol
axnumberAnchor x position
aynumberAnchor y position
cachebooleanSet it to true if you want to cache complex geometry to raster
clipstyleClipStyleClipping style
clipstyle-evenoddbooleanTrue if evenodd mode is on ('nonzero' mode otherwise)
clipstyle-geometryGraphicsPathClipping geometry
clipstyle-geometry-boundsRectBounds
clipstyle-geometry-bounds-heightnumberHeight
clipstyle-geometry-bounds-readonlybooleanReadonly
clipstyle-geometry-bounds-widthnumberWidth
clipstyle-geometry-bounds-xnumberLeft
clipstyle-geometry-bounds-ynumberTop
clipstyleGraphicsPathClipping style
cssclassstringThe css class name of this node
csscursorstringCSS cursor associated with node
cssstylestringCSS style to be applied to inserted elements
fillstylestringStyle applied on fill
fillstyleFillStyleStyle applied on fill
fillstyle-colorstringColor in CSS form
fillstyle-evenoddmodebooleanEven-odd fill mode
fillstyle-fillpatternPatternPattern
fillstyle-fillpattern-containernamestringAn optional container name, which creates an image pattern. This parameter is used for serialization if you want to save are reference to pattern instead of the pattern itself
fillstyle-fillpattern-patternnamestringName of this pattern for indexing
fillstyle-fillpattern-scalablebooleanFlag that sets scalability of the pattern coordinates, or relative to the shape it is filling (It is not supported)
fillstyle-foregroundstringForeground color
fillstyle-patternPatternPattern
heightnumberShape height
idstring | numberId of the node, its a unique identifier
ispointingupbooleanDefines whether the shape is always pointing up
layoutstyleLayoutStyleLayout style to specify how to lay out shape
layoutstyle-constraintSizeConstraintLayout constrains
layoutstyle-flexgrownumberNumber specifying how much the item will grow relative to the rest of the items inside the same container
layoutstyle-flexshrinknumberNumber specifying how much the item will shrink relative to the rest of the items inside the same container
layoutstyle-floatstringFloat position
layoutstyle-positionstringLayout position
layoutstyle-sizenumber | stringLayout size
linestylestringStyle applied on outline
linestyleLineStyleStyle applied on outline
linestyle-colorstringColor in CSS form
linestyle-fillstringOptional fill style to be used to fill lines generated with this style
linestyle-fillFillStyleOptional fill style to be used to fill lines generated with this style
linestyle-linecapCapStyleThe line cap style
linestyle-linedashoffsetnumberLine dash offset of dashed line
linestyle-linejoinJoinStyleThe line join style
linestyle-pixelsnapmodebooleanPixel Snap Mode, default(
linestyle-scalablebooleanTrue if width should depend on transformation
linestyle-unitstringOptional unit for the width
linestyle-widthnumber | stringThe line thickness
localtransformTransformationLocal transformation
localtransform-dxnumberX axis translation
localtransform-dynumberY axis translation
localtransform-xxnumberX scale
localtransform-xynumberXy skew
localtransform-yxnumberYx skew
localtransform-yynumberY scale
marginsnumber | stringIt has properties for specifying the margins for each side
maxdimensionDimensionMaximum size for rendering
maxdimension-heightnumberHeight of dimension
maxdimension-widthnumberWidth of dimension or properties
mindimensionDimensionMinimum size for rendering
namestringName of the node. It is often used for debugging purposes or to simplify queries
opacitynumberNode opacity (from 0 to 1). If it is undefined or null it inherits property from the parent. It changes globalAlpha on the rendering context
opacityblendmodeBlendModeNode opacity mode to blend it
painterstringA function with has parameters: symbol, box, context
painterpropertiesanySymbol's painter's properties
preserveaspectratiobooleanPreserve aspect ratio of the anchored shape
preservereadingorientationbooleanPreserve reading orientation for local transform
preserverightanglebooleanPreserve right angle for local transformation
rotationanglenumberRotation angle at anchor
scalescrollstrategyScaleScrollStrategyScale scroll strategy
scalescrollstrategy-enabledbooleanEnable flag
selectablebooleanSelectable node, a boolean to determine if selection should consider this node
sizeisindevicespacebooleanIs coordinate in device space
taganyCustom information associated with node. It is a user object which can be used by client code to store information or attach an application object to the shape
transformstringAdditional CSS transformation applied to node or 'none'
transformTransformationAdditional CSS transformation applied to node or 'none'
useminmaxdimensionsbooleanUse the min max dimensions to limit visual size
visiblebooleanVisibility of the node, a boolean to determine if the node should be rendered or not
widthnumberShape width
z-indexnumberDefine node z-index

Contents

Constructors

new TadPole(options)

new TadPole(options?)

Creates tadpole

Parameters

Name Type Description
Optional optionsOptionsproperties object

Overrides

SymbolShape.constructor

Methods

acceptMetaInfo

acceptMetaInfo(info): boolean

Check data from source, true if source contains info for symbol

Parameters

Name Type Description
infoMetaInfodata

Returns

boolean

Implementation of

IExtendedDataSymbol.acceptMetaInfo


addCssClass

addCssClass(cssclass): TadPole

Adds new css class to node

Parameters

Name Type Description
cssclassstring | string[]css class name('s)

Returns

TadPole

this

Inherited from

SymbolShape.addCssClass


addInvalidateHandler

addInvalidateHandler(handler): TadPole

Add invalidate handler

Deprecated

since 4.0, use Node.on instead

Parameters

Name Type Description
handlerFunctionhandler to be notified about invalidation

Returns

TadPole

this

Inherited from

SymbolShape.addInvalidateHandler


applyOpacity

Protected applyOpacity(context): TadPole

This method is called to apply opacity if it is specified on the rendering context. The default implementation sets global alpha on the rendering context

Parameters

Name Type Description
contextRenderingContextRendering Context

Returns

TadPole

this

Inherited from

SymbolShape.applyOpacity


applyResponsiveStyle

Protected applyResponsiveStyle(): void

Apply a responsive style rules it is exists

Returns

void

Inherited from

SymbolShape.applyResponsiveStyle


checkCollision

checkCollision(context): boolean

Check if this node is within the area being rendered by the context

Parameters

Name Type Description
contextRenderingContextRendering Context

Returns

boolean

true if object is inside of renderable area

Inherited from

SymbolShape.checkCollision


clone

clone(): SymbolShape

All subclasses should override copyConstructor or provide custom implementation for this method

Returns

SymbolShape

clone

Inherited from

SymbolShape.clone


connectStyle

connectStyle(style, type, callback): TadPole

Connects style.

This convenience method subscribes a listener to given style for the specified type.
And automatically un-subscribes listener if node is disposed to prevent memory leaks

Parameters

Name Type Description
styleEventDispatcherconnect style
typestringtype of event or property
callbackAttributeCallback<EventDispatcher>function to be called

Returns

TadPole

this

Inherited from

SymbolShape.connectStyle


copyConstructor

Protected copyConstructor(src, deepCopy?): TadPole

Copy constructor function.
Function used as part of the cloning mechanism.
Implementations should copy the given instance state to this instance.

Parameters

Name Type Description
srcTadPoleSource to copy from
Optional deepCopybooleandeep copy

Returns

TadPole

this

Overrides

SymbolShape.copyConstructor


disconnectStyle

disconnectStyle(style, type, callback): TadPole

Disconnect style
This convenience method un-subscribes a listener to given style for the specified type.

Parameters

Name Type Description
styleEventDispatcherconnect style
typestringtype of event or property
callbackAttributeCallback<EventDispatcher>function to be called

Returns

TadPole

this

Inherited from

SymbolShape.disconnectStyle


dispose

dispose(): void

Disposes this node, once disposes a node should not be used anymore.
Clear all listeners, and disconnect styles to avoid memory leaks.
Also aggressively 'cleanup' this node by setting some of its members to null.

Returns

void

Inherited from

SymbolShape.dispose


draw

draw(context): TadPole

Draw

Parameters

Name Type Description
contextRenderingContextRendering Context

Returns

TadPole

this

Inherited from

SymbolShape.draw


enableEventPropagation

enableEventPropagation(enable): TadPole

Enable event propagation from the node hierarchy from bottom to top

This option is similar to DOM Event bubbling, which allows to get any event from child node. By default it is disabled for better performance.

Example

import {Group} from '@int/geotoolkit/scene/Group';
import {Events as SceneEvents} from '@int/geotoolkit/scene/Node';
const parentGroup = new Group()
.setName('ParentGroup')
.enableEventPropagation(true);
const childGroup = new Group()
.setName('ChildGroup');

parentGroup.addChild(childGroup);
parentGroup.on(SceneEvents.Invalidate, (eventName, sender, args) => {
// Got notifications from all children of parent group
});
childGroup.invalidate();

Parameters

Name Type Description
enablebooleanenable

Returns

TadPole

this

Inherited from

SymbolShape.enableEventPropagation


enumerateNodes

enumerateNodes(callback, target?): void

Enumerate children nodes

Parameters

Name Type Description
callbackCallback<Node>callback
Optional targetQueryBuilder<any>target

Returns

void

Inherited from

SymbolShape.enumerateNodes


execute

execute(delegate): TadPole

Executes delegate and return the result. It allows us to keep all initialization calls in one place,
and we do not need to scroll up or down in IDE to find how and where it was initialized.

Example

// All setters (.setName() for example) returns reference to the this.
// In order to modify inner object like LineStyle or Pattern, to get this object (property) we should call getter to get object reference.
// Then modify it as shown below in Option 1 or you can use execute methods shown in Option 2.
import {Group} from '@int/geotoolkit/scene/Group';
import {Rect} from '@int/geotoolkit/util/Rect';
// Option 1
const group = new Group()
.setName('MyGroup')
.setBounds(new Rect(0, 0, 42, 16))
.enableClipping(true)
.setTag({'type': 'sometype'});

group.getLineStyle().setPattern('pattern');
return group;

// Options 2 ( using execute method )
return group
.execute(function () {
this.getLineStyle()
.setPattern("pattern");
});

Parameters

Name Type Description
delegate(this: TadPole) => voidFunction to execute

Returns

TadPole

The result if any or this

Inherited from

SymbolShape.execute

execute<T>(delegate): T

Type parameters

Name
T

Parameters

Name Type
delegate(this: TadPole) => T

Returns

T

Inherited from

SymbolShape.execute


filter

Protected filter(context): boolean

Filter node

Parameters

Name Type Description
contextRenderingContextRendering Context

Returns

boolean

flag filter flag ("true" to render node; "false" otherwise)

Inherited from

SymbolShape.filter


getAnchor

getAnchor(tr?): Point

Gets the anchor

Parameters

Name Type Description
Optional trTransformationtransformation to transform anchor

Returns

Point

Inherited from

SymbolShape.getAnchor


getAnchorType

getAnchorType(): AnchorType

Returns the current anchor type.

Returns

AnchorType

current anchor type

Inherited from

SymbolShape.getAnchorType


getAnchorX

getAnchorX(): number

Return anchored x position

Returns

number

Inherited from

SymbolShape.getAnchorX


getAnchorY

getAnchorY(): number

Return anchored y position

Returns

number

Inherited from

SymbolShape.getAnchorY


getAngle

getAngle(): number

Return rotation angle in radians

Returns

number


getAnimationStyle

getAnimationStyle(): AnimationStyle

Return animation style

Returns

AnimationStyle

animationStyle current animation style

Inherited from

SymbolShape.getAnimationStyle


getAspectRatio

getAspectRatio(): number

Returns aspect ratio of the content of the shape Returns 1

Returns

number

Inherited from

SymbolShape.getAspectRatio


getBounds

getBounds(): Rect

Return bound in the parent coordinates

Returns

Rect

Inherited from

SymbolShape.getBounds


getClassName

getClassName(): string

Returns

string

Inherited from

SymbolShape.getClassName


getClipStyle

getClipStyle(): ClipStyle

Gets the current clipping style

Returns

ClipStyle

clipping style

Inherited from

SymbolShape.getClipStyle


getCss

getCss(): CssStyle

Return CSS style

Returns

CssStyle

Inherited from

SymbolShape.getCss


getCssClass

getCssClass(): string

Returns css class name to be used to apply CSS style

Returns

string

the css class name

Inherited from

SymbolShape.getCssClass


getCssClasses

getCssClasses(): string[]

Gets list of css class names which applied to this node

Returns

string[]

Inherited from

SymbolShape.getCssClasses


getCssTransform

getCssTransform(): string

Returns CSS transformation

Returns

string

Inherited from

SymbolShape.getCssTransform


getDefaultAngle

getDefaultAngle(): number

Return default rotation angle to be used if angle or leg angle is not defined or NaN in radians

Returns

number


getFillStyle

getFillStyle(): FillStyle

Return fill style

Returns

FillStyle

fillStyle current fill style

Inherited from

SymbolShape.getFillStyle


getHeight

getHeight(): number

Return height of the shape

Returns

number

Inherited from

SymbolShape.getHeight


getId

getId(): string | number

Returns the associated identifier of the node

Returns

string | number

The node's id

Inherited from

SymbolShape.getId


getInvalidateMethod

Protected getInvalidateMethod(): AttributeCallback<EventDispatcher>

Gets invalidate method

Returns

AttributeCallback<EventDispatcher>

method to invalidate this object

Inherited from

SymbolShape.getInvalidateMethod


getIsPointingUp

getIsPointingUp(): boolean

Returns true if the shape is always pointing up

Returns

boolean

true if the shape is always pointing up

Inherited from

SymbolShape.getIsPointingUp


getLayoutStyle

getLayoutStyle(): LayoutStyle<string | number>

Return desired layout style

Returns

LayoutStyle<string | number>

Inherited from

SymbolShape.getLayoutStyle


getLegs

getLegs(): Leg[]

Get Legs

Returns

Leg[]

legs


getLineStyle

getLineStyle(): LineStyle

Return line style

Returns

LineStyle

lineStyle current line style

Inherited from

SymbolShape.getLineStyle


getLocalTransform

getLocalTransform(): Transformation

Retrieves the transformation of bounds to parent

Returns

Transformation

transform the local transform.

Inherited from

SymbolShape.getLocalTransform


getMarginsStyle

getMarginsStyle(): SpaceStyle<string | number>

Return margins style

Returns

SpaceStyle<string | number>

Inherited from

SymbolShape.getMarginsStyle


getMaxSize

getMaxSize(): Dimension

returns the maximum device space rendering dimension only works when setUseMinMaxSize is enabled.

Returns

Dimension

max size

Inherited from

SymbolShape.getMaxSize


getMetaInfo

getMetaInfo(): MetaInfoOut

Returns data from symbol

Returns

MetaInfoOut

Implementation of

IExtendedDataSymbol.getMetaInfo


getMinSize

getMinSize(): Dimension

returns the minimum device space rendering dimension only works when setUseMinMaxSize is enabled.

Returns

Dimension

min size

Inherited from

SymbolShape.getMinSize


getName

getName(): string

Returns the node name

Returns

string

The node name

Inherited from

SymbolShape.getName


getOpacity

getOpacity(): number

Returns current node opacity

Returns

number

opacity

Inherited from

SymbolShape.getOpacity


getOpacityBlendMode

getOpacityBlendMode(): BlendMode

Returns current node opacity

Returns

BlendMode

opacity blend mode

Inherited from

SymbolShape.getOpacityBlendMode


getPainter

getPainter(): EventDispatcher & IPainter | PainterFunction

Get painter function

Returns

EventDispatcher & IPainter | PainterFunction

Inherited from

SymbolShape.getPainter


getParent

getParent(): Node

Return parent node

Returns

Node

parent node

Inherited from

SymbolShape.getParent


getPreserveAspectRatio

getPreserveAspectRatio(): boolean

Returns true if aspect ratio is preserved

Returns

boolean

true if aspect ratio is preserved

Inherited from

SymbolShape.getPreserveAspectRatio


getPreserveReadingOrientation

getPreserveReadingOrientation(): boolean

Returns true if the shape is always in a readable orientation

Returns

boolean

true if the shape is always in a readable orientation

Inherited from

SymbolShape.getPreserveReadingOrientation


getPreserveRightAngle

getPreserveRightAngle(): boolean

Returns true if right angles are preserved

Returns

boolean

true if right angles are preserved

Inherited from

SymbolShape.getPreserveRightAngle


getProperties

getProperties(): OptionsOut

Gets all the properties pertaining to this object

Returns

OptionsOut

properties

Inherited from

SymbolShape.getProperties


getProperty

getProperty(name): any

Gets dynamic property by name. These properties can be used as a property bags

Parameters

Name Type Description
namestringproperty name

Returns

any

Inherited from

SymbolShape.getProperty


getPropertyKeys

getPropertyKeys(): string[]

Returns known properties keys

Returns

string[]

Inherited from

SymbolShape.getPropertyKeys


getRenderingFilter

getRenderingFilter(): IFilter

Return filter to be used for rendering and picking

Returns

IFilter

current filter

Inherited from

SymbolShape.getRenderingFilter


getResponsiveStyle

getResponsiveStyle(): ResponsiveStyle

Return responsive style

Returns

ResponsiveStyle

Inherited from

SymbolShape.getResponsiveStyle


getRoot

getRoot(): Node

Returns root node.
If node doesn't have parent then it returns itself.

Returns

Node

the root node

Inherited from

SymbolShape.getRoot


getRotationAngle

getRotationAngle(): number

Returns rotation angle (in radians)

Returns

number

rotationAngle rotation angle at anchor

Inherited from

SymbolShape.getRotationAngle


getScaleScrollStrategy

getScaleScrollStrategy(): Delegate

Gets scale scroll strategy

Returns

Delegate

scale scroll strategy

Inherited from

SymbolShape.getScaleScrollStrategy


getSceneTransform

getSceneTransform(): Transformation

Returns transformation from node to root scene

Returns

Transformation

a transformation from node to root scene

Inherited from

SymbolShape.getSceneTransform


getSize

getSize(): Dimension

Returns the size as a dimension object.

Returns

Dimension

size

Inherited from

SymbolShape.getSize


getSizeIsInDeviceSpace

getSizeIsInDeviceSpace(): boolean

Returns true if the shape size is set in device space

Returns

boolean

true if size is defined in device space

Inherited from

SymbolShape.getSizeIsInDeviceSpace


getTag

getTag(): any

Returns the object associated with the node by user.

Returns

any

The node's user-object

Inherited from

SymbolShape.getTag


getUseMinMaxSize

getUseMinMaxSize(): boolean

true if using the min max device space sizes

Returns

boolean

true if using the min max device space sizes

Inherited from

SymbolShape.getUseMinMaxSize


getVisible

getVisible(): boolean

Return visibility of the node

Returns

boolean

true if node is visible

Inherited from

SymbolShape.getVisible


getWidth

getWidth(): number

Return width of the shape

Returns

number

Inherited from

SymbolShape.getWidth


getWorldTransform

getWorldTransform(): Transformation

Retrieves the local transformation of the node which represents multiplication of parent to bounds and contents transformations.

Returns

Transformation

transform the world transform.

Inherited from

SymbolShape.getWorldTransform


getZIndex

getZIndex(): number

Returns node z-index (null if not set)

Returns

number

Inherited from

SymbolShape.getZIndex


hasCache

hasCache(): boolean

Get cache flag

Returns

boolean

Inherited from

SymbolShape.hasCache


hasCssClass

hasCssClass(cssClass): boolean

Check if node has specified css class

Parameters

Name Type Description
cssClassstringcss class name

Returns

boolean

Inherited from

SymbolShape.hasCssClass


hasEventListener

hasEventListener(type, callback?): boolean

Check if a list of event listeners for this type contains this listener

Parameters

Name Type Description
typestringtype of event or property
Optional callbackFunctionto be called, if null, check if any callback is registered

Returns

boolean

Inherited from

SymbolShape.hasEventListener


invalidate

invalidate(bounds?, force?): TadPole

Invalidate area of the shape. This method invalidates parent by default. invalidated from parent to root node.

Parameters

Name Type Description
Optional boundsRectbounds of the invalid rectangle in the inner node coordinates
Optional forcebooleantrue if parent should be invalidated immediately if null is provided then cache (if any will be completely refreshed) otherwise only specified rect or node.bounds will be refreshed

Returns

TadPole

this

Inherited from

SymbolShape.invalidate


invalidateParent

invalidateParent(bounds?, force?): TadPole

Invalidate bounds

Parameters

Name Type Description
Optional boundsRectif null is provided then cache (if any will be completely refreshed) otherwise only specified rect or node.bounds will be refreshed
Optional forcebooleanflag indicating if the parent must be forcibly invalidated

Returns

TadPole

this

Inherited from

SymbolShape.invalidateParent


isDisposed

isDisposed(): boolean

Returns whether this object has been disposed

Returns

boolean

Inherited from

SymbolShape.isDisposed


isEventPropagationEnabled

isEventPropagationEnabled(): boolean

Return true if event propagation is enabled from child to parent

Returns

boolean

Inherited from

SymbolShape.isEventPropagationEnabled


isNotificationEnabled

isNotificationEnabled(): boolean

return state of notification

Returns

boolean

current notification state

Inherited from

SymbolShape.isNotificationEnabled


isSelectable

isSelectable(): boolean

Returns true if node can be picked/selected.

Returns

boolean

The selectable flag

Inherited from

SymbolShape.isSelectable


isSilent

isSilent(): boolean

Return true if the event dispatcher doesn't notify any events

Returns

boolean

Inherited from

SymbolShape.isSilent


notify

notify<E>(event, source, args?): TadPole

Notify listeners of the Node

Type parameters

NameType
Eextends string

Parameters

Name Type Description
eventEtype of event
sourceAbstractNodesource who called the event
Optional argsEventMap[E]event arguments

Returns

TadPole

this

Inherited from

SymbolShape.notify


off

off<E>(type?, callback?): TadPole

Detach listener on event. Calling .off() with no arguments removes all attached listeners. Calling .off(type) with no callback removes all attached listeners for specific type.

Type parameters

NameType
Eextends string

Parameters

Name Type Description
Optional typeEtype of the event
Optional callback(eventType: E, sender: TadPole, args: EventMap[E]) => voidfunction to be called

Returns

TadPole

this

Inherited from

SymbolShape.off


on

on<E>(type, callback): TadPole

Attach listener on event that will be called whenever the specified event is delivered to the target

If the callback function is already in the list of event listeners for this target, the function is not added a second time.

If a particular anonymous function is in the list of event listeners registered for a certain target, and then later in the code, an identical anonymous function is given in an "on" call, the second function will also be added to the list of event listeners for that target.

Type parameters

NameType
Eextends string

Parameters

Name Type Description
typeEtype of event or property
callback(eventType: E, sender: TadPole, args: EventMap[E]) => voidto be called

Returns

TadPole

this

Inherited from

SymbolShape.on


onParentChanged

Protected onParentChanged(node): TadPole

This method is called when parent changes. Do not call it directly.

Parameters

Name Type Description
nodeNodenode to change parent

Returns

TadPole

this

Inherited from

SymbolShape.onParentChanged


onVisibilityChanged

Protected onVisibilityChanged(): void

This method is called if visibility is changed. Send event Events.VisibilityChanged

Returns

void

Inherited from

SymbolShape.onVisibilityChanged


postRendering

Protected postRendering(context): void

To be called after rendering. Call this method if you override method render

Parameters

Name Type Description
contextRenderingContextRendering Context

Returns

void

Inherited from

SymbolShape.postRendering


preRendering

Protected preRendering(context): void

Occurs before rendering this method sets clipping by default. Call this method if you override method render

Parameters

Name Type Description
contextRenderingContextRendering Context

Returns

void

Inherited from

SymbolShape.preRendering


registerAnimationStyle

registerAnimationStyle(root): void

Register animation style.

Parameters

Name Type Description
rootNoderoot node for node

Returns

void

Inherited from

SymbolShape.registerAnimationStyle


removeCssClass

removeCssClass(cssclass): TadPole

Removes css class from node

Parameters

Name Type Description
cssclassstring | string[]css class name('s)

Returns

TadPole

this

Inherited from

SymbolShape.removeCssClass


removeInvalidateHandler

removeInvalidateHandler(handler): TadPole

Remove invalidate handler

Deprecated

since 4.0, use Node.off instead

Parameters

Name Type Description
handlerFunctionhandler to be notified about invalidation

Returns

TadPole

this

Inherited from

SymbolShape.removeInvalidateHandler


render

render(context): void

Renders node

Parameters

Name Type Description
contextRenderingContextThe rendering context to be used to draw the node

Returns

void

Inherited from

SymbolShape.render


renderAsync

renderAsync(context, callback): void

Render node in asynchronous mode. Default implementation creates call method "render" inside

Parameters

Name Type Description
contextRenderingContextThe rendering context to be used to draw the node
callback() => voidcallback function

Returns

void

Inherited from

SymbolShape.renderAsync


rotate

rotate(theta, x?, y?): TadPole

Rotate bounds around a given coordinate or anchor point

Parameters

Name Type Description
thetanumberangle to rotate node, in radians
Optional xnumberx coordinate to rotate around, use anchor-x if not specified
Optional ynumbery coordinate to rotate around, use anchor-y if not specified

Returns

TadPole

this

Inherited from

SymbolShape.rotate


scale

scale(xx, yy): TadPole

Scale node

Parameters

Name Type Description
xxnumberx scale factor
yynumbery scale factor

Returns

TadPole

this

Inherited from

SymbolShape.scale


setAnchor

setAnchor(p): TadPole

Sets anchor point to given position

Parameters

Name Type Description
pPointpoint

Returns

TadPole

this

Inherited from

SymbolShape.setAnchor

setAnchor(x, y): TadPole

Sets anchor point to given position

Parameters

Name Type Description
xnumberx coordinate
ynumbery coordinate

Returns

TadPole

this

Inherited from

SymbolShape.setAnchor


setAnchorType

setAnchorType(alignment): TadPole

Sets the anchor type.

Parameters

Name Type Description
alignmentAnchorTypeanchor alignment

Returns

TadPole

this

Inherited from

SymbolShape.setAnchorType


setAnchorX

setAnchorX(ax): TadPole

Sets x anchor position

Parameters

Name Type Description
axnumberanchor x position

Returns

TadPole

this

Inherited from

SymbolShape.setAnchorX


setAnchorY

setAnchorY(ay): TadPole

Sets y anchor position

Parameters

Name Type Description
aynumberanchor x position

Returns

TadPole

this

Inherited from

SymbolShape.setAnchorY


setAngle

setAngle(angle): TadPole

Specify rotations angle in radians

Parameters

Name Type Description
anglenumberangle

Returns

TadPole

this


setAnimationStyle

setAnimationStyle(animationStyle): TadPole

Sets animation style

Parameters

Name Type Description
animationStyleTypeanimation style

Returns

TadPole

Inherited from

SymbolShape.setAnimationStyle


setBounds

setBounds(bounds): TadPole

Sets bounds of the node in the parent coordinates. This method takes anchor position and width and height if size is not in device space. This method was added to support layout.

Parameters

Name Type Description
boundsRectbound of the node in the parent coordinates

Returns

TadPole

this

Inherited from

SymbolShape.setBounds


setCache

setCache(useCache): TadPole

Set cache flag

Parameters

Name Type Description
useCachebooleancache flag

Returns

TadPole

this

Inherited from

SymbolShape.setCache


setClipStyle

setClipStyle(style): TadPole

Sets a new clipping style

Parameters

Name Type Description
styleGraphicsPath | ClipStyle | Optionsa new clipping style

Returns

TadPole

this

Inherited from

SymbolShape.setClipStyle


setCss

setCss(style, merge?): TadPole

Sets CSS style. This style will be applied for all inserted elements

Parameters

Name Type Description
styleTypeCSS style to be applied to inserted elements
Optional mergebooleanmerge flag

Returns

TadPole

this

Inherited from

SymbolShape.setCss


setCssClass

setCssClass(name): TadPole

Sets css class name of the node to be used to apply CSS style

Parameters

Name Type Description
namestringcss class name of the node

Returns

TadPole

this

Inherited from

SymbolShape.setCssClass


setCssTransform

setCssTransform(transform): TadPole

Set CSS transformation

Parameters

Name Type Description
transformstring | Transformationtransformation css transformation instruction or Transformation instance

Returns

TadPole

this

Inherited from

SymbolShape.setCssTransform


setDefaultAngle

setDefaultAngle(angle): TadPole

Specify default rotation angle to be used if angle or leg angle is not defined or NaN

Parameters

Name Type Description
anglenumberangle in radians

Returns

TadPole

this


setFillStyle

setFillStyle(fillStyle, merge?): TadPole

Sets fill style

Parameters

Name Type Description
fillStyleTypea new fill style
Optional mergebooleantrue if you want to merge fillStyle with existing attribute, false by default

Returns

TadPole

this

Inherited from

SymbolShape.setFillStyle


setHeight

setHeight(height): TadPole

Sets height of the shape

Parameters

Name Type Description
heightnumberheight of the shape

Returns

TadPole

this

Inherited from

SymbolShape.setHeight


setId

setId(id): TadPole

Allows the user to associate any identifier

Parameters

Name Type Description
idstring | numberobject id

Returns

TadPole

this

Inherited from

SymbolShape.setId


setIsPointingUp

setIsPointingUp(isPointingUp): TadPole

Sets whether the shape is always pointing up. Particularly useful for text.

Parameters

Name Type Description
isPointingUpbooleanflag setting whether the shape is always pointing up

Returns

TadPole

this

Inherited from

SymbolShape.setIsPointingUp


setLayoutStyle

setLayoutStyle(layoutStyle, merge?): TadPole

Specify desired layout style

Parameters

Name Type Description
layoutStyleLayoutStyle<string | number> | Options<string | number>desired layout style
Optional mergebooleantrue if you want to merge layoutStyle with existing attribute, false by default

Returns

TadPole

Inherited from

SymbolShape.setLayoutStyle


setLegs

setLegs(legs): TadPole

Set Legs

Parameters

Name Type Description
legsLeg[]line element associated with the symbol

Returns

TadPole

this


setLineStyle

setLineStyle(lineStyle, merge?): TadPole

Sets line style

Parameters

Name Type Description
lineStyleTypeline style or options
Optional mergebooleantrue if you want to merge lineStyle with existing attribute, false by default

Returns

TadPole

this

Inherited from

SymbolShape.setLineStyle


setLocalTransform

setLocalTransform(localTransform, force?): TadPole

Sets local transformation to be used to transform from local to parent coordinate

Parameters

Name Type Description
localTransformTransformationlocal transformation for this node
Optional forcebooleanboolean flag to force update event if transformations are equal, false by default

Returns

TadPole

this

Inherited from

SymbolShape.setLocalTransform


setMarginsStyle

setMarginsStyle(margins, merge?): TadPole

Sets margins style

Parameters

Name Type Description
marginsType<string | number>margins style
Optional mergebooleantrue if you want to merge marginsStyle with existing attribute, false by default

Returns

TadPole

this

Inherited from

SymbolShape.setMarginsStyle


setMaxSize

setMaxSize(maxSize): TadPole

sets the maximum device space rendering dimension

Parameters

Name Type Description
maxSizeDimensionmaximum device space rendering dimension

Returns

TadPole

Inherited from

SymbolShape.setMaxSize


setMetaInfo

setMetaInfo(info): TadPole

Sets meta info

Parameters

Name Type Description
infoMetaInfometa info

Returns

TadPole

this

Implementation of

IExtendedDataSymbol.setMetaInfo


setMinSize

setMinSize(minSize): TadPole

sets the minimum device space rendering dimension only works when setUseMinMaxSize is enabled.

Parameters

Name Type Description
minSizeDimensionminimum device space rendering dimension

Returns

TadPole

this

Inherited from

SymbolShape.setMinSize


setName

setName(name): TadPole

Sets name of the node

Parameters

Name Type Description
namestringThe node name

Returns

TadPole

this

Inherited from

SymbolShape.setName


setNotification

setNotification(notify, force?): TadPole

set notification state

Parameters

Name Type Description
notifybooleanflag set to invalidate parent or not
Optional forcebooleantrue if parent should be invalidated immediately

Returns

TadPole

this

Inherited from

SymbolShape.setNotification


setOpacity

setOpacity(opacity, blendMode?): TadPole

Sets node opacity

Parameters

Name Type Description
opacitynumbernode opacity from 0 to 1
Optional blendModeBlendModeopacity blend mode. If it is normal, opacity will be replaced.

Returns

TadPole

this

Inherited from

SymbolShape.setOpacity


setPainter

setPainter(painter): TadPole

Sets painter function for this symbol.

Parameters

Name Type Description
painterPainterpainter function for this symbol

Returns

TadPole

this

Inherited from

SymbolShape.setPainter


setPreserveAspectRatio

setPreserveAspectRatio(preserveAspectRatio): TadPole

Sets whether aspect ratio is preserved

Parameters

Name Type Description
preserveAspectRatiobooleanflag Sets whether aspect ratio is preserved

Returns

TadPole

this

Inherited from

SymbolShape.setPreserveAspectRatio


setPreserveReadingOrientation

setPreserveReadingOrientation(preserveReadingOrientation): TadPole

Sets whether the shape is always in a readable orientation. Particularly useful for text. Prevents mirror effects

Parameters

Name Type Description
preserveReadingOrientationbooleansets flag whether the shape is always in a readable orientation

Returns

TadPole

this

Inherited from

SymbolShape.setPreserveReadingOrientation


setPreserveRightAngle

setPreserveRightAngle(preserveRightAngle): TadPole

Sets whether right angles are preserved

Parameters

Name Type Description
preserveRightAnglebooleanflag setting if right angles are preserved

Returns

TadPole

this

Inherited from

SymbolShape.setPreserveRightAngle


setProperties

setProperties(properties?): TadPole

Sets all the properties pertaining to this object

Parameters

Name Type Description
Optional propertiesOptionsobject containing the properties to set

Returns

TadPole

this

Inherited from

SymbolShape.setProperties


setProperty

setProperty(name, value): TadPole

Sets dynamic property by name

Parameters

Name Type Description
namestringproperty name
valueanyproperty value

Returns

TadPole

this

Inherited from

SymbolShape.setProperty


setRenderingFilter

setRenderingFilter(filter): TadPole

Sets filter to be applied before rendering and picking

Parameters

Name Type Description
filterIFilterfilter to set

Returns

TadPole

this

Inherited from

SymbolShape.setRenderingFilter


setResponsiveStyle

setResponsiveStyle(style): TadPole

Sets responsive style.

Parameters

Name Type Description
styleOptions | ResponsiveStyleresponsive style

Returns

TadPole

this

Inherited from

SymbolShape.setResponsiveStyle


setRotationAngle

setRotationAngle(rotationAngle): TadPole

Set rotation angle

Parameters

Name Type Description
rotationAnglenumberrotation angle (in radians) at anchor

Returns

TadPole

this

Inherited from

SymbolShape.setRotationAngle


setScaleScrollStrategy

setScaleScrollStrategy(strategy?): TadPole

Sets scale scroll strategy

Parameters

Name Type Description
Optional strategyDelegatescale scroll strategy

Returns

TadPole

this

Inherited from

SymbolShape.setScaleScrollStrategy


setSelectable

setSelectable(selectable): TadPole

Allows to select node. If node is not selectable then child node is not selectable.

Parameters

Name Type Description
selectablebooleanflag to allow node selection

Returns

TadPole

this

Inherited from

SymbolShape.setSelectable


setSilent

setSilent(bool): TadPole

Set silent mode

Parameters

Name Type Description
boolbooleanflag to enable silent mode

Returns

TadPole

this

Inherited from

SymbolShape.setSilent


setSize

setSize(width, height?): TadPole

Sets size of the shape, will accept a width and height number or a Dimension object.

Parameters

Name Type Description
widthnumber | Dimension | Optionswidth of the shape
Optional heightnumberheight of the shape

Returns

TadPole

this

Inherited from

SymbolShape.setSize


setSizeIsInDeviceSpace

setSizeIsInDeviceSpace(sizeIsInDeviceSpace): TadPole

Sets whether the shape size is set in device space.

Parameters

Name Type Description
sizeIsInDeviceSpacebooleantrue if the shape size is fixed in device space; otherwise, false.

Returns

TadPole

this

Inherited from

SymbolShape.setSizeIsInDeviceSpace


setTag

setTag(tag): TadPole

Allows the user to associate any arbitrary object with the node.

Parameters

Name Type Description
taganyThe object to be associated with the node.

Returns

TadPole

this

Inherited from

SymbolShape.setTag


setUseMinMaxSize

setUseMinMaxSize(useMinMaxSize): TadPole

Sets whether to use the min max device space sizes

Parameters

Name Type Description
useMinMaxSizebooleantrue if using the min max device space sizes otherwise, false.

Returns

TadPole

this

Inherited from

SymbolShape.setUseMinMaxSize


setVisible

setVisible(value): TadPole

Sets visibility of the node. Send event Events.VisibilityChanged

Parameters

Name Type Description
valuebooleanflag specifying visibility of the node

Returns

TadPole

this

Inherited from

SymbolShape.setVisible


setWidth

setWidth(width): TadPole

Sets width of the shape

Parameters

Name Type Description
widthnumberwidth of the shape

Returns

TadPole

this

Inherited from

SymbolShape.setWidth


setZIndex

setZIndex(value): TadPole

Sets z-index for node (set null for default)

Parameters

Name Type Description
valuenumberindex determining node z-position

Returns

TadPole

this

Inherited from

SymbolShape.setZIndex


shear

shear(shx, shy): TadPole

Shear this node's bounds

Parameters

Name Type Description
shxnumberx-axis shear
shynumbery-axis shear

Returns

TadPole

this

Inherited from

SymbolShape.shear


toString

toString(): string

Returns a string representation of this object (generally the classname)

Returns

string

A string representation

Inherited from

SymbolShape.toString


translate

translate(tx, ty): TadPole

Translate bounds

Parameters

Name Type Description
txnumberx translation
tynumbery translation

Returns

TadPole

this

Inherited from

SymbolShape.translate


unregisterAnimationStyle

unregisterAnimationStyle(root): void

Unregister animation style.

Parameters

Name Type Description
rootNoderoot node for node

Returns

void

Inherited from

SymbolShape.unregisterAnimationStyle


updateSceneTransformation

updateSceneTransformation(): TadPole

Update scene transformation

Returns

TadPole

this

Inherited from

SymbolShape.updateSceneTransformation


updateState

updateState(regions?, changes?): TadPole

Update state. These methods reset node state and update state for children. this method is useful to refresh a scene graph

Parameters

Name Type Description
Optional regionsRect[]optional array to return invalid rectangles in the parent coordinates
Optional changesStateChangesoptional parameter to specify a reason of changes

Returns

TadPole

this

Inherited from

SymbolShape.updateState


updateTimeStamp

Protected updateTimeStamp(): TadPole

Update time stamp to indicate that Node or Children has been changed.

Returns

TadPole

this

Inherited from

SymbolShape.updateTimeStamp


enableSceneGraphNotification

Static enableSceneGraphNotification(enabled): void

Enable / disable all notifications

Parameters

Name Type Description
enabledbooleansets if this object sends notifications

Returns

void

Inherited from

SymbolShape.enableSceneGraphNotification


findParent

Static findParent<T>(node, classType, filter?): InstanceType<T>

Find root of the node with specified type

Type parameters

NameType
Textends Constructor<any>

Parameters

Name Type Description
nodeNodenode to start search
classTypeTtype of the class to search for
Optional filter(node: Node) => booleanadditional filter to apply

Returns

InstanceType<T>

Inherited from

SymbolShape.findParent

Static findParent(node, classType, filter?): Node

Find root of the node with specified type

Parameters

Name Type Description
nodeNodenode to start search
classTypestringinterface name to search for
Optional filter(node: Node) => booleanadditional filter to apply

Returns

Node

Inherited from

SymbolShape.findParent


getAnchorPosition

Static getAnchorPosition(rect, anchorType): Point

Return anchor position

Parameters

Name Type Description
rectRectrectangle to get anchor position
anchorTypeAnchorTypeanchor type

Returns

Point

anchor

Inherited from

SymbolShape.getAnchorPosition


getClassName

Static getClassName(): string

Returns

string

Inherited from

SymbolShape.getClassName


intersectsBounds

Static intersectsBounds(bounds, localTransformation, parentInvalidArea, expand?): boolean

Check collision of the shape bounds with parent invalid area

Parameters

Name Type Description
boundsRectshape bounds
localTransformationTransformationlocal transformation of the bounds
parentInvalidAreaRectinvalid parent area
Optional expandDimensionoptional expand the bounds in model coordinate

Returns

boolean

true if bounds intersect the invalid area

Inherited from

SymbolShape.intersectsBounds


isSceneGraphNotificationEnabled

Static isSceneGraphNotificationEnabled(): boolean

Return status of the global notification for all nodes.

Returns

boolean

Inherited from

SymbolShape.isSceneGraphNotificationEnabled