Last updated

API / geotoolkit / welllog / TickCurve / TickCurve

Class: TickCurve

welllog.TickCurve.TickCurve

Creates a tick curve. Data is passed in LogData.

Example

import {TextStyle} from '@int/geotoolkit/attributes/TextStyle';
import {LineStyle} from '@int/geotoolkit/attributes/LineStyle';
// The three default categories
[
{
'key': 'Major',
'length': 15,
'linestyle': new LineStyle({'color':'red', 'width': 1}),
'textstyle': new TextStyle({'color':'red', 'font': 'normal 11px Arial'})
},
{
'key': 'Medium',
'length': 10,
'linestyle': new LineStyle({'color':'green', 'width': 1}),
'textstyle': new TextStyle({'color':'green', 'font': 'normal 11px Arial'})
},
{
'key': 'Minor',
'length': 5,
'linestyle': new LineStyle({'color':'blue', 'width': 1}),
'textstyle': new TextStyle({'color':'blue', 'font': 'normal 11px Arial'})
}
];
// The default category callback
function(index, depth, value){
const onethird = (this.getDataSource().getMaxValue() - this.getDataSource().getMinValue())/3;
if(value < onethird)
return 'Minor';
else if(value < onethird * 2)
return 'Medium';
else if(value <= onethird * 3)
return 'Major';
};

Hierarchy

Table of contents

Constructors
[new TickCurve(data, autoUpdate, categories, categoryCallback)](/solutions/geotoolkit/apis/classes/geotoolkit.welllog.tickcurve.tickcurve.md#new tickcurve(data, autoupdate, categories, categorycallback))[new TickCurve(params)](/solutions/geotoolkit/apis/classes/geotoolkit.welllog.tickcurve.tickcurve.md#new tickcurve(params))
Methods
addCategoryaddCssClassaddInvalidateHandler
applyOpacityapplyResponsiveStylecheckCollision
cloneconnectStylecopyConstructor
disconnectStyledisposeenableEventPropagation
executefiltergetAnimationStyle
getBaseNamegetBoundsgetCategories
getCategorygetClassNamegetClipStyle
getContentsTransformgetCssgetCssClass
getCssClassesgetCssTransformgetDataLimits
getDataSourcegetDescriptiongetDisplayMode
getHeadergetHeadersgetId
getInvalidateMethodgetLineStylegetLocalTransform
getMarginsStylegetMicroPositionLeftgetMicroPositionRight
getMicroPositionTransformationgetModelLimitsgetName
getOpacitygetOpacityBlendModegetParent
getPropertiesgetPropertygetPropertyKeys
getReferenceLinePositiongetRenderingFiltergetResponsiveStyle
getRootgetScaleScrollStrategygetScaledData
getSceneTransformgetTaggetTextAnchorType
getTextDecimationStepgetTextMargingetTrack
getValueDataLimitsgetValueFormatgetVisible
getWorldTransformgetZIndexhasCssClass
hasEventListenerinvalidateinvalidateParent
isAdjustTopAndBottomTextAnchorisAutoBoundsisDisposed
isEventPropagationEnabledisHorizontalFlipisNotificationEnabled
isSelectableisSilentisTextOpposite
isTicksReversedisVisibleLineisVisibleValue
notifyoffon
onHeaderSetonMicroPositionChangedonParentChanged
onVisibilityChangedpostRenderingpreRendering
registerAnimationStyleremoveCategoryremoveCssClass
removeInvalidateHandlerrenderrenderAsync
renderContentrotatescale
setAdjustTopAndBottomTextAnchorsetAnimationStylesetAutoBounds
setBaseNamesetBoundssetCategories
setCategoryCallbacksetClipStylesetCss
setCssClasssetCssTransformsetData
setDescriptionsetDisplayModesetHeader
setIdsetLineStylesetLocalTransform
setMarginsStylesetMicroPositionsetName
setNotificationsetOpacitysetProperties
setPropertysetReferenceLinePositionsetRenderingFilter
setResponsiveStylesetScaleScrollStrategysetSelectable
setSilentsetTagsetTextAnchorType
setTextDecimationStepsetTextMarginsetTextOpposite
setTicksReversedsetValueFormatsetVisible
setVisibleLinesetVisibleValuesetZIndex
sheartoStringtranslate
unregisterAnimationStyleupdateFromDataupdateSceneTransformation
updateStateupdateTimeStampenableSceneGraphNotification
findParentgetClassNameisSceneGraphNotificationEnabled
Css Properties
Name Type Description
autoboundsbooleanEnables or disables auto bounds
basenamestringThe base name
boundsRectThe rectangle specifying position of the visual in the track. If set, autobounds will be switched off
bounds-heightnumberHeight
bounds-readonlybooleanReadonly
bounds-widthnumberWidth
bounds-xnumberLeft
bounds-ynumberTop
clipstyleClipStyleClipping style
clipstyle-evenoddbooleanTrue if evenodd mode is on (&#x27;nonzero&#x27; mode otherwise)
clipstyle-geometryGraphicsPathClipping geometry
clipstyle-geometry-boundsRectBounds
clipstyleGraphicsPathClipping style
cssclassstringThe css class name of this node
csscursorstringCSS cursor associated with node
cssstylestringCSS style to be applied to inserted elements
descriptionstringThe description
formatoptionsNumberFormatFormat options
formatoptions-fulllocalebooleanSpecify format how to provide locale
formatoptions-grouplengthnumberSpecify group length of numbers
formatoptions-localestringFormat locale
formatoptions-localeLocaleFormat locale
formatoptions-locale-localestringThe name of the locale
formatoptions-locale-numberformatNumberFormatInfoDefines number format
formatoptions-locale-numberformat-decstringDefines decimal symbol
formatoptions-locale-numberformat-groupstringDefines group symbol
formatoptions-locale-numberformat-infinitystringDefines infinity text
formatoptions-locale-numberformat-negstringDefines negative symbol
formatoptions-maximumfractiondigitsnumberSpecify maximum fraction digits
formatoptions-minimumfractiondigitsnumberSpecify minimum fraction digits, have to be less or equal to maximumfractiondigits
formatoptions-roundbooleanRound number
idstring | numberId of the node, its a unique identifier
linestylestringLinestyle
linestyleLineStyleLinestyle
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-fill-colorstringColor in CSS form
linestyle-fill-evenoddmodebooleanEven-odd fill mode
linestyle-fill-fillpatternPatternPattern
linestyle-fill-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
linestyle-fill-fillpattern-patternnamestringName of this pattern for indexing
linestyle-fill-fillpattern-scalablebooleanFlag that sets scalability of the pattern coordinates, or relative to the shape it is filling (It is not supported)
linestyle-fill-foregroundstringForeground color
linestyle-fill-patternPatternPattern
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
microposleftnumberLeft micro position
microposrightnumberRight micro position
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
scalescrollstrategyScaleScrollStrategyScale scroll strategy
scalescrollstrategy-enabledbooleanEnable flag
selectablebooleanSelectable node, a boolean to determine if selection should consider this node
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
textdecimationstepnumberText decimation step or level
textmarginnumberIn device space(pixels)
textoppositebooleanSets position of the text in relation to the tick
ticksreversedbooleanSet direction of tick lines
transformstringAdditional CSS transformation applied to node or &#x27;none&#x27;
transformTransformationAdditional CSS transformation applied to node or &#x27;none&#x27;
visiblebooleanVisibility of the node, a boolean to determine if the node should be rendered or not
z-indexnumberDefine node z-index

Contents

Constructors

new TickCurve(data, autoUpdate, categories, categoryCallback)

new TickCurve(data?, autoUpdate?, categories?, categoryCallback?)

Constructor

Parameters

Name Type Description
Optional dataLogAbstractDatadata source to be displayed
Optional autoUpdatebooleanautoUpdate automatic update from data
Optional categoriesCategory[]An array of objects which contain the different categories
Optional categoryCallbackCategoryCallbackA function which accepts parameters: index, depth and value and returns a string, which corresponds to a category key

Overrides

LogPointSet.constructor


new TickCurve(params)

new TickCurve(params?)

Constructor

Parameters

Name Type Description
Optional paramsOptionsdata source to be displayed or properties object

Overrides

LogPointSet.constructor

Methods

addCategory

addCategory(key, length, linestyle, textstyle): TickCurve

Adds a new category or replaces an existing one with the same key

Parameters

Name Type Description
keystringunique key for category
lengthnumberline length
linestyleTypeline style
textstyleTypetext style for the tick

Returns

TickCurve

this


addCssClass

addCssClass(cssclass): TickCurve

Adds new css class to node

Parameters

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

Returns

TickCurve

this

Inherited from

LogPointSet.addCssClass


addInvalidateHandler

addInvalidateHandler(handler): TickCurve

Add invalidate handler

Deprecated

since 4.0, use Node.on instead

Parameters

Name Type Description
handlerFunctionhandler to be notified about invalidation

Returns

TickCurve

this

Inherited from

LogPointSet.addInvalidateHandler


applyOpacity

Protected applyOpacity(context): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.applyOpacity


applyResponsiveStyle

Protected applyResponsiveStyle(): void

Apply a responsive style rules it is exists

Returns

void

Inherited from

LogPointSet.applyResponsiveStyle


checkCollision

checkCollision(context): boolean

Check culling. Returns true if object is inside of renderable area

Parameters

Name Type Description
contextRenderingContextRendering Context

Returns

boolean

Inherited from

LogPointSet.checkCollision


clone

clone(): TickCurve

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

Returns

TickCurve

clone

Overrides

LogPointSet.clone


connectStyle

connectStyle(style, type, callback): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.connectStyle


copyConstructor

Protected copyConstructor(src, deepCopy?): TickCurve

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
srcLogPointSetSource to copy from
Optional deepCopybooleandeep copy

Returns

TickCurve

this

Inherited from

LogPointSet.copyConstructor


disconnectStyle

disconnectStyle(style, type, callback): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.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

LogPointSet.dispose


enableEventPropagation

enableEventPropagation(enable): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.enableEventPropagation


execute

execute(delegate): TickCurve

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: TickCurve) => voidFunction to execute

Returns

TickCurve

The result if any or this

Inherited from

LogPointSet.execute

execute<T>(delegate): T

Type parameters

Name
T

Parameters

Name Type
delegate(this: TickCurve) => T

Returns

T

Inherited from

LogPointSet.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

LogPointSet.filter


getAnimationStyle

getAnimationStyle(): AnimationStyle

Return animation style

Returns

AnimationStyle

animationStyle current animation style

Inherited from

LogPointSet.getAnimationStyle


getBaseName

getBaseName(): string

Returns the base name

Returns

string

The base name

Inherited from

LogPointSet.getBaseName


getBounds

getBounds(): Rect

Return bound in the parent coordinates

Returns

Rect

Inherited from

LogPointSet.getBounds


getCategories

getCategories(): Category[]

Gets the array of categories

Returns

Category[]


getCategory

getCategory(key): Category

Get category by key

Parameters

Name Type Description
keystringunique key for category

Returns

Category


getClassName

getClassName(): string

Returns

string

Inherited from

LogPointSet.getClassName


getClipStyle

getClipStyle(): ClipStyle

Gets the current clipping style

Returns

ClipStyle

clipping style

Inherited from

LogPointSet.getClipStyle


getContentsTransform

getContentsTransform(): Transformation

Retrieves the world transformation of the spatial

Returns

Transformation

Inherited from

LogPointSet.getContentsTransform


getCss

getCss(): CssStyle

Return CSS style

Returns

CssStyle

Inherited from

LogPointSet.getCss


getCssClass

getCssClass(): string

Returns css class name to be used to apply CSS style

Returns

string

the css class name

Inherited from

LogPointSet.getCssClass


getCssClasses

getCssClasses(): string[]

Gets list of css class names which applied to this node

Returns

string[]

Inherited from

LogPointSet.getCssClasses


getCssTransform

getCssTransform(): string

Returns CSS transformation

Returns

string

Inherited from

LogPointSet.getCssTransform


getDataLimits

getDataLimits(fullLimits?): Rect

Return meaning data limits

Parameters

Name Type Description
Optional fullLimitsbooleandefault value is false

Returns

Rect

Inherited from

LogPointSet.getDataLimits


getDataSource

getDataSource(): LogAbstractData

Returns WellLog Data

Returns

LogAbstractData


getDescription

getDescription(): string

Gets the description

Returns

string

The description

Inherited from

LogPointSet.getDescription


getDisplayMode

getDisplayMode(): string[]

Returns display mode

Returns

string[]

any combination of values: 'line', 'value' or an empty array


getHeader

getHeader(name): LogVisualHeader<Node>

Return the header registered by the name

Parameters

Name Type Description
namestringheader name

Returns

LogVisualHeader<Node>

header

Inherited from

LogPointSet.getHeader


getHeaders

getHeaders(): Record<string, LogVisualHeader<Node>>

Return an object that contains all headers registered with the visual

Returns

Record<string, LogVisualHeader<Node>>

headers

Inherited from

LogPointSet.getHeaders


getId

getId(): string | number

Returns the associated identifier of the node

Returns

string | number

The node's id

Inherited from

LogPointSet.getId


getInvalidateMethod

Protected getInvalidateMethod(): AttributeCallback<EventDispatcher>

Gets invalidate method

Returns

AttributeCallback<EventDispatcher>

method to invalidate this object

Inherited from

LogPointSet.getInvalidateMethod


getLineStyle

getLineStyle(): LineStyle

Returns line style

Returns

LineStyle

Inherited from

LogPointSet.getLineStyle


getLocalTransform

getLocalTransform(): Transformation

Retrieves the transformation of bounds to parent

Returns

Transformation

transform the local transform.

Inherited from

LogPointSet.getLocalTransform


getMarginsStyle

getMarginsStyle(): SpaceStyle<string | number>

Return margins style

Returns

SpaceStyle<string | number>

Inherited from

LogPointSet.getMarginsStyle


getMicroPositionLeft

getMicroPositionLeft(): number

Returns micro position left

Returns

number

Inherited from

LogPointSet.getMicroPositionLeft


getMicroPositionRight

getMicroPositionRight(): number

Returns micro position right

Returns

number

Inherited from

LogPointSet.getMicroPositionRight


getMicroPositionTransformation

Protected getMicroPositionTransformation(): Transformation

Returns micro position transformation

Returns

Transformation

micro position transformation

Inherited from

LogPointSet.getMicroPositionTransformation


getModelLimits

getModelLimits(): Rect

Returns null

Returns

Rect

Inherited from

LogPointSet.getModelLimits


getName

getName(): string

Returns the node name

Returns

string

The node name

Inherited from

LogPointSet.getName


getOpacity

getOpacity(): number

Returns current node opacity

Returns

number

opacity

Inherited from

LogPointSet.getOpacity


getOpacityBlendMode

getOpacityBlendMode(): BlendMode

Returns current node opacity

Returns

BlendMode

opacity blend mode

Inherited from

LogPointSet.getOpacityBlendMode


getParent

getParent(): Node

Return parent node

Returns

Node

parent node

Inherited from

LogPointSet.getParent


getProperties

getProperties(): OptionsOut

Gets all the properties pertaining to this object

Returns

OptionsOut

properties object

Overrides

LogPointSet.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

LogPointSet.getProperty


getPropertyKeys

getPropertyKeys(): string[]

Returns known properties keys

Returns

string[]

Inherited from

LogPointSet.getPropertyKeys


getReferenceLinePosition

getReferenceLinePosition(): number

Returns the reference line position

Returns

number


getRenderingFilter

getRenderingFilter(): IFilter

Return filter to be used for rendering and picking

Returns

IFilter

current filter

Inherited from

LogPointSet.getRenderingFilter


getResponsiveStyle

getResponsiveStyle(): ResponsiveStyle

Return responsive style

Returns

ResponsiveStyle

Inherited from

LogPointSet.getResponsiveStyle


getRoot

getRoot(): Node

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

Returns

Node

the root node

Inherited from

LogPointSet.getRoot


getScaleScrollStrategy

getScaleScrollStrategy(): Delegate

Gets scale scroll strategy

Returns

Delegate

scale scroll strategy

Inherited from

LogPointSet.getScaleScrollStrategy


getScaledData

getScaledData(): AbstractScaledData

Gets the visual's scaled data

Returns

AbstractScaledData

(the implementation returns null).

Inherited from

LogPointSet.getScaledData


getSceneTransform

getSceneTransform(): Transformation

Returns transformation from node to root scene

Returns

Transformation

a transformation from node to root scene

Inherited from

LogPointSet.getSceneTransform


getTag

getTag(): any

Returns the object associated with the node by user.

Returns

any

The node's user-object

Inherited from

LogPointSet.getTag


getTextAnchorType

getTextAnchorType(): AnchorType

Gets text anchor type

Returns

AnchorType

type anchor type


getTextDecimationStep

getTextDecimationStep(): number

Returns text decimation step

Returns

number


getTextMargin

getTextMargin(): number

Gets the text margin

Returns

number

text margin


getTrack

getTrack(): ITrack

Returns parent track if LogTrack

Returns

ITrack

Inherited from

LogPointSet.getTrack


getValueDataLimits

getValueDataLimits(): Range

Returns original data value limits

Returns

Range


getValueFormat

getValueFormat(): NumberFormat

Returns formatter to format values

Returns

NumberFormat


getVisible

getVisible(): boolean

Return visibility of the node

Returns

boolean

true if node is visible

Inherited from

LogPointSet.getVisible


getWorldTransform

getWorldTransform(): Transformation

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

Returns

Transformation

Inherited from

LogPointSet.getWorldTransform


getZIndex

getZIndex(): number

Returns node z-index (null if not set)

Returns

number

Inherited from

LogPointSet.getZIndex


hasCssClass

hasCssClass(cssClass): boolean

Check if node has specified css class

Parameters

Name Type Description
cssClassstringcss class name

Returns

boolean

Inherited from

LogPointSet.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

LogPointSet.hasEventListener


invalidate

invalidate(bounds?, force?): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.invalidate


invalidateParent

invalidateParent(bounds?, force?): TickCurve

Invalidate bounds

Parameters

Name Type Description
Optional boundsRectmodel bounds
Optional forcebooleanforce if null is provided then cache (if any will be completely refreshed) otherwise only specified rect or node.bounds will be refreshed

Returns

TickCurve

this

Inherited from

LogPointSet.invalidateParent


isAdjustTopAndBottomTextAnchor

isAdjustTopAndBottomTextAnchor(): boolean

Gets flag for adjusting anchor of first and last text

Returns

boolean


isAutoBounds

isAutoBounds(): boolean

Enable automatic bounds. If auto bounds is enabled then it equals to parent model limits

Returns

boolean

Inherited from

LogPointSet.isAutoBounds


isDisposed

isDisposed(): boolean

Returns whether this object has been disposed

Returns

boolean

Inherited from

LogPointSet.isDisposed


isEventPropagationEnabled

isEventPropagationEnabled(): boolean

Return true if event propagation is enabled from child to parent

Returns

boolean

Inherited from

LogPointSet.isEventPropagationEnabled


isHorizontalFlip

isHorizontalFlip(): boolean

Return true if the representation is flipped horizontally

Returns

boolean

horizontal flip

Inherited from

LogPointSet.isHorizontalFlip


isNotificationEnabled

isNotificationEnabled(): boolean

return state of notification

Returns

boolean

current notification state

Inherited from

LogPointSet.isNotificationEnabled


isSelectable

isSelectable(): boolean

Returns true if node can be picked/selected.

Returns

boolean

The selectable flag

Inherited from

LogPointSet.isSelectable


isSilent

isSilent(): boolean

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

Returns

boolean

Inherited from

LogPointSet.isSilent


isTextOpposite

isTextOpposite(): boolean

Returns true if text if positioned at the start of the tick

Returns

boolean


isTicksReversed

isTicksReversed(): boolean

Returns true if tick direction is reversed

Returns

boolean


isVisibleLine

isVisibleLine(): boolean

Returns true if line is visible (convenience method)

Returns

boolean


isVisibleValue

isVisibleValue(): boolean

Returns true if values are visible (convenience method)

Returns

boolean


notify

notify<E>(type, source, args?): TickCurve

Notify listeners of the Node

Type parameters

NameType
Eextends string

Parameters

Name Type Description
typeEtype of event
sourceLogAbstractVisualsource who called the event
Optional argsEventMap[E]event arguments

Returns

TickCurve

this

Inherited from

LogPointSet.notify


off

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

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: TickCurve, args: EventMap[E]) => voidfunction to be called

Returns

TickCurve

this

Inherited from

LogPointSet.off


on

on<E>(type, callback): TickCurve

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: TickCurve, args: EventMap[E]) => voidto be called

Returns

TickCurve

this

Inherited from

LogPointSet.on


onHeaderSet

Protected onHeaderSet(name, headerInstance, silent?): void

This method is called if header is set. Send event Events.HeaderSet

Parameters

Name Type Description
namestringof the container. The 'header' and 'footer' is used.
headerInstanceLogVisualHeader<Node>the header instance
Optional silentbooleansilent node to avoid sending events that header is created

Returns

void

Inherited from

LogPointSet.onHeaderSet


onMicroPositionChanged

Protected onMicroPositionChanged(): TickCurve

calls when microPosition has been changed

Returns

TickCurve

this

Inherited from

LogPointSet.onMicroPositionChanged


onParentChanged

Protected onParentChanged(node): TickCurve

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

Parameters

Name Type Description
nodeNodenode to change parent

Returns

TickCurve

this

Inherited from

LogPointSet.onParentChanged


onVisibilityChanged

Protected onVisibilityChanged(): void

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

Returns

void

Inherited from

LogPointSet.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

LogPointSet.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

LogPointSet.preRendering


registerAnimationStyle

registerAnimationStyle(root): void

Register animation style.

Parameters

Name Type Description
rootNoderoot node for node

Returns

void

Inherited from

LogPointSet.registerAnimationStyle


removeCategory

removeCategory(key): TickCurve

Removes a category by key

Parameters

Name Type Description
keystringcategory style like major,medium,minor.

Returns

TickCurve

this


removeCssClass

removeCssClass(cssclass): TickCurve

Removes css class from node

Parameters

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

Returns

TickCurve

this

Inherited from

LogPointSet.removeCssClass


removeInvalidateHandler

removeInvalidateHandler(handler): TickCurve

Remove invalidate handler

Deprecated

since 4.0, use Node.off instead

Parameters

Name Type Description
handlerFunctionhandler to be notified about invalidation

Returns

TickCurve

this

Inherited from

LogPointSet.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

LogPointSet.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

LogPointSet.renderAsync


renderContent

Protected renderContent(context): void

Renders node content

Parameters

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

Returns

void

Inherited from

LogPointSet.renderContent


rotate

rotate(theta, x, y): TickCurve

Rotate bounds around a given coordinate

Parameters

Name Type Description
thetanumberangle to rotate node, in radians
xnumberx coordinate to rotate around
ynumbery coordinate to rotate around

Returns

TickCurve

this

Inherited from

LogPointSet.rotate


scale

scale(xx, yy): TickCurve

Scale node

Parameters

Name Type Description
xxnumberx scale factor
yynumbery scale factor

Returns

TickCurve

this

Inherited from

LogPointSet.scale


setAdjustTopAndBottomTextAnchor

setAdjustTopAndBottomTextAnchor(value): TickCurve

Enables or disables adjusting of anchor for first and last text value

Parameters

Name Type Description
valuebooleanEnables or disables adjusting of anchor for first and last text value

Returns

TickCurve

this


setAnimationStyle

setAnimationStyle(animationStyle): TickCurve

Sets animation style

Parameters

Name Type Description
animationStyleTypeanimation style

Returns

TickCurve

Inherited from

LogPointSet.setAnimationStyle


setAutoBounds

setAutoBounds(enable): TickCurve

Enable or disable auto bounds If auto bounds is enabled then it equals to parent model limits

Parameters

Name Type Description
enablebooleanEnable or disable auto bounds

Returns

TickCurve

this

Inherited from

LogPointSet.setAutoBounds


setBaseName

setBaseName(name): TickCurve

Sets base name of the visual

Parameters

Name Type Description
namestringThe base name

Returns

TickCurve

this

Inherited from

LogPointSet.setBaseName


setBounds

setBounds(bounds): TickCurve

Sets bounds of the point set in the parent coordinates false

Parameters

Name Type Description
boundsRectbounds of the point set

Returns

TickCurve

this

Inherited from

LogPointSet.setBounds


setCategories

setCategories(categories?): TickCurve

Sets categories

Parameters

Name Type Description
Optional categoriesCategoryType[]An array of objects which contain the different categories

Returns

TickCurve

this


setCategoryCallback

setCategoryCallback(value): TickCurve

Set category callback, sets the callback function to determine the category of an (index, depth, value) combination

Parameters

Name Type Description
valueCategoryCallbackA function which accepts parameters: index, depth and value and returns a string, which corresponds to a category key

Returns

TickCurve

this


setClipStyle

setClipStyle(style): TickCurve

Sets a new clipping style

Parameters

Name Type Description
styleGraphicsPath | ClipStyle | Optionsa new clipping style

Returns

TickCurve

this

Inherited from

LogPointSet.setClipStyle


setCss

setCss(style, merge?): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.setCss


setCssClass

setCssClass(name): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.setCssClass


setCssTransform

setCssTransform(transform): TickCurve

Set CSS transformation

Parameters

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

Returns

TickCurve

this

Inherited from

LogPointSet.setCssTransform


setData

setData(data, autoUpdate?): TickCurve

Sets data source to be displayed.

Throws

if data is null

Parameters

Name Type Description
dataLogAbstractDatadata to display
Optional autoUpdatebooleanautomatic update from data source

Returns

TickCurve

this


setDescription

setDescription(description): TickCurve

Sets the description

Parameters

Name Type Description
descriptionstringThe visual description

Returns

TickCurve

this

Inherited from

LogPointSet.setDescription


setDisplayMode

setDisplayMode(mode): TickCurve

Sets display mode

Parameters

Name Type Description
modestring[]an array with a combination of values: "line", "value"; or an empty array.

Returns

TickCurve

this


setHeader

setHeader(name, headerInstance, silent?): TickCurve

Sets header instance with specified name. This name usually defines header or footer.

Throws

if header name is null

Parameters

Name Type Description
namestringof the container. The 'header' and 'footer' is used.
headerInstanceLogVisualHeader<Node>the header instance
Optional silentbooleansilent node to avoid sending events that header is created

Returns

TickCurve

this

Inherited from

LogPointSet.setHeader


setId

setId(id): TickCurve

Allows the user to associate any identifier

Parameters

Name Type Description
idstring | numberobject id

Returns

TickCurve

this

Inherited from

LogPointSet.setId


setLineStyle

setLineStyle(lineStyle, merge?): TickCurve

Sets line style

Parameters

Name Type Description
lineStyleTypeThe style in which the line is displayed object can be in format of constructor of LineStyle
Optional mergebooleantrue if you want to merge lineStyle with existing attribute, false by default

Returns

TickCurve

this

Inherited from

LogPointSet.setLineStyle


setLocalTransform

setLocalTransform(localTransform, force?): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.setLocalTransform


setMarginsStyle

setMarginsStyle(margins, merge?): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.setMarginsStyle


setMicroPosition

setMicroPosition(left, right): TickCurve

Sets micro position (0 - 1). It allows application code to display the visual in a subarea of the track.
By default log visuals uses all space of the trace in the horizontal direction, but micro position allows to place log visual in the specified position of the track in horizontal direction. See example below

Example

// The following code places curve 20% from left and 20% from right.
curve.setMicroPosition(0.2,0.8);

Parameters

Name Type Description
leftnumberleft position
rightnumberright position

Returns

TickCurve

this

Inherited from

LogPointSet.setMicroPosition


setName

setName(name): TickCurve

Sets name of the node

Parameters

Name Type Description
namestringThe node name

Returns

TickCurve

this

Inherited from

LogPointSet.setName


setNotification

setNotification(notify, force?): TickCurve

set notification state

Parameters

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

Returns

TickCurve

this

Inherited from

LogPointSet.setNotification


setOpacity

setOpacity(opacity, blendMode?): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.setOpacity


setProperties

setProperties(properties?): TickCurve

Sets all the properties pertaining to this object

Parameters

Name Type Description
Optional propertiesOptionsAn object containing the properties to set

Returns

TickCurve

Overrides

LogPointSet.setProperties


setProperty

setProperty(name, value): TickCurve

Sets dynamic property by name

Parameters

Name Type Description
namestringproperty name
valueanyproperty value

Returns

TickCurve

this

Inherited from

LogPointSet.setProperty


setReferenceLinePosition

setReferenceLinePosition(val): TickCurve

Sets the position of the reference line for the ticks

Parameters

Name Type Description
valnumberNumber between 0 and 1

Returns

TickCurve

this


setRenderingFilter

setRenderingFilter(filter): TickCurve

Sets filter to be applied before rendering and picking

Parameters

Name Type Description
filterIFilterfilter to set

Returns

TickCurve

this

Inherited from

LogPointSet.setRenderingFilter


setResponsiveStyle

setResponsiveStyle(style): TickCurve

Sets responsive style.

Parameters

Name Type Description
styleOptions | ResponsiveStyleresponsive style

Returns

TickCurve

this

Inherited from

LogPointSet.setResponsiveStyle


setScaleScrollStrategy

setScaleScrollStrategy(strategy?): TickCurve

Sets scale scroll strategy

Parameters

Name Type Description
Optional strategyDelegatescale scroll strategy

Returns

TickCurve

this

Inherited from

LogPointSet.setScaleScrollStrategy


setSelectable

setSelectable(selectable): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.setSelectable


setSilent

setSilent(bool): TickCurve

Set silent mode

Parameters

Name Type Description
boolbooleanflag to enable silent mode

Returns

TickCurve

this

Inherited from

LogPointSet.setSilent


setTag

setTag(tag): TickCurve

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

Parameters

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

Returns

TickCurve

this

Inherited from

LogPointSet.setTag


setTextAnchorType

setTextAnchorType(anchorType): TickCurve

Sets text anchor type, only the 'top', 'bottom' and 'center' (vertical) component of the anchor is used

Throws

if anchorType value is not valid

Parameters

Name Type Description
anchorTypeAnchorTypeposition to display the tick

Returns

TickCurve


setTextDecimationStep

setTextDecimationStep(step): TickCurve

Sets text decimation step

Parameters

Name Type Description
stepnumbertext decimation step or level

Returns

TickCurve


setTextMargin

setTextMargin(value): TickCurve

Set text margin/distance from line in pixels

Parameters

Name Type Description
valuenumberin device space(pixels)

Returns

TickCurve

this


setTextOpposite

setTextOpposite(val): TickCurve

Sets the position of the text in relation to the ticks 'true' sets the position near the start of the tick line 'false' sets the position near the end of the tick line

Parameters

Name Type Description
valbooleansets position of the text in relation to the tick

Returns

TickCurve

this


setTicksReversed

setTicksReversed(enable): TickCurve

Helper method to set direction of tick lines

Parameters

Name Type Description
enablebooleanset direction of tick lines

Returns

TickCurve

this


setValueFormat

setValueFormat(format): TickCurve

Sets formatter to be used to format values

Parameters

Name Type Description
formatNumberFormat | Optionsnumber formatter (see DecimalFormat for more info)

Returns

TickCurve

this


setVisible

setVisible(value): TickCurve

Sets visibility of the node. Send event Events.VisibilityChanged

Parameters

Name Type Description
valuebooleanflag specifying visibility of the node

Returns

TickCurve

this

Inherited from

LogPointSet.setVisible


setVisibleLine

setVisibleLine(enable): TickCurve

Helper method to setup line visibility

Parameters

Name Type Description
enablebooleanset visibility of line

Returns

TickCurve

this


setVisibleValue

setVisibleValue(enable): TickCurve

Helper method to set up values visibility.

Parameters

Name Type Description
enablebooleansets up values visibility

Returns

TickCurve

this


setZIndex

setZIndex(value): TickCurve

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

Parameters

Name Type Description
valuenumberindex determining node z-position

Returns

TickCurve

this

Inherited from

LogPointSet.setZIndex


shear

shear(shx, shy): TickCurve

Shear this node's bounds

Parameters

Name Type Description
shxnumberx-axis shear
shynumbery-axis shear

Returns

TickCurve

this

Inherited from

LogPointSet.shear


toString

toString(): string

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

Returns

string

A string representation

Inherited from

LogPointSet.toString


translate

translate(tx, ty): TickCurve

Translate bounds

Parameters

Name Type Description
txnumberx translation
tynumbery translation

Returns

TickCurve

this

Inherited from

LogPointSet.translate


unregisterAnimationStyle

unregisterAnimationStyle(root): void

Unregister animation style.

Parameters

Name Type Description
rootNoderoot node for node

Returns

void

Inherited from

LogPointSet.unregisterAnimationStyle


updateFromData

updateFromData(rect?): TickCurve

Synchronize state from data

Parameters

Name Type Description
Optional rectRectoptional area to invalidate track

Returns

TickCurve

this


updateSceneTransformation

updateSceneTransformation(): TickCurve

Update scene transformation

Returns

TickCurve

this

Inherited from

LogPointSet.updateSceneTransformation


updateState

updateState(regions?, changes?): TickCurve

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

TickCurve

this

Inherited from

LogPointSet.updateState


updateTimeStamp

Protected updateTimeStamp(): TickCurve

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

Returns

TickCurve

this

Inherited from

LogPointSet.updateTimeStamp


enableSceneGraphNotification

Static enableSceneGraphNotification(enabled): void

Enable / disable all notifications

Parameters

Name Type Description
enabledbooleansets if this object sends notifications

Returns

void

Inherited from

LogPointSet.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

LogPointSet.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

LogPointSet.findParent


getClassName

Static getClassName(): string

Returns

string

Inherited from

LogPointSet.getClassName


isSceneGraphNotificationEnabled

Static isSceneGraphNotificationEnabled(): boolean

Return status of the global notification for all nodes.

Returns

boolean

Inherited from

LogPointSet.isSceneGraphNotificationEnabled