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  
darkenShadowBy — Property, class com.yworks.graph.drawing.ShapeNodeStyleRenderer
The value to darken the stroke color by when drawing border shadows.
DASH — Constant Static Property, class com.yworks.graph.drawing.ArrowType
A dash near the end of the edge.
DASHED_1 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dashed line with width 1.0
DASHED_2 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dashed line with width 2.0
DASHED_3 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dashed line with width 3.0
DASHED_4 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dashed line with width 4.0
DASHED_5 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dashed line with width 5.0
DASHED_DOTTED_1 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dashed line with width 1.0
DASHED_DOTTED_2 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dashed line with width 2.0
DASHED_DOTTED_3 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dashed line with width 3.0
DASHED_DOTTED_4 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dashed line with width 4.0
DASHED_DOTTED_5 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dashed line with width 5.0
DASHED_DOTTED_SYTLE — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
Line style specifier that describes a dashed-dotted line.
DASHED_SYTLE — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
Line style specifier that describes a dashedline.
DATA — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
dataForFormat(format:String) — method, class com.yworks.canvas.input.DropInputMode
Gets the data carried by a drag operation that has been registered with the given format.
DATA_KEY — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
dataPropertyName — Property, class com.yworks.graph.drawing.TemplateStyle
The name of the property of the template class to write the user data to.
deactivate() — method, class com.yworks.resources.Cursor
Removes the activated instance of this cursor.
decodeColor(colorStr:String) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Creates an int RGB number which is encoded by the given String.
decodeUserTag(context:com.yworks.io.graphml.reader:GraphMLParseContext, attrValue:XML, o:com.yworks.support:ILookup) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
decorateExportSprite(sprite:flash.display:Sprite, m:flash.geom:Matrix, exportOptions:com.yworks.io:ExportOptions, canvas:com.yworks.canvas:CanvasComponent) — method, class com.yworks.remote.AbstractImageExportHandler
Callback that allows additional painting on the sprite that will be exported as a bitmap.
decorateGraph(g:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.model.Table
Register an IGraph instance on a concrete table instance.
decorateNull — Property, class com.yworks.graph.model.LookupDecorator
Whether to decorate null values.
decorator — Property, class com.yworks.graph.model.ItemDecorator
The decorator to use.
decorator — Property, class com.yworks.graph.model.LookupDecorator
The decorator to use.
decreaseZoom(factor:Number) — method, class com.yworks.canvas.CanvasComponent
Descrease the current zoom level using the provided factor.
deepCopy(obj:Object) — Static Method , class com.yworks.util.Util
DEFAULT — Constant Static Property, class com.yworks.canvas.input.HandleType
A default handle which serves a general purpose.
DEFAULT — Constant Static Property, class com.yworks.graph.drawing.ArrowType
Default arrow
DEFAULT — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
DEFAULT — Constant Static Property, class com.yworks.resources.CursorProvider
The name of the default cursor icon
DefaultArrow — class, package com.yworks.graph.model
An abstract base class for an IArrow that provides a number of convenience factory methods and singleton instances for default arrow types.
DefaultArrow(length:Number, cropLength:Number, scale:Number) — Constructor, class com.yworks.graph.model.DefaultArrow
Initializes a new instance of the DefaultArrow class using the given length, cropping length, and scale values.
DefaultArrowDeserializer — class, package com.yworks.io.graphml.reader.deserializer
A deserializer implementation that deserializes IArrow instances.
DefaultArrowSerializer — class, package com.yworks.io.graphml.writer.serializer
A serializer implementation that serializes IArrow instances.
DefaultBend — class, package com.yworks.graph.model
A simple mutable implementation of the IBend interface that can be used stand-alone.
DefaultBend(owner:com.yworks.graph.model:IEdge, location:com.yworks.canvas.geom:IPoint, lookup:com.yworks.support:ILookup) — Constructor, class com.yworks.graph.model.DefaultBend
Creates a new bend using the given owner and a default location.
DefaultBendCreator — class, package com.yworks.graph.model
Simple default implementations of the IBendCreator interface used during the creation of bends in the UI.
DefaultBendCreator(edge:com.yworks.graph.model:IEdge) — Constructor, class com.yworks.graph.model.DefaultBendCreator
Initializes a new instance of the DefaultBendCreator class for the given edge.
DefaultBendLookup — class, package com.yworks.graph.model
This is the default lookup implementation used by IBend's lookup() method.
DefaultBendLookup(item:com.yworks.canvas.model:IModelItem) — Constructor, class com.yworks.graph.model.DefaultBendLookup
Create a new instance with the given bend as context.
defaultBridgeHeight — Property, class com.yworks.canvas.model.BridgeManager
Gets or sets the default height of a bridge that will be used by the default implementation of the IAddBridgesCallback that is initially assigned to the defaultCallback property.
defaultBridgeOrientationStyle — Property, class com.yworks.canvas.model.BridgeManager
defaultBridgeWidth — Property, class com.yworks.canvas.model.BridgeManager
Gets or sets the default width of a bridge that will be used by the default implementation of the IAddBridgesCallback that is initially assigned to the defaultCallback property.
defaultCallback — Property, class com.yworks.canvas.model.BridgeManager
The default implementation of the IAddBridgesCallback that will be used if addBridges(GeneralPath,Number,Number,Number,Number,IAddBridgesCallback,IPaintContext,Bridges) is invoked with a null callback argument.
DefaultCanvasGroupProvider — class, package com.yworks.canvas.model
Utility class that provides simple factory methods for ICanvasGroupProvider convenience implementations.
DefaultCanvasGroupProvider() — Constructor, class com.yworks.canvas.model.DefaultCanvasGroupProvider
DefaultCollectionModel — class, package com.yworks.canvas.model
A simple default implementation of an ICollectionModel that is backed by an ordinary Collection.
DefaultCollectionModel(items:com.yworks.support:Collection) — Constructor, class com.yworks.canvas.model.DefaultCollectionModel
Creates a new instance using a provided collection as the backing store.
DefaultColumn — class, package com.yworks.graph.model
Default implementation of the IColumn interface.
DefaultColumnLookup — class, package com.yworks.graph.model
This is the default implementation of an IColumn's lookup() method.
DefaultColumnLookup(item:com.yworks.graph.model:IColumn) — Constructor, class com.yworks.graph.model.DefaultColumnLookup
Creates a new instance with the given column as context.
defaultContextRoot — Static Property, class com.yworks.remote.HttpServiceFactory
The root URL which is used by default.
defaultCrossingStyle — Property, class com.yworks.canvas.model.BridgeManager
The default crossing style that will be used by the default implementation of the IAddBridgesCallback that is initially assigned to the defaultCallback property.
defaultCursor — Property, class com.yworks.canvas.input.MultiplexingInputMode
The default cursor which is displayed if the active input mode does not have a preferred cursor.
DefaultDummyEdgeConverter — class, package com.yworks.graph.model
The default implementation of the IDummyEdgeConverter that is used by the FoldingManager initially and can be customized to suit the application's needs.
DefaultDummyNodeConverter — class, package com.yworks.graph.model
Simple default implementation of the IDummyNodeConverter interface that is used by the FoldingManager's dummyNodeConverter property.
DefaultEdge — class, package com.yworks.graph.model
A simple mutable implementation of the IEdge interface that can be used stand-alone.
DefaultEdge(labelCollection:com.yworks.graph.model:ILabelCollection, sourcePort:com.yworks.graph.model:IPort, targetPort:com.yworks.graph.model:IPort, bends:com.yworks.graph.model:IBendList, lookup:com.yworks.support:ILookup) — Constructor, class com.yworks.graph.model.DefaultEdge
Creates an edge using the given source and target ports, bend and label collections and lookup implementation.
DefaultEdgeIntersectionCalculator — class, package com.yworks.graph.model
Default implementation of an edge intersection calculator.
defaultEdgeLabelModel — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the DefaultEdgeLabelModel property.
defaultEdgeLabelModelParameter — Property, class com.yworks.graph.model.AbstractGraphWrapper
Gets or sets the default ILabelModelParameter that will be used for newly created edge labels if no other parameter is specified.
defaultEdgeLabelModelParameter — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the default "ILabelModelParameter that will be used for newly created edge labels if no other parameter is specified.
defaultEdgeLabelModelParameter — Property, interface com.yworks.graph.model.IGraph
Gets or sets the default ILabelModelParameter that will be used for newly created edge labels if no other parameter is specified.
defaultEdgeLabelStyle — Property, class com.yworks.graph.model.AbstractGraphWrapper
Gets or sets the default ILabelStyle that will be used for newly created edge labels if no other style is specified.
defaultEdgeLabelStyle — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the DefaultEdgeLabelModel property.
defaultEdgeLabelStyle — Property, interface com.yworks.graph.model.IGraph
Gets or sets the default ILabelStyle that will be used for newly created edge labels if no other style is specified.
DefaultEdgeLookup — class, package com.yworks.graph.model
The default ILookup implementation as it is used by the framework's implementations of IEdge.
DefaultEdgeLookup(item:com.yworks.canvas.model:IModelItem) — Constructor, class com.yworks.graph.model.DefaultEdgeLookup
Create a new instance with the given item as context.
DefaultEdgePortsCandidateProvider — class, package com.yworks.graph.model
An implementation of the IEdgePortCandidateProvider interface that returns the candidates provided by the source and target node's IPortCandidateProvider implementations or the existing edge's port, if no such provider is registered.
DefaultEdgePortsCandidateProvider(edge:com.yworks.graph.model:IEdge) — Constructor, class com.yworks.graph.model.DefaultEdgePortsCandidateProvider
defaultEdgeStyle — Property, class com.yworks.graph.model.AbstractGraphWrapper
Gets or sets the default IEdgeStyle that will be used for newly created edges if no other style is specified.
defaultEdgeStyle — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the defaultEdgeStyle property.
defaultEdgeStyle — Property, interface com.yworks.graph.model.IGraph
Gets or sets the default IEdgeStyle that will be used for newly created edges if no other style is specified.
defaultExpandedPredicate — Property, class com.yworks.graph.model.FoldingManager
Gets or sets the predicate function to use by default to determine the expanded state for the views that have been created with the default expanded predicate function.
defaultExpansionStateMapperTag — Constant Static Property, class com.yworks.graph.model.GraphClipboard
DEFAULT_FILE_VERSION_MAJOR — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
The default major file version used for writing graphml output
DEFAULT_FILE_VERSION_MINOR — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
The default minor file version used for writing graphml output
defaultFont — Property, class com.yworks.support.FontManager
The font which will be used by default.
DefaultGraph — class, package com.yworks.graph.model
Central implementation of the IGraph interface.
DefaultGraph(graphStructure:com.yworks.graph.model:IGraphStructure) — Constructor, class com.yworks.graph.model.DefaultGraph
Creates a new instance of a graph that provides an ILookupDecorator for all of its entities.
DefaultGraphElementFactory — class, package com.yworks.io.graphml.reader
Default implementation of the IGraphItemFactory interface.
DefaultGraphElementFactory(graph:com.yworks.graph.model:IGraph) — Constructor, class com.yworks.io.graphml.reader.DefaultGraphElementFactory
Creates an element factory for the given graph instance.
DefaultGraphElementProvider — class, package com.yworks.io.graphml.writer
DefaultGraphElementProvider(graph:com.yworks.graph.model:IGraph) — Constructor, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Creates a graph element provider that provides access to the elements of the given graph instance.
DefaultGraphMLIOHandler — class, package com.yworks.io.graphml
A GraphMLIOHandler that uses a default configuration which allows to read the yFiles FLEX GraphML format including layout, style and label data using default IInputHandlers, IOutputHandlers, ISerializers and IDeserializers.
DefaultGraphMLIOHandler() — Constructor, class com.yworks.io.graphml.DefaultGraphMLIOHandler
Creates a DefaultGraphMLIOHandler that uses a default configuration suitable for reading and writing the yFiles FLEX GraphML format including layout, style and label data.
DefaultGraphStructure — class, package com.yworks.graph.model
This class can be used to build a specialized DefaultGraph instance.
DefaultGraphStructure() — Constructor, class com.yworks.graph.model.DefaultGraphStructure
Creates a new instance.
defaultGroupNodeStyle — Property, class com.yworks.graph.model.GroupedGraph
Gets or sets the defaultGroupNodeStyle property.
defaultGroupNodeStyle — Property, interface com.yworks.graph.model.IGroupedGraph
Gets or sets the DefaultGroupNodeStyle property.
defaultGroupNodeStyleChanged — Event, class com.yworks.graph.model.GroupedGraph
Dispatched when the value of the defaultGroupNodeStyle property changes.
DEFAULT_GROUP_NODE_STYLE_CHANGED — Constant Static Property, class com.yworks.graph.model.GroupedGraph
DefaultItemLookup — class, package com.yworks.graph.model
An abstract base class for a ILookup implementation that also implements IContextLookupChainLink and IContextLookup.
DefaultItemLookup(item:com.yworks.canvas.model:IModelItem) — Constructor, class com.yworks.graph.model.DefaultItemLookup
Creates an instance using the given context item.
DefaultLabel — class, package com.yworks.graph.model
A simple mutable implementation of the ILabel interface that can be used stand-alone.
DefaultLabel(modelParameter:com.yworks.graph.model:ILabelModelParameter, text:String, lookup:com.yworks.support:ILookup, preferredSize:com.yworks.canvas.geom:ISize) — Constructor, class com.yworks.graph.model.DefaultLabel
Initializes a new instance of the DefaultLabel class using the provided parameter and text.
DefaultLabelLookup — class, package com.yworks.graph.model
This is the default lookup implementation used by ILabel's lookup() method.
DefaultLabelLookup(item:com.yworks.canvas.model:IModelItem) — Constructor, class com.yworks.graph.model.DefaultLabelLookup
Create a new instance with the given label as context.
DefaultLabelModelParameterFinder — class, package com.yworks.graph.model
A simple default implementation of the ILabelModelParameterFinder interface that uses the ILabelModel's own ILabelModelParameterProvider instance to find the closest match.
defaultLayout — Property, class com.yworks.io.graphml.writer.WriteNodeLayoutHandler
DefaultNode — class, package com.yworks.graph.model
A simple mutable implementation of the INode interface that can be used stand-alone.
DefaultNode(labelCollection:com.yworks.graph.model:ILabelCollection, layout:com.yworks.canvas.geom:IRectangle, ports:com.yworks.graph.model:IPortCollection, lookup:com.yworks.support:ILookup) — Constructor, class com.yworks.graph.model.DefaultNode
Creates a node using the given label and ports collection as well as the layout instance.
DefaultNodeHierarchy — class, package com.yworks.graph.model
A basic implementation of the INodeHierarchy interface.
DefaultNodeHierarchy(rootValue:com.yworks.graph.model:INode, mapper:com.yworks.support:IMapper) — Constructor, class com.yworks.graph.model.DefaultNodeHierarchy
Creates a new instance using the provided parameter as the root element and the given mapper to do the mapping.
defaultNodeLabelModel — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the DefaultNodeLabelModel property.
defaultNodeLabelModelParameter — Property, class com.yworks.graph.model.AbstractGraphWrapper
Gets or sets the default ILabelModelParameter that will be used for newly created node labels if no other parameter is specified.
defaultNodeLabelModelParameter — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the default "ILabelModelParameter that will be used for newly created node labels if no other parameter is specified.
defaultNodeLabelModelParameter — Property, interface com.yworks.graph.model.IGraph
Gets or sets the default ILabelModelParameter that will be used for newly created node labels if no other parameter is specified.
defaultNodeLabelStyle — Property, class com.yworks.graph.model.AbstractGraphWrapper
Gets or sets the default ILabelStyle that will be used for newly created node labels if no other style is specified.
defaultNodeLabelStyle — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the defaultNodeLabelStyle property.
defaultNodeLabelStyle — Property, interface com.yworks.graph.model.IGraph
Gets or sets the default ILabelStyle that will be used for newly created node labels if no other style is specified.
DefaultNodeLookup — class, package com.yworks.graph.model
This is the default implementation for lookup queries on INode instances.
DefaultNodeLookup(item:com.yworks.canvas.model:IModelItem) — Constructor, class com.yworks.graph.model.DefaultNodeLookup
Create a new instance with the given node as context.
defaultNodePortModelParameter — Property, class com.yworks.graph.model.AbstractGraphWrapper
Gets or sets the default IPortLocationModelParameter that will be used for newly created node ports if no other parameter is specified.
defaultNodePortModelParameter — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the defaultNodePortModelParameter property.
defaultNodePortModelParameter — Property, interface com.yworks.graph.model.IGraph
Gets or sets the default IPortLocationModelParameter that will be used for newly created node ports if no other parameter is specified.
defaultNodeSize — Property, class com.yworks.graph.model.AbstractGraphWrapper
Gets or sets the default node size.
defaultNodeSize — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the default node size.
defaultNodeSize — Property, interface com.yworks.graph.model.IGraph
Gets or sets the default node size.
defaultNodeStyle — Property, class com.yworks.graph.model.AbstractGraphWrapper
Gets or sets the default INodeStyle that will be used for newly created nodes if no other style is specified.
defaultNodeStyle — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the defaultNodeStyle property.
defaultNodeStyle — Property, interface com.yworks.graph.model.IGraph
Gets or sets the default INodeStyle that will be used for newly created nodes if no other style is specified.
defaultOptions — Static Property, class com.yworks.io.ExportOptions
Returns an immutable default ExportOptions instance.
DefaultPaintContext — class, package com.yworks.canvas.drawing
Default implementation of the paint context interface that is used by painting routines.
DefaultPaintContext(canvasComponent:com.yworks.canvas:CanvasComponent) — Constructor, class com.yworks.canvas.drawing.DefaultPaintContext
DefaultPort — class, package com.yworks.graph.model
A simple mutable implementation of the IPort interface that can be used stand-alone.
DefaultPort(locationModelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter, owner:com.yworks.graph.model:IPortOwner, lookup:com.yworks.support:ILookup) — Constructor, class com.yworks.graph.model.DefaultPort
Creates a port using the given location, owner and lookup delegate.
DefaultPortCandidate — class, package com.yworks.graph.model
A simple default implementation of an IPortCandidate.
DefaultPortCandidate(owner:com.yworks.graph.model:IPortOwner, locationModelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter, useExistingPort:Boolean) — Constructor, class com.yworks.graph.model.DefaultPortCandidate
Creates a new instance.
DefaultPortCandidateDescriptor — class, package com.yworks.graph.model
A simple ICanvasObjectDescriptor that can be used to draw IPortCandidate instances in a CanvasComponent.
DefaultPortCandidateDescriptor() — Constructor, class com.yworks.graph.model.DefaultPortCandidateDescriptor
Instantiates a new descriptor.
DefaultPortLookup — class, package com.yworks.graph.model
The default lookup delegat used for IPort instances.
DefaultPortLookup(item:com.yworks.canvas.model:IModelItem) — Constructor, class com.yworks.graph.model.DefaultPortLookup
Create a new instance with the given item as context.
defaultPortStyle — Property, class com.yworks.graph.model.AbstractGraphWrapper
Gets or sets the default IPortStyle that will be used for newly created ports if no other style is specified.
defaultPortStyle — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets the defaultPortStyle property.
defaultPortStyle — Property, interface com.yworks.graph.model.IGraph
Gets or sets the default IPortStyle that will be used for newly created ports if no other style is specified.
DefaultPositionHandler — class, package com.yworks.graph.drawing
Generic default implementation of an IPositionHandler.
DefaultPositionHandler(pointGetter:com.yworks.canvas.geom:IPoint, pointSetter:com.yworks.canvas.geom:IPointSetter) — Constructor, class com.yworks.graph.drawing.DefaultPositionHandler
Creates a position handler that delegates to two point implementations.
defaultProvider — Property, class com.yworks.io.graphml.writer.AutoMapperOutputHandlerProvider
Returns the default provider that has been passed upon initialization.
DefaultRow — class, package com.yworks.graph.model
Default implementation of the IRow interface.
DefaultRowLookup — class, package com.yworks.graph.model
This is the default implementation of an IRow's lookup() method.
DefaultRowLookup(item:com.yworks.graph.model:IRow) — Constructor, class com.yworks.graph.model.DefaultRowLookup
Creates a new instance with the given row as context.
DefaultSelectionModel — class, package com.yworks.graph.model
Default implementation of an ISelectionModel that is based on a second collection model to hold the selected elements.
DefaultSelectionModel() — Constructor, class com.yworks.graph.model.DefaultSelectionModel
Creates a default selection model implementation that uses a DefaultCollectionModel to hold the selection.
DefaultServerAction — class, package com.yworks.remote
A simple default ServerAction implementation for XML server responses that uses a ResultHandler implementation for handling the server response.
DefaultServerAction(service:mx.rpc.http:HTTPService, resultHandler:com.yworks.remote:ResultHandler) — Constructor, class com.yworks.remote.DefaultServerAction
Create a new server action for the given HTTP service.
defaultServiceExtension — Static Property, class com.yworks.remote.HttpServiceFactory
The default extension to append to service name.
DefaultStripeInputVisualizationHelper — class, package com.yworks.graph.model
Default implementation of IStripeInputVisualizationHelper.
DefaultStripeInputVisualizationHelper(stripe:com.yworks.graph.model:IStripe, mask:com.yworks.graph.model:StripeVisualizationType) — Constructor, class com.yworks.graph.model.DefaultStripeInputVisualizationHelper
Creates a new instance which generates visualizations for the given stripe.
DefaultStripeLookup — class, package com.yworks.graph.model
This is the default implementation of an IStripe's lookup() method.
DefaultStripeLookup(item:com.yworks.graph.model:IStripe) — Constructor, class com.yworks.graph.model.DefaultStripeLookup
Create a new instance with the given stripe as context.
defaultValue — Property, class com.yworks.support.DictionaryMapper
defaultViewName — Constant Static Property, class com.yworks.graph.model.FoldingManager
DefaultXmlWriter — class, package com.yworks.io.graphml.writer
Simple default implementation of the IXmlWriter interface.
DefaultXmlWriter() — Constructor, class com.yworks.io.graphml.writer.DefaultXmlWriter
Creates a new Instance.
DefaultZOrderSupport — class, package com.yworks.graph.model
This basic implementation supports z-orders for nodes, edges and labels and ports.
DefaultZOrderSupport(graph:com.yworks.graph.model:IGraph) — Constructor, class com.yworks.graph.model.DefaultZOrderSupport
Creates a new instance for the passed graph.
defineAttribute(name:String, scopeType:String) — method, interface com.yworks.io.graphml.reader.IAttributeFactory
This method is called when an attribute definition is encountered.
defineAttribute(name:String, scopeType:String) — method, class com.yworks.io.graphml.reader.MapperAttributeFactory
Defines this factory's attribute's name and scope.
defineAttribute(name:String, scopeType:String) — method, class com.yworks.io.graphml.reader.MapperRegistryAttributeFactory
Defines this factory's attribute's name and scope.
degree(graph:com.yworks.graph.model:IGraph, portOwner:com.yworks.graph.model:IPortOwner) — Static Method , class com.yworks.graph.model.GraphUtil
Calculates the number of edges at the given IPortOwner for this graph.
delegateHandler — Property, class com.yworks.canvas.input.ConstrainedDragHandler
Gets the delegate handler to which calls will be ultimately delegated.
DelegateUndoUnit — class, package com.yworks.support
A convenience implementation of the IUndoUnit interface that uses simple delegate functions for the actual undo and redo operations.
DelegateUndoUnit(undoName:String, undoHandler:Function, redoHandler:Function, undoParam:Object, redoParam:Object) — Constructor, class com.yworks.support.DelegateUndoUnit
Creates a new instance using the provided name and a undo and redo handler function as well as the parameters to pass to the handler functions.
DelegatingEdgeStyle — class, package com.yworks.graph.drawing
Abstract implementation of IDelegatingStyle which decorates an IEdgeStyle.
DelegatingEdgeStyle(wrapped:com.yworks.graph.drawing:IEdgeStyle, renderer:com.yworks.graph.drawing:IStyleRenderer) — Constructor, class com.yworks.graph.drawing.DelegatingEdgeStyle
Creates a new instance which wraps the given style and uses the given renderer.
DelegatingLabelStyle — class, package com.yworks.graph.drawing
Abstract implementation of IDelegatingStyle which decorates an ILabelStyle.
DelegatingLabelStyle(wrapped:com.yworks.graph.drawing:ILabelStyle, renderer:com.yworks.graph.drawing:IStyleRenderer) — Constructor, class com.yworks.graph.drawing.DelegatingLabelStyle
Creates a new instance which wraps the given style and uses the given renderer.
DelegatingNodeStyle — class, package com.yworks.graph.drawing
Abstract implementation of IDelegatingStyle which decorates an INodeStyle.
DelegatingNodeStyle(wrapped:com.yworks.graph.drawing:INodeStyle, renderer:com.yworks.graph.drawing:IStyleRenderer) — Constructor, class com.yworks.graph.drawing.DelegatingNodeStyle
Creates a new instance which wraps the given style and uses the given renderer.
DelegatingPortStyle — class, package com.yworks.graph.drawing
Abstract implementation of IDelegatingStyle which decorates an IPortStyle.
DelegatingPortStyle(wrapped:com.yworks.graph.drawing:IPortStyle, renderer:com.yworks.graph.drawing:IStyleRenderer) — Constructor, class com.yworks.graph.drawing.DelegatingPortStyle
Creates a new instance which wraps the given style and uses the given renderer.
DelegatingStyle — class, package com.yworks.graph.drawing
A style that wraps another style.
DelegatingStyle(wrapped:com.yworks.graph.drawing:INodeStyle, renderer:com.yworks.graph.drawing:DelegatingStyleRenderer) — Constructor, class com.yworks.graph.drawing.DelegatingStyle
Creates a new wrapping style that wraps the given style.
DelegatingStyleDeserializer — class, package com.yworks.io.graphml.reader.deserializer
An abstract deserializer which faciliates the creation of deserializers for IDelegatingStyle instances.
DelegatingStyleRenderer — class, package com.yworks.graph.drawing
Renderer implementation for the IDelegatingStyle.
DelegatingStyleSerializer — class, package com.yworks.io.graphml.writer.serializer
An abstract serializer which faciliates the creation of serializers for IDelegatingStyle instances.
deletableItems — Property, class com.yworks.graph.input.GraphEditorInputMode
Determines which types of items may be deleted using the deleteSelection action.
deletableItems — Property, class com.yworks.graph.input.TableEditorInputMode
Determines which types of items may be deleted using the deleteSelection method or by pressing the Delete key.
deleteCommandRecognizer — Property, class com.yworks.graph.input.TableEditorInputMode
Event recognizer for stripe deletion.
deleteElementsAllowed — Property, class com.yworks.graph.input.GraphEditorInputMode
Gets or sets the property that determines whether the user is allowed to delete currently selected elements using the Delete key.
DELETE_PRESSED — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes KeyboardEvents of type KeyboardEvent.KEY_DOWN with keyCode == Keyboard.DELETE
deleteSelection() — method, class com.yworks.graph.input.GraphEditorInputMode
This method deletes the currently selected elements.
deleteSelection() — method, class com.yworks.graph.input.TableEditorInputMode
This method deletes the currently selected stripes.
deleteStripe(item:com.yworks.graph.model:IStripe) — method, class com.yworks.graph.input.TableEditorInputMode
Deletes a single stripe.
deletingBend — Event, class com.yworks.graph.input.GraphEditorInputMode
Dispatched before a bend will be deleted by the user.
DELETING_BEND — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent
Dispatched when a bend will be deleted by the GraphEditorInputMode.
deletingEdge — Event, class com.yworks.graph.input.GraphEditorInputMode
Dispatched before an edge will be deleted by the user.
DELETING_EDGE — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent
Dispatched when an edge will be deleted by the GraphEditorInputMode.
deletingLabel — Event, class com.yworks.graph.input.GraphEditorInputMode
Dispatched before a label will be deleted by the user.
DELETING_LABEL — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent
Dispatched when a label will be deleted by the GraphEditorInputMode.
deletingNode — Event, class com.yworks.graph.input.GraphEditorInputMode
Dispatched before a node will be deleted by the user.
DELETING_NODE — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent
Dispatched when a node will be deleted by the GraphEditorInputMode.
DELETING_PORT — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent
Dispatched when a port will be deleted by the GraphEditorInputMode.
deletingStripe — Event, class com.yworks.graph.input.TableEditorInputMode
Dispatched when a stripe will be deleted by the user.
DELETING_STRIPE — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent
Dispatched when a stripe of a table node will be deleted by the TableEditorInputMode.
delta — Property, class com.yworks.canvas.input.CanvasMouseEvent
Indicates how many lines should be scrolled for each unit the user rotates the mouse wheel.
delta — Property, class com.yworks.canvas.input.snapLines.CollectSnapResultEvent
Gets the delta by which the mouse has been actually moved since the initialization.
delta — Property, class com.yworks.graph.input.snapLines.SnapLineSnapResult
The value to add to the mouse coordinates to snap to that result.
DELTA — Constant Static Property, class com.yworks.graph.drawing.ArrowType
Triangular arrow.
deregister() — method, class com.yworks.canvas.TagChangedInvalidator
If register() has been called before, the registered listener is removed from the graph.
descriptor — Property, interface com.yworks.canvas.ICanvasObject
Gets or sets the descriptor instance that interprets the userObject during rendering, hit testing, and bounds calculation.
descriptor — Property, class com.yworks.graph.model.DescriptorWrapperLabelModel
Gets or sets the descriptor.
DescriptorWrapperLabelModel — class, package com.yworks.graph.model
A label model that wraps an existing label model and decorates it with a ILabelCandidateDescriptor.
DescriptorWrapperLabelModel(innerModel:com.yworks.graph.model:ILabelModel, descriptor:com.yworks.graph.model:ILabelCandidateDescriptor) — Constructor, class com.yworks.graph.model.DescriptorWrapperLabelModel
Initializes a new instance of the DescriptorWrapperLabelModel class.
deselect — Event, class com.yworks.graph.model.CompositeStripeSelection
Dispatched when an item changed its selection state from selected to unselected.
deselect — Event, class com.yworks.graph.model.DefaultSelectionModel
Dispatched when an item has been deselected
deselect — Event, interface com.yworks.graph.model.ISelectionModel
Dispatched when an item changed its selection state from selected to unselected.
deselect — Event, class com.yworks.graph.model.StripeSelection
Dispatched when an item changed its selection state from selected to unselected.
DESELECT — Constant Static Property, class com.yworks.graph.model.SelectionEvent
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.binary.ObjectDeserializer
Returns an element of the List passed upon initialization, determined by the element's index attribute.
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.AbstractDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, interface com.yworks.io.graphml.reader.IDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML, deserializer:com.yworks.io.graphml.reader:IDeserializer) — Static Method , class com.yworks.io.graphml.reader.ReferenceResolver
Deserialize the given xml element.
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.AbstractEdgeStyleDeserializer
Deserialize the data content of element.
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.AbstractNodeStyleDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.AbstractTemplateStyleDeserializer
Deserializes the below element.
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.ArrayDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.CSSLabelStyleDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.ComponentNodeStyleDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.DefaultArrowDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.DelegatingStyleDeserializer
Deserializes the wrapped style which is expected in the <y:Wrapped> child element of the current element and calls deserializeStyle().
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.ExteriorLabelModelParameterDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.FillDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.FontDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.GeneralPathDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.IconLabelStyleDecoratorDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.IconLabelStyleDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.ImageIconDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.InteriorLabelModelParameterDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.InteriorStretchLabelModelParameterDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.LineTypeDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.NodeStyleLabelStyleAdapterDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.OldDefaultArrowDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.PortMementoDeserializer
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.PrimitivesDeserializer
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.ReflectionBasedDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.RotatingEdgeLabelModelParameterDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.SimpleLabelStyleDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.SimplePortStyleDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.SliderEdgeLabelModelParameterDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.StringDeserializer
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.StrokeDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.TagOwnerUserTagProviderDeserializer
Create a new instance from the xml element
deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.TextLayoutFormatDeserializer
Create a new instance from the xml element
deserializeArrow(context:com.yworks.io.graphml.reader:GraphMLParseContext, style:com.yworks.graph.drawing:IEdgeStyle, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.AbstractEdgeStyleDeserializer
Deserialize an arrow element.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.AbstractEdgeStyleDeserializer
Deserialize the style specific data content of element.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.AbstractNodeStyleDeserializer
Deserialize the style specific data content of element.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.BevelNodeStyleDeserializer
Deserialize the style specific data content of element.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.BitmapNodeStyleDeserializer
Deserialize the style specific data content of element.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML, wrapped:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.io.graphml.reader.deserializer.DelegatingStyleDeserializer
Creates the style instance and deserializes the style's properties.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML, wrapped:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.io.graphml.reader.deserializer.FilterNodeStyleDeserializer
Creates a new instance of the deserialized style, wrapping the given style.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.GeneralPathNodeStyleDeserializer
Deserialize the style specific data content of element.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.ImageNodeStyleDeserializer
Deserialize the style specific data content of element.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.PolylineEdgeStyleDeserializer
Deserialize the style specific data content of element.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.SWFNodeStyleDeserializer
Deserialize the style specific data content of element.
deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element:XML) — method, class com.yworks.io.graphml.reader.deserializer.ShapeNodeStyleDeserializer
Deserialize the style specific data content of element.
detailSelectionRecognizer — Property, class com.yworks.graph.input.GraphEditorInputMode
The event recognizer function that will be queried to decide if a click should select the item that is currently visible under the mouse cursor, without giving more important items higher priority.
determineGesture(inputModeContext:com.yworks.canvas.input:IInputModeContext, newX:Number, newY:Number, sourceStripe:com.yworks.graph.model:IStripe, targetDescriptor:com.yworks.graph.model:StripeSubregionDescriptor, targetBounds:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.ReparentStripePositionHandler
Determine the reparent gesture that would result from the given parameters.
DETERMINE_HORIZONTAL_BRIDGES_VERTICAL — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Makes horizontal segments bridge over vertical obstacles.
DETERMINE_MORE_HORIZONTAL_BRIDGES_LESS_HORIZONTAL — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Makes more horizontal edges bridge over edges which are less horizontal.
DETERMINE_MORE_VERTICAL_BRIDGES_LESS_VERTICAL — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Makes more vertical edges bridge over edges which are less vertical.
DETERMINE_VERTICAL_BRIDGES_HORIZONTAL — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Makes vertical segments bridge over vertical obstacles.
diamond — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Shape type constant.
DIAMOND — Constant Static Property, class com.yworks.graph.drawing.ArrowType
Diamond shaped arrow
DIAMOND — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Deprecated.
DictionaryMapper — class, package com.yworks.support
A dictionary-like mapper based on a Dictionary
DictionaryMapper(weakKeys:Boolean, name:String, scope:String, valueType:String, autoSerialize:Boolean) — Constructor, class com.yworks.support.DictionaryMapper
Creates a new instance.
DirectGraphMLWriter — class, package com.yworks.io.graphml.writer
Implementation that writes a graph to a XML Object in GraphML format.
DirectGraphMLWriter() — Constructor, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Creates a new instance.
direction — Property, class com.yworks.graph.drawing.ArrowPaintable
An IPoint which determines the direction of the arrow.
DIRECTION_CHILD — Constant Static Property, class com.yworks.canvas.input.NavigationInputMode
Move into the direction of the childe in the IGroupedGraph.
DIRECTION_DOWN — Constant Static Property, class com.yworks.canvas.input.NavigationInputMode
Move into the direction of the positive y Axis.
DIRECTION_LEFT — Constant Static Property, class com.yworks.canvas.input.NavigationInputMode
Move into the direction of the negative x Axis.
DIRECTION_NONE — Constant Static Property, class com.yworks.canvas.input.NavigationInputMode
Move to no direction.
DIRECTION_PARENT — Constant Static Property, class com.yworks.canvas.input.NavigationInputMode
Move inthe direction of the parent in the IGroupedGraph.
DIRECTION_RIGHT — Constant Static Property, class com.yworks.canvas.input.NavigationInputMode
Move into the direction of the positive x Axis.
DIRECTION_UP — Constant Static Property, class com.yworks.canvas.input.NavigationInputMode
Move into the direction of the negative y Axis.
dirty — Property, interface com.yworks.canvas.ICanvasObject
Gets or sets whether the canvas object is dirty and should be repainted.
disableAll() — method, class com.yworks.canvas.input.MainInputMode
Disables all submodes.
disableAll() — method, class com.yworks.graph.input.GraphEditorInputMode
Disables all submodes.
DISABLED — Constant Static Property, class com.yworks.support.StateMachineEventKind
disableSnapping() — method, class com.yworks.canvas.input.snapLines.SnapContext
This method can be called by the IInputMode while this instance is initialized alternatively to handleMove.
disableSnappingRecognizer — Property, class com.yworks.canvas.input.HandleInputMode
Gets or sets event recognizer that recognizes when the user temporarily disables snapping.
disableSnappingRecognizer — Property, class com.yworks.canvas.input.MoveInputMode
Gets or sets event recognizer that recognizes when the user temporarily disables snapping.
disableSnappingRecognizer — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets or sets event recognizer that recognizes when the user temporarily disables snapping.
disarm(evt:com.yworks.support:StateChangeEvent) — method, class com.yworks.canvas.input.HandleInputMode
Transition callback that is invoked when the mouse gets "disarmed".
disarm(evt:com.yworks.support:TransitionEvent) — method, class com.yworks.canvas.input.MoveInputMode
Callback used by the state machine to disarm this mode.
dispatchEvent(event:flash.events:Event) — method, class com.yworks.canvas.ViewportLimiter
dispatchEvent(event:flash.events:Event) — method, class com.yworks.graph.drawing.TemplateStyleDataContext
dispatchEvent(event:flash.events:Event) — method, class com.yworks.io.binary.ExternalizableGraph
dispatchEvent(event:flash.events:Event) — method, class com.yworks.resources.Actions
dispatchGraphParsed(result:XML, graph:com.yworks.graph.model:IGraph) — method, class com.yworks.remote.RoundtripHandler
Dispatches a graphParsed event containing the graph with the parsed data.
dispatchRoundtripComplete(result:XML, graph:com.yworks.graph.model:IGraph) — method, class com.yworks.remote.RoundtripHandler
Dispatches a roundtripComplete event containing the graph with the parsed data.
dispatchXMLLoaded(result:XML, graph:com.yworks.graph.model:IGraph) — method, class com.yworks.remote.RoundtripHandler
Dispatches a xmlLoaded event containing the received XML data.
dispatchXMLResult(result:XML) — method, class com.yworks.remote.AbstractFileReadHandler
Dispatches a XMLResultEvent containing the received XML data.
dispatchXMLResult(result:XML) — method, class com.yworks.remote.RoundtripHandler
Dispatches a XMLResultEvent containing the received XML data.
displayObjectContext — Property, class com.yworks.graph.drawing.TemplateStyleDataContext
The IDisplayObjectContext this context is created for.
displayObjectCreator — Property, class com.yworks.canvas.input.HandleInputMode
The IDisplayObjectCreator implementation that creates the visual representations of the handles.
displayObjectCreator — Property, class com.yworks.canvas.input.MarqueeSelectionInputMode
Gets the display object creator for display object representing the marquee selection.
displayObjectCreator — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets the display object creator that creates the display object for the edge and port candidates.
displaysInvalidated — Event, interface com.yworks.graph.model.IGraph
Dispatched when invalidateDisplays was called.
dispose() — method, class com.yworks.canvas.input.AbstractInputMode
Disposes this input mode.
dispose() — method, class com.yworks.canvas.input.KeyboardInputMode
Disposes this input mode.
dispose() — method, class com.yworks.canvas.model.BridgeManager
Disposes of this instance by resetting the CanvasComponent property to null.
dispose() — method, class com.yworks.graph.input.GraphEditorInputMode
dispose() — method, class com.yworks.graph.model.AbstractGraphWrapper
Disposes this instance.
dispose() — method, class com.yworks.graph.model.CompositeStripeSelection
Clean up.
dispose() — method, class com.yworks.graph.model.FilteredGraphWrapper
Disposes this instance.
dispose() — method, class com.yworks.graph.model.GroupedGraph
Disposes of this instance.
dispose() — method, interface com.yworks.graph.model.IFoldedGraph
Disposes of this view explicitly.
dispose() — method, class com.yworks.graph.model.InputModeController
Disposes this instance.
dispose() — method, class com.yworks.support.AbstractUndoUnit
Frees all used resources.
dispose() — method, class com.yworks.support.CompoundUndoUnit
Disposes this unit and all of its contents.
dispose() — method, interface com.yworks.support.ICompoundEdit
Frees all used resources and calls end.
dispose() — method, interface com.yworks.support.IUndoUnit
Frees all used resources.
dispose() — method, class com.yworks.support.UndoEngine
Frees all used resources and calls end.
dispose() — method, class com.yworks.util.CompositeCollectionModel
dispose() — method, class com.yworks.util.FilteredCollectionModel
Disposes this instance, removing any listeners that have been registered with the wrapped collection model.
disposed — Property, class com.yworks.support.CompoundUndoUnit
Determines whether this instance has been disposed.
disposeListeners(eventDispatcher:flash.events:IEventDispatcher) — method, class com.yworks.canvas.CanvasComponent
Unregister all event listeners that were registered with the stage.
distance — Property, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable
The distance either between the bounds or the centers of the three objects.
distance — Property, class com.yworks.canvas.drawing.FixedDistanceSnapResultPaintable
The distance from the source the target has snapped to.
distance(p:com.yworks.canvas.geom:IPoint, q:com.yworks.canvas.geom:IPoint) — Static Method , class com.yworks.canvas.geom.GeomSupport
Calculates the euclidean distance between two points.
distance(geometry:com.yworks.canvas.geom:IOrientedRectangle, targetGeometry:com.yworks.canvas.geom:IOrientedRectangle) — method, class com.yworks.graph.model.DefaultLabelModelParameterFinder
Returns the distance between two IOrientedRectangle instances.
distance — Property, class com.yworks.graph.model.RotatedSideSliderEdgeLabelModel
distance — Property, class com.yworks.graph.model.RotatedSliderEdgeLabelModel
The distance between the label's box and the edge's path.
distance — Property, class com.yworks.graph.model.RotatingEdgeLabelModel
Gets or sets a property that determines the distance between the label's center and the anchor point on the edge's path.
distance — Property, class com.yworks.graph.model.SliderEdgeLabelModel
Gets or sets the distance between the label and the edge's path.
Distance — Property, class com.yworks.graph.model.markup.RotatedSliderEdgeLabelModelExtension
distance2(px:Number, py:Number, qx:Number, qy:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport
Calculates the euclidean distance between two points.
distanceBetweenRectangles(rect1:com.yworks.canvas.geom:IRectangle, rect2:com.yworks.canvas.geom:IRectangle) — Static Method , class com.yworks.canvas.geom.GeomSupport
Calculates the euclidean distance between two rectangles.
distanceIndicator1From — Property, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable
The begin of the first distance indicator line between the first outer and inner lines.
distanceIndicator1To — Property, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable
The end of the first distance indicator line between the first outer and inner lines.
distanceIndicator2From — Property, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable
The begin of the second distance indicator line between the second outer and inner lines.
distanceIndicator2To — Property, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable
The end of the second distance indicator line between the second outer and inner lines.
distanceIndicatorFrom — Property, class com.yworks.canvas.drawing.FixedDistanceSnapResultPaintable
The begin of the distance indicator line.
distanceIndicatorTo — Property, class com.yworks.canvas.drawing.FixedDistanceSnapResultPaintable
The end of the distance indicator line.
distanceRelativeToEdge — Property, class com.yworks.graph.model.RotatedSideSliderEdgeLabelModel
distanceRelativeToEdge — Property, class com.yworks.graph.model.RotatedSliderEdgeLabelModel
A value indicating whether the distance to the edge is interpreted relatively to the edge's path.
DistanceRelativeToEdge — Property, class com.yworks.graph.model.markup.RotatedSliderEdgeLabelModelExtension
document — Property, class com.yworks.io.graphml.writer.DefaultXmlWriter
The XML to be written to.
document — Property, interface com.yworks.io.graphml.writer.IXmlWriter
Returns the document that was populated using this writer instance.
doDeleteCommand(evt:flash.events:Event) — method, class com.yworks.graph.input.TableEditorInputMode
Called when the KeyboardInputMode has recognized the event which triggers deletion.
doEditLabelCommand(evt:flash.events:Event) — method, class com.yworks.graph.input.TableEditorInputMode
Called when the KeyboardInputMode has recognized the event which triggers label editing.
doEvent(e:flash.events:Event) — method, class com.yworks.canvas.CanvasComponent
Delayed processing of a MouseEvent.MOUSE_MOVE.
domain — Property, class com.yworks.graph.model.DefaultSelectionModel
Gets or sets the domain of the selection model.
doSelectAllCommand(evt:flash.events:Event) — method, class com.yworks.graph.input.TableEditorInputMode
Called when the KeyboardInputMode has recognized the event which triggers selection of all stripes.
DotnetCompatGraphMLIOHandler — class, package com.yworks.io.graphml
A GraphMLIOHandler that is configured for compatibility with yFiles.NET.
DOTTED_1 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dotted line with width 1.0
DOTTED_2 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dotted line with width 2.0
DOTTED_3 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dotted line with width 3.0
DOTTED_4 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dotted line with width 4.0
DOTTED_5 — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
A dotted line with width 5.0
DOTTED_SYTLE — Constant Static Property, class com.yworks.graph.drawing.compat.LineType
Line style specifier that describes a dotted line.
doubleClick — Property, class com.yworks.canvas.input.ClickInputMode
Determines whether this input mode handles single (false) or double (true) mouse clicks.
doubleClickSize — Property, class com.yworks.canvas.CanvasComponent
The size of the area within which the user must click twice for the two clicks to be considered a double-click.
doubleClickTime — Property, class com.yworks.canvas.CanvasComponent
The time that may elapse between two consecutive mouse clicks so the last click is still considered a double click.
doUpdate(newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.remote.RoundtripHandler
Actually applies the new graph to the current graph in the GraphCanvas.
download(graph:com.yworks.graph.model:IGraph, defaultFileName:String) — method, class com.yworks.remote.DownloadHandler
Calls the download URL that was passed upon initialization.
DownloadHandler — class, package com.yworks.remote
Handler for server requests that are expected to respond with a file stream which will be saved locally.
DownloadHandler(downloadURL:String, roundtripHandler:com.yworks.remote:RoundtripHandler) — Constructor, class com.yworks.remote.DownloadHandler
Create a new instance for the given service URL.
drag(evt:com.yworks.support:TransitionEvent) — method, class com.yworks.canvas.input.MarqueeSelectionInputMode
Called by the state machine to drag the marquee selection.
drag(te:com.yworks.support:TransitionEvent) — method, class com.yworks.canvas.input.MoveViewportInputMode
Called by the state machine to drag the viewport.
dragBend(bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.input.GraphEditorInputMode
Initiates the handleInputMode to drag the given bend.
dragCanceled — Event, class com.yworks.canvas.input.HandleInputMode
Dispatched when the drag has been canceled.
dragCanceled — Event, class com.yworks.canvas.input.MoveInputMode
Dispatched when the drag has been canceled.
dragCanceled — Event, class com.yworks.graph.input.ResizeStripeInputMode
Dispatched when the drag has been canceled.
DRAG_CANCELED — Constant Static Property, class com.yworks.canvas.input.DragEvent
dragCursor — Property, class com.yworks.canvas.input.MoveViewportInputMode
The cursor to use during the dragging.
dragDrop — Event, class com.yworks.canvas.input.DropInputMode
This event is raised, if a drag operation is dropped onto the CanvasComponent into which this instance is installed.
dragEdgeSegment(edge:com.yworks.graph.model:IEdge, dragLocation:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateBendInputMode
Updates the splitOrthogonalSegment property and then delegates to createBend.
dragEdgeSegment(edge:com.yworks.graph.model:IEdge, dragLocation:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.EdgeDragInputModeBase
Callback method to be implemented by subclasses that is invoked whenever a drag gesture has been recognized by this mode.
dragEnter — Event, class com.yworks.canvas.input.DropInputMode
This event is raised, if a drag operation enters the CanvasComponent into which this instance is installed.
DragEvent — class, package com.yworks.canvas.input
Event class that is used by IInputModes that may perform or trigger the dragging of items in the canvas.
DragEvent(type:String) — Constructor, class com.yworks.canvas.input.DragEvent
dragExit — Event, class com.yworks.canvas.input.DropInputMode
This event is raised, if a drag operation leaves the CanvasComponent into which this instance is installed.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.canvas.input.CompositePositionHandler
Called by clients to indicate that the repositioning has just been finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.canvas.input.ConstrainedDragHandler
Handles the finish operation and invokes onFinished.
dragFinished — Event, class com.yworks.canvas.input.HandleInputMode
Dispatched when the drag has been finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, interface com.yworks.canvas.input.IDragHandler
Called by clients to indicate that the repositioning has just been finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.canvas.input.LabelPositionHandler
Called by clients to indicate that the repositioning has just been finished.
dragFinished — Event, class com.yworks.canvas.input.MoveInputMode
Dispatched when the drag has been finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.canvas.input.PointHandle
This implementation does nothing.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.canvas.input.RectangleHandle
This implementation does nothing.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.canvas.input.ReshapeHandlerHandle
Delegates the finish request to the IReshapeHandler.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.canvas.input.ReshapeableHandle
This implementation does nothing.
dragFinished(newLocation:com.yworks.canvas.geom:IPoint) — method, class com.yworks.canvas.input.snapLines.SnapContext
Called when a drag has been successfully finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.graph.drawing.DefaultPositionHandler
Called by clients to indicate that the repositioning has just been finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.graph.input.CompoundMovePortHandle
Called by clients to indicate that the repositioning has just been finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.graph.input.PortLocationModelParameterHandle
Called by clients to indicate that the repositioning has just been finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.graph.input.ReparentStripePositionHandler
Called by clients to indicate that the repositioning has just been finished.
dragFinished — Event, class com.yworks.graph.input.ResizeStripeInputMode
Dispatched when the drag has been finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.graph.input.SimpleEdgePositionHandler
Called by clients to indicate that the repositioning has just been finished.
dragFinished() — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Called when a drag has been successfully finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.graph.model.EdgeEndMoveHandle
Called by clients to indicate that the repositioning has just been finished.
dragFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.graph.model.PortRelocationHandle
Called by clients to indicate that the repositioning has just been finished.
DRAG_FINISHED — Constant Static Property, class com.yworks.canvas.input.DragEvent
dragged(mouseLocation:com.yworks.canvas.geom:IPoint, finalSnapState:com.yworks.canvas.input.snapLines:SnapState) — method, class com.yworks.canvas.input.snapLines.SnapContext
This method needs to be called by the client IInputMode that initialized this instance after it has performed the actual move operation with the adjusted coordinates after a call to handleMove.
draggedRecognizer — Property, class com.yworks.canvas.input.HandleInputMode
The "dragged" state recognizer.
draggedRecognizer — Property, class com.yworks.canvas.input.MarqueeSelectionInputMode
Gets or sets the "dragged" state recognizer.
draggedRecognizer — Property, class com.yworks.canvas.input.MoveInputMode
Gets or sets the "dragged" state recognizer.
draggedRecognizer — Property, class com.yworks.canvas.input.MoveViewportInputMode
Gets or sets the "dragged" state recognizer.
draggedRecognizer — Property, class com.yworks.graph.input.CreateEdgeInputMode
The event recognizer that recognizes the initial dragging gesture that is used to initiate the creation after the preparation.
_draggedRecognizer — Property, class com.yworks.graph.input.EdgeDragInputModeBase
draggedRecognizer — Property, class com.yworks.graph.input.EdgeDragInputModeBase
Gets or sets the "dragged" recognizer.
draggedRecognizer — Property, class com.yworks.graph.input.ResizeStripeInputMode
The "dragged" recognizer.
dragging — Event, class com.yworks.canvas.input.MoveInputMode
Dispatched for every drag.
DRAGGING — Constant Static Property, class com.yworks.canvas.input.DragEvent
dragInitialized() — method, class com.yworks.canvas.input.snapLines.SnapContext
Collects a list of snap lines.
dragInitialized() — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Collects a list of snap lines.
dragInitialized() — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Needs to be called by client editing code after initializeDrag has been called and all IDragHandlers have been initialized.
dragNodeCreator — Property, class com.yworks.graph.input.NodeDropInputMode
Gets or sets the callback for drag node creation with has the signature: function (context:IInputModeContext, dragData:Object):INode with context The context for which the node should be created. dragData The node which should be dragged and is passed to the nodeDropCreator later. Can be set to a different value to implement a custom behavior.
dragOver — Event, class com.yworks.canvas.input.DropInputMode
This event is raised, if a drag operation drags over the CanvasComponent into which this instance is installed.
dragPoint — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets the dragging point for the edge creation.
dragSegment(te:com.yworks.support:TransitionEvent) — method, class com.yworks.graph.input.EdgeDragInputModeBase
Callback that is triggered when a drag on an edge segment has been recognized.
dragSize — Property, class com.yworks.canvas.CanvasComponent
The area in view coordinates the mouse may stay in before a movement is considered a drag.
dragSource — Property, class com.yworks.canvas.input.DropInputMode
The DragSource object containing the data being dragged.
DRAG_SOURCE — Constant Static Property, class com.yworks.graph.model.StripeVisualizationType
Visualization for the source stripe of a reparent operation.
dragStarted — Event, class com.yworks.canvas.input.HandleInputMode
Dispatched when the drag is initialized and has started.
dragStarted — Event, class com.yworks.canvas.input.MoveInputMode
Dispatched when the drag is initialized and has started.
dragStarted — Event, class com.yworks.graph.input.ResizeStripeInputMode
Dispatched when the drag is initialized and has started.
DRAG_STARTED — Constant Static Property, class com.yworks.canvas.input.DragEvent
dragStarting — Event, class com.yworks.canvas.input.HandleInputMode
Dispatched when the drag has started.
dragStarting — Event, class com.yworks.canvas.input.MoveInputMode
Dispatched when the drag has started.
dragStarting — Event, class com.yworks.graph.input.ResizeStripeInputMode
Dispatched when the drag has started.
DRAG_STARTING — Constant Static Property, class com.yworks.canvas.input.DragEvent
dragTime — Property, class com.yworks.canvas.CanvasComponent
The value of the drag time.
drawCircle(x:Number, y:Number, radius:Number) — method, class com.yworks.canvas.drawing.YGraphics
Draws a circle at the given coordinate with the given radius after applying the current graphics transformation to the given coordinate.
drawCrossPoint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext, x:Number, y:Number, dx:Number, dy:Number) — method, class com.yworks.canvas.drawing.GridPaintable
Draws a single cross point at the given location.
drawCurve(currentX:Number, currentY:Number, toX:Number, toY:Number, cx:Number, cy:Number, graphics:com.yworks.canvas.drawing:YGraphics, targetGraphics:flash.display:Graphics) — method, class com.yworks.canvas.drawing.AdvancedStroke
Draw a quadratic bezier curve from (x0,y0) to (x1,y1) using the control point at (cx,cy).
drawCurve(currentX:Number, currentY:Number, toX:Number, toY:Number, cx:Number, cy:Number, graphics:com.yworks.canvas.drawing:YGraphics, targetGraphics:flash.display:Graphics) — method, interface com.yworks.canvas.drawing.IAdvancedStroke
Draw a quadratic bezier curve from (x0,y0) to (x1,y1) using the control point at (cx,cy).
drawDotPoint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext, x:Number, y:Number) — method, class com.yworks.canvas.drawing.GridPaintable
Draws a small cross as single dot point at the given location.
drawEdgesBehindGroupedNodes — Property, class com.yworks.graph.model.GraphModelManager
Determines whether edges should be drawn behind nodes if a grouped graph is displayed.
drawEllipse(x:Number, y:Number, width:Number, height:Number) — method, class com.yworks.canvas.drawing.YGraphics
Draws an ellipse at the given coordinate with the given width and height after applying the current transformations to the coordinate.
drawImage(image:flash.display:DisplayObject, x:Number, y:Number, w:Number, h:Number) — method, class com.yworks.canvas.drawing.YGraphics
Adds a display object to the sprite this graphics context belongs to.
drawLine(currentX:Number, currentY:Number, x1:Number, y1:Number, graphics:com.yworks.canvas.drawing:YGraphics, targetGraphics:flash.display:Graphics) — method, class com.yworks.canvas.drawing.AdvancedStroke
Draw a straight line from the current graphics location to (toX,toY)
drawLine(x0:Number, y0:Number, x1:Number, y1:Number, graphics:com.yworks.canvas.drawing:YGraphics, targetGraphics:flash.display:Graphics) — method, interface com.yworks.canvas.drawing.IAdvancedStroke
Draw a straight line from the current graphics location to (toX,toY)
drawLine(x1:Number, y1:Number, x2:Number, y2:Number) — method, class com.yworks.canvas.drawing.YGraphics
Draws a line from (x1,y1) to (x2,y2).
drawNodeStyle(node:com.yworks.graph.model:INode) — method, class com.yworks.canvas.input.NodeEffectInputMode
Let the node.style draw itself on the current overlay.
drawOverlay(canvasObject:com.yworks.canvas:ICanvasObject, overlay:flash.display:Sprite) — method, class com.yworks.canvas.input.NodeEffectInputMode
Draw the visual representation of the node during a hover effect.
drawPageBackground(ctx:com.yworks.canvas:ICanvasPrintContext, printSprite:flash.display:Sprite, pagePrintBounds:flash.geom:Rectangle) — method, class com.yworks.canvas.CanvasPrinter
Draws the background color, if one was specified.
drawPageContent(ctx:com.yworks.canvas:ICanvasPrintContext, printSprite:flash.display:Sprite, pagePrintBounds:flash.geom:Rectangle, canvasSprite:flash.display:Sprite) — method, class com.yworks.canvas.CanvasPrinter
Adds the canvas contents to the current print sprite.
drawPageForeground(ctx:com.yworks.canvas:ICanvasPrintContext, printSprite:flash.display:Sprite, pagePrintBounds:flash.geom:Rectangle) — method, class com.yworks.canvas.CanvasPrinter
Callback that allows to draw decorations on top of the canvas contents.
drawPath(path:com.yworks.canvas.drawing:GeneralPath, graphics:com.yworks.canvas.drawing:YGraphics, targetGraphics:flash.display:Graphics) — method, class com.yworks.canvas.drawing.AdvancedStroke
Draw a path.
drawPath(path:com.yworks.canvas.drawing:GeneralPath, graphics:com.yworks.canvas.drawing:YGraphics, targetGraphics:flash.display:Graphics) — method, interface com.yworks.canvas.drawing.IAdvancedStroke
Draw a path.
drawPath(path:com.yworks.canvas.drawing:GeneralPath) — method, class com.yworks.canvas.drawing.YGraphics
Draws a GeneralPath
drawRect(x:Number, y:Number, width:Number, height:Number) — method, class com.yworks.canvas.drawing.YGraphics
Draws a rectangle at the given location with the given width and height after applying the current graphics transformation to the given location.
drawRoundRect(x:Number, y:Number, width:Number, height:Number, ellipseWidth:Number, ellipseHeight:Number) — method, class com.yworks.canvas.drawing.YGraphics
Draws a rounded Rectangle.
drawShadow() — method, class com.yworks.graph.drawing.PanelNodeStyleRenderer
Determines whether to draw the drop shadow.
drawString(string:String, textFormat:flash.text:TextFormat, x:Number, y:Number, width:Number, height:Number, showEllipsis:Boolean) — method, class com.yworks.canvas.drawing.YGraphics
Draws a String by adding a TextField as a child to the sprite.
drawStyledString(string:String, styleSheet:flash.text:StyleSheet, styleName:String, x:Number, y:Number, width:Number, height:Number, showEllipsis:Boolean) — method, class com.yworks.canvas.drawing.YGraphics
Draws a String by adding a TextField as a child to the sprite.
drawTLFText(text:String, textFormat:flashx.textLayout.formats:TextLayoutFormat, x:Number, y:Number, width:Number, height:Number, textConverterType:String) — method, class com.yworks.canvas.drawing.YGraphics
Draws the given text into the YGraphics context using the Text Layout Framework.
dropData — Property, class com.yworks.canvas.input.DropInputMode
Gets the data carried by a drag operation.
DropInputMode — class, package com.yworks.canvas.input
This is an input mode handling drag and drop related events on a CanvasComponent.
DropInputMode(expectedDataFormat:String) — Constructor, class com.yworks.canvas.input.DropInputMode
Constructs a new instance of class DropInputMode for the expected data format.
dropLocation — Property, class com.yworks.canvas.input.DropInputMode
Gets the mouse position after dropping an item.
dropShadow — Property, class com.yworks.graph.drawing.PanelNodeStyle
Whether to draw a drop shadow.
dropShadowColor — Property, class com.yworks.graph.drawing.compat.JavaShapeNodeStyle
Get or set this style's drop shadow color
dropShadowEnabled — Property, class com.yworks.graph.drawing.compat.JavaGenericNodeStyle
Whether a drop shadow should be drawn.
dropShadowFilters — Property, class com.yworks.graph.drawing.compat.JavaGenericNodeStyle
An array of filters which will be used to draw the drop shadow.
dropShadowOffsetX — Property, class com.yworks.graph.drawing.compat.JavaShapeNodeStyle
Get or set this style's horizontal drop shadow offset.
dropShadowOffsetY — Property, class com.yworks.graph.drawing.compat.JavaShapeNodeStyle
Get or set this style's vertical drop shadow offset.
DROP_TARGET — Constant Static Property, class com.yworks.graph.model.StripeVisualizationType
Visualization for the target stripe of a reparent or drag and drop operation.
dummyEdge — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets or sets the dummy edge instance that will be used to render a preview of the edge to be created.
dummyEdge — Property, class com.yworks.graph.model.EdgeEndMoveHandle
Gets the dummy edge this instance uses during the edit.
dummyEdgeConverter — Property, class com.yworks.graph.model.FoldingManager
Gets or sets the IDummyEdgeConverter implementation that is used to create/convert and modify the DummyEdgeId inside the view instances.
DummyEdgeId — class, package com.yworks.graph.model
This class can be used to describe a dummy edge that connects to nodes inside a collapsed group or other DummyNodeId in a IFoldedGraph.
DummyEdgeId(masterEdge:com.yworks.graph.model:IEdge, currentMasterSource:com.yworks.graph.model:INode, sourceCollapsed:Boolean, currentMasterTarget:com.yworks.graph.model:INode, targetCollapsed:Boolean) — Constructor, class com.yworks.graph.model.DummyEdgeId
Initializes an id for a dummy edge in a IFoldedGraph view that represent a master edge and connects a specific pair of nodes.
dummyEdgeStyle — Property, class com.yworks.graph.model.AbstractDummyEdgeConverter
Gets or sets the IEdgeStyle to use for the dummy edge.
_dummyLocation — Property, class com.yworks.graph.input.PortLocationModelParameterHandle
dummyNodeConverter — Property, class com.yworks.graph.model.FoldingManager
The IDummyNodeConverter implementation that is used to create/convert and modify the DummyNodeId inside the view instances.
DummyNodeId — class, package com.yworks.graph.model
A struct that can be used to describe a collapsed node in an IFoldedGraph view.
DummyNodeId(masterNode:com.yworks.graph.model:INode) — Constructor, class com.yworks.graph.model.DummyNodeId
Initializes a dummy node id for a collapsed dummy node in a IFoldedGraph view using the provided master node.
DummyNodePortId — class, package com.yworks.graph.model
This class can be used to describe a master port at a DummyNodeId in a IFoldedGraph view.
DummyNodePortId(masterPort:com.yworks.graph.model:IPort, atDummy:Boolean) — Constructor, class com.yworks.graph.model.DummyNodePortId
Initializes a dummy port id using the IFoldedGraph.GetMaster{T} node in the FoldingManager.MasterGraph and the collapsed state.
DummyNodePortMemento — class, package com.yworks.graph.model
DummyNodePortMemento(masterPort:com.yworks.graph.model:IPort, nodeMemento:com.yworks.graph.model:NodeMemento) — Constructor, class com.yworks.graph.model.DummyNodePortMemento
dummySourcePortStyle — Property, class com.yworks.graph.model.AbstractDummyEdgeConverter
Gets or sets the IPortStyle to use for the dummy source port.
dummyTargetPortStyle — Property, class com.yworks.graph.model.AbstractDummyEdgeConverter
Gets or sets the IPortStyle to use for the dummy target port.
duration — Property, class com.yworks.graph.anim.GraphMorpher
The duration of the animation in milliseconds.
DYNAMIC — Constant Static Property, class com.yworks.graph.model.PortCandidateValidity
The candidate cannot be used to create a port, instead IPortCandidate.getPortCandidateAt needs to be called to obtain a IPortCandidate that is either VALID or INVALID.
dynamicAddingLookupChainLink(instance:Object) — Static Method , class com.yworks.support.Lookups
Factory method for a lookup chain element that adds an dynamic instance to a lookup chain.
DynamicAnchoredParameter — class, package com.yworks.graph.model.portLocation
A simple IPortLocationModelParameter that used the passed IPoint object to describe the location of an IPort in combination with an AnchoredPortLocationModel.
DynamicAnchoredParameter(model:com.yworks.graph.model.portLocation:AnchoredPortLocationModel, location:com.yworks.canvas.geom:IPoint) — Constructor, class com.yworks.graph.model.portLocation.DynamicAnchoredParameter
DynamicTableNodeStyle — class, package com.yworks.graph.drawing
Default implementation of AbstractTableNodeStyle that retrieves the table instance from the node's user tag (ITagOwner.tag).
DynamicTableNodeStyle(renderer:com.yworks.graph.drawing:TableNodeStyleRenderer) — Constructor, class com.yworks.graph.drawing.DynamicTableNodeStyle
Creates a new instance.
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