| 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 in class com.yworks.graph.drawing.ShapeNodeStyleRenderer |
|
The value to darken the stroke color by
when drawing border shadows. |
| DASHED_1 — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
A dashed line with width 1.0
|
| DASHED_2 — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
A dashed line with width 2.0
|
| DASHED_3 — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
A dashed line with width 3.0
|
| DASHED_4 — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
A dashed line with width 4.0
|
| DASHED_5 — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
A dashed line with width 5.0
|
| DASHED_SYTLE — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
Line style specifier that describes a dashedline. |
| DATA — Constant static property in class com.yworks.io.graphml.GraphMLConstants |
| |
| DATA_KEY — Constant static property in class com.yworks.io.graphml.GraphMLConstants |
| |
| deactivate(allInstances) — Method in class com.yworks.resources.Cursor |
|
Removes the last activated or all activated instances of this cursor. |
| decodeColor(colorStr) — Static method in class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Creates an int RGB number which is encoded by the given String. |
| decorateExportSprite(sprite, m, exportOptions:com.yworks.io:ExportOptions, canvas:com.yworks.canvas:CanvasComponent) — Method in class com.yworks.remote.ImageExportHandler |
|
Callback that allows additional painting on the sprite that will be exported as a bitmap. |
| deepCopy(obj) — Static method in class com.yworks.util.Util |
| |
| DEFAULT — Constant static property in class com.yworks.canvas.input.HandleType |
|
A default handle which serves a general purpose. |
| DEFAULT — Constant static property in class com.yworks.graph.drawing.ArrowType |
|
Default arrow
|
| DEFAULT — Constant static property in class com.yworks.graph.model.PortCandidateType |
|
Describes a default port candidate. |
| DEFAULT — Constant static property in class com.yworks.resources.CursorProvider |
|
The name of the default cursor icon
|
| DefaultArrow — Class in 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, cropLength, scale) — Constructor in 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 in package com.yworks.io.graphml.reader.deserializer |
|
A deserializer implementation that deserializes IArrow instances. |
| DefaultArrowSerializer — Class in package com.yworks.io.graphml.writer.serializer |
|
A serializer implementation that serializes IArrow instances. |
| DefaultBend — Class in 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 in class com.yworks.graph.model.DefaultBend |
|
Creates a new bend using the given owner and a default location. |
| DefaultBendCreator — Class in 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 in class com.yworks.graph.model.DefaultBendCreator |
|
Initializes a new instance of the DefaultBendCreator class for the given edge. |
| DefaultBendLookup — Class in 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 in class com.yworks.graph.model.DefaultBendLookup |
|
Create a new instance with the given bend as context. |
| DefaultCanvasGroupProvider — Class in package com.yworks.canvas.model |
|
Utility class that provides simple factory methods for ICanvasGroupProvider
convenience implementations. |
| DefaultCanvasGroupProvider() — Constructor in class com.yworks.canvas.model.DefaultCanvasGroupProvider |
| |
| DefaultCollectionModel — Class in 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 in class com.yworks.canvas.model.DefaultCollectionModel |
|
Creates a new instance using a provided collection as the backing store. |
| defaultContextRoot — Static property in class com.yworks.remote.HttpServiceFactory |
|
The root URL which is used by default. |
| DefaultEdge — Class in 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 in 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 in package com.yworks.graph.model |
|
Default implementation of an edge intersection calculator. |
| defaultEdgeLabelModel — Property in class com.yworks.graph.model.DefaultGraph |
|
Gets or sets the DefaultEdgeLabelModel property. |
| defaultEdgeLabelModelParameter — Property in 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 in 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 in class com.yworks.graph.model.DefaultGraph |
|
Gets or sets the DefaultEdgeLabelModel property. |
| defaultEdgeLabelStyle — Property in 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 in 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 in class com.yworks.graph.model.DefaultEdgeLookup |
|
Create a new instance with the given item as context. |
| DefaultEdgePortsCandidateProvider — Class in 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 in class com.yworks.graph.model.DefaultEdgePortsCandidateProvider |
| |
| defaultEdgeStyle — Property in class com.yworks.graph.model.DefaultGraph |
|
Gets or sets the defaultEdgeStyle property. |
| defaultEdgeStyle — Property in 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. |
| DEFAULT_FILE_VERSION_MAJOR — Constant static property in class com.yworks.io.graphml.GraphMLConstants |
|
The default major file version used for writing graphml output
|
| DEFAULT_FILE_VERSION_MINOR — Constant static property in class com.yworks.io.graphml.GraphMLConstants |
|
The default minor file version used for writing graphml output
|
| defaultFont — Property in class com.yworks.support.FontManager |
| |
| DefaultGraph — Class in package com.yworks.graph.model |
|
Central implementation of the IGraph interface. |
| DefaultGraph(graphStructure:com.yworks.graph.model:IGraphStructure) — Constructor in class com.yworks.graph.model.DefaultGraph |
|
Creates a new instance of a graph that provides an ILookupDecorator for all of its entities. |
| DefaultGraphElementFactory — Class in package com.yworks.io.graphml.reader |
|
Default implementation of the IGraphItemFactory interface. |
| DefaultGraphElementFactory(graph:com.yworks.graph.model:IGraph) — Constructor in class com.yworks.io.graphml.reader.DefaultGraphElementFactory |
|
Creates an element factory for the given graph instance. |
| DefaultGraphElementProvider — Class in package com.yworks.io.graphml.writer |
| |
| DefaultGraphElementProvider(graph:com.yworks.graph.model:IGraph) — Constructor in class com.yworks.io.graphml.writer.DefaultGraphElementProvider |
|
Creates a graph element provider that provides access to the elements of the given graph instance. |
| DefaultGraphStructure — Class in package com.yworks.graph.model |
|
This class can be used to build a specialized DefaultGraph instance. |
| DefaultGraphStructure() — Constructor in class com.yworks.graph.model.DefaultGraphStructure |
|
Creates a new instance. |
| defaultGroupNodeStyle — Property in class com.yworks.graph.model.GroupedGraph |
|
Gets or sets the defaultGroupNodeStyle property. |
| defaultGroupNodeStyle — Property in interface com.yworks.graph.model.IGroupedGraph |
|
Gets or sets the DefaultGroupNodeStyle property. |
| defaultGroupNodeStyleChanged — Event in class com.yworks.graph.model.GroupedGraph |
|
Dispatched when the value of the defaultGroupNodeStyle property changes. |
| DEFAULT_GROUP_NODE_STYLE_CHANGED — Constant static property in class com.yworks.graph.model.GroupedGraph |
|
|
| DefaultItemLookup — Class in 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 in class com.yworks.graph.model.DefaultItemLookup |
|
Creates an instance using the given context item. |
| DefaultLabel — Class in 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, lookup:com.yworks.support:ILookup) — Constructor in class com.yworks.graph.model.DefaultLabel |
|
Initializes a new instance of the DefaultLabel class
using the provided parameter and text. |
| DefaultLabelLookup — Class in 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 in class com.yworks.graph.model.DefaultLabelLookup |
|
Create a new instance with the given label as context. |
| DefaultLabelModelParameterFinder — Class in 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. |
| DefaultNode — Class in 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 in class com.yworks.graph.model.DefaultNode |
|
Creates a node
using the given label and ports collection as well as the layout instance. |
| DefaultNodeHierarchy — Class in 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 in 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 in class com.yworks.graph.model.DefaultGraph |
|
Gets or sets the DefaultNodeLabelModel property. |
| defaultNodeLabelModelParameter — Property in 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 in 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 in class com.yworks.graph.model.DefaultGraph |
|
Gets or sets the defaultNodeLabelStyle property. |
| defaultNodeLabelStyle — Property in 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 in package com.yworks.graph.model |
|
This is the default implementation for lookup queries on
INode instances. |
| DefaultNodeLookup(item:com.yworks.canvas.model:IModelItem) — Constructor in class com.yworks.graph.model.DefaultNodeLookup |
|
Create a new instance with the given node as context. |
| defaultNodeSize — Property in class com.yworks.graph.model.DefaultGraph |
|
Gets or sets the default node size. |
| defaultNodeSize — Property in interface com.yworks.graph.model.IGraph |
|
Gets or sets the default node size. |
| defaultNodeStyle — Property in class com.yworks.graph.model.DefaultGraph |
|
Gets or sets the defaultNodeStyle property. |
| defaultNodeStyle — Property in 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 in class com.yworks.io.ExportOptions |
|
Returns an immutable default ExportOptions instance. |
| DefaultPort — Class in package com.yworks.graph.model |
|
A simple mutable implementation of the IPort
interface that can be used stand-alone. |
| DefaultPort(location:com.yworks.canvas.geom:IPoint, owner:com.yworks.graph.model:IPortOwner, lookup:com.yworks.support:ILookup) — Constructor in class com.yworks.graph.model.DefaultPort |
|
Creates a port using the given location, owner and lookup delegate. |
| DefaultPortCandidate — Class in package com.yworks.graph.model |
|
A simple default implementation of an IPortCandidate. |
| DefaultPortCandidate(owner:com.yworks.graph.model:IPortOwner, location:com.yworks.canvas.geom:IPoint) — Constructor in class com.yworks.graph.model.DefaultPortCandidate |
|
Creates a new instance. |
| DefaultPortCandidateDescriptor — Class in package com.yworks.graph.model |
|
A simple ICanvasObjectDescriptor that can be used
to draw IPortCandidate instances in a CanvasComponent. |
| DefaultPortCandidateDescriptor() — Constructor in class com.yworks.graph.model.DefaultPortCandidateDescriptor |
|
Instanciates a new descriptor. |
| DefaultPortLookup — Class in package com.yworks.graph.model |
|
The default lookup delegat used for IPort
instances. |
| DefaultPortLookup(item:com.yworks.canvas.model:IModelItem) — Constructor in class com.yworks.graph.model.DefaultPortLookup |
|
Create a new instance with the given item as context. |
| defaultPortStyle — Property in class com.yworks.graph.model.DefaultGraph |
|
Gets or sets the defaultPortStyle property. |
| defaultPortStyle — Property in 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 in 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 in class com.yworks.graph.drawing.DefaultPositionHandler |
|
Creates a position handler that delegates to two point implementations. |
| DefaultSelectionModel — Class in 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 in class com.yworks.graph.model.DefaultSelectionModel |
|
Creates a default selection model implementation that uses a DefaultCollectionModel
to hold the selection. |
| DefaultServerAction — Class in 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, resultHandler:com.yworks.remote:ResultHandler) — Constructor in class com.yworks.remote.DefaultServerAction |
|
Create a new server action for the given HTTP service. |
| defaultServiceExtension — Static property in class com.yworks.remote.HttpServiceFactory |
|
The default extension to append to service name. |
| _defaultValue — Property in class com.yworks.io.graphml.reader.AttributeInputHandler |
|
The default value to use. |
| DefaultXmlWriter — Class in package com.yworks.io.graphml.writer |
| |
| DefaultXmlWriter() — Constructor in class com.yworks.io.graphml.writer.DefaultXmlWriter |
|
Creates a new Instance. |
| defineAttribute(name, scopeType) — Method in interface com.yworks.io.graphml.reader.IAttributeFactory |
|
This method is called when an attribute definition is encountered. |
| defineAttribute(name, scopeType) — Method in class com.yworks.io.graphml.reader.MapperAttributeFactory |
|
Defines this factory's attribute's name and scope. |
| defineAttribute(name, scopeType) — Method in class com.yworks.io.graphml.reader.MapperRegistryAttributeFactory |
|
Defines this factory's attribute's name and scope. |
| DelegatingStyle — Class in 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 in class com.yworks.graph.drawing.DelegatingStyle |
|
Creates a new wrapping style that wraps the given style. |
| DelegatingStyleRenderer — Class in package com.yworks.graph.drawing |
| |
| deletableItems — Property in class com.yworks.graph.input.GraphEditorInputMode |
|
Gets or sets a property that determines which types of
items may be deleted using the deleteSelection action. |
| deleteElementsAllowed — Property in 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 in class com.yworks.canvas.input.EventRecognizers |
|
Recognizes KeyboardEvents of type
KeyboardEvent.KEY_DOWN with
keyCode == Keyboard.DELETE
|
| deleteSelection() — Method in class com.yworks.graph.input.GraphEditorInputMode |
|
This method deletes the currently selected elements. |
| delta — Property in class com.yworks.canvas.input.CanvasMouseEvent |
|
Indicates how many lines should be scrolled for each unit the user rotates the mouse wheel. |
| DELTA — Constant static property in class com.yworks.graph.drawing.ArrowType |
|
Triangular arrow. |
| descriptor — Property in interface com.yworks.canvas.ICanvasObject |
|
Gets or sets the descriptor instance that interprets the userObject
during rendering, hit testing, and bounds calculation. |
| deselect — Event in class com.yworks.graph.model.DefaultSelectionModel |
|
Dispatched when an item has been deselected
|
| deselect — Event in interface com.yworks.graph.model.ISelectionModel |
|
Dispatched when an item changed its selection state from
selected to unselected. |
| DESELECT — Constant static property in class com.yworks.graph.model.SelectionEvent |
|
|
| deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element) — Method in class com.yworks.io.graphml.reader.AbstractDeserializer |
|
Create a new instance from the
xml element
|
| deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element) — Method in interface com.yworks.io.graphml.reader.IDeserializer |
|
Create a new instance from the
xml element
|
| deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element, deserializer:com.yworks.io.graphml.reader:IDeserializer) — Static method in class com.yworks.io.graphml.reader.ReferenceResolver |
|
Deserialize the given xml element. |
| deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element) — Method in class com.yworks.io.graphml.reader.deserializer.AbstractEdgeStyleDeserializer |
|
Deserialize the data content of element. |
| deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in class com.yworks.io.graphml.reader.deserializer.ReferenceDeserializer |
|
Create a new instance from the
xml element
|
| deserialize(context:com.yworks.io.graphml.reader:GraphMLParseContext, element) — Method in 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) — Method in 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) — Method in 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) — Method in class com.yworks.io.graphml.reader.deserializer.StrokeDeserializer |
|
Create a new instance from the
xml element
|
| deserializeArrow(context:com.yworks.io.graphml.reader:GraphMLParseContext, style:com.yworks.graph.drawing:IEdgeStyle, element) — Method in class com.yworks.io.graphml.reader.deserializer.AbstractEdgeStyleDeserializer |
|
Deserialize an arrow element. |
| deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in class com.yworks.io.graphml.reader.deserializer.ShapeNodeStyleDeserializer |
|
Deserialize the style specific data content of element. |
| deserializeStyle(context:com.yworks.io.graphml.reader:GraphMLParseContext, element) — Method in class com.yworks.io.graphml.reader.deserializer.SWFNodeStyleDeserializer |
|
Deserialize the style specific data content of element. |
| detailSelectionRecognizer — Property in class com.yworks.graph.input.GraphEditorInputMode |
|
Gets or sets 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. |
| diamond — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape |
|
Shape type constant. |
| DIAMOND — Constant static property in class com.yworks.graph.drawing.ArrowType |
|
Diamond shaped arrow
|
| DIAMOND — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape |
|
Deprecated. |
| DictionaryMapper — Class in package com.yworks.support |
|
A dictionary-like mapper based on a Dictionary
|
| DictionaryMapper(weakKeys) — Constructor in class com.yworks.support.DictionaryMapper |
|
Creates a new instance. |
| DirectGraphMLWriter — Class in package com.yworks.io.graphml.writer |
|
Implementation that writes a graph to a XML Object in GraphML format. |
| DirectGraphMLWriter() — Constructor in class com.yworks.io.graphml.writer.DirectGraphMLWriter |
|
Creates a new instance. |
| direction — Property in class com.yworks.graph.drawing.ArrowPaintable |
|
An IPoint which determines the direction of the arrow. |
| dirty — Property in interface com.yworks.canvas.ICanvasObject |
|
Gets or sets whether the canvas object is dirty and should be repainted. |
| DISABLED — Constant static property in class com.yworks.support.StateMachineEventKind |
| |
| disarm(evt:com.yworks.support:StateChangeEvent) — Method in class com.yworks.canvas.input.HandleInputMode |
|
Transition callback that is invoked when the mouse gets "disarmed". |
| disarm(evt:com.yworks.support:TransitionEvent) — Method in class com.yworks.canvas.input.MoveInputMode |
|
Callback used by the state machine to disarm this mode. |
| dispatchXMLResult(result) — Method in class com.yworks.remote.RoundtripHandler |
|
Dispatches a XMLResultEvent containing the received XML data. |
| dispatchXMLResult(result) — Method in class com.yworks.remote.UploadHandler |
|
Dispatches a XMLResultEvent containing the received XML data. |
| displaysInvalidated — Event in interface com.yworks.graph.model.IGraph |
|
Dispatched when invalidateDisplays was called. |
| dispose() — Method in class com.yworks.canvas.input.AbstractInputMode |
|
Disposes this input mode. |
| dispose() — Method in class com.yworks.canvas.input.KeyboardInputMode |
|
Disposes this input mode. |
| dispose() — Method in class com.yworks.graph.input.GraphEditorInputMode |
|
Disposes this input mode. |
| dispose() — Method in class com.yworks.graph.model.GroupedGraph |
|
Disposes of this instance. |
| dispose() — Method in class com.yworks.graph.model.InputModeController |
|
Disposes this instance. |
| dispose() — Method in class com.yworks.support.AbstractUndoUnit |
|
Frees all used resources. |
| dispose() — Method in class com.yworks.support.CompoundUndoUnit |
|
Disposes this unit and all of its contents. |
| dispose() — Method in interface com.yworks.support.ICompoundEdit |
|
Frees all used resources and calls end. |
| dispose() — Method in interface com.yworks.support.IUndoUnit |
|
Frees all used resources. |
| dispose() — Method in class com.yworks.support.UndoEngine |
|
Frees all used resources. |
| dispose() — Method in class com.yworks.util.CompositeCollectionModel |
|
|
| disposed — Property in class com.yworks.support.CompoundUndoUnit |
|
Determines whether this instance has been disposed. |
| disposeListeners(eventDispatcher) — Method in class com.yworks.canvas.CanvasComponent |
|
Unregister all event listeners that were registered with the stage. |
| distance(p:com.yworks.canvas.geom:IPoint, q:com.yworks.canvas.geom:IPoint) — Static method in class com.yworks.canvas.geom.GeomSupport |
|
Calculates the euclidian distance between two points. |
| distance(geometry:com.yworks.canvas.geom:IOrientedRectangle, targetGeometry:com.yworks.canvas.geom:IOrientedRectangle) — Method in class com.yworks.graph.model.DefaultLabelModelParameterFinder |
|
Returns the distance between two IOrientedRectangle instances. |
| distance — Property in 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 in class com.yworks.graph.model.SliderEdgeLabelModel |
|
Gets or sets the distance between the label and the edge's path. |
| distance2(px, py, qx, qy) — Static method in class com.yworks.canvas.geom.GeomSupport |
|
Calculates the euclidian distance between two points. |
| document — Property in class com.yworks.io.graphml.writer.DefaultXmlWriter |
|
The XML to be written to. |
| document — Property in interface com.yworks.io.graphml.writer.IXmlWriter |
|
Returns the document that was populated using this writer instance. |
| domain — Property in class com.yworks.graph.model.DefaultSelectionModel |
|
Gets or sets the domain of the selection model. |
| DotnetCompatGraphMLIOHandler — Class in package com.yworks.io.graphml |
|
A GraphMLIOHandler that is configured for compatibility with yFiles.NET. |
| DOTTED_1 — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
A dotted line with width 1.0
|
| DOTTED_2 — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
A dotted line with width 2.0
|
| DOTTED_3 — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
A dotted line with width 3.0
|
| DOTTED_4 — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
A dotted line with width 4.0
|
| DOTTED_5 — Constant static property in class com.yworks.graph.drawing.compat.LineType |
|
A dotted line with width 5.0
|
| DOTTED_SYTLE — Constant static property in class com |