A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
name — Property, class com.yworks.io.graphml.reader.MapperAttributeFactory
Returns the name of the attribute this factory handles.
name — Property, class com.yworks.io.graphml.reader.MapperRegistryAttributeFactory
Returns the name of the attribute this factory handles.
name — Property, class com.yworks.remote.MapperAttribute
The name this attribute mapper is serialized with in GraphML.
name — Property, class com.yworks.support.DictionaryMapper
The attribute name.
name — Property, interface com.yworks.support.IRoundtripMapper
The attribute name.
NAME — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
_namespaces — Property, class com.yworks.io.graphml.GraphMLIOHandler
The installed namespaces
navigableItems — Property, class com.yworks.canvas.input.NavigationInputMode
The item types that can be navigated to by this mode as defined in the class GraphItemTypes.
navigationInputMode — Property, class com.yworks.graph.input.GraphEditorInputMode
The keyboard navigation input mode.
NavigationInputMode — class, package com.yworks.canvas.input
An IInputMode that can navigate an IGraph displayed in a GraphCanvasComponent.
navigationModeEnabled — Property, class com.yworks.graph.input.GraphEditorInputMode
Whether the keyboard navigation input mode is enabled.
navigationModePriority — Property, class com.yworks.graph.input.GraphEditorInputMode
The keyboard navigation mode priority.
NEAR_BORDER — Constant Static Property, class com.yworks.graph.model.StripeSubregion
Flag for the stripe near border region.
neighbors(graph:com.yworks.graph.model:IGraph, portOwner:com.yworks.graph.model:IPortOwner) — Static Method , class com.yworks.graph.model.GraphUtil
Yields the neighbors of a given portOwner.
nestingDepth — Property, class com.yworks.io.graphml.GraphMLContext
Return the current depth of the graph nesting stack
never — Static Property, class com.yworks.canvas.drawing.MarqueeTestable
An implementation that always yields false.
NEVER — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
An EventRecognizer that always returns false.
NEVER — Constant Static Property, class com.yworks.graph.input.AdjustContentRectPolicy
The content rect should never be adjusted automatically in response to user input.
newBounds — Property, class com.yworks.graph.anim.GraphMorpher
The new bounds of the graph.
newLocation — Property, class com.yworks.canvas.input.snapLines.CollectSnapResultEvent
Gets the new (current) location of the mouse that is going to be manipulated by the snapping process.
newOrder — Property, class com.yworks.graph.model.ZOrderEvent
The new z-order after the change.
newParent — Property, class com.yworks.graph.input.GraphEditorHierarchyEvent
The new parent of the node after the reparenting gesture of the user.
newParent — Property, class com.yworks.graph.model.NodeHierarchyEvent
Yields the new parent of the item, if applicable.
newState — Property, class com.yworks.support.StateChangeEvent
newViewPoint — Property, class com.yworks.graph.anim.GraphMorpher
The view point the graph should arrive at.
newZoom — Property, class com.yworks.graph.anim.GraphMorpher
The target zoom value.
next — Property, interface com.yworks.canvas.ICanvasObject
Gets the next item in the list of rendered items that is owned by this element's group.
next() — method, class com.yworks.canvas.drawing.PathCursor
Advances the cursor to the next position if possible.
next() — method, class com.yworks.support.CollectionIterator
Gets the next element of the set of elements.
next() — method, class com.yworks.support.CompositeIterator
Gets the next element of the set of elements.
next() — method, class com.yworks.support.EmptyIterator
Gets the next element of the set of elements.
next() — method, interface com.yworks.support.Iterator
Gets the next element of the set of elements.
next — Property, class com.yworks.support.ListCell
Returns the successor cell of this cell.
next() — method, class com.yworks.support.SingleIterator
Gets the next element of the set of elements.
nextName(index:int) — method, class com.yworks.support.YList
nextNameIndex(index:int) — method, class com.yworks.support.YList
nextToLastContainer — Property, class com.yworks.io.graphml.GraphMLContext
Return the second-to-top element in the current element nesting
nextValue(index:int) — method, class com.yworks.support.YList
NO_BENDS — Static Property, class com.yworks.graph.model.DefaultBendCreator
A static instance that does not create any bends.
node — Property, class com.yworks.graph.input.NodeDropEvent
Returns the node that was created.
node — Property, class com.yworks.graph.input.snapLines.NodeBasedSnapLine
The node that is associated with this snap line.
node — Property, class com.yworks.graph.input.snapLines.NodeMovementInfo
Gets the node that is being moved.
NODE — Constant Static Property, class com.yworks.canvas.input.HitTest
Hits on nodes should be tested
NODE — Constant Static Property, class com.yworks.canvas.input.ModelItemMouseEventKind
Indicates that the event concerns a node.
NODE — Constant Static Property, class com.yworks.graph.model.GraphItemTypes
Constant for nodes.
NODE — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
NodeBasedSnapLine — class, package com.yworks.graph.input.snapLines
A specialized SnapLine that carries an INode as additional information that can be used for the visualization.
NodeBasedSnapLine(node:com.yworks.graph.model:INode, orientation:com.yworks.canvas.input.snapLines:SnapLineOrientation, snapType:uint, resourceKey:com.yworks.canvas.input.snapLines:ResourceKey, coordinates:com.yworks.canvas.geom:IPoint, tag:Object, weight:Number, from:Number, to:Number) — Constructor, class com.yworks.graph.input.snapLines.NodeBasedSnapLine
Initializes a new instance of the NodeBasedSnapLine class.
nodeBorderWidthRatio — Property, class com.yworks.graph.input.CreateEdgeInputMode
Defines the width of a node's border which is taken into account when deciding which way to route the first segment of an orthogonal edge.
NODE_BOTTOM_ANCHORED — Constant Static Property, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the center of the bottom border of the node layout. This is the same as creating a parameter using an IPoint with location (0, 0.5) as parameter.
NODE_BOTTOM_LEFT_ANCHORED — Constant Static Property, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the bottom left corner of the node layout. This is the same as creating a parameter using an IPoint with location (-0.5, 0.5) as parameter.
NODE_BOTTOM_RIGHT_ANCHORED — Constant Static Property, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the bottom right corner of the node layout. This is the same as creating a parameter using an IPoint with location (0.5, 0.5) as parameter.
nodeBoundsChanged(node:com.yworks.graph.model:INode, oldBounds:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.model.GroupedGraph
Called when the bounds of a node have changed.
nodeBoundsChanged(node:com.yworks.graph.model:INode, oldBounds:com.yworks.canvas.geom:IRectangle) — method, interface com.yworks.graph.model.INodeBoundsChangedListener
Called when the bounds of a node have changed.
NODE_CENTER_ANCHORED — Constant Static Property, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the center of the node layout. This is the same as creating a parameter using an IPoint with location (0, 0) as parameter.
NodeCenterPortCandidateProvider — class, package com.yworks.graph.model
Trivial implementation of an IPortCandidateProvider that always returns exactly one candidate that is centered at the node's layout.
NodeCenterPortCandidateProvider(node:com.yworks.graph.model:INode) — Constructor, class com.yworks.graph.model.NodeCenterPortCandidateProvider
Constructor.
NODE_CHANGED — Constant Static Property, class com.yworks.graph.model.GraphEventKind
A node was changed.
nodeComparisonFunction — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets or sets the comparison function that is used in getNode to determine the hit order and which node is hit first.
nodeCreated — Event, class com.yworks.graph.input.GraphEditorInputMode
Dispatched when a node is added by the user.
nodeCreated — Event, class com.yworks.graph.input.NodeDropInputMode
Fired if a new node gets created by this input mode.
nodeCreated(id:Object, node:Object) — method, class com.yworks.io.graphml.reader.GraphMLParser
Called when a node was created by parseNodeElement.
NODE_CREATED — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent
Dispatched when a new node has been created.
NODE_CREATED — Constant Static Property, class com.yworks.graph.input.NodeDropEvent
Dispatched when a new node has been created.
NODE_CREATED — Constant Static Property, class com.yworks.graph.model.GraphEventKind
A node was created.
nodeCreationAllowed — Property, class com.yworks.graph.input.GraphEditorInputMode
Whether createNode will be called when the canvas is clicked.
nodeCreator — Property, class com.yworks.graph.input.GraphEditorInputMode
The callback that is responsible for creating a new node, e.g.
nodeDecorator — Property, class com.yworks.graph.model.GraphDecorator
A NodeDecorator instance that can be used to decorate the lookup of the INode instances in the graph that this decorator has been created for.
NodeDecorator — class, package com.yworks.graph.model
A subclass of the ItemDecorator that is specifically tailored for INodes.
NodeDecorator(decorator:com.yworks.support:ILookupDecorator) — Constructor, class com.yworks.graph.model.NodeDecorator
Creates a new instance that uses the given decorator.
nodeDeleted — Event, class com.yworks.graph.input.GraphEditorInputMode
Dispatched when a node has been deleted by the user.
NODE_DELETED — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent
Dispatched when a node has been deleted by the GraphEditorInputMode.
nodeDropCreator — Property, class com.yworks.graph.input.NodeDropInputMode
Gets or sets the callback for node creation with has the signature: function (context:IInputModeContext, graph:IGraph, draggedNode:INode, newNodeLayout:IRectangle):INode with context The context for which the node should be created. graph The IGraph in which to create the node. draggedNode The node which should be created. newNodeLayout The layout of the node to be created. Can be set to a different value to implement a custom behavior.
NodeDropEvent — class, package com.yworks.graph.input
An Event which is dispatched by the NodeDropInputMode mode when a node was created by the user.
NodeDropEvent(type:String, node:com.yworks.graph.model:INode, graph:com.yworks.graph.model:IGraph, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.graph.input.NodeDropEvent
Creates a new event.
NodeDropInputMode — class, package com.yworks.graph.input
A DropInputMode specialized to drag 'n' drop INodes.
NodeDropInputMode(expectedDataFormat:String, expectedDragImageFormat:String) — Constructor, class com.yworks.graph.input.NodeDropInputMode
Constructs a new instance of class DropInputMode for the expected data format.
NodeEffectInputMode — class, package com.yworks.canvas.input
This input mode allows to easily create hover effects on nodes.
NodeEvent — class, package com.yworks.graph.model
A sub class of GraphEvent which is dispatched when a node changes.
NodeEvent(type:String, item:com.yworks.canvas.model:IModelItem, kind:String, graph:com.yworks.graph.model:IGraph, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.graph.model.NodeEvent
Creates a new instance
nodeGridConstraintProvider — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Determines the grid constraint provider for the INodes.
nodeGroup — Property, class com.yworks.graph.model.GraphModelManager
Gets the ICanvasObjectGroup instance that will be used for installing node styles.
nodeHasViewState(id:com.yworks.graph.model:DummyNodeId) — method, class com.yworks.graph.model.FoldingManager
Determines whether for the given DummyNodeId this manager has stored associated view local state.
NodeHierarchyEvent — class, package com.yworks.graph.model
The event argument class used by INodeHierarchys to notify listeners of changes to the hierarchy.
NodeHierarchyEvent(item:com.yworks.graph.model:INode, oldParent:com.yworks.graph.model:INode, newParent:com.yworks.graph.model:INode, type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.graph.model.NodeHierarchyEvent
Creates a new instance of the event using the provided parameters.
NodeInsetsInputHandler — class, package com.yworks.io.graphml.reader
This class manages the deserialization of node insets in the graphml input.
NodeInsetsOutputHandler — class, package com.yworks.io.graphml.writer
An IOutputHandler implementation that writes node insets.
NodeInsetsOutputHandler() — Constructor, class com.yworks.io.graphml.writer.NodeInsetsOutputHandler
Creates a new instance.
NODE_LABEL — Constant Static Property, class com.yworks.canvas.input.HitTest
Hits on node labels should be tested
NODE_LABEL — Constant Static Property, class com.yworks.graph.model.GraphItemTypes
Constant for node labels.
nodeLabelGroup — Property, class com.yworks.graph.model.GraphModelManager
Gets the ICanvasObjectGroup instance that will be used for installing node label styles if the labelLayerPolicy LabelLayerPolicy.SEPARATE_LAYER is set.
nodeLabelInstaller — Property, class com.yworks.graph.model.GraphModelManager
Gets the StyleInstaller instance used for installing an ILabel of an INode into the canvas. If the field has not yet been initialized upon first access, the factory method createNodeLabelInstaller will be called.
nodeLabels — Property, class com.yworks.graph.model.AbstractGraphWrapper
A collection view over the labels attached to nodes contained in this graph.
nodeLabels — Property, class com.yworks.graph.model.DefaultGraph
A collection view over the labels attached to nodes contained in this graph.
nodeLabels — Property, class com.yworks.graph.model.FilteredGraphWrapper
nodeLabels — Property, interface com.yworks.graph.model.IGraph
A collection view over the labels attached to nodes contained in this graph.
NODE_LEFT_ANCHORED — Constant Static Property, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the center of the left border of the node layout. This is the same as creating a parameter using an IPoint with location (-0.5, 0) as parameter.
NodeMementoMementoSupport — class, package com.yworks.graph.model
NodeMementoMementoSupport(manager:com.yworks.graph.model:FoldingManager) — Constructor, class com.yworks.graph.model.NodeMementoMementoSupport
_nodeModel — Property, class com.yworks.graph.model.ListPortModel
NodeMovementInfo — class, package com.yworks.graph.input.snapLines
Specialized subclass of MovementInfo that describes the movement of an INode in the context of GraphSnapContext.
NodeMovementInfo(node:com.yworks.graph.model:INode, moveType:uint, originalLocation:com.yworks.canvas.geom:IPoint) — Constructor, class com.yworks.graph.input.snapLines.NodeMovementInfo
Initializes a new instance of the NodeMovementInfo class using the current location of the node if null is passes as originalLocation.
_nodeOutputHandlers — Property, class com.yworks.io.graphml.GraphMLIOHandler
The installed node output handlers
NodePairBasedSnapLine — class, package com.yworks.graph.input.snapLines
A specialized SnapLine that carries two INodes as additional information that can be used for the visualization.
NodePairBasedSnapLine(firstNode:com.yworks.graph.model:INode, secondNode:com.yworks.graph.model:INode, orientation:com.yworks.canvas.input.snapLines:SnapLineOrientation, snapType:uint, resourceKey:com.yworks.canvas.input.snapLines:ResourceKey, coordinates:com.yworks.canvas.geom:IPoint, tag:Object, weight:Number, from:Number, to:Number) — Constructor, class com.yworks.graph.input.snapLines.NodePairBasedSnapLine
Initializes a new instance of the NodePairBasedSnapLine class.
nodePredicate — Property, class com.yworks.graph.model.FilteredGraphWrapper
The predicate function for the nodes.
nodePredicateChanged() — method, class com.yworks.graph.model.FilteredGraphWrapper
Should be called by the client if the node predicate function changed for the nodes in the graph.
nodePredicateChangedForNode(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.FilteredGraphWrapper
Should be called by clients if the node predicate function changed for the given node.
NODE_REMOVED — Constant Static Property, class com.yworks.graph.model.GraphEventKind
A node was removed.
nodeReparented — Event, class com.yworks.graph.input.GraphEditorInputMode
Dispatched when a node is reparented by the user.
NODE_REPARENTED — Constant Static Property, class com.yworks.graph.input.GraphEditorHierarchyEvent
Dispatched when a node has been assigned to a new parent.
nodeReshapeSnapResultProvider — Property, class com.yworks.graph.model.NodeDecorator
Gets a LookupDecorator that decorates the INodeReshapeSnapResultProvider for the INodes this instance has been created for.
NodeReshapeSnapResultProvider — class, package com.yworks.graph.input.snapLines
The default implementation of the INodeReshapeSnapResultProvider interface.
NODE_RIGHT_ANCHORED — Constant Static Property, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the center of the right border of the node layout. This is the same as creating a parameter using an IPoint with location (0.5, 0) as parameter.
nodes — Property, class com.yworks.graph.model.AbstractGraphWrapper
A collection view over the nodes contained in this graph.
nodes — Property, class com.yworks.graph.model.DefaultGraph
A collection view over the nodes contained in this graph.
nodes — Property, class com.yworks.graph.model.DefaultGraphStructure
Gets a collection view over the nodes in the graph.
nodes — Property, class com.yworks.graph.model.FilteredGraphWrapper
nodes — Property, interface com.yworks.graph.model.IGraph
A collection view over the nodes contained in this graph.
nodes — Property, interface com.yworks.graph.model.IGraphStructure
Gets a collection view over the nodes in the graph.
NodeScaledParameterConverter — class, package com.yworks.graph.model.markup
NodeScaledParameterConverter() — Constructor, class com.yworks.graph.model.markup.NodeScaledParameterConverter
NodeScaledParameterExtension — class, package com.yworks.graph.model.portLocation
The MarkupExtension used for NodeScaledParameter objects.
NodeScaledParameterExtension(offset:com.yworks.canvas.geom:YPoint) — Constructor, class com.yworks.graph.model.portLocation.NodeScaledParameterExtension
NodeScaledPortLocationModel — class, package com.yworks.graph.model.portLocation
A straightforward implementation of an IPortLocationModel for IPorts at INodes that determine the location dynamically using the INode's layout.
NodeSnapLineProvider — class, package com.yworks.graph.input.snapLines
An implementation of the ISnapLineProvider interface that provides SnapLines for INodes.
NodeSnapResultProvider — class, package com.yworks.graph.input.snapLines
The default implementation of the INodeSnapResultProvider interface.
nodeSnapResultProviderDecorator — Property, class com.yworks.graph.model.NodeDecorator
Gets a LookupDecorator that decorates the INodeSnapResultProvider for the INodes this instance has been created for.
nodesToBeMovedCount — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
nodeStyle — Property, class com.yworks.graph.drawing.NodeStyleLabelStyleAdapter
Gets the NodeStyle that is used for rendering the background of the label.
NodeStyleDescriptor — class, package com.yworks.graph.drawing
An ICanvasObjectDescriptor implementation that casts the userObject to INode and uses it's style to get implementations for the various interfaces.
NodeStyleInputHandler — class, package com.yworks.io.graphml.reader
This class manages the deserialization of all node styles in the graphml input.
nodeStyleInstaller — Property, class com.yworks.graph.model.GraphModelManager
Gets the StyleInstaller instance used for installing an INode into the canvas. If the field has not yet been initialized upon first access, the factory method createNodeStyleInstaller will be called.
NodeStyleInstaller — class, package com.yworks.graph.drawing
A style installer for nodes that have a specific IVisualStyle in their lookup.
NodeStyleInstaller() — Constructor, class com.yworks.graph.drawing.NodeStyleInstaller
NodeStyleLabelStyleAdapter — class, package com.yworks.graph.drawing
A label style decorator that uses a node style instance to render the background and a label style instance to render the foreground of a label.
NodeStyleLabelStyleAdapter(nodeStyle:com.yworks.graph.drawing:INodeStyle, labelStyle:com.yworks.graph.drawing:ILabelStyle, adapter:com.yworks.graph.drawing:NodeStyleLabelStyleAdapter) — Constructor, class com.yworks.graph.drawing.NodeStyleLabelStyleAdapter
Creates a label style that uses the provided node style to render the background and the label style to render the foreground of this style.
NodeStyleLabelStyleAdapterDeserializer — class, package com.yworks.io.graphml.reader.deserializer
Deserializer for NodeStyleLabelStyleAdapter Instances
NodeStyleLabelStyleAdapterSerializer — class, package com.yworks.io.graphml.writer.serializer
Serializer for NodeStyleLabelStyleAdapter Instances
NodeStyleOutputHandler — class, package com.yworks.io.graphml.writer
An IOutputHandler implementation that writes styles for node objects.
nodeToEdgeDistance — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Determines the preferred distance between node borders and edge segments.
nodeToNodeDistance — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Determines the preferred distance between node borders.
NODE_TOP_ANCHORED — Constant Static Property, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the center of the top border of the node layout. This is the same as creating a parameter using an IPoint with location (0, -0.5) as parameter.
NODE_TOP_LEFT_ANCHORED — Constant Static Property, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the top left corner of the node layout. This is the same as creating a parameter using an IPoint with location (-0.5, -0.5) as parameter.
NODE_TOP_RIGHT_ANCHORED — Constant Static Property, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
A constant static instance of a scaled parameter that locates the port at the top right corner of the node layout. This is the same as creating a parameter using an IPoint with location (0.5, -0.5) as parameter.
NodeViewStateSerializer — class, package com.yworks.io.graphml.writer.serializer
NodeViewStateSerializer() — Constructor, class com.yworks.io.graphml.writer.serializer.NodeViewStateSerializer
NO_MODIFIER_PRESSED — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of any type when no modifier key was pressed.
none — Static Property, class com.yworks.graph.model.DefaultArrow
A singleton IArrow instance that paints no arrow at all.
NONE — Constant Static Property, class com.yworks.canvas.GridSnapType
There is no grid snapping at all.
NONE — Constant Static Property, class com.yworks.canvas.input.HitTest
No hits on model items should be tested
NONE — Constant Static Property, class com.yworks.canvas.input.RectangleHandlePositions
An empty bitset that contains no Positions.
NONE — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLineSnapType
Describes snap lines to which nothing will snap.
NONE — Constant Static Property, class com.yworks.graph.drawing.ArrowType
No arrow
NONE — Constant Static Property, class com.yworks.graph.model.GraphItemTypes
Constant for no item type.
NONE — Constant Static Property, class com.yworks.graph.model.StripeSubregion
No active hotspot region
NONE — Constant Static Property, class com.yworks.graph.model.StripeTypes
Constant for no item type.
NON_LINEAR_MOVE — Constant Static Property, class com.yworks.graph.input.snapLines.MoveTypes
The element moves in both directions but not linearly/predictably with the mouse.
NON_LINEAR_MOVE_X — Constant Static Property, class com.yworks.graph.input.snapLines.MoveTypes
The element moves in horizontal direction but not linearly/predictably with the mouse.
NON_LINEAR_MOVE_Y — Constant Static Property, class com.yworks.graph.input.snapLines.MoveTypes
The element moves in vertical direction but not linearly/predictably with the mouse.
NON_ORTHOGONAL — Constant Static Property, class com.yworks.graph.input.snapLines.SegmentOrientation
The segment does not need to be treated especially, both endpoints can be moved independently from each other.
normalizeBrushes — Property, class com.yworks.graph.drawing.IconLabelStyle
Whether the brushes should be normalized.
normalizeZOrders() — method, class com.yworks.graph.model.GraphModelManager
Uses the visual z-order of the model items to set normalized z-order indices using the IZOrderSupport of the set graph.
north — Static Property, class com.yworks.graph.model.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
north — Static Property, class com.yworks.graph.model.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
north — Static Property, class com.yworks.graph.model.InteriorStretchLabelModel
A convenience parameter instance that can be shared between label instances.
north — Static Property, class com.yworks.graph.model.StretchStripeLabelModel
A convenience parameter instance that can be shared between label instances.
north — Static Property, class com.yworks.graph.model.StripeLabelModel
A convenience parameter instance that can be shared between label instances.
NORTH — Constant Static Property, class com.yworks.canvas.input.RectangleHandlePositions
Indicates the position at north.
NORTH — Constant Static Property, class com.yworks.graph.input.EdgeSegmentDirection
The edge segment is going into north direction.
northEast — Static Property, class com.yworks.graph.model.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
northEast — Static Property, class com.yworks.graph.model.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
NORTH_EAST — Constant Static Property, class com.yworks.canvas.input.RectangleHandlePositions
Indicates the position at north east.
northWest — Static Property, class com.yworks.graph.model.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
northWest — Static Property, class com.yworks.graph.model.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
NORTH_WEST — Constant Static Property, class com.yworks.canvas.input.RectangleHandlePositions
Indicates the position at north west.
NO_STROKE — Constant Static Property, class com.yworks.graph.drawing.Strokes
NOT_SNAPPED — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapTypes
Indicates that the coordinate has not been snapped to its x and y values.
nullIsFallback — Property, class com.yworks.graph.model.LookupDecorator
Whether to continue in the chain if a chain link yiels null.
nullResult — Static Property, class com.yworks.canvas.input.snapLines.SnapResult
A SnapResult representing that there is no snapping of the x or y coordinate.
NullTypeConverter — class, package com.yworks.support
Converts "null"s into null.
NumberTypeConverter — class, package com.yworks.support
This class can convert Number values into Strings and back.
numLines — Property, interface com.yworks.canvas.input.ITextEditor
The number of lines of the text that is rendered by this editor
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z