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  
abort(te:com.yworks.support:TransitionEvent) — method, class com.yworks.canvas.input.MoveViewportInputMode
Called by the state machine when the state changes from prepared to the start state.
AbstractArrowSerializer — class, package com.yworks.io.graphml.writer.serializer
AbstractConcurrentInputMode — class, package com.yworks.canvas.input
Abstract base class for an IInputMode that can be used concurrently with other IConcurrentInputMode implementations.
AbstractContextLookupChainLink — class, package com.yworks.support
Abstract base class that simplifies the implementation of IContextLookupChainLink.
AbstractDeserializer — class, package com.yworks.io.graphml.reader
Abstract IDeserializer implementation that provides a default implementation of canHandle.
AbstractDummyEdgeConverter — class, package com.yworks.graph.model
An abstract basic implementation of the IDummyEdgeConverter interface that may be subclassed to create a customized FoldingManager#dummyEdgeConverter.
AbstractEdgeRealizerSerializer — class, package com.yworks.io.graphml.realizer
Abstract base class for realizerserializers that can read and/or write edge graphics information written/to be parsed by yFiles Java
AbstractEdgeStyle — class, package com.yworks.graph.drawing
Simple abstract base class for IEdgeStyles.
AbstractEdgeStyle(styleRenderer:com.yworks.graph.drawing:IStyleRenderer) — Constructor, class com.yworks.graph.drawing.AbstractEdgeStyle
Creates an instance using the provided renderer instance.
AbstractEdgeStyleDeserializer — class, package com.yworks.io.graphml.reader.deserializer
Abstract implementation of IDeserializer for IEdgeStyle instances.
AbstractEdgeStyleRenderer — class, package com.yworks.graph.drawing
Abstract base class for IEdgeStyleRenderer
AbstractEdgeStyleSerializer — class, package com.yworks.io.graphml.writer.serializer
Abstract base class that should be used for all actual serializers for IEdgeStyles This class provides hooks for serialization of style content and arrow handling
AbstractFileReadHandler — class, package com.yworks.remote
Abstract base class for handlers which read GraphML files.
AbstractFileReadHandler(roundtripHandler:com.yworks.remote:RoundtripHandler) — Constructor, class com.yworks.remote.AbstractFileReadHandler
Create a new instance.
AbstractFileWriteHandler — class, package com.yworks.remote
Abstract base class for handlers which save graphs as GraphML files.
AbstractFileWriteHandler(roundtripHandler:com.yworks.remote:RoundtripHandler) — Constructor, class com.yworks.remote.AbstractFileWriteHandler
Create a new instance.
AbstractGraphWrapper — class, package com.yworks.graph.model
An abstract IGraph implementation that delegates all of its work to an existing implementation.
AbstractGraphWrapper(graph:com.yworks.graph.model:IGraph) — Constructor, class com.yworks.graph.model.AbstractGraphWrapper
Creates a new instance that wraps a given IGraph.
AbstractImageExportHandler — class, package com.yworks.remote
Base class for handlers which will create a bitmap representation of the canvas content and save or upload it.
AbstractInBetweenSnapResultPaintable — class, package com.yworks.canvas.drawing
This class contains properties to visualize the snapping of a moved object to a SnapLine induced by two non-moved objects so that all three are positioned in a line and have an equal distance either between their centers or their bounds.
AbstractInputHandler — class, package com.yworks.io.graphml.reader
Abstract implementation of the IInputHandler interface.
AbstractInputMode — class, package com.yworks.canvas.input
Abstract base class implementation of an IInputMode.
AbstractJavaNodeRealizerSerializer — class, package com.yworks.io.graphml.realizer
Abstract serializer for NodeRealizers for use with the yFiles Java library.
AbstractJavaNodeStyle — class, package com.yworks.graph.drawing.compat
Abstract Style implementation for use with the yFiles Java library.
AbstractJavaNodeStyle(styleRenderer:com.yworks.graph.drawing.compat:JavaNodeStyleRenderer) — Constructor, class com.yworks.graph.drawing.compat.AbstractJavaNodeStyle
Creates a new instance using the given renderer.
AbstractLabeledItem — class, package com.yworks.graph.model
Base class for ILabeledItem instances.
AbstractLabeledItem(labelCollection:com.yworks.graph.model:ILabelCollection, lookup:com.yworks.support:ILookup) — Constructor, class com.yworks.graph.model.AbstractLabeledItem
Creates a new instance using the given collection of labels and a lookup that can optionally be provided.
AbstractLabelStyleRenderer — class, package com.yworks.graph.drawing
Simple abstract base class of an ILabelStyleRenderer that can be used to conveniently create custom label style implementations.
AbstractModelItem — class, package com.yworks.graph.model
A basic implementation of a IModelItem with support for pluggable ILookup implementations.
AbstractModelItem(lookup:com.yworks.support:ILookup) — Constructor, class com.yworks.graph.model.AbstractModelItem
Creates a new item using the given initial lookup implementation, which may be null.
AbstractNodeRealizerSerializer — class, package com.yworks.io.graphml.realizer
Abstract base class for realizerserializers that can read and/or write node graphics information written/to be parsed by yFiles Java
AbstractNodeStyleDeserializer — class, package com.yworks.io.graphml.reader.deserializer
AbstractNodeStyleRenderer — class, package com.yworks.graph.drawing
An abstract implementation of an INodeStyleRenderer.
AbstractOutputHandler — class, package com.yworks.io.graphml.writer
Abstract base class for classes that write output into GraphML data elements.
AbstractPortCandidateProvider — class, package com.yworks.graph.model
An abstract convenience implementation of the IPortCandidateProvider interface.
AbstractRoundtripHandler — class, package com.yworks.remote
Abstract base class for the RoundtripHandler This base class provides methods for the configuration of the GraphMLIOHandlers for input and output.
AbstractRoundtripHandler(serviceName:String) — Constructor, class com.yworks.remote.AbstractRoundtripHandler
Creates a new instance of the round trip handler.
AbstractSerializer — class, package com.yworks.io.graphml.writer
Stub implementation of ISerializer
AbstractSingleLineSnapResultPaintable — class, package com.yworks.canvas.drawing
This abstract class contains some common properties that are used to visualize SnapLineSnapResults.
AbstractStyle — class, package com.yworks.graph.drawing
Abstract base class for visual style implementations.
AbstractStyle(styleRenderer:com.yworks.graph.drawing:IStyleRenderer) — Constructor, class com.yworks.graph.drawing.AbstractStyle
Constructor sets the style renderer.
AbstractStyleInstaller — class, package com.yworks.graph.drawing
Abstract skeleton class for a style installer.
AbstractStyleRenderer — class, package com.yworks.graph.drawing
An abstract generic implementation of an IStyleRenderer that can be used to install an IModelItem with a corresponding IVisualStyle and a concrete style implementation.
AbstractTableNodeStyle — class, package com.yworks.graph.drawing
Abstract base class for TableNodeStyle and DynamicTableNodeStyle.
AbstractTableNodeStyle(renderer:com.yworks.graph.drawing:TableNodeStyleRenderer) — Constructor, class com.yworks.graph.drawing.AbstractTableNodeStyle
Creates a new instance of a AbstractTableNodeStyle with the given background style.
AbstractTemplateStyleDeserializer — class, package com.yworks.io.graphml.reader.deserializer
Abstract base class for deserializers which handle ITemplateStyle implementors.
AbstractTemplateStyleSerializer — class, package com.yworks.io.graphml.writer.serializer
Abstract base class for serializers which handle ITemplateStyle implementors.
AbstractTextPaintable — class, package com.yworks.canvas.drawing
Provides IDisplayObjectCreator implementations for drawing text.
AbstractTextPaintable(textFormat:mx.core:UITextFormat) — Constructor, class com.yworks.canvas.drawing.AbstractTextPaintable
Constructor.
AbstractUndoUnit — class, package com.yworks.support
An abstract base implementation of IUndoUnit.
AbstractUndoUnit(undoName:String, redoName:String) — Constructor, class com.yworks.support.AbstractUndoUnit
Creates a new instance using the given name as undo and redo name.
AbstractVoidStyle — class, package com.yworks.graph.drawing
A void implementation of the IVisualStyle interface that does nothing, i.e.
AbstractVoidStyleRenderer — class, package com.yworks.graph.drawing
A void implementation of the IStyleRenderer interface that does nothing and behaves like an invisible style.
acceptDragEnter(e:mx.events:DragEvent) — method, class com.yworks.canvas.input.DropInputMode
Callback that returns if the current drag may be accepted.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.AbstractInputHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.AttributeInputHandler
Whether this data handler can parse a data section with the given key and scope type.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.AutoMapperAttributeInputHandler
Whether this data handler can parse a data section with the given key and scope type.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.EdgeStyleInputHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, interface com.yworks.io.graphml.reader.IInputHandler
Whether this data handler can parse a data section with the given key and scope type.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.LabelInputHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.NodeInsetsInputHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.NodeStyleInputHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.ObjectMapperAttributeInputHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.PortLocationModelInputHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.PortStyleInputHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.ReadEdgeLayoutHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.ReadNodeLayoutHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.ReadPortLayoutHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.reader.SharedDataInputHandler
Whether this data handler can parse a data section with the given key and scope type.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.realizer.CompatResourceInputHandler
Whether this data handler can parse a data section with the given key and scope type.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.realizer.ReadEdgeRealizerHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.realizer.ReadLabelRealizerHandler
This method defines whether a specific key/data pair is handled by the input handler.
acceptKey(keyElement:XML, scopeType:String) — method, class com.yworks.io.graphml.realizer.ReadNodeRealizerHandler
This method defines whether a specific key/data pair is handled by the input handler.
accepts(item:Object) — method, class com.yworks.util.FilteredCollectionModel
Determines whether the given item is accepted by this instance.
actionButtonProviderDecorator — Property, class com.yworks.graph.model.ItemDecorator
The LookupDecorator that decorates the IActionButtonProvider type for the type of items this instance has been created for.
Actions — class, package com.yworks.resources
This class provides some default action icon classes.
activate() — method, class com.yworks.resources.Cursor
Activates this cursor using CursorManager.setCursor.
activated — Property, class com.yworks.resources.Cursor
Returns whether this cursor is activated, i.e.
active — Property, class com.yworks.canvas.input.HandleInputMode
Whether this mode is active.
add(index:uint, x:Number, y:Number) — method, class com.yworks.canvas.geom.ArrayControlPoints
Adds a point to the list at the given index using the provided coordinates.
add(index:uint, x:Number, y:Number) — method, class com.yworks.canvas.geom.ControlPoints
Adds a point to the list at the given index using the provided coordinates.
add(index:uint, x:Number, y:Number) — method, interface com.yworks.canvas.geom.IMutableControlPoints
Adds a point to the list at the given index using the provided coordinates.
add(inputMode:com.yworks.canvas.input:IInputMode, priority:int) — method, class com.yworks.canvas.input.MultiplexingInputMode
Adds an input mode using the given priority to this compound mode.
add(item:Object) — method, class com.yworks.canvas.model.ModelManager
Adds an item to the canvas.
add(index:uint, bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.model.BendList
Inserts a new bend into the list.
add(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.ListLabelCollection
Adds a label to the list.
add(port:com.yworks.graph.model:IPort, pos:int) — method, class com.yworks.graph.model.ListPortModel
Adds a port to the list at the given index.
add(packageName:String, symbolicPackageName:String) — Static Method , class com.yworks.io.SymbolicPackageNameRegistry
Adds a mapping between the package name and a symbolic package name.
add(link:com.yworks.support:IContextLookupChainLink) — method, class com.yworks.support.LookupChain
Adds the given link to the end of the chain.
addAdditionalSnapLine(snapLine:com.yworks.canvas.input.snapLines:SnapLine) — method, class com.yworks.graph.input.snapLines.CollectSnapLinesEvent
Add another additional snap line to which both nodes and segments can snap to.
addAll(iter:com.yworks.support:Iterable) — method, class com.yworks.canvas.model.DefaultCollectionModel
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(iter:com.yworks.support:Iterable) — method, class com.yworks.graph.model.BendList
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(iter:com.yworks.support:Iterable) — method, class com.yworks.support.ArrayList
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(iterable:com.yworks.support:Iterable) — method, interface com.yworks.support.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(it:com.yworks.support:Iterable) — method, class com.yworks.support.EmptyList
Not supported by this implementation.
addAll(iter:com.yworks.support:Iterable) — method, class com.yworks.support.HashSet
Adds a collection of elements to this set.
addAll(it:com.yworks.support:Iterable) — method, class com.yworks.support.ReadOnlyList
Not supported by this implementation.
addAll(it:com.yworks.support:Iterable) — method, class com.yworks.support.SingletonList
Not supported by this implementation.
addAll(iter:com.yworks.support:Iterable) — method, class com.yworks.support.YList
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(iter:com.yworks.support:Iterable) — method, class com.yworks.util.CompositeCollectionModel
This implementation does not allow to add or remove items.
addAll(iter:com.yworks.support:Iterable) — method, class com.yworks.util.FilteredCollectionModel
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(iter:com.yworks.support:Iterable) — method, class com.yworks.util.WrappingCollectionModel
This implementation does not allow to add or remove items.
addAsSeparateEdge(sourcePort:com.yworks.graph.model:IPort, targetPort:com.yworks.graph.model:IPort) — method, interface com.yworks.graph.model.IAddDummyEdgeCallback
Tells the IFoldedGraph view implementation to add the edge provided to the IDummyEdgeConverter.addDummyEdge() method as a separate dummy edge to the view at the given ports.
addBend(edge:com.yworks.graph.model:IEdge, index:int, x:Number, y:Number) — method, class com.yworks.graph.model.AbstractGraphWrapper
Adds a bend at the given index to the given edge using the coordinates provided.
addBend(edge:com.yworks.graph.model:IEdge, index:int, x:Number, y:Number) — method, class com.yworks.graph.model.DefaultGraph
Adds a bend at the given index to the given edge using the coordinates provided.
addBend(forEdge:com.yworks.graph.model:IEdge, index:int, bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.model.DefaultGraphStructure
Adds a bend to an edge at the given index.
addBend(index:int, x:Number, y:Number) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Performs the IGraph#addBend() operation for the edge that this callback has been configured for.
addBend(edge:com.yworks.graph.model:IEdge, index:int, x:Number, y:Number) — method, interface com.yworks.graph.model.IGraph
Adds a bend at the given index to the given edge using the coordinates provided.
addBend(forEdge:com.yworks.graph.model:IEdge, index:int, bend:com.yworks.graph.model:IBend) — method, interface com.yworks.graph.model.IGraphStructure
Adds a bend to an edge at the given index.
addBendLocationChangedListener(listener:com.yworks.graph.model:IBendLocationChangedListener) — method, interface com.yworks.graph.model.IBendLocationChangedReporter
Adds a IBendLocationChangedListener to the list.
addBendToBeMoved(info:com.yworks.graph.input.snapLines:BendMovementInfo) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Adds a bend which will be moved.
addBridges(context:com.yworks.canvas.drawing:IPaintContext, path:com.yworks.canvas.drawing:GeneralPath, callback:com.yworks.canvas.model:IAddBridgesCallback) — method, class com.yworks.canvas.model.BridgeManager
Core method that will add bridges to a GeneralPath using the IAddBridgesCallback callback to determine the type of the bridges.
addBridges — Property, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
Determines whether the rendered path should use the BridgeManager to add bridges to it.
addCandidate(candidate:com.yworks.graph.model:IPortCandidate) — method, class com.yworks.graph.model.PortCandidateProvider
Adds a single candidate to this instance's list of candidates.
addCandidateWithModelParameter(owner:com.yworks.graph.model:IPortOwner, portLocationModelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.model.PortCandidateProvider
Add another port candidate to this provider's list of candidates.
addCanvasObject(userObject:Object, descriptor:com.yworks.canvas:ICanvasObjectDescriptor, group:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.canvas.CanvasComponent
Adds an element to the internal canvas object tree to the specified group.
addCanvasObject(userObject:Object, descriptor:com.yworks.canvas:ICanvasObjectDescriptor, group:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.ui.GraphCanvasComponent
addCenterSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent, node:com.yworks.graph.model:INode, layout:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.NodeSnapLineProvider
Callback method that is called by addSnapLines to collect snap lines for the centers of the node.
addChild(parent:com.yworks.graph.model:INode, child:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy
Modifies the hierarchy by adding another child to the given parent.
addChild(parent:com.yworks.graph.model:INode, child:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.INodeHierarchy
Modifies the hierarchy by adding another child to the given parent.
ADD_CHILD — Constant Static Property, class com.yworks.graph.input.ReparentGesture
Add the moved stripe as a new child of the target stripe.
addConcurrent(inputMode:com.yworks.canvas.input:IConcurrentInputMode, priority:int) — method, class com.yworks.canvas.input.MultiplexingInputMode
Adds an input mode as a concurrent mode using the given priority to this compound mode.
addConfiguration(name:String, style:com.yworks.graph.drawing:INodeStyle) — method, class com.yworks.io.graphml.realizer.JavaGenericNodeRealizerSerializer
Adds a new configuration to the configuration map.
addCursor(name:String, cursor:com.yworks.resources:Cursor) — Static Method , class com.yworks.resources.CursorProvider
Add a mapping from a cursor name to a cursor.
addDependency(fromItem:Object, toItem:Object) — method, class com.yworks.canvas.CanvasObjectDependencyManager
Add a dependency from fromItem to toItem.
addDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — method, class com.yworks.remote.AbstractRoundtripHandler
Adds another IDeserializer instance to a list that will be registered with the created the inputIOHandler.
addDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — method, class com.yworks.remote.RoundtripHandler
addDisplayObjectCreator(creator:com.yworks.canvas.drawing:IDisplayObjectCreator, group:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.canvas.CanvasComponent
Adds an IDisplayObjectCreator instance to the scene graph using CanvasObjectDescriptor.Instance as the ICanvasObjectDescriptor.
addDummyEdge(callback:com.yworks.graph.model:IAddDummyEdgeCallback, foldedGraph:com.yworks.graph.model:IFoldedGraph, masterEdge:com.yworks.graph.model:IEdge, localSourceNode:com.yworks.graph.model:INode, sourceDummy:Boolean, localTargetNode:com.yworks.graph.model:INode, targetDummy:Boolean) — method, class com.yworks.graph.model.AbstractDummyEdgeConverter
Subclasses have to override this method.
addDummyEdge(callback:com.yworks.graph.model:IAddDummyEdgeCallback, foldedGraph:com.yworks.graph.model:IFoldedGraph, masterEdge:com.yworks.graph.model:IEdge, localSourceNode:com.yworks.graph.model:INode, sourceDummy:Boolean, localTargetNode:com.yworks.graph.model:INode, targetDummy:Boolean) — method, class com.yworks.graph.model.DefaultDummyEdgeConverter
Actually adds the dummy edge as a separate edge to the view, reusing existing port representatives of the original source and target port, if reuseMasterPorts is enabled and that is possible for the given edge.
addDummyEdge(callback:com.yworks.graph.model:IAddDummyEdgeCallback, foldedGraph:com.yworks.graph.model:IFoldedGraph, masterEdge:com.yworks.graph.model:IEdge, localSourceNode:com.yworks.graph.model:INode, sourceDummy:Boolean, localTargetNode:com.yworks.graph.model:INode, targetDummy:Boolean) — method, class com.yworks.graph.model.ExcludingDummyEdgeConverter
Always calls IAddDummyEdgeCallback#ExcludeDummyEdge() This method is called by the IFoldedGraph implementation to determine whether a given edge in the FoldingManager's masterGraph should be represented by a dummy edge in the given view.
addDummyEdge(callback:com.yworks.graph.model:IAddDummyEdgeCallback, foldedGraph:com.yworks.graph.model:IFoldedGraph, masterEdge:com.yworks.graph.model:IEdge, localSourceNode:com.yworks.graph.model:INode, sourceDummy:Boolean, localTargetNode:com.yworks.graph.model:INode, targetDummy:Boolean) — method, interface com.yworks.graph.model.IDummyEdgeConverter
This method is called by the IFoldedGraph implementation to determine whether a given edge in the FoldingManager's masterGraph should be represented by a dummy edge in the given view.
addDummyEdge(callback:com.yworks.graph.model:IAddDummyEdgeCallback, foldedGraph:com.yworks.graph.model:IFoldedGraph, masterEdge:com.yworks.graph.model:IEdge, localSourceNode:com.yworks.graph.model:INode, sourceDummy:Boolean, localTargetNode:com.yworks.graph.model:INode, targetDummy:Boolean) — method, class com.yworks.graph.model.MergingDummyEdgeConverter
Tries to add the dummy edge to an existing dummy edge, considering the ignoreEdgeDirection property.
addDummyEdgeBend(location:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Adds a bend to the dummy edge
addedBends — Property, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Gets the previously registered added bends.
addEdge(edge:com.yworks.graph.model:IEdge, endBends:com.yworks.graph.model:IBendList, endSourcePort:com.yworks.graph.model:IPort, endTargetPort:com.yworks.graph.model:IPort, callback:com.yworks.graph.model:IChangeDummyEdgeAppearanceCallback) — method, class com.yworks.graph.anim.GraphMorpher
Add an edge that should be animated.
addEdge(edge:com.yworks.graph.model:IEdge, sourcePort:com.yworks.graph.model:IPort, targetPort:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraphStructure
Adds a previously created edge to the collection of edges.
addEdge(edge:com.yworks.graph.model:IEdge, sourcePort:com.yworks.graph.model:IPort, targetPort:com.yworks.graph.model:IPort) — method, interface com.yworks.graph.model.IGraphStructure
Adds a previously created edge to the collection of edges.
addEdgeAttribute(mapper:com.yworks.support:IMapper, attrName:String, type:String) — method, class com.yworks.io.graphml.GraphMLIOHandler
Adds a GraphML attribute with edge scope that holds data of simple type.
addEdgeEndToBeMoved(info:com.yworks.graph.input.snapLines:EdgeEndMovementInfo) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Adds an edge end that will be moved
addEdgeOutputHandler(handler:com.yworks.io.graphml.writer:IOutputHandler) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Adds a new IOutputHandler with edge scope.
addEdgeRealizerSerializer(ers:com.yworks.io.graphml.realizer:IEdgeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Register an IEdgeRealizerSerializer instance for input and output
addedToDisplayList(parent:mx.core:UIComponent) — method, class com.yworks.util.ImageLoader
If the load( url ) function was called earlier and the image couldn't be loaded at that time, this method causes the loader to try loading again.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.yworks.canvas.ViewportLimiter
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.yworks.graph.drawing.TemplateStyleDataContext
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.yworks.io.binary.ExternalizableGraph
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.yworks.mxml.ConfigTool
If a listener is added for the Event.COMPLETE event type, this implementation will trigger loading of the config file.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.yworks.resources.Actions
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.yworks.support.Config
If a listener is added for the Event.COMPLETE event type, this implementation will trigger loading of the config file.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.yworks.util.ImageLoader
addEventListeners(graph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.model.AbstractGraphWrapper
Adds event handlers that propagate graph events from the provided graph to listeners on this instance.
addExistingPort — Property, class com.yworks.graph.model.PortRelocationHandle
Gets or sets a property that determines whether the existing port should be available as a possible port candidate, too.
addExistingPorts(list:com.yworks.support:List) — method, class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience method for subclasses that adds all existing ports of the portOwner to the provided list.
addExistingPortsEnabled — Property, class com.yworks.graph.model.ShapeGeometryPortCandidateProvider
Gets or sets a property that determines whether existing ports should be added to the list of ports
addExistingPortsFromOwner(owner:com.yworks.graph.model:IPortOwner) — method, class com.yworks.graph.model.PortCandidateProvider
Adds existing ports of the given instance to this instance's list.
addExplicitlyMovedBend(movementInfo:com.yworks.graph.input.snapLines:BendMovementInfo) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Registers the provided bend with this instance so that it will be considered explicitly moved for this edit.
addExtraAttribute(name:String, value:String) — method, interface com.yworks.io.graphml.writer.IResourceDescriptor
addFilter(filter:flash.filters:BitmapFilter) — method, class com.yworks.graph.drawing.FilterNodeStyleDecorator
Add the given filter to the existing Array of filters.
addFirst(o:Object) — method, class com.yworks.support.YList
Inserts Object o at the head of this list.
addFirstCell(cell:com.yworks.support:ListCell) — method, class com.yworks.support.YList
Adds a formerly removed ListCell at the head of this list.
addFirstSeparateEdge(callback:com.yworks.graph.model:IAddDummyEdgeCallback, foldedGraph:com.yworks.graph.model:IFoldedGraph, masterEdge:com.yworks.graph.model:IEdge, localSourceNode:com.yworks.graph.model:INode, sourceDummy:Boolean, localTargetNode:com.yworks.graph.model:INode, targetDummy:Boolean) — method, class com.yworks.graph.model.MergingDummyEdgeConverter
Adds the first separate edge to the source and target node pair using the IAddDummyEdgeCallback.addAsSeparateEdge() method.
addFixedNodeBorderSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent, node:com.yworks.graph.model:INode, layout:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.NodeSnapLineProvider
Callback method that adds the fixed snap lines around the border of the node's layout.
addFixedNodeSnapLine(snapLine:com.yworks.canvas.input.snapLines:SnapLine) — method, class com.yworks.graph.input.snapLines.CollectSnapLinesEvent
Add another fixed node snap line.
addFixedSegmentSnapLine(snapLine:com.yworks.canvas.input.snapLines:SnapLine) — method, class com.yworks.graph.input.snapLines.CollectSnapLinesEvent
Add another snap line for fixed edge segments.
addGraphAttribute(mapper:com.yworks.support:IMapper, attrName:String, type:String) — method, class com.yworks.io.graphml.GraphMLIOHandler
Adds a GraphML attribute with graph scope that holds data of simple type.
addGraphElementProvider(gep:com.yworks.io.graphml.writer:IGraphElementProvider) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Adds a new IGraphElementProvider.
addGraphOutputHandler(handler:com.yworks.io.graphml.writer:IOutputHandler) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Adds a new IOutputHandler with graph scope.
addGridSnapResult(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.canvas.input.snapLines:CollectSnapResultEvent, pointInSuggestedLayout:com.yworks.canvas.geom:IPoint, node:com.yworks.graph.model:INode) — method, class com.yworks.graph.input.snapLines.NodeSnapResultProvider
Calculates a SnapResult and adds it to the argument.
addGroup() — method, class com.yworks.canvas.CanvasComponent
Adds a new ICanvasObjectGroup to the root of the canvas object tree.
addGroupToGroup(toGroup:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.canvas.CanvasComponent
Adds a new ICanvasObjectGroup to the specified group in the current canvas object tree.
addHandle(tag:Object, handle:com.yworks.canvas.input:IHandle) — method, class com.yworks.canvas.input.CompositePositionHandler
Adds an IHandle to this instance using the given tag for later removal.
addHandle(handle:com.yworks.canvas.input:IHandle) — method, class com.yworks.canvas.input.HandleInputMode
Adds a handle to the collection of handles managed by this instance.
addHandler(eventRecognizer:Function, handler:Function) — method, class com.yworks.canvas.input.KeyboardInputMode
Adds a given handler to this instance that will be triggered if the given eventRecognizer recognizes a KeyboardEvent that has been triggered by the canvas component.
addHandles(tag:Object, handleArray:Array) — method, class com.yworks.canvas.input.CompositeHandle
Adds the array of handles so that they appear to be synchronized with all other handles previously being added to this instance.
addHighlight(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.model.HighlightPaintManager
Adds another highlight.
addHorizontalSegmentSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent, edge:com.yworks.graph.model:IEdge, segmentStart:com.yworks.canvas.geom:IPoint, segmentEnd:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.snapLines.EdgeSnapLineProvider
Adds horizontal snap lines for a horizontally oriented fixed segment snap lines.
addHorizontalSnap(snapLine:com.yworks.graph.input.snapLines:SortableSnapLine) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
addImage(name:String, clazz:Class) — Static Method , class com.yworks.resources.images.ImageProvider
Maps an image class to a class name.
addImplicitlyMovedBend(movementInfo:com.yworks.graph.input.snapLines:BendMovementInfo) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Registers the provided bend as being moved implicitly for this edit.
addingLookupChainLink(type:Class, instance:Object) — Static Method , class com.yworks.support.Lookups
Factory method for a lookup chain element that simply adds an entry to a lookup chain.
addInputEdgeRealizerSerializer(ers:com.yworks.io.graphml.realizer:IEdgeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Register an IEdgeRealizerSerializer for input
addInputHandler(handler:com.yworks.io.graphml.reader:IInputHandler) — method, class com.yworks.io.graphml.GraphMLIOHandler
Adds a input handler that can parse <data> blocks.
addInputHandler(handler:com.yworks.io.graphml.reader:IInputHandler) — method, class com.yworks.io.graphml.reader.GraphMLParser
Adds an input handler to this instance
addInputLabelSerializer(ls:com.yworks.io.graphml.realizer:ILabelSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Register an IlabelSerializer for input
addInputMode(mode:com.yworks.canvas.input:IInputMode) — method, class com.yworks.canvas.CanvasComponent
addInputNodeRealizerSerializer(nrs:com.yworks.io.graphml.realizer:INodeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Register an INodeRealizerSerializer for input
addInsetsToRectangle(rect:com.yworks.canvas.geom:IRectangle, insets:com.yworks.canvas.geom:IRectangle) — Static Method , class com.yworks.canvas.geom.GeomSupport
Enlarges the given rect by the given insets.
addInstaller(installer:com.yworks.canvas.model:IModelItemInstaller) — method, class com.yworks.canvas.model.CollectionModelManager
Adds an item installer to the list of installers that will be queried during an install call.
addItem(item:Object) — method, class com.yworks.canvas.model.DefaultCollectionModel
Adds the specified item to this collection.
addItem(item:Object) — method, class com.yworks.graph.model.BendList
Adds the specified item to this collection.
addItem(item:Object) — method, class com.yworks.support.ArrayList
Adds the specified item to this collection.
addItem(item:Object) — method, interface com.yworks.support.Collection
Adds the specified item to this collection.
addItem(item:Object) — method, class com.yworks.support.EmptyList
Not supported by this implementation.
addItem(item:Object) — method, class com.yworks.support.HashSet
Adds the given item to this set.
addItem(item:Object) — method, class com.yworks.support.ReadOnlyList
Not supported by this implementation.
addItem(item:Object) — method, class com.yworks.support.SingletonList
Not supported by this implementation.
addItem(item:Object) — method, class com.yworks.support.YList
Same as addLast()
addItem(item:Object) — method, class com.yworks.util.CompositeCollectionModel
This implementation does not allow to add or remove items.
addItem(item:Object) — method, class com.yworks.util.FilteredCollectionModel
Adds the specified item to this collection.
addItem(item:Object) — method, class com.yworks.util.WrappingCollectionModel
This implementation does not allow to add or remove items.
addItemToBeMoved(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Adds an item which will be moved.
addItemToBeReshaped(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Adds an item which will be reshaped.
additionalParameters — Property, class com.yworks.remote.AbstractRoundtripHandler
Get or set an Object containing additional request parameters that should be send to the server.
additionalParameters — Property, class com.yworks.remote.DownloadHandler
Get or set an object containing additional parameters that will be transfered to the service URL.
additionalParameters — Property, class com.yworks.remote.ImageExportHandler
Get or set an object containing additional parameters that will be transfered to the service URL.
additionalParameters — Property, class com.yworks.remote.UploadHandler
Get or set an object containing additional parameters that will be transfered to the service URL.
additionalSnapLines — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
The collection of additional SnapLines.
addLabel(item:com.yworks.graph.model:ILabeledItem, text:String, labelModelParameter:com.yworks.graph.model:ILabelModelParameter, style:com.yworks.graph.drawing:ILabelStyle) — method, class com.yworks.graph.model.AbstractGraphWrapper
Add a label to the given item using the text as the initial label text and label model parameter and style.
addLabel(item:com.yworks.graph.model:ILabeledItem, text:String, parameter:com.yworks.graph.model:ILabelModelParameter, style:com.yworks.graph.drawing:ILabelStyle) — method, class com.yworks.graph.model.DefaultGraph
Add a label to the given item using the text as the initial label text and label model parameter and style.
addLabel(owner:com.yworks.graph.model:ILabeledItem, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraphStructure
Adds a previously created label to its owner.
addLabel(labelModelParameter:com.yworks.graph.model:ILabelModelParameter, style:com.yworks.graph.drawing:ILabelStyle, text:String, preferredWidth:Number, preferredHeight:Number) — method, interface com.yworks.graph.model.IChangeLabeledItemAppearanceCallback
Performs the IGraph#addLabel() operation for the item that this callback has been configured for.
addLabel(item:com.yworks.graph.model:ILabeledItem, text:String, labelModelParameter:com.yworks.graph.model:ILabelModelParameter, style:com.yworks.graph.drawing:ILabelStyle) — method, interface com.yworks.graph.model.IGraph
Add a label to the given item using the text as the initial label text and label model parameter and style.
addLabel(owner:com.yworks.graph.model:ILabeledItem, label:com.yworks.graph.model:ILabel) — method, interface com.yworks.graph.model.IGraphStructure
Adds a previously created label to its owner.
addLabel(item:com.yworks.graph.model:IStripe, text:String, labelModelParameter:com.yworks.graph.model:ILabelModelParameter, style:com.yworks.graph.drawing:ILabelStyle, preferredSize:com.yworks.canvas.geom:ISize, tag:Object) — method, interface com.yworks.graph.model.ITable
Add a label to the given item using the text as the initial label text and label model parameter and style.
addLabel(item:com.yworks.graph.model:IStripe, text:String, labelModelParameter:com.yworks.graph.model:ILabelModelParameter, style:com.yworks.graph.drawing:ILabelStyle, preferredSize:com.yworks.canvas.geom:ISize, tag:Object) — method, class com.yworks.graph.model.Table
Add a label to the given item using the text as the initial label text and label model parameter and style.
addLabelTextChangedListener(listener:com.yworks.graph.model:ILabelTextChangedListener) — method, interface com.yworks.graph.model.ILabelTextChangedReporter
Adds an ILabelTextChangedListener to the list.
addLast(o:Object) — method, class com.yworks.support.YList
Inserts Object o at the tail of this list.
addLastCell(cell:com.yworks.support:ListCell) — method, class com.yworks.support.YList
Adds a formerly removed ListCell at the tail of this list.
addLines(points:Array) — method, class com.yworks.canvas.drawing.GeneralPath
Appends a polyline given by an array of IPoints's to this path.
addLocatedMovable(tag:Object, location:com.yworks.canvas.geom:IPoint, handler:com.yworks.canvas.geom:IMovable) — method, class com.yworks.canvas.input.CompositePositionHandler
Adds another IPositionHandler instance to this instance using the given tag for later removal.
addLookup(lookup:com.yworks.support:IContextLookupChainLink) — method, class com.yworks.graph.model.DefaultGraph
Adds the chain element to the lookup for this instance.
addLookup(type:Class, lookup:com.yworks.support:IContextLookupChainLink) — method, class com.yworks.io.graphml.GraphMLContext
Adds a lookup chain element to the chain of lookups for a given type.
addLookup(type:Class, lookup:com.yworks.support:IContextLookupChainLink) — method, interface com.yworks.support.ILookupDecorator
Adds a lookup chain element to the chain of lookups for a given type.
addMapper(tag:Object, mapper:com.yworks.support:IMapper) — method, interface com.yworks.graph.model.IMapperRegistry
Register a mapper for the given tag.
addMapperAttribute(tag:Object, name:String, scope:String, contentType:String) — method, class com.yworks.remote.AbstractRoundtripHandler
Add a graph item attribute that should be considered for input and output.
addMapperAttribute(tag:Object, name:String, scope:String, contentType:String) — method, class com.yworks.remote.RoundtripHandler
addMovable(tag:Object, movable:com.yworks.canvas.geom:IMovable) — method, class com.yworks.canvas.input.CompositePositionHandler
Adds an IMutablePoint to this instance using the given tag for later removal.
addMovedEdgeEnd(movementInfo:com.yworks.graph.input.snapLines:EdgeEndMovementInfo) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Registers the provided end of the edge with this instance so that it will be considered explicitly moved for this edit.
addMovedPort(movementInfo:com.yworks.graph.input.snapLines:PortMovementInfo) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Registers the provided port with this instance so that it will be considered explicitly moved for this edit.
addMutablePoint(tag:Object, point:com.yworks.canvas.geom:IMutablePoint) — method, class com.yworks.canvas.input.CompositePositionHandler
Adds an IMutablePoint to this instance using the given tag for later removal.
addNamespace(packageName:String, ns:Namespace) — Static Method , class com.yworks.io.SymbolicPackageNameRegistry
addNamespace(ns:Namespace) — method, class com.yworks.io.graphml.GraphMLIOHandler
Adds a namespace to the header of a GraphML file.
addNamespace(ns:Namespace) — method, class com.yworks.io.graphml.writer.DefaultXmlWriter
Add a namespace declaration to the root element of the output.
addNamespace(ns:Namespace) — method, interface com.yworks.io.graphml.writer.IXmlWriter
Add a namespace declaration to the root element of the output.
addNode(node:com.yworks.graph.model:INode, targetLayout:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.anim.GraphMorpher
Add a node that should be animated.
addNode(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraphStructure
Adds a previously created node to the collection of nodes.
addNode(Node:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.IGraphStructure
Adds a previously created node to the collection of nodes.
addNodeAttribute(mapper:com.yworks.support:IMapper, attrName:String, type:String) — method, class com.yworks.io.graphml.GraphMLIOHandler
Adds a GraphML attribute with node scope that holds data of simple type.
addNodeBoundsChangedListener(listener:com.yworks.graph.model:INodeBoundsChangedListener) — method, interface com.yworks.graph.model.INodeBoundsChangedReporter
Adds an INodeBoundsChangeListener that will be notified of changes to a node's size or location.
addNodeOutputHandler(handler:com.yworks.io.graphml.writer:IOutputHandler) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Adds a new IOutputHandler with node scope.
addNodeRealizerSerializer(nrs:com.yworks.io.graphml.realizer:INodeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Register a INodeRealizerSerializer instance for input and output
addNodeToBeMoved(info:com.yworks.graph.input.snapLines:NodeMovementInfo) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Adds a node which will be moved.
addNodeToNodeSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent, node:com.yworks.graph.model:INode, layout:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.NodeSnapLineProvider
Callback method that adds the fixed snap lines around the node for other nodes to snap to using the GraphSnapContext.nodeToNodeDistance.
addNodeToSegmentSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent, node:com.yworks.graph.model:INode, layout:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.NodeSnapLineProvider
Callback method that adds the fixed snap lines around the node for edge segments to snap to.
addObjectMapperAttribute(tag:Object, scope:String, serializer:com.yworks.io.graphml.writer:ISerializer, deserializer:com.yworks.io.graphml.reader:IDeserializer) — method, class com.yworks.remote.AbstractRoundtripHandler
Add a graph item attribute of complex type that will be read and written using the provided serializer and deserializer instances.
addObjectMapperAttribute(tag:Object, scope:String, serializer:com.yworks.io.graphml.writer:ISerializer, deserializer:com.yworks.io.graphml.reader:IDeserializer) — method, class com.yworks.remote.RoundtripHandler
addObstacleProvider(provider:com.yworks.canvas.model:IObstacleProvider) — method, class com.yworks.canvas.model.BridgeManager
Adds another pair of an IObstacleProvider implementation and an item that will later be passed to the IObstacleProvider.getObstacles() method to determine the initial obstacles for this instance.
addOrthogonalSegment(segStart:com.yworks.graph.input.snapLines:MovementInfo, segEnd:com.yworks.graph.input.snapLines:MovementInfo) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Adds an orthogonally moved segment to this context for which this instance will automatically collect SnapResults and provide a default visualization.
addOutputEdgeRealizerSerializer(ers:com.yworks.io.graphml.realizer:IEdgeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Register an IEdgeRealizerSerializer for output
addOutputHandler(outputHandler:com.yworks.io.graphml.writer:IOutputHandler, scope:String) — method, class com.yworks.io.graphml.GraphMLIOHandler
Adds a subordinate output handler for the given element scope to this GraphMLIOHandler.
addOutputHandler(handler:com.yworks.io.graphml.writer:IOutputHandler, scopeType:String) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Adds a new IOutputHandler with scope.
addOutputNodeRealizerSerializer(nrs:com.yworks.io.graphml.realizer:INodeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Register an INodeRealizerSerializer for output
addPaintable(paintable:com.yworks.canvas.drawing:IPaintable, group:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.canvas.CanvasComponent
Adds an IPaintable instance to the scene graph using CanvasObjectDescriptor.Instance as the ICanvasObjectDescriptor.
addParameter(parameter:com.yworks.graph.model:ILabelModelParameter, descriptor:com.yworks.graph.model:ILabelCandidateDescriptor) — method, class com.yworks.graph.model.GenericLabelModel
Adds another parameter to this models collection of parameters.
addPointHandle(p:com.yworks.canvas.geom:IMutablePoint, cursor:com.yworks.resources:Cursor, handleType:uint) — method, class com.yworks.canvas.input.HandleInputMode
Factory method that creates and adds a handle to this mode by wrapping a given MutablePoint instance.
addPointToRectangle(rect:com.yworks.canvas.geom:IMutableRectangle, p:com.yworks.canvas.geom:IPoint) — Static Method , class com.yworks.canvas.geom.GeomSupport
Adds a point to a rectangle, possibly enlarging the rectangle.
addPolygon(points:Array) — method, class com.yworks.canvas.drawing.GeneralPath
Appends a polygon given by an array of IPoints's to this path.
addPort(portOwner:com.yworks.graph.model:IPortOwner, x:Number, y:Number) — method, class com.yworks.graph.model.AbstractGraphWrapper
Add a port to the given port owner using the coordinates as the new initial position of the port anchor.
addPort(portOwner:com.yworks.graph.model:IPortOwner, x:Number, y:Number) — method, class com.yworks.graph.model.DefaultGraph
Add a port to the given port owner using the coordinates as the new initial position of the port anchor.
addPort(node:com.yworks.graph.model:INode, port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraphStructure
Add a previously created port to a given node.
addPort(portOwner:com.yworks.graph.model:IPortOwner, x:Number, y:Number) — method, interface com.yworks.graph.model.IGraph
Add a port to the given port owner using the coordinates as the new initial position of the port anchor.
addPort(node:com.yworks.graph.model:INode, port:com.yworks.graph.model:IPort) — method, interface com.yworks.graph.model.IGraphStructure
Add a previously created port to a given node.
addPortOutputHandler(handler:com.yworks.io.graphml.writer:IOutputHandler) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Adds a new IOutputHandler with port scope.
addPortSnapLine(snapLine:com.yworks.canvas.input.snapLines:SnapLine) — method, class com.yworks.graph.input.snapLines.CollectSnapLinesEvent
Add another snap line for ports.
addPortSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent, node:com.yworks.graph.model:INode, layout:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.NodeSnapLineProvider
Callback method that is called by addSnapLines the collect snap lines to snap ports to at the provided node.
addPortToBeMoved(info:com.yworks.graph.input.snapLines:PortMovementInfo) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Adds a port which will be moved.
addPortWithParameter(portOwner:com.yworks.graph.model:IPortOwner, modelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.model.AbstractGraphWrapper
Add a port to the given port owner using the model parameter to determine the coordinates of the port.
addPortWithParameter(portOwner:com.yworks.graph.model:IPortOwner, modelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.model.DefaultGraph
Add a port to the given port owner using the model parameter to determine the coordinates of the port.
addPortWithParameter(portOwner:com.yworks.graph.model:IPortOwner, modelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, interface com.yworks.graph.model.IGraph
Add a port to the given port owner using the model parameter to determine the coordinates of the port.
addPositionHandler(tag:Object, handler:com.yworks.canvas.input:IPositionHandler) — method, class com.yworks.canvas.input.CompositePositionHandler
Adds another IPositionHandler instance to this instance using the given tag for later removal.
addPositionHandlerFromLookup(tag:Object, lookup:com.yworks.support:ILookup) — method, class com.yworks.canvas.input.CompositePositionHandler
Tries to add a new handler to this composite by inspecting the provided lookup for suitable implementations that can be wrapped by this instance.
addPreferredSizeChangedListener(listener:com.yworks.graph.model:IPreferredSizeChangedListener) — method, interface com.yworks.graph.model.IPreferredSizeChangedReporter
Adds an IPreferredSizeChangedListener to the list.
addPrefix(symbolicPackageName:String, prefix:String) — Static Method , class com.yworks.io.SymbolicPackageNameRegistry
addRectangle(toModify:com.yworks.canvas.geom:IMutableRectangle, toBeAdded:com.yworks.canvas.geom:IRectangle) — Static Method , class com.yworks.canvas.geom.GeomSupport
Adds a rectangle to another one.
addReference(refid:String, refNode:XML) — method, class com.yworks.io.graphml.reader.ReferenceResolver
Add a reference node for the given refid.
addRegistryEdgeAttribute(registryTag:Object, attrName:String, type:String) — method, class com.yworks.io.graphml.GraphMLIOHandler
Adds a GraphML attribute with edge scope that holds data of simple type.
addRegistryGraphAttribute(registryTag:Object, attrName:String, type:String) — method, class com.yworks.io.graphml.GraphMLIOHandler
Adds a GraphML attribute with graph scope that holds data of simple type.
addRegistryNodeAttribute(registryTag:Object, attrName:String, type:String) — method, class com.yworks.io.graphml.GraphMLIOHandler
Adds a GraphML attribute with node scope that holds data of simple type.
addRelative(x:Number, y:Number, pos:int) — method, interface com.yworks.graph.model.IMutablePortCollection
Create and add a new port with relative location x and y at the specific list index pos
addRelative(x:Number, y:Number, pos:int) — method, class com.yworks.graph.model.ListPortModel
Create and add a new port with relative location x and y at the specific list index pos
addRelativePort(graph:com.yworks.graph.model:IGraph, owner:com.yworks.graph.model:INode, relativeX:Number, relativeY:Number) — Static Method , class com.yworks.graph.model.GraphUtil
Adds a new port to the graph at the node using a location that is relative to the center of the node.
addReshapeable(reshapeable:com.yworks.canvas.geom:IReshapeable, sourceLayout:com.yworks.canvas.geom:IRectangle, targetLayout:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.anim.GraphMorpher
Add an IReshapeable to the animation.
addResourceElement(element:XML) — method, interface com.yworks.io.graphml.realizer.IReadResourceHandler
Add a xml element representing a shared resource
addSameHeightEntry(rect:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Adds an entry for the same-height-snapping.
addSameWidthEntry(rect:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Adds an entry for the same-width-snapping.
addSelection(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.model.HighlightPaintManager
Adds an item to the current highlight selection.
addSelection(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.SelectionPaintManager
Adds an item to the current selection.
addSerializer(serializer:com.yworks.io.graphml.writer:ISerializer) — method, class com.yworks.remote.AbstractRoundtripHandler
Adds another ISerializer instance to a list that will be registered with the created the outputIOHandler.
addSerializer(serializer:com.yworks.io.graphml.writer:ISerializer) — method, class com.yworks.remote.RoundtripHandler
addSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent, item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.snapLines.EdgeSnapLineProvider
Adds the snap lines for the given model item to the evt.
addSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent, item:com.yworks.canvas.model:IModelItem) — method, interface com.yworks.graph.input.snapLines.ISnapLineProvider
Called by the GraphSnapContext when a drag is about to start.
addSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent, item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.snapLines.NodeSnapLineProvider
Called by the GraphSnapContext when a drag is about to start.
addSnapResult(result:com.yworks.canvas.input.snapLines:SnapResult) — method, class com.yworks.canvas.input.snapLines.CollectSnapResultEvent
Adds a SnapResult to the collection of snap results.
addStripe(stripe:com.yworks.graph.model:IStripe, targetSize:Number) — method, class com.yworks.graph.anim.GraphMorpher
addTagChangedListener(listener:com.yworks.graph.model:ITagChangedListener) — method, interface com.yworks.graph.model.ITagChangedReporter
Adds an ITagChangedListener that will be notified when an ITagOwner's tag changes.
addToExistingDummy(dummyEdge:com.yworks.graph.model:IEdge) — method, interface com.yworks.graph.model.IAddDummyEdgeCallback
Tells the IFoldedGraph view implementation to logically add the edge provided to the IDummyEdgeConverter.addDummyEdge method to a dummy edge that already exists in the view.
addToQueue(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.CompoundUndoUnit
Adds a new IUndoUnit to the queue.
addToQueue(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.UndoEngine
Adds a new IUndoUnit to the queue.
addTransformedPortOwner(portOwner:com.yworks.graph.model:IPortOwner) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Adds an IPortOwner that is being transformed somehow during the edit so that the attached ports will be moved in an irregular, non-linear way.
addUnit(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.AbstractUndoUnit
This implementation does nothing and returns false.
addUnit(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.CompoundUndoUnit
This implementation will always yield false.
addUnit(unit:com.yworks.support:IUndoUnit) — method, interface com.yworks.support.IUndoSupport
Directly enqueues a custom IUndoUnit into the queue that this instance represents.
addUnit(unit:com.yworks.support:IUndoUnit) — method, interface com.yworks.support.IUndoUnit
Allows for collapsing multiple units into one.
addUnit(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.MementoUndoUnit
Merges this unit if unit is of this type and they describe the same subject.
addUnit(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.UndoEngine
This implementation always returns false Allows for collapsing multiple units into one.
addVerticalSegmentSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent, edge:com.yworks.graph.model:IEdge, segmentStart:com.yworks.canvas.geom:IPoint, segmentEnd:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.snapLines.EdgeSnapLineProvider
Adds vertical snap lines for a vertically oriented fixed segment snap lines.
addVerticalSnap(snapLine:com.yworks.graph.input.snapLines:SortableSnapLine) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
addXMLAttributeProvider(provider:com.yworks.io.graphml.writer:IXmlAttributeProvider) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Add a new IXmlAttributeProvider
addXmlAttributesParser(attributesParser:com.yworks.io.graphml.reader:IXmlAttributesParser) — method, class com.yworks.io.graphml.reader.GraphMLParser
Adds a parser for xml attributes.
adjustContentRect() — method, class com.yworks.canvas.input.NavigationInputMode
Callback that adjusts the CanvasComponent.contentRect to encompass all elements.
adjustContentRect() — method, class com.yworks.graph.input.GraphEditorInputMode
Updates the canvas' contentRect using CanvasComponent#updateContentRect() and contentRectMargins.
AdjustContentRectPolicy — class, package com.yworks.graph.input
Enumeration for the different possible policies that can be assigned to the GraphEditorInputMode using its autoAdjustContentRect property.
adjustCursor(evt:com.yworks.canvas.input:CanvasMouseEvent) — method, class com.yworks.canvas.CanvasComponent
Adjusts the mouse cursor based on the given mouse event and the cursor property.
adjustCursor() — method, class com.yworks.canvas.input.MultiplexingInputMode
Adjusts the cursor of the CanvasControl according to the current input mutex owner or the first mode in the list that returns a non-null preferredCursor.
adjustDummyEdgePosition(callback:com.yworks.graph.model:IChangeDummyEdgeAppearanceCallback, edgeViewState:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.GraphClipboard
Adjusts the state of the dummy edge after a paste operation according to pasteDelta.
adjustDummyNodePosition(callback:com.yworks.graph.model:IChangeDummyNodeAppearanceCallback, nodeViewState:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.GraphClipboard
Adjusts the state of the dummy node after a paste operation according to pasteDelta.
adjustFontSize — Property, class com.yworks.io.graphml.GraphMLIOHandler
Whether to adjust the font size when serializing / deserializing fonts.
adjustFontSize — Property, class com.yworks.remote.AbstractRoundtripHandler
Whether to adjust the font size when serializing / deserializing fonts.
adjustFontSize — Property, class com.yworks.remote.RoundtripHandler
adjustGroupNodeBounds(groupNode:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.GroupedGraph
Method to adjust the size of a group node.
adjustGroupNodeBounds(groupedGraph:com.yworks.graph.model:IGroupedGraph, groupNode:com.yworks.graph.model:INode) — Static Method , class com.yworks.graph.model.GroupedGraphUtil
Method to adjust the size of a group node.
adjustGroupNodeBounds(groupNode:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.IGroupedGraph
Method to adjust the size of a group node.
adjustPosition() — method, class com.yworks.canvas.input.TextEditorInputMode
Adjusts the position of the text box in the canvas control.
adjustPosition(copiedItem:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.GraphClipboard
Moves the item after a paste operation according to pasteDelta.
adjustPreferredSize(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Adjusts the ILabel.preferredSize property of a label to fit the suggested size of its ILabelStyleRenderer.
adjustPreferredSize(graph:com.yworks.graph.model:IGraph, label:com.yworks.graph.model:ILabel) — Static Method , class com.yworks.graph.model.GraphUtil
Adjusts the ILabel.preferredSize property of a label to fit the suggested size of its ILabelStyleRenderer.
adjustSize() — method, class com.yworks.canvas.input.TextEditorInputMode
Adjusts the size of the text editor in the canvas control.
adjustSize(context:com.yworks.canvas.input:IInputModeContext, movedStripe:com.yworks.graph.model:IStripe, newParent:com.yworks.graph.model:IStripe, gesture:com.yworks.graph.input:ReparentGesture, index:int, originalStripeSize:Number, originalParentSize:Number) — method, class com.yworks.graph.input.ReparentStripeHandler
Adjust the size of the source or the target stripe.
AdvancedStroke — class, package com.yworks.canvas.drawing
A advanced stroke implementation that allows drawing dotted/dashed strokes.
AdvancedStroke(color:uint, weight:Number, alpha:Number, dashPattern:Array, pixelHinting:Boolean, scaleMode:String, caps:String, joints:String, miterLimit:Number) — Constructor, class com.yworks.canvas.drawing.AdvancedStroke
Create a new stroke instance with the given stroke properties.
after(reference:com.yworks.canvas:ICanvasObject) — method, interface com.yworks.canvas.ICanvasObject
Moves this instance exactly behind the reference item in the referenced item's group rendering list, so that it will be painted directly on top of the given reference.
ALL — Constant Static Property, class com.yworks.canvas.GridSnapType
Elements shall be snapped as well to horizontal and vertical grid lines as to grid points.
ALL — Constant Static Property, class com.yworks.canvas.input.HitTest
Hits on all model items should be tested
ALL — Constant Static Property, class com.yworks.canvas.input.RectangleHandlePositions
A combined bitset of all possible handle positions.
ALL — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLineSnapType
Describes snap lines to which all elements will snap at all sides
ALL — Constant Static Property, class com.yworks.graph.model.GraphItemTypes
Constant for all item types.
ALL — Constant Static Property, class com.yworks.graph.model.StripeSubregion
Flag for all stripe regions.
ALL — Constant Static Property, class com.yworks.graph.model.StripeTypes
Constant for all item types.
ALL — Constant Static Property, class com.yworks.graph.model.StripeVisualizationType
A mask which encodes for all StripeVisualizationTypes.
AllCandidatesEdgePortCandidateProvider — class, package com.yworks.graph.model
Simple implementation of the IEdgePortCandidateProvider interface that returns a union of all source port candidates or target port candidates, respectively, of the entities in the graph.
alpha — Property, class com.yworks.util.ColorStruct
The alpha value of this ColorStruct
alt — Property, class com.yworks.canvas.input.ClickEvent
Returns whether the alt key was pressed while the click event occured.
alternativeHandleRecognizer — Property, class com.yworks.graph.input.CompoundMovePortHandle
The event recognizer function that determines which delegate handle will be active.
alternativeHandlerRecognizer — Property, class com.yworks.graph.input.CompoundMovePortHandle
altKey — Property, class com.yworks.canvas.input.CanvasMouseEvent
Indicates whether the Alt key is active (true) or inactive (false).
always — Static Property, class com.yworks.canvas.drawing.MarqueeTestable
An implementation that always yields true.
ALWAYS — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
An EventRecognizer that always returns true.
ALWAYS — Constant Static Property, class com.yworks.canvas.model.BridgeUpdateMode
The bridges will always be updated during movement ("live").
ALWAYS — Constant Static Property, class com.yworks.graph.input.AdjustContentRectPolicy
The content rect should be recalculated to fit the new graph bounds in response to user input.
ALWAYS_USE_HTML_TEXT — Static Property, class com.yworks.canvas.drawing.YGraphics
Whether the text field's htmlText property should always be used in the drawString implementations.
anchor — Property, class com.yworks.canvas.geom.AnchoredPoint
The point this instance is anchored to.
anchor — Property, class com.yworks.canvas.geom.OrientedRectangle
The IPointinstance that stores the anchor of this oriented rectangle.
anchor — Property, class com.yworks.canvas.input.TextEditorInputMode
Gets or sets the anchor of the text editor.
anchor — Property, class com.yworks.graph.drawing.ArrowPaintable
The point the arrow is anchored to by reference.
AnchoredPoint — class, package com.yworks.canvas.geom
Provides implementations of the YPoint interface that are dynamically updated depending on the state of another geometric primitive they are being anchored to.
AnchoredPoint(anchor:com.yworks.canvas.geom:IPoint, offset:com.yworks.canvas.geom:YPoint) — Constructor, class com.yworks.canvas.geom.AnchoredPoint
Constructor.
anchorX — Property, interface com.yworks.canvas.geom.IOrientedRectangle
Returns the x coordinate of the anchor of the oriented rectangle.
anchorX — Property, interface com.yworks.canvas.geom.IOrientedRectangleSetter
Sets the x coordinate of the anchor of the oriented rectangle.
anchorX — Property, class com.yworks.canvas.geom.OrientedRectangle
The x coordinate of the anchor of this instance from the anchor instance.
anchorX — Property, class com.yworks.canvas.geom.YRectangle
Implements the IOrientedRectangle and will return the x coordinate of the position.
anchorY — Property, interface com.yworks.canvas.geom.IOrientedRectangle
Returns the y coordinate of the anchor of the oriented rectangle.
anchorY — Property, interface com.yworks.canvas.geom.IOrientedRectangleSetter
Sets the y coordinate of the anchor of the oriented rectangle.
anchorY — Property, class com.yworks.canvas.geom.OrientedRectangle
The y coordinate of the anchor of this instance from the anchor instance.
anchorY — Property, class com.yworks.canvas.geom.YRectangle
Implements the IOrientedRectangle and will return the y coordinate of the position plus the height.
angle — Property, class com.yworks.canvas.geom.OrientedRectangle
The orientation of this rectangle.
angle — Property, class com.yworks.graph.model.RotatedSideSliderEdgeLabelModel
angle — Property, class com.yworks.graph.model.RotatedSliderEdgeLabelModel
The angle of the label model.
angle — Property, class com.yworks.graph.model.RotatingEdgeLabelModel
Gets or sets the angle of the label relative to the edge's path.
angle — Property, class com.yworks.graph.model.SliderEdgeLabelModel
The angle the labels are rotated about.
Angle — Property, class com.yworks.graph.model.markup.RotatedSliderEdgeLabelModelExtension
ANGLE — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
angularDeviationFactor — Property, class com.yworks.graph.model.DefaultLabelModelParameterFinder
This factor is used to weight the angular deviation in the metric calculating of a model parameter.
animate — Property, class com.yworks.remote.RoundtripHandler
Get or set whether the optional update of the current graph instance should be animated.
animate — Property, class com.yworks.ui.GraphCanvasComponent
This property defines whether invoking morphGraph will trigger an animated transition of the current graph to a different layout or if the layout will just change instantly.
append(other:com.yworks.canvas.drawing:GeneralPath, connect:Boolean) — method, class com.yworks.canvas.drawing.GeneralPath
Appends the contents of the given path to this path.
appendBend(graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge, x:Number, y:Number) — Static Method , class com.yworks.graph.model.GraphUtil
Appends a new bend to the list of bends at the given edge.
appendBends(graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge, locations:com.yworks.support:Iterable) — Static Method , class com.yworks.graph.model.GraphUtil
Appends bends to the given edge using the provided locations.
appendChild(xml:XML) — method, class com.yworks.io.graphml.writer.DefaultXmlWriter
Append an xml element to the current element.
appendChild(xml:XML) — method, interface com.yworks.io.graphml.writer.IXmlWriter
Append an xml element to the current element.
appendEllipse(bounds:com.yworks.canvas.geom:IRectangle, connect:Boolean) — method, class com.yworks.canvas.drawing.GeneralPath
Appends an ellipse using the given bounding box to this instance.
appendExtension — Static Property, class com.yworks.remote.HttpServiceFactory
Whether to append an extension to the service name.
appendRectangle(rectangle:com.yworks.canvas.geom:IRectangle, connect:Boolean) — method, class com.yworks.canvas.drawing.GeneralPath
Appends a rectangle to the current path.
appendTransform(matrix:flash.geom:Matrix) — method, class com.yworks.canvas.drawing.YGraphics
Appends the given matrix to the current graphics transformation.
apply(g:com.yworks.canvas.drawing:YGraphics, matrix:flash.geom:Matrix, fill:mx.graphics:IFill, stroke:mx.graphics:IStroke) — method, class com.yworks.canvas.drawing.GeneralPath
Draws this path on the given YGraphics instance.
applyDefault(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultElement:XML, value:Object) — method, class com.yworks.io.graphml.reader.AbstractInputHandler
This method is invoked when no data tag is defined, and the default value should be applied.
applyDefault(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultElement:XML, value:Object) — method, class com.yworks.io.graphml.reader.AttributeInputHandler
This method is invoked when no data tag is defined, and the default value should be applied.
applyDefault(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultElement:XML, value:Object) — method, class com.yworks.io.graphml.reader.AutoMapperAttributeInputHandler
This method is invoked when no data tag is defined, and the default value should be applied.
applyDefault(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultElement:XML, value:Object) — method, interface com.yworks.io.graphml.reader.IInputHandler
This method is invoked when no data tag is defined, and the default value should be applied.
applyDefault(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultElement:XML, value:Object) — method, class com.yworks.io.graphml.reader.SharedDataInputHandler
This method is invoked when no data tag is defined, and the default value should be applied.
applyDefault(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultElement:XML, value:Object) — method, class com.yworks.io.graphml.realizer.CompatResourceInputHandler
This method is invoked when no data tag is defined, and the default value should be applied.
applyFill(fill:mx.graphics:IFill, fillRect:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.canvas.drawing.YGraphics
Applies the given fill to the graphics context.
applyPosition(x:Number, y:Number) — method, class com.yworks.graph.drawing.DefaultPositionHandler
Applies the new position to the delegates.
applyState(subject:Object, state:Object) — method, class com.yworks.graph.model.NodeMementoMementoSupport
applyState(subject:Object, state:Object) — method, interface com.yworks.support.IMementoSupport
Reapplies a previously queried state memento object to a given subject.
applyStroke(stroke:mx.graphics:IStroke, bounds:flash.geom:Rectangle, origin:flash.geom:Point) — method, class com.yworks.canvas.drawing.YGraphics
Applies the given stroke to the graphics context.
areaContains(x:Number, y:Number, eps:Number) — method, class com.yworks.canvas.drawing.GeneralPath
Checks whether the point lies inside the area that is described by this path instance.
arm(evt:com.yworks.support:StateChangeEvent) — method, class com.yworks.canvas.input.HandleInputMode
Transition callback that is invoked when the mouse gets "armed".
arm(evt:com.yworks.support:TransitionEvent) — method, class com.yworks.canvas.input.MoveInputMode
Callback used by the state machine to arm this mode.
ArrayControlPoints — class, package com.yworks.canvas.geom
An ArrayList based implementation of mutable IControlPoints.
ArrayControlPoints(points:com.yworks.support:Iterator) — Constructor, class com.yworks.canvas.geom.ArrayControlPoints
Creates an instance from the given points iterator.
ArrayDeserializer — class, package com.yworks.io.graphml.reader.deserializer
A deserializer implementation that deserializes Array objects.
ArrayList — class, package com.yworks.support
A basic list implementation that is backed by an Array.
ArrayList(collection:com.yworks.support:Iterable) — Constructor, class com.yworks.support.ArrayList
Creates a new instance based on the given collection.
ArraySerializer — class, package com.yworks.io.graphml.writer.serializer
A serializer that serializes Array objects.
ArrowPaintable — class, package com.yworks.graph.drawing
An IDisplayObjectCreator implementation returning a DisplayObject that renders arrowheads and provides bounds for the drawing engine.
ArrowPaintable(anchor:com.yworks.canvas.geom:IPoint, direction:com.yworks.canvas.geom:IPoint, length:Number) — Constructor, class com.yworks.graph.drawing.ArrowPaintable
Don't call the constructor directly - use the create factory method.
arrowType — Property, class com.yworks.graph.drawing.ArrowPaintable
Returns the type of the arrow as defined in ArrowType.
ArrowType — class, package com.yworks.graph.drawing
Predefines some arrow types that can be used together with ArrowPaintable.create(uint,IPoint,IPoint,IStroke,IFill)
assignBends(theGraph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge, pointList:com.yworks.canvas.geom:IControlPoints) — method, class com.yworks.graph.input.CreateEdgeInputMode
Assigns the given bend points to the newly created edge.
assignEdgeStyle(model:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.input.CreateEdgeInputMode
Assigns the style to the edge to use during the gesture.
assignListValues(context:com.yworks.io.graphml.reader:GraphMLParseContext, collectionContent:XMLList, list:com.yworks.support:List) — method, class com.yworks.io.graphml.reader.deserializer.ReflectionBasedDeserializer
Parses and assigns the single element values in collectionContent to list
assignPortLocationModelParameter(node:com.yworks.graph.model:INode, modelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.input.CreateEdgeInputMode
Assigns the port location model parameter and owner to the dummyEdge.
atDummy — Property, class com.yworks.graph.model.DummyNodePortId
Whether the port is at a dummy node.
AT_NODE_LEVEL — Constant Static Property, class com.yworks.graph.model.EdgeLayerPolicy
An edge will be visualized in the same layer as the child nodes of the common ancestor of the edge's source and target nodes.
AT_OWNER — Constant Static Property, class com.yworks.graph.model.LabelLayerPolicy
The labels will be visualized directly on top of their owner.
AT_OWNER — Constant Static Property, class com.yworks.graph.model.PortLayerPolicy
The ports will be visualized directly on top of their owner.
AT_OWNER_LEVEL — Constant Static Property, class com.yworks.graph.model.LabelLayerPolicy
The labels will be visualized in the same layer as their owner.
AT_OWNER_LEVEL — Constant Static Property, class com.yworks.graph.model.PortLayerPolicy
The ports will be visualized in the same layer as their owner.
atSource — Property, class com.yworks.io.graphml.writer.serializer.AbstractArrowSerializer
Determines, whether the arrow is located at the edges source or target port.
ATTRIBUTE — Constant Static Property, class com.yworks.support.XmlNodeKind
_attributeFactory — Property, class com.yworks.io.graphml.reader.AttributeInputHandler
The IAttributeFactory to store parsed values in.
AttributeInputHandler — class, package com.yworks.io.graphml.reader
A data handler that stores attributes given as data elements in graphml files.
AttributeInputHandler(attrName:String, scopeType:String, contentType:String, attributeFactory:com.yworks.io.graphml.reader:IAttributeFactory) — Constructor, class com.yworks.io.graphml.reader.AttributeInputHandler
Creates a new input handler for a given attribute.
_attributeName — Property, class com.yworks.io.graphml.reader.AttributeInputHandler
The attribute name
attributeName — Property, class com.yworks.io.graphml.reader.AttributeInputHandler
The attribute name
AttributeOutputHandler — class, package com.yworks.io.graphml.writer
A data handler that writes attributes as data elements in graphml files into an IGraphDataHandler.
AttributeOutputHandler(attributeProvider:com.yworks.io.graphml.writer:IAttributeProvider) — Constructor, class com.yworks.io.graphml.writer.AttributeOutputHandler
Creates a new instance with the given attribute provider.
attributeProvider — Property, class com.yworks.io.graphml.writer.AttributeOutputHandler
Returns the attribute provider that was passed to this instance.
ATTR_NAME — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_NAME — Constant Static Property, class com.yworks.io.graphml.reader.ReadEdgeLayoutHandler
The attr.name for edges defined in the <key> element for the edge <data> element.
ATTR_NAME — Constant Static Property, class com.yworks.io.graphml.reader.ReadNodeLayoutHandler
The attr.name for nodes defined in the <key> element for the node <data> element.
ATTR_NAME — Constant Static Property, class com.yworks.io.graphml.reader.ReadPortLayoutHandler
The attr.name for ports defined in the <key> element for the edge <data> element.
ATTR_NAME_EDGE_VIEW_STATES — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_NAME_EXPANSIONSTATE — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_NAME_GEOMETRY — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_NAME_LABELLIST — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_NAME_NODE_VIEW_STATES — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_NAME_PORTMODEL — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_NAME_PORTVIEWSTATES — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_NAME_STYLE — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_NAME_TABLES — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_TYPE — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ATTR_TYPE_COMPLEX — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
autoAddMappers(g:com.yworks.graph.model:IGraph, ioHandler:com.yworks.io.graphml:GraphMLIOHandler) — Static Method , class com.yworks.io.graphml.writer.AutoMapperSupport
autoAddTimeSpan — Property, class com.yworks.support.UndoEngine
The timespan in milliseconds during which two events will be merged.
autoAdjustContentRect — Property, class com.yworks.graph.input.GraphEditorInputMode
Determines whether this instance should automatically adjust the canvas' contentRect if the graph changes.
autoAdjustGroupNodeBounds — Property, class com.yworks.graph.model.GroupedGraph
Gets or sets a property that determines whether the bounds of group nodes should automatically be adjusted whenever the nodes that belong to the group node change their bounds.
autoAdjustGroupNodeBounds — Property, interface com.yworks.graph.model.IGroupedGraph
Gets or sets a property that determines whether the bounds of group nodes should automatically be adjusted whenever the nodes that belong to the group node change their bounds.
autoAdjustMasterGroupNodeBounds — Property, class com.yworks.graph.model.FoldingManager
Gets or sets a property that determines whether the manager should synchronize the autoAdjustGroupNodeBounds property of the masterGroupedGraph with the client views.
autoAdjustPreferredLabelSize — Property, class com.yworks.graph.model.DefaultGraph
Whether to automatically adjust the preferred size of a label.
autoAdjustPreferredSize — Property, interface com.yworks.graph.model.IStripeDefaults
Determines whether to automatically adjust the preferred size of a label.
autoAdjustPreferredSize — Property, class com.yworks.graph.model.StripeDefaults
Determines whether to automatically adjust the preferred size of a label.
autoCleanCustomMenuItems — Property, class com.yworks.canvas.input.ContextMenuInputMode
Whether to remove all custom menu items automatically before the menuSelect event is dispatched.
autoCleanupPorts — Property, class com.yworks.graph.model.DefaultGraph
Determines whether unused ports should automatically be removed from their owners as soon as no further edge is connected to them.
autoCommitOnFocusLost — Property, class com.yworks.canvas.input.TextEditorInputMode
Gets or sets a property that determines whether the text edited should be committed if the focus gets lost or the editing should be canceled.
autoCreateMapper — Property, class com.yworks.io.graphml.reader.AutoMapperAttributeInputHandler
Whether to create a new mapper instance if no mapper is found in the graph's mapper registry for the provided mapper attribute name.
autoCreateMapper — Property, class com.yworks.io.graphml.reader.ObjectMapperAttributeInputHandler
Describes if a mapper shall be added to the graph's mapper registry using the tag passed to the constructor if no such mapper is in the registry, yet.
autoDrag — Property, class com.yworks.canvas.CanvasComponent
Gets or sets a property that causes the canvas to automatically pan the view when the mouse gets dragged within the autoDragInsets of the canvas.
autoDragChanged — Event, class com.yworks.canvas.CanvasComponent
Dispatched when the autoDrag property changes.
AUTO_DRAG_CHANGED — Constant Static Property, class com.yworks.canvas.CanvasComponent
Dispatched when the autoDrag property changes.
autoDragInsets — Property, class com.yworks.canvas.CanvasComponent
Gets or sets the auto drag insets.
autoDragInsetsChanged — Event, class com.yworks.canvas.CanvasComponent
Dispatched when the autoDragInsets property changes.
AUTO_DRAG_INSETS_CHANGED — Constant Static Property, class com.yworks.canvas.CanvasComponent
Dispatched when the autoDragInsets property changes.
autoFlip — Property, interface com.yworks.graph.drawing.IIconLabelStyleDecorator
Whether the label should be flipped 180 degrees automatically, if it would be oriented downwards, otherwise.
autoFlip — Property, class com.yworks.graph.drawing.IconLabelStyle
The autoFlip parameter.
autoFlip — Property, class com.yworks.graph.drawing.IconLabelStyleDecorator
Whether the label should be flipped 180 degrees automatically, if it would be oriented downwards, otherwise.
autoFlip — Property, class com.yworks.graph.drawing.SimpleLabelStyle
Determines whether the label's style should automatically flip the painting contents if the layout is upside down.
autoInvalidate — Property, class com.yworks.canvas.input.OverviewInputMode
Determines whether the the canvas this mode is installed in should automatically be invalidated if the client canvas gets invalidated.
AutoMapOutputHandler — class, package com.yworks.io.graphml.writer
AutoMapOutputHandler(tag:Object, name:String, type:String, scopeType:String) — Constructor, class com.yworks.io.graphml.writer.AutoMapOutputHandler
AutoMapperAttributeInputHandler — class, package com.yworks.io.graphml.reader
An input handler that parses simple mapper attributes into a mapper that has been registered with the graph's mapper registry.
AutoMapperAttributeInputHandler(attributeName:String, scopeType:String, valueType:String, autoCreateMapper:Boolean) — Constructor, class com.yworks.io.graphml.reader.AutoMapperAttributeInputHandler
AutoMapperInputHandlerProvider — class, package com.yworks.io.graphml.reader
An input handler provider that dynamically adds attribute input handlers if the fallback provider doesn't return any input handlers for a given key.
AutoMapperInputHandlerProvider(fallbackProvider:com.yworks.io.graphml.reader:IInputHandlerProvider) — Constructor, class com.yworks.io.graphml.reader.AutoMapperInputHandlerProvider
Creates a new instance that uses the provided fallback provider.
AutoMapperOutputHandlerProvider — class, package com.yworks.io.graphml.writer
An output handler provider that automatically adds output handler instances for IRoundtripMapper instances registered with the graph's mapper registry.
AutoMapperOutputHandlerProvider(defaultProvider:com.yworks.io.graphml.writer:IOutputHandlerProvider) — Constructor, class com.yworks.io.graphml.writer.AutoMapperOutputHandlerProvider
Creates a new instance that wraps the given provider.
AutoMapperSupport — class, package com.yworks.io.graphml.writer
autoMouseWheelZoom — Property, class com.yworks.canvas.CanvasComponent
Determines whether the mouse wheel should be used for zooming.
autoReadMapperData — Property, class com.yworks.remote.AbstractRoundtripHandler
Whether mapper data contained in the GraphML data should be automatically deserialized and registered with the graph's mapper registry.
autoRegisterAtApplication — Property, class com.yworks.canvas.input.ContextMenuInputMode
Whether to automatically set the application' contextMenu property to the ContextMenu used by this input mode.
autoRemoveEmptyLabels — Property, class com.yworks.graph.input.GraphEditorInputMode
A value indicating whether this mode should automatically remove labels from the graph when a label text has been edited and the label text is empty.
autoRemoveEmptyLabels — Property, class com.yworks.graph.input.TableEditorInputMode
Whether this mode should automatically remove labels from the table when a label text has been edited and the label text is empty.
autoRotationEnabled — Property, class com.yworks.graph.model.RotatedSideSliderEdgeLabelModel
autoRotationEnabled — Property, class com.yworks.graph.model.RotatedSliderEdgeLabelModel
Specifies whether or not edge labels are automatically rotated according to the angle of the corresponding reference edge segment.
AutoRotationEnabled — Property, class com.yworks.graph.model.markup.RotatedSliderEdgeLabelModelExtension
autoSelectSelfloopBends — Property, class com.yworks.graph.input.GraphEditorInputMode
A value indicating whether clicking on a node should automatically select all bends of self loops adjacent to that node.
autoSerialize — Property, class com.yworks.support.DictionaryMapper
Whether this mapper should be serialized when the graph it is registered with is sent to the server.
autoSerialize — Property, interface com.yworks.support.IRoundtripMapper
Whether this mapper should be serialized when the graph it is registered with is sent to the server.
autoStartEditing — Property, class com.yworks.canvas.input.TextEditorInputMode
Determines whether this mode should automatically fire up the editor once it gets installed.
autoSwitchToAncestor — Property, interface com.yworks.graph.model.IFoldedGraph
Determines whether this instance should automatically switch the localRoot to an ancestor of the current root, if this view becomes invalid.
autoWriteMapperData — Property, class com.yworks.remote.AbstractRoundtripHandler
Whether mapper data registered with the graph's mapper registry should be automatically serialized.
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