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  
GeneralPath — class, package com.yworks.canvas.drawing
Models a path that consists of lines and bezier curves.
GeneralPath() — Constructor, class com.yworks.canvas.drawing.GeneralPath
Constructor.
GeneralPathDeserializer — class, package com.yworks.io.graphml.reader.deserializer
Deserializer implementation that deserializes GeneralPath instances.
GENERAL_PATH_DOTNET_OP_CUBIC_TO — Constant Static Property, class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#cubicTo operation that is supported by the yFiles.NET GraphML format.
GENERAL_PATH_ELEMENT — Constant Static Property, class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Constant for the toplevel element name.
GeneralPathNodeStyle — class, package com.yworks.graph.drawing
Generic mutable implementation of an IGeneralPathNodeStyle.
GeneralPathNodeStyle(path:com.yworks.canvas.drawing:GeneralPath, renderer:com.yworks.graph.drawing:GeneralPathNodeStyleRenderer) — Constructor, class com.yworks.graph.drawing.GeneralPathNodeStyle
Create a new instance that uses the specified path and the given renderer instance.
GeneralPathNodeStyleDeserializer — class, package com.yworks.io.graphml.reader.deserializer
Deserializer implementation that deserializes IGeneralPathNodeStyle instances.
GeneralPathNodeStyleRenderer — class, package com.yworks.graph.drawing
An IStyleRenderer implementation that can handle IGeneralPathNodeStyle instances.
GeneralPathNodeStyleRenderer() — Constructor, class com.yworks.graph.drawing.GeneralPathNodeStyleRenderer
Initializes a new instance of the GeneralPathNodeStyleRenderer class.
GeneralPathNodeStyleSerializer — class, package com.yworks.io.graphml.writer.serializer
Serializer implementation that serializes IGeneralPathNodeStyle instances.
GENERAL_PATH_OP_CLOSE — Constant Static Property, class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#close operation
GENERAL_PATH_OP_CURVETO — Constant Static Property, class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#curveTo operation
GENERAL_PATH_OP_LINETO — Constant Static Property, class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#lineTo operation
GENERAL_PATH_OP_MOVETO — Constant Static Property, class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#moveTo operation
GeneralPathSerializer — class, package com.yworks.io.graphml.writer.serializer
Implementation of AbstractSerializer for GeneralPaths This implementation just writes an ordered list of all operations in the GeneralPath.
GeneralPathVisualCreator — class, package com.yworks.canvas.drawing
An IDisplayObjectCreator implementations for rendering a GeneralPath.
GeneralPathVisualCreator(path:com.yworks.canvas.drawing:GeneralPath) — Constructor, class com.yworks.canvas.drawing.GeneralPathVisualCreator
Creates a new instance.
GenericLabelModel — class, package com.yworks.graph.model
An implementation of ILabelModel that can be used to create custom label models out of existing ILabelModelParameter instances.
GenericLabelModel(defaultParameter:com.yworks.graph.model:ILabelModelParameter, descriptor:com.yworks.graph.model:ILabelCandidateDescriptor) — Constructor, class com.yworks.graph.model.GenericLabelModel
Create a new generic label model using the provided parameter as the default parameter.
GeomSupport — final class, package com.yworks.canvas.geom
Utility class that performs all kind of geometric operations.
getAbsoluteLayout(item:com.yworks.graph.model:IStripe, owner:com.yworks.graph.model:INode) — Static Method , class com.yworks.graph.model.TableUtils
Returns the layout of the stripe in absolute coordinates.
getAccumulatedInsets(table:com.yworks.graph.model:ITable) — Static Method , class com.yworks.graph.model.TableUtils
Return the accumulated insets for the table.
getActualSize(item:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
The current actual dimension of the stripe.
getAddBridgesCallback() — method, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
Yields the IAddBridgesCallback to use for adding bridges to the created path.
getAdditionalSnapLines(orientation:com.yworks.canvas.input.snapLines:SnapLineOrientation, snapTypes:uint, area:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Gets a subset of additionalSnapLines that matches the given orientation and snapTypes and intersects with the provided area.
getAlways() — Static Method , class com.yworks.canvas.drawing.HitTestables
Creates and returns an IHitTestable that always returns true.
getAlwaysDirtyInstance() — Static Method , class com.yworks.canvas.CanvasObjectDescriptor
The singleton instance that describes completely dynamic canvas objects that will always be repainted.
getArrowDisplayObjectCreator(edge:com.yworks.graph.model:IEdge, path:com.yworks.canvas.drawing:GeneralPath, arrow:com.yworks.graph.model:IArrow, atSource:Boolean) — method, class com.yworks.graph.drawing.SimpleAbstractEdgeStyle
Convenience method that returns an IDisplayObjectCreator for the source or target arrow of an edge.
getAttributeName(keyElement:XML) — Static Method , class com.yworks.io.graphml.reader.AbstractInputHandler
Returns the value of the first attribute with the name GraphMLConstants.ATTR_NAME.
getAttributeName() — method, class com.yworks.io.graphml.reader.ObjectMapperAttributeInputHandler
Returns the name that will be used for the GraphML attribute.
getAttributeType(keyElement:XML) — Static Method , class com.yworks.io.graphml.reader.AbstractInputHandler
Returns the value of the first attribute with the name GraphMLConstants.ATTR_TYPE.
getAvailableHandles() — method, interface com.yworks.canvas.input.IReshapeHandleProvider
Returns a bitwise combination of all of the RectangleHandlePositions this interface can provide an implementation for.
getAvailableHandles() — method, class com.yworks.canvas.input.ReshapeHandleProvider
Returns the handlePositions property.
getBend(x:Number, y:Number, ctx:com.yworks.canvas:ICanvasContext) — method, interface com.yworks.graph.model.IBendSelectionTester
Returns the bend at the given world coordinate position or null if there is no such bend.
getBendIndex(bend:com.yworks.graph.model:IBend) — Static Method , class com.yworks.graph.model.GraphUtil
Gets the index of the bend at its IBend.owner.
getBends(box:com.yworks.canvas.geom:IRectangle, ctx:com.yworks.canvas:ICanvasContext) — method, interface com.yworks.graph.model.IBendSelectionTester
Returns the bends for the given marquee rectangle.
getBoolean(key:String) — method, class com.yworks.support.Config
Returns the value of a key as Boolean
getBounds(canvasComponent:com.yworks.canvas:CanvasComponent, suggestedViewport:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.canvas.ViewportLimiter
Gets the to bounds that should be honored for the upcoming call.
getBounds(scratch:com.yworks.canvas.geom:IMutableRectangle) — method, class com.yworks.canvas.drawing.GeneralPath
Calculates the bounds of this path and returns it.
getBounds() — method, class com.yworks.canvas.geom.OrientedRectangle
Determines the bounds of an oriented rectangle.
getBounds() — method, class com.yworks.graph.model.DefaultGraph
Calculates the bounds of this graph using the INode.layout, source port and target port IPort.locations and the IBends.
getBoundsProvider(forUserObject:Object) — method, class com.yworks.canvas.CanvasObjectDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(forUserObject:Object) — method, class com.yworks.canvas.CanvasObjectDescriptorAdapter
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(forUserObject:Object) — method, interface com.yworks.canvas.ICanvasObjectDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractStyleRenderer
Configures the style and item parameters, calls configure and returns this.
getBoundsProvider(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractVoidStyleRenderer
Returns BoundsProvider.EMPTY, which always returns empty bounds.
getBoundsProvider(forUserObject:Object) — method, class com.yworks.graph.drawing.EdgeStyleDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, interface com.yworks.graph.drawing.IStyleRenderer
Gets an implementation of the IBoundsProvider interface that can handle the provided item and its associated style.
getBoundsProvider(forUserObject:Object) — method, class com.yworks.graph.drawing.LabelStyleDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(forUserObject:Object) — method, class com.yworks.graph.drawing.NodeStyleDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(forUserObject:Object) — method, class com.yworks.graph.drawing.PortStyleDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(edge:com.yworks.graph.model:IEdge, atSource:Boolean, anchor:com.yworks.canvas.geom:IPoint, direction:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.model.DefaultArrow
Gets an IBoundsProvider implementation that can yield this arrow's bounds if painted the given location using the given direction for the given edge.
getBoundsProvider(forUserObject:Object) — method, class com.yworks.graph.model.DefaultPortCandidateDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(edge:com.yworks.graph.model:IEdge, atSource:Boolean, anchor:com.yworks.canvas.geom:IPoint, direction:com.yworks.canvas.geom:IPoint) — method, interface com.yworks.graph.model.IArrow
Gets an IBoundsProvider implementation that can yield this arrow's bounds if painted the given location using the given direction for the given edge.
getBridgeHeight(context:com.yworks.canvas.drawing:IPaintContext) — method, interface com.yworks.canvas.model.IAddBridgesCallback
Gets the height of the bridge for the given IPaintContext.
getBridgeWidth(context:com.yworks.canvas.drawing:IPaintContext) — method, interface com.yworks.canvas.model.IAddBridgesCallback
Gets the width of the bridge for the given IPaintContext.
getButtonBounds() — method, interface com.yworks.graph.input.IActionButtonProvider
Gets a IHitTestable that can be used to query the button bounds.
getButtonLocationParameter() — method, class com.yworks.graph.drawing.CollapsibleNodeStyleDecoratorRenderer
Yields the ICollapsibleNodeStyleDecorator#buttonLocationParameter for the current style
getCandidateAt(context:com.yworks.canvas.input:IInputModeContext, candidate:com.yworks.graph.model:DefaultPortCandidate, suggestedLocation:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.model.AbstractPortCandidateProvider
Callback method used by the ports created using the factory method createCallbackPort.
getCandidateAt_internal(context:com.yworks.canvas.input:IInputModeContext, candidate:com.yworks.graph.model:DefaultPortCandidate, suggestedLocation:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.model.AbstractPortCandidateProvider
getCandidateParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.DefaultLabelModelParameterFinder
Retrieves an enumerator over all candidates for a given label and model.
getCandidateSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, target:com.yworks.graph.model:IPortCandidate) — method, class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getCandidateSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, target:com.yworks.graph.model:IPortCandidate) — method, class com.yworks.graph.model.CompositePortCandidateProvider
Returns the source port candidates for the current node which apply for the provided (opposite) target port candidate.
getCandidateSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, target:com.yworks.graph.model:IPortCandidate) — method, class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns the source port candidates for the current node which apply for the provided (opposite) target port candidate.
getCandidateSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, target:com.yworks.graph.model:IPortCandidate) — method, interface com.yworks.graph.model.IPortCandidateProvider
Returns the source port candidates for the current node which apply for the provided (opposite) target port candidate.
getCandidateTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, source:com.yworks.graph.model:IPortCandidate) — method, class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getCandidateTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, source:com.yworks.graph.model:IPortCandidate) — method, class com.yworks.graph.model.CompositePortCandidateProvider
Returns the target port candidates for the current node which apply for the provided (opposite) source port candidate.
getCandidateTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, source:com.yworks.graph.model:IPortCandidate) — method, class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns the target port candidates for the current node which apply for the provided (opposite) source port candidate.
getCandidateTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, source:com.yworks.graph.model:IPortCandidate) — method, interface com.yworks.graph.model.IPortCandidateProvider
Returns the target port candidates for the current node which apply for the provided (opposite) source port candidate.
getCanvasGroupProvider() — method, class com.yworks.canvas.input.MainInputMode
Returns an ICanvasGroupProvider instance for this input mode
getCanvasObject(worldX:Number, worldY:Number) — method, class com.yworks.canvas.CanvasComponent
Returns the top most canvas object instance that is hit at the given coordinate set.
getCanvasObjectGroup(canvas:com.yworks.canvas:CanvasComponent, forItem:Object) — method, interface com.yworks.canvas.model.ICanvasGroupProvider
Returns the canvas object group for the given canvas component and item.
getCanvasObjectGroup(canvas:com.yworks.canvas:CanvasComponent, node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.GraphModelManager
Retrieves the Canvas Object group to use for the given node.
getCanvasObjects(worldX:Number, worldY:Number) — method, class com.yworks.canvas.CanvasComponent
Returns a list of all canvas objects in hit order at the given world coordinate location.
getCanvasObjects(forItem:com.yworks.canvas.model:IModelItem) — method, interface com.yworks.canvas.ICanvasContext
Returns the ICanvasObjects that represent the given item in the CanvasComponent or null.
getCanvasObjects(item:Object) — method, class com.yworks.canvas.model.CollectionModelManager
Retrieves all canvas objects that have been registered for the given item or null.
getCanvasObjects(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.GraphModelManager
Retrieves all canvas objects that have been registered for the given item or null.
getCanvasRect() — method, class com.yworks.canvas.CanvasComponent
Returns a rectangle defined by the available space for displaying the CanvasObjectTree within this Component, in stage coordinates.
getCell(index:int) — method, class com.yworks.support.YList
Returns the ListCell which can be found at the given index.
getCenter(orientedRectangle:com.yworks.canvas.geom:IOrientedRectangle) — Static Method , class com.yworks.canvas.geom.GeomSupport
Returns the current center of the oriented rectangle.
getCenterPoint(userObject:Object) — method, class com.yworks.canvas.drawing.PointSelectionPaintable
Factory method that retrieves the center for a given user object.
getCenterX(rectangle:com.yworks.canvas.geom:IRectangle) — Static Method , class com.yworks.canvas.geom.YRectangle
Returns the x coordinate of the center of the given rectangle.
getCenterY(rectangle:com.yworks.canvas.geom:IRectangle) — Static Method , class com.yworks.canvas.geom.YRectangle
Returns the y coordinate of the center of the given rectangle.
getChangeDummyEdgeAppearanceCallback(edgeId:com.yworks.graph.model:DummyEdgeId) — method, class com.yworks.graph.model.FoldingManager
Returns a callback object that can be used to modify the appearance of a given dummy edge without using a IFoldedGraph view.
getChangeDummyNodeAppearanceCallback(nodeId:com.yworks.graph.model:DummyNodeId) — method, class com.yworks.graph.model.FoldingManager
Returns a callback object that can be used to modify the appearance of a given dummy node without using a IFoldedGraph view.
getChildCount(parent:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy
Returns the number of children for the given parent item.
getChildCount(parent:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.INodeHierarchy
Returns the number of children for the given parent item.
getChildCount(stripe:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
Returns the number of children of the given stripe.
getChildInputModeContext() — method, class com.yworks.graph.input.CreateEdgeInputMode
Returns the input mode context that will be passed to implementations that are called by this instance and require a context.
getChildren(item:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy
Returns an iterable over the children of the provided item.
getChildren(item:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.INodeHierarchy
Returns an iterable over the children of the provided item.
getChildren(stripe:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
Gets the direct children of the given stripe in a table hierarchy.
getClassForSymbolicClassName(name:String) — method, class com.yworks.io.graphml.reader.deserializer.PrimitivesDeserializer
getClassName() — method, interface com.yworks.io.graphml.writer.IResourceDescriptor
getClipboardHelper(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.GraphClipboard
Retrieves the IClipboardHelper instance associated with the given item.
getClosestCandidate(candidates:com.yworks.support:Iterable, dragPoint:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Finds the closest valid candidate given a number of IPortCandidates and a location in world coordinates.
getClosestCandidate(context:com.yworks.canvas.input:IInputModeContext, x:Number, y:Number, candidates:com.yworks.support:Iterable) — method, class com.yworks.graph.model.PortRelocationHandle
Finds the closest candidate to the given coordinates from the given set of candidates.
getClosestHitHandle(x:Number, y:Number) — method, class com.yworks.canvas.input.HandleInputMode
Finds the closest hit handle for the given world coordinate pair.
getClosestHits(modelItems:com.yworks.support:Iterator, context:com.yworks.canvas:ICanvasContext, location:com.yworks.canvas.geom:IPoint, precision:Number) — Static Method , class com.yworks.canvas.input.HitTestUtil
From the given list of IModelItems those closest to the given location are returned.
getClosestHits(modelItems:com.yworks.support:Iterator, location:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.GraphEditorInputMode
This method filters the passed IModelItems and returns only those closest to the passed location.
getClosestSourceCandidate(candidates:com.yworks.support:Iterable, location:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Finds the closest candidate given a number of IPortCandidates and a location in world coordinates.
getClosestTargetCandidate(candidates:com.yworks.support:Iterable, dragPoint:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Finds the closest target candidate given a number of IPortCandidates and a location in world coordinates.
getColumnAtPosition(canvas:com.yworks.canvas:CanvasComponent, x:Number, y:Number) — Static Method , class com.yworks.graph.model.TableUtils
Returns the IColumn at the given view coordinates if there is any or null otherwise.
getConstrainedLocation(location:com.yworks.canvas.geom:IPoint, constraint:com.yworks.canvas.geom:IRectangle) — Static Method , class com.yworks.canvas.geom.GeomSupport
Creates a constrained copy of the given location that lies within the given rectangle.
getContainer(clazz:Class) — method, class com.yworks.io.graphml.GraphMLContext
Get the last container stored in the context that can be casted to the given class.
getContentType() — method, interface com.yworks.io.graphml.writer.IAttributeProvider
The content type of the attribute.
getContext(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractStyleRenderer
Configures the style and item parameters, does not call configure and returns this.
getContext(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractVoidStyleRenderer
Returns com.yworks.support.Lookups#EMPTY.
getContext(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, interface com.yworks.graph.drawing.IStyleRenderer
Gets a temporary context instance that can be used to query additional information for the item's style.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.CompositeLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.DescriptorWrapperLabelModel
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.ExteriorLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.FreeEdgeLabelModel
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.FreeNodeLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.GenericLabelModel
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, interface com.yworks.graph.model.ILabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.InteriorLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.InteriorStretchLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.RotatedSideSliderEdgeLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.RotatedSliderEdgeLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.RotatingEdgeLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.SliderEdgeLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.StretchStripeLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.StripeLabelModel
Provides a lookup context for the given combination of label and parameter.
getContext(port:com.yworks.graph.model:IPort, parameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, interface com.yworks.graph.model.portLocation.IPortLocationModel
Provides a lookup context for the given combination of port and parameter.
getContext(port:com.yworks.graph.model:IPort, parameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
Provides a lookup context for the given combination of port and parameter.
getCrossingStyle(context:com.yworks.canvas.drawing:IPaintContext) — method, interface com.yworks.canvas.model.IAddBridgesCallback
Gets the crossing style to use in the given IPaintContext.
getCurrent(coordinates:Array) — method, class com.yworks.canvas.drawing.PathCursor
Places the coordinates for the current type into the given array.
getCurrentEndPoint(coordinates:Array) — method, class com.yworks.canvas.drawing.PathCursor
Places the current end coordinates of the last path element into the array.
getCurrentEndPointX() — method, class com.yworks.canvas.drawing.PathCursor
Returns the current x coordinate of the last path element.
getCurrentEndPointY() — method, class com.yworks.canvas.drawing.PathCursor
Returns the current y coordinate of the last path element.
getCursor(name:String) — Static Method , class com.yworks.resources.CursorProvider
Returns the cursor mapped to the given name or null if no such mapping exists.
getDefaultSegmentOrientation(edge:com.yworks.graph.model:IEdge, segmentIndex:int) — Static Method , class com.yworks.graph.input.snapLines.OrthogonalEdgeHelper
getDefaultTextFormat() — method, class com.yworks.support.FontManager
Factory method which returns an instance of UITextFormat with default values.
getDescendants(hierarchy:com.yworks.graph.model:INodeHierarchy, root:com.yworks.graph.model:INode) — Static Method , class com.yworks.graph.model.Hierarchies
Returns all descendants of the provided item that are part of the hierarchy.
getDescendants(hierarchy:com.yworks.graph.model:INodeHierarchy, root:com.yworks.graph.model:INode) — Static Method , class com.yworks.graph.model.HierarchySupport
Returns all descendants of the provided item that are part of the hierarchy.
getDescendants(stripe:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
Returns a collection of all descendants of the given stripe.
getDescendantsBottomUp(hierarchy:com.yworks.graph.model:INodeHierarchy, root:com.yworks.graph.model:INode) — Static Method , class com.yworks.graph.model.Hierarchies
Returns all descendants of the provided item that are part of the hierarchy.
getDescriptor(item:Object) — method, class com.yworks.canvas.model.CollectionModelManager
Obtains the descriptor associated with the given item using the internal mapper.
getDescriptor(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.ConstantLabelCandidateDescriptorProvider
Always yields the parameter that has been passed to the constructor.
getDescriptor(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.DescriptorWrapperLabelModel
getDescriptor(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.GenericLabelModel
Yields the ILabelCandidateDescriptor that has been associated with the instance during addParameter.
getDescriptor(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, interface com.yworks.graph.model.ILabelCandidateDescriptorProvider
Gets the descriptor for a given combination of label and ILabelModelParameter.
getDescriptor(id:String) — method, interface com.yworks.io.graphml.realizer.IWriteResourceHandler
Returns the resource descriptor that is registered to the given ID.
getDescriptorForStyle(style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.DelegatingStyleRenderer
Gets an appropriate style descriptor for the given style.
getDeserializer(targetNode:XML) — method, class com.yworks.io.graphml.reader.GraphMLParseContext
getDeserializer(context:com.yworks.io.graphml.reader:GraphMLParseContext, targetNode:XML) — method, interface com.yworks.io.graphml.reader.IDeserializerRegistry
Returns a IDeserializer implementation that can deserialize the object representation in targetNode
getDeserializerForRefid(context:com.yworks.io.graphml.reader:GraphMLParseContext, refid:String) — method, class com.yworks.io.graphml.reader.ReferenceResolver
Return a IDeserializer instance that has already been used for a specific refid.
getDisplayObjectCreator(forUserObject:Object) — method, class com.yworks.canvas.CanvasObjectDescriptor
getDisplayObjectCreator(forUserObject:Object) — method, class com.yworks.canvas.CanvasObjectDescriptorAdapter
getDisplayObjectCreator(forUserObject:Object) — method, interface com.yworks.canvas.ICanvasObjectDescriptor
getDisplayObjectCreator(snapContext:com.yworks.canvas.input.snapLines:SnapContext) — method, class com.yworks.canvas.input.snapLines.SnapResult
Returns a display object creator to visualize this snap result.
getDisplayObjectCreator(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractStyleRenderer
Configures the style and item parameters, calls configure and returns this.
getDisplayObjectCreator(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractVoidStyleRenderer
Returns VoidDisplayObjectCreator.instance, which won't draw anything.
getDisplayObjectCreator(forUserObject:Object) — method, class com.yworks.graph.drawing.EdgeStyleDescriptor
getDisplayObjectCreator(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, interface com.yworks.graph.drawing.IStyleRenderer
Gets an implementation of IDisplayObjectCreator that will create the display object for the user object.
getDisplayObjectCreator(forUserObject:Object) — method, class com.yworks.graph.drawing.LabelStyleDescriptor
getDisplayObjectCreator(forUserObject:Object) — method, class com.yworks.graph.drawing.NodeStyleDescriptor
getDisplayObjectCreator(forUserObject:Object) — method, class com.yworks.graph.drawing.PortStyleDescriptor
getDisplayObjectCreator(snapContext:com.yworks.canvas.input.snapLines:SnapContext) — method, class com.yworks.graph.input.snapLines.SnapLineSnapResult
Returns a display object creator to visualize this snap result.
getDisplayObjectCreator(edge:com.yworks.graph.model:IEdge, atSource:Boolean, anchor:com.yworks.canvas.geom:IPoint, direction:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.model.DefaultArrow
Gets an implementation of IDisplayObjectCreator that will create the display object for the arrow.
getDisplayObjectCreator(forUserObject:Object) — method, class com.yworks.graph.model.DefaultPortCandidateDescriptor
getDisplayObjectCreator(context:com.yworks.canvas.input:IInputModeContext, tableNode:com.yworks.graph.model:INode, type:com.yworks.graph.model:StripeVisualizationType) — method, class com.yworks.graph.model.DefaultStripeInputVisualizationHelper
Returns a display object creator that is used to visualize the input operation specified by type.
getDisplayObjectCreator(edge:com.yworks.graph.model:IEdge, atSource:Boolean, anchor:com.yworks.canvas.geom:IPoint, direction:com.yworks.canvas.geom:IPoint) — method, interface com.yworks.graph.model.IArrow
Gets an implementation of IDisplayObjectCreator that will create the display object for the arrow.
getDisplayObjectCreator(context:com.yworks.canvas.input:IInputModeContext, tableNode:com.yworks.graph.model:INode, type:com.yworks.graph.model:StripeVisualizationType) — method, interface com.yworks.graph.model.IStripeInputVisualizationHelper
Returns a display object creator that is used to visualize the input operation specified by type.
getDistance(rectangle:com.yworks.canvas.geom:IOrientedRectangle, x:Number, y:Number) — method, class com.yworks.canvas.input.LabelPositionHandler
Calculates a distance value between a candidate rectangle and the mouse location.
getDraggedNode() — method, class com.yworks.graph.input.NodeDropInputMode
Gets the currently dragged INode instance.
getDraggedStripe() — method, class com.yworks.graph.input.StripeDropInputMode
Gets the currently dragged IStripe instance; This implementation simply tries to cast the DropInputMode.dropData to IStripe.
getDropTargetParentNode(groupedGraph:com.yworks.graph.model:IGroupedGraph) — method, class com.yworks.graph.input.NodeDropInputMode
Looks for a group node in the drop location.
getDummyEdgePortId(source:Boolean) — method, class com.yworks.graph.model.DummyEdgeId
getDummyEdgeSnapLines(graphSnapContext:com.yworks.graph.input.snapLines:GraphSnapContext, dummyEdgeSegmentSnapLineProvider:com.yworks.graph.input.snapLines:ISnapLineProvider) — method, class com.yworks.graph.input.CreateEdgeInputMode
Gets the snap lines lines that are induced by the current dummy edge.
getDummyNodePortId(source:Boolean) — method, class com.yworks.graph.model.DummyEdgeId
getEdge(x:Number, y:Number) — method, class com.yworks.graph.input.EdgeDragInputModeBase
Finds the edge at the given coordinate.
getEdgeBetween(graph:com.yworks.graph.model:IGraph, fromOwner:com.yworks.graph.model:IPortOwner, toOwner:com.yworks.graph.model:IPortOwner) — Static Method , class com.yworks.graph.model.GraphUtil
Finds an edge that connects from and to in the given graph.
getEdgeCanvasObjectGroup(canvas:com.yworks.canvas:CanvasComponent, edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.GraphModelManager
Retrieves the Canvas Object group to use for the given edge.
getEdgeCount() — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns the number of edges in the graph.
getEdgeCount() — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns the number of edges in the graph.
getEdgeDisplayObjectCreator(ctx:com.yworks.canvas.drawing:IDisplayObjectContext, edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.drawing.OverviewGraphDisplayObjectCreator
Obtains the IDisplayObjectCreator for the given edge.
getEdgeForId(graph:com.yworks.graph.model:IGraph, id:Object) — Static Method , class com.yworks.graph.model.GraphUtil
Uses the DefaultGraph.MAPPER_KEY_EDGE_2_ID mapper registered with the graph's mapperRegistry to lookup the edge that corresponds to the provided id.
getEdgeId(o:Object, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Get an ID for the specified edge object
getEdgeId(o:Object, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, interface com.yworks.io.graphml.writer.IIdProvider
Get an ID for the specified edge object
getEdgeLabelCanvasObjectGroup(canvas:com.yworks.canvas:CanvasComponent, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.GraphModelManager
Retrieves the canvas object group the given edge label shall be installed in depending on the set labelLayerPolicy.
getEdgeObjects() — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns an iterator over all edges that are contained in the current graph object.
getEdgeObjects() — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns an iterator over all edges that are contained in the current graph object.
getEdgesAtPort(port:com.yworks.graph.model:IPort, inEdges:Boolean, outEdges:Boolean) — method, class com.yworks.graph.model.DefaultGraphStructure
Enumerates all edges that are incident to the given port.
getEdgesAtPort(port:com.yworks.graph.model:IPort, inEdges:Boolean, outEdges:Boolean) — method, interface com.yworks.graph.model.IGraphStructure
Enumerates all edges that are incident to the given port.
getEdgesAtPortOwner(portOwner:com.yworks.graph.model:IPortOwner, inEdges:Boolean, outEdges:Boolean) — method, class com.yworks.graph.model.DefaultGraphStructure
Enumerates all edges that are incident to ports owned by the given owner.
getEdgesAtPortOwner(portOwner:com.yworks.graph.model:IPortOwner, inEdges:Boolean, outEdges:Boolean) — method, interface com.yworks.graph.model.IGraphStructure
Enumerates all edges that are incident to ports owned by the given owner.
getEdgeSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getEdgeSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.CompositePortCandidateProvider
Returns all port candidates the provided edge's source side can connect to.
getEdgeSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns all port candidates the provided edge's source side can connect to.
getEdgeSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge) — method, interface com.yworks.graph.model.IPortCandidateProvider
Returns all port candidates the provided edge's source side can connect to.
getEdgeTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getEdgeTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.CompositePortCandidateProvider
Returns all port candidates the provided edge's target side can connect to.
getEdgeTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns all port candidates the provided edge's target side can connect to.
getEdgeTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge) — method, interface com.yworks.graph.model.IPortCandidateProvider
Returns all port candidates the provided edge's target side can connect to.
getEdgeViewState(edgeId:com.yworks.graph.model:DummyEdgeId) — method, class com.yworks.graph.model.FoldingManager
Return a data container implementation that is not part of any actual IGraph that describes the state of the edge for the given DummyEdgeId.
getEffectiveMinSize(item:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
Returns the actual minimum size a stripe can acquire.
getElement() — method, class com.yworks.io.graphml.reader.GraphMLParseContext
Returns the current XML element (or null if no XML element is contained in the lookup).
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer
Subclasses have to override this method.
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.AbstractJavaNodeRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.AbstractNodeRealizerSerializer
Subclasses have to override this method.
getElementName(item:Object) — method, interface com.yworks.io.graphml.realizer.IRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.ImageNodeStyleRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.JavaGenericNodeRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.JavaGroupNodeRealizerSerializer
Returns the element name associated with the given item and this serializer.
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.JavaImageNodeRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.JavaShapeNodeRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.PolylineEdgeStyleRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item:Object) — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementNames() — method, class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer
Subclasses have to override this method.
getElementNames() — method, class com.yworks.io.graphml.realizer.AbstractJavaNodeRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — method, class com.yworks.io.graphml.realizer.AbstractNodeRealizerSerializer
Subclasses have to override this method.
getElementNames() — method, interface com.yworks.io.graphml.realizer.IRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — method, class com.yworks.io.graphml.realizer.ImageNodeStyleRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — method, class com.yworks.io.graphml.realizer.JavaGenericNodeRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — method, class com.yworks.io.graphml.realizer.JavaGroupNodeRealizerSerializer
Returns an array with the element names this serializer can handle
getElementNames() — method, class com.yworks.io.graphml.realizer.JavaImageNodeRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — method, class com.yworks.io.graphml.realizer.JavaShapeNodeRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — method, class com.yworks.io.graphml.realizer.PolylineEdgeStyleRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — method, class com.yworks.io.graphml.realizer.ProxyNodeRealizerSerializer
This realizer serializer will parse both ProxyShapeNodeRealizer and ProxyAutoBoundsNodeRealizer instances.
getElementNames() — method, class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getEncoder() — method, interface com.yworks.io.graphml.writer.IResourceDescriptor
getExistingDummyEdges(ignoreDirection:Boolean) — method, interface com.yworks.graph.model.IAddDummyEdgeCallback
Helper methods that can be used by the implementation of the IDummyEdgeConverter.addDummyEdge method to determine the dummy edges that are currently part of the view and interconnect the same nodes as the dummy edge would, if it was included in the view.
getExteriorLabelModelParameter(key:String) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Creates an ExteriorLabelModel parameter from a given key.
getExteriorLabelModelParameterKey(parameter:com.yworks.graph.model:ILabelModelParameter) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Gets a String representation for the given ExteriorLabelModel parameter.
getExtraAttributes() — method, interface com.yworks.io.graphml.writer.IResourceDescriptor
getFarBorderHitTestable() — method, interface com.yworks.graph.model.IStripeHitTestHelper
Return a IHitTestable that should report hits on the far border region of the stripe.
getFirstSegmentDirection(dragVector:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Calculates direction of first edge segment of the DummyNode.
getFixedNodeSnapLines(orientation:com.yworks.canvas.input.snapLines:SnapLineOrientation, snapTypes:uint, area:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Gets a subset of fixedSegmentSnapLines that matches the given orientation and snapTypes and intersects with the provided area.
getFixedPortSnapLines(orientation:com.yworks.canvas.input.snapLines:SnapLineOrientation, snapTypes:uint, area:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Gets a subset of fixedPortSnapLines that matches the given orientation and snapTypes and intersects with the provided area.
getFixedSegmentSnapLines(orientation:com.yworks.canvas.input.snapLines:SnapLineOrientation, snapTypes:uint, area:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Gets a subset of fixedNodeSnapLines that matches the given orientation and snapTypes and intersects with the provided area.
getFocusGroupProvider() — method, class com.yworks.ui.GraphCanvasComponent
Returns a canvas group provider instance that yields focusGroup.
getFocusPaintableInstaller(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.model.FocusPaintManager
Callback used by install() to retrieve the focus paintable installer for a given item.
getFoldedGraph(graph:com.yworks.graph.model:IGraph) — Static Method , class com.yworks.graph.model.GraphUtil
Gets the IFoldedGraph instance associated with this IGraph or null if none is associated with it.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.CompositeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DescriptorWrapperLabelModel
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.ExteriorLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.FreeEdgeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.FreeNodeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.GenericLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, interface com.yworks.graph.model.ILabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.InteriorLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.InteriorStretchLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.RotatedSideSliderEdgeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.RotatedSliderEdgeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.RotatingEdgeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(parameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.SliderEdgeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.StretchStripeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.StripeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGraph(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.input.PortLocationModelParameterHandle
Gets the graph to use for setting the parameter via IGraph.setPortLocationModelParameter from the context.
getGraph(modeContext:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.EdgeEndMoveHandle
Gets the graph to use from the context.
getGraph(canvasContext:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.model.GraphObstacleProvider
Helper method that retrieves the IGraph to use from the canvasContext.
getGraph(context:com.yworks.canvas.input:IInputModeContext) — Static Method , class com.yworks.graph.model.GraphUtil
Tries to retrieve an IGraph instance from the IInputModeContext.
getGraphId(o:Object, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Get an ID for the specified graph object
getGraphId(o:Object, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, interface com.yworks.io.graphml.writer.IIdProvider
Get an ID for the specified graph object
getGraphItemMapperTextProvider(itemClass:Class, mapperKey:String) — Static Method , class com.yworks.canvas.input.TooltipTextProviders
Returns a text provider function that queries the mapperRegistry of the current IGraph for the given mapperKey if an item of the given itemClass is hit.
getGraphObject() — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns the graph object.
getGraphObject() — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns the graph object.
getGraphSelection(context:com.yworks.canvas.input:IInputModeContext) — Static Method , class com.yworks.graph.model.GraphUtil
Tries to retrieve an IGraphSelection instance from the IInputModeContext.
getGraphSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getGraphSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.CompositePortCandidateProvider
Returns all source port candidates that belong to the context of this provider.
getGraphSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns all source port candidates that belong to the context of this provider.
getGraphSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, interface com.yworks.graph.model.IPortCandidateProvider
Returns all source port candidates that belong to the context of this provider.
getGraphTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getGraphTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.CompositePortCandidateProvider
Returns all target port candidates that belong to the context of this provider.
getGraphTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns all target port candidates that belong to the context of this provider.
getGraphTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, interface com.yworks.graph.model.IPortCandidateProvider
Returns all target port candidates that belong to the context of this provider.
getGroupedGraph(graph:com.yworks.graph.model:IGraph) — Static Method , class com.yworks.graph.model.GraphUtil
Gets the IGroupedGraph instance associated with this IGraph or null if none is associated with it.
getGroupedGraph(context:com.yworks.canvas.input:IInputModeContext) — Static Method , class com.yworks.graph.model.GroupedGraphUtil
Tries to retrieve an IGroupedGraph instance from the passed context.
getGroupNodeDisplayObjectCreator(ctx:com.yworks.canvas.drawing:IDisplayObjectContext, node:com.yworks.graph.model:INode) — method, class com.yworks.graph.drawing.OverviewGraphDisplayObjectCreator
Obtains the IDisplayObjectCreator for the given group node.
getHandle(position:uint) — method, interface com.yworks.canvas.input.IReshapeHandleProvider
Returns an implementation of an IHandle for the given position that can be used to reshape an object.
getHandle(position:uint) — method, class com.yworks.canvas.input.ReshapeHandleProvider
Provides an IHandle that uses the rectangle and reshapeable instance bound to this instance to perform the actual reshaping.
getHandle(position:uint) — method, class com.yworks.canvas.input.ReshapeableHandles
Provides an IHandle that uses the rectangle and reshapeable instance bound to this instance to perform the actual reshaping.
getHandle(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge, sourceHandle:Boolean) — method, interface com.yworks.graph.model.IEdgePortHandleProvider
Gets an IHandle implementation for one end of the provided edge.
getHandle(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge, sourceHandle:Boolean) — method, class com.yworks.graph.model.PortRelocationHandleProvider
Gets an IHandle implementation for one end of the provided edge.
getHandleProvider(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.InputModeController
Gets the IHandleProvider for a given item.
getHandlerId(oh:com.yworks.io.graphml.writer:IOutputHandler) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Gets the id with which an output handler is registered to this writer.
getHandlers(eventRecognizer:Function) — method, class com.yworks.canvas.input.KeyboardInputMode
Returns all handlers registered using the given recognizer.
getHandlersForKey(context:com.yworks.io.graphml.reader:GraphMLParseContext, keyDefinition:XML, scope:String) — method, class com.yworks.io.graphml.reader.AutoMapperInputHandlerProvider
This implementation will first delegate to the fallback provider passed upon intialization.
getHandlersForKey(context:com.yworks.io.graphml.reader:GraphMLParseContext, keyDefinition:XML, scope:String) — method, interface com.yworks.io.graphml.reader.IInputHandlerProvider
Get a list of IInputHandler instances that can process the given attribute.
getHandlersForScope(context:com.yworks.io.graphml.writer:GraphMLWriteContext, scope:String) — method, class com.yworks.io.graphml.writer.AutoMapperOutputHandlerProvider
Adds output handlers for IRoundtripMapper instances registered with the graph's mapperRegistry, if the mapper's scope property matches the passed scope and the mapper's autoSerialize property is true.
getHandlersForScope(context:com.yworks.io.graphml.writer:GraphMLWriteContext, scope:String) — method, interface com.yworks.io.graphml.writer.IOutputHandlerProvider
Return a list of output handlers that should be used for the given scope
getHandles(context:com.yworks.canvas.input:IInputModeContext) — method, interface com.yworks.canvas.input.IHandleProvider
Returns a collection of zero or more IHandle implementations that are associated with this instance.
getHandles(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.input.CompoundMovePortHandleProvider
Returns a collection of zero or more IHandle implementations that are associated with this instance.
getHandles(context:com.yworks.canvas.input:IInputModeContext, item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.InputModeController
Returns the IHandles for a given element.
getHandles(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.PortRelocationHandleProvider
Returns a collection of zero or more IHandle implementations that are associated with this instance.
getHierarchyItem(item:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy
getHighlightGroupProvider() — method, class com.yworks.ui.GraphCanvasComponent
Returns a canvas group provider instance that yields the highlightGroup.
getHighlightPaintInstaller(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.model.HighlightPaintManager
Callback used by install to retrieve the installer for the IDisplayObjectCreator that renders the highlighting for a given item.
getHitObject(stageX:Number, stageY:Number) — method, class com.yworks.canvas.input.NodeEffectInputMode
Find a canvas object that is hit at the given mouse hover coordinates.
getHits(stageX:Number, stageY:Number, useShape:Boolean) — method, class com.yworks.canvas.CanvasComponent
Returns an array of ICanvasObjects that are hit by the given coords.
getHitTestable(forUserObject:Object) — method, class com.yworks.canvas.CanvasObjectDescriptor
Returns an implementation of IHitTestable that can determine whether the rendering of the user object has been hit at a given coordinate.
getHitTestable(forUserObject:Object) — method, class com.yworks.canvas.CanvasObjectDescriptorAdapter
Returns an implementation of IHitTestable that can determine whether the rendering of the user object has been hit at a given coordinate.
getHitTestable(forUserObject:Object) — method, interface com.yworks.canvas.ICanvasObjectDescriptor
Returns an implementation of IHitTestable that can determine whether the rendering of the user object has been hit at a given coordinate.
getHitTestable(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractStyleRenderer
Configures the style and item parameters, calls configure and returns this.
getHitTestable(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractVoidStyleRenderer
Returns HitTestables.getNever().
getHitTestable(forUserObject:Object) — method, class com.yworks.graph.drawing.EdgeStyleDescriptor
Returns an implementation of IHitTestable that can determine whether the rendering of the user object has been hit at a given coordinate.
getHitTestable(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, interface com.yworks.graph.drawing.IStyleRenderer
Gets an implementation of the IHitTestable interface that can handle the provided item and its associated style.
getHitTestable(forUserObject:Object) — method, class com.yworks.graph.drawing.LabelStyleDescriptor
Returns an implementation of IHitTestable that can determine whether the rendering of the user object has been hit at a given coordinate.
getHitTestable(forUserObject:Object) — method, class com.yworks.graph.drawing.NodeStyleDescriptor
Returns an implementation of IHitTestable that can determine whether the rendering of the user object has been hit at a given coordinate.
getHitTestable(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
This method is overridden for performance reasons.
getHitTestable(forUserObject:Object) — method, class com.yworks.graph.drawing.PortStyleDescriptor
Returns an implementation of IHitTestable that can determine whether the rendering of the user object has been hit at a given coordinate.
getHitTestable(forUserObject:Object) — method, class com.yworks.graph.model.DefaultPortCandidateDescriptor
Returns an implementation of IHitTestable that can determine whether the rendering of the user object has been hit at a given coordinate.
getIcon(ctx:Object) — method, class com.yworks.graph.drawing.CollapsibleNodeStyleDecoratorRenderer
Callback method that yields the IIcon to use.
getIconPlacement() — method, class com.yworks.graph.drawing.IconLabelStyleRenderer
Retrieves the iconPlacement from the style.
getIconSize() — method, class com.yworks.graph.drawing.IconLabelStyleRenderer
Retrieves the size from the style's icon.
getId() — method, interface com.yworks.io.graphml.writer.IResourceDescriptor
getImage(name:String) — Static Method , class com.yworks.resources.images.ImageProvider
Gets the image class for the given class name
getImageBounds(image:flash.display:DisplayObject) — method, class com.yworks.graph.drawing.ImageNodeStyleRenderer
Returns the bounds of the image DisplayObject This implementation uses image.getBounds(image)
getImageData(canvas:com.yworks.canvas:CanvasComponent, exportOptions:com.yworks.io:ExportOptions, canvasSprite:flash.display:Sprite) — method, class com.yworks.remote.AbstractImageExportHandler
Draws the canvas contents to a BitmapData instance.
getIndex(stripe:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
Gets the index of the given stripe in its parent's collection of children.
getInnerStyle() — method, class com.yworks.graph.drawing.IconLabelStyleRenderer
Retrieves the innerStyle from the style.
getInputEdgeRealizerSerializer(element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Get an IEdgeRealizerSerializer for the given xml element and the parse context.
getInputEdgeRealizerSerializers() — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Returns an iterable view of all input edge realizers serializers that have been added to this instance.
getInputHandlers() — method, class com.yworks.io.graphml.GraphMLIOHandler
Returns an iterable view of all input handlers that have been registered with this instance.
getInputLabelSerializer(element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Get an ILabelSerializer for the given xml element and the parse context.
getInputLabelSerializers() — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Returns an iterable view of all input label serializers that have been added to this instance.
getInputNodeRealizerSerializer(element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Get an INodeRealizerSerializer for the given xml element and the parse context.
getInputNodeRealizerSerializers() — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Returns an iterable view of all input node realizer serializers that have been added to this instance.
getInsets(label:com.yworks.graph.model:ILabel) — method, interface com.yworks.graph.drawing.ILabelInsetsProvider
Returns the insets for the given label.
getInsets(node:com.yworks.graph.model:INode) — method, interface com.yworks.graph.drawing.INodeInsetsProvider
Returns the insets for the given node.
getInstance() — Static Method , class com.yworks.canvas.CanvasObjectDescriptor
The singleton instance.
getInstance() — method, class com.yworks.graph.model.DefaultPortCandidate
Returns the instance provided to the constructor or to the setter.
getInstance() — method, interface com.yworks.graph.model.IPortCandidate
Returns the instance that is already live in the graph if this candidate wraps an exisiting port or null otherwise.
getInstance() — Static Method , class com.yworks.support.Config
getInt(key:String) — method, class com.yworks.support.Config
Returns the value of a key as int
getInteriorLabelModelParameter(key:String) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Creates an InteriorLabelModel parameter from a given key.
getInteriorLabelModelParameterKey(parameter:com.yworks.graph.model:ILabelModelParameter) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Gets a String representation for the given InteriorLabelModel parameter.
getInteriorStretchLabelModelParameterKey(parameter:com.yworks.graph.model:ILabelModelParameter) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Gets a String representation for the given InteriorStretchLabelModel parameter.
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.AbstractNodeStyleRenderer
Finds an intersection for the current item using the style.
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.BevelNodeStyleRenderer
Finds an intersection for the current item using the style.
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.CollapsibleNodeStyleDecoratorRenderer
Finds an intersection for the current item using the style.
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.GeneralPathNodeStyleRenderer
Finds an intersection for the current item using the style.
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, interface com.yworks.graph.drawing.IShapeGeometry
Returns the intersection for the given line with this shape's geometry.
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.ShapeNodeStyleRenderer
Returns the intersection for the given line with this shape's geometry.
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.ShinyPlateNodeStyleRenderer
Finds an intersection for the current item using the style.
getIntersection(node:com.yworks.graph.model:INode, innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.SimpleAbstractNodeStyle
Gets the intersection of a line with the visual representation of the node.
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.common.VoidShapeGeometry
Returns the intersection for the given line with this shape's geometry.
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.compat.JavaGenericNodeStyleWrapperRenderer
This implementation delegates to the renderer of the wrapped style.
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer
Finds an intersection for the current item using the style.
getIntersection(node:com.yworks.graph.model:INode, nodeShapeGeometry:com.yworks.graph.drawing:IShapeGeometry, edge:com.yworks.graph.model:IEdge, innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersection:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.model.DefaultEdgeIntersectionCalculator
Finds the intersection between a node and the edge.
getItem(forObject:com.yworks.canvas:ICanvasObject, type:Class) — method, class com.yworks.canvas.model.CollectionModelManager
Tries to find the item managed by this instance that is associated with the given canvas object.
getItemAt(index:int) — method, class com.yworks.canvas.model.DefaultCollectionModel
Returns the element at the specified position in this collection.
getItemAt(index:int) — method, class com.yworks.graph.model.BendList
Returns the element at the specified position in this collection.
getItemAt(index:int) — method, class com.yworks.support.ArrayList
Returns the element at the specified position in this collection.
getItemAt(index:int) — method, interface com.yworks.support.Collection
Returns the element at the specified position in this collection.
getItemAt(index:int) — method, class com.yworks.support.EmptyList
Returns the element at the specified position in this collection.
getItemAt(index:int) — method, class com.yworks.support.HashSet
Not supported.
getItemAt(index:int) — method, class com.yworks.support.ReadOnlyList
Returns the element at the specified position in this collection.
getItemAt(index:int) — method, class com.yworks.support.SingletonList
Returns the element at the specified position in this collection.
getItemAt(i:int) — method, class com.yworks.support.YList
Returns the element at the specified position in this collection.
getItemAt(index:int) — method, class com.yworks.util.CompositeCollectionModel
Returns the element at the specified position in this collection.
getItemAt(index:int) — method, class com.yworks.util.FilteredCollectionModel
Returns the element at the specified position in this collection.
getItemType(item:com.yworks.canvas.model:IModelItem) — Static Method , class com.yworks.graph.model.GraphItemTypes
The type of the item.
getItemType(item:com.yworks.canvas.model:IModelItem) — Static Method , class com.yworks.graph.model.StripeTypes
The type of the item.
getKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AbstractOutputHandler
This implementation does nothing.
getLabelAt(index:uint) — method, interface com.yworks.graph.model.ILabelCollection
Returns the label at position index in the collection.
getLabelAt(index:uint) — method, class com.yworks.graph.model.ListLabelCollection
Returns the label at position index in the collection.
getLabelModel(modelName:String) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Creates a label model for the given model name.
getLabelModelName(model:com.yworks.graph.model:ILabelModel) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Gets the name of the given label model.
getLabelModelParameter(key:String, stretch:Boolean) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Creates a label model parameter from a given key string.
getLabelModelParameterInstance(owner:com.yworks.graph.model:ILabeledItem) — method, interface com.yworks.graph.model.IStripeDefaults
Factory method that returns a label model parameter instance for use with newly created labels.
getLabelModelParameterInstance(owner:com.yworks.graph.model:ILabeledItem) — method, class com.yworks.graph.model.StripeDefaults
Factory method that returns a label model parameter instance for use with newly created labels.
getLabelModelParameterKey(parameter:com.yworks.graph.model:ILabelModelParameter) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Gets a String representation for the given label model parameter.
getLabelStyleInstance(owner:com.yworks.graph.model:ILabeledItem) — method, interface com.yworks.graph.model.IStripeDefaults
Factory method that returns a style instance for use with newly created labels.
getLabelStyleInstance(owner:com.yworks.graph.model:ILabeledItem) — method, class com.yworks.graph.model.StripeDefaults
Factory method that returns a style instance for use with newly created labels.
getLastContainer(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.reader.DefaultGraphElementFactory
Gets the IGraph from the context.
getLeadingHeaderHitTestable() — method, interface com.yworks.graph.model.IStripeHitTestHelper
Return a IHitTestable that should report hits on the leading header region of the stripe.
getLeaves(container:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
Gets a list with the leaves of the given stripe.
getLineMetrics(lineIndex:int) — method, interface com.yworks.canvas.input.ITextEditor
Returns the line metrics of a line in the text that is rendered by this editor.
getLineType(width:int, style:uint) — Static Method , class com.yworks.graph.drawing.compat.LineType
Factory method which creates a LineType instance with the given width and style
getLocation(port:com.yworks.graph.model:IPort, modelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, interface com.yworks.graph.model.portLocation.IPortLocationModel
Calculates the location in form of an IPoint for a given port using the given model parameter.
getLocation(port:com.yworks.graph.model:IPort, modelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.model.portLocation.NodeScaledPortLocationModel
Calculates the location in form of an IPoint for a given port using the given model parameter.
getLookup() — method, class com.yworks.graph.model.AbstractGraphWrapper
Gets the lookup instance to use in lookup()
getLookup() — method, class com.yworks.graph.model.AbstractModelItem
Returns the currently set ILookup delegate.
getMainCanvasObject(forItem:com.yworks.canvas.model:IModelItem) — method, interface com.yworks.canvas.ICanvasContext
Returns the main ICanvasObject that represents the given item in the CanvasComponent or null.
getMainCanvasObject(item:Object) — method, class com.yworks.canvas.model.CollectionModelManager
Retrieves the main canvas object that has been registered for the given item or null.
getMainCanvasObject(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.GraphModelManager
Retrieves the main canvas object that has been registered for the given item or null.
getMainRenderCanvasObject(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.GraphModelManager
Retrieves the main render canvas object that has been registered for the given item or null.
getMapper(tag:Object) — method, interface com.yworks.graph.model.IMapperRegistry
Return a mapper that has previously been registered with this instance for the given tag.
getMapper(graph:com.yworks.graph.model:IGraph) — method, class com.yworks.io.graphml.reader.AutoMapperAttributeInputHandler
Get the mapper that will be used to store the parsed mapper values.
getMapper(graph:com.yworks.graph.model:IGraph) — method, class com.yworks.io.graphml.reader.ObjectMapperAttributeInputHandler
Returns the IMapper which is handled by this instance.
getMarqueeTestable(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractStyleRenderer
Configures the style and item parameters, calls configure and returns this.
getMarqueeTestable(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractVoidStyleRenderer
Returns MarqueeTestable.never
getMarqueeTestable(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — method, interface com.yworks.graph.drawing.IStyleRenderer
Gets an implementation of the IMarqueeTestable interface that can handle the provided item and its associated style.
getMaster(item:com.yworks.canvas.model:IModelItem) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the original "master" items in the FoldingManager's masterGraph that is managed by the manager associated with this view.
getMasterBend(bend:com.yworks.graph.model:IBend) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the original "master" bend in the masterGraph that is managed by the manager associated with this view.
getMasterEdge(edge:com.yworks.graph.model:IEdge) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the original "master" edge in the masterGraph that is managed by the manager associated with this view.
getMasterEdges(dummyEdge:com.yworks.graph.model:IEdge) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that corresponds to the getMasterEdge method, but is used for dummy edges, only.
getMasterLabel(label:com.yworks.graph.model:ILabel) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the original "master" label item in the masterGraph that is managed by the manager associated with this view.
getMasterNode(node:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the original "master" node in the masterGraph that is managed by the manager associated with this view.
getMasterPort(port:com.yworks.graph.model:IPort) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the original "master" port in the masterGraph that is managed by the manager associated with this view.
getMaximumSize(item:Object) — method, interface com.yworks.canvas.input.ISizeConstraintProvider
Returns the maximum size allowed for the given item.
getMaximumSize(item:Object) — method, class com.yworks.canvas.input.SizeConstraintProvider
Returns the maximum size allowed for the given item.
getMemberSerializer(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, currentValue:Object, propertyDesc:XML) — method, class com.yworks.io.graphml.writer.serializer.ReflectionBasedSerializer
getMemento(clipboardModelItem:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.GraphClipboard
Retrieves the memento associated with an item in the clipboard graph that has been stored with the item during onElementCopied and onElementCut.
getMinimumEnclosedArea(item:Object) — method, interface com.yworks.canvas.input.ISizeConstraintProvider
Returns the minimum area that needs to be enclosed by the given item.
getMinimumEnclosedArea(item:Object) — method, class com.yworks.canvas.input.SizeConstraintProvider
Returns the minimum area that needs to be enclosed by the given item.
getMinimumSize(item:Object) — method, interface com.yworks.canvas.input.ISizeConstraintProvider
Returns the minimum size allowed for the given item.
getMinimumSize(item:Object) — method, class com.yworks.canvas.input.SizeConstraintProvider
Returns the minimum size allowed for the given item.
getModelItem(canvasObject:com.yworks.canvas:ICanvasObject) — method, class com.yworks.graph.model.GraphModelManager
Retrieves the corresponding IModelItem for the given canvas object.
getMovementInfos(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Gets the movement information for the provided edge.
getMovementInfos(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Gets the MovementInfos that describe the orthogonal path of the edge.
getMoveType(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.input.PortLocationModelParameterHandle
Determines the type of the movement for the given port.
getMutablePoint(index:uint) — method, class com.yworks.canvas.geom.ArrayControlPoints
Returns a mutable view of one of the point in this list.
getMutablePoint(index:uint) — method, class com.yworks.canvas.geom.ControlPoints
Returns a mutable view of one of the point in this list.
getMutablePoint(index:uint) — method, interface com.yworks.canvas.geom.IMutableControlPoints
Returns a mutable view of one of the point in this list.
getMutexOwner() — method, class com.yworks.canvas.input.MultiplexingInputMode
Finds the IConcurrentInputMode that currently owns the mutex or null.
getName() — method, interface com.yworks.io.graphml.writer.IAttributeProvider
Returns the name of the attribute.
getNamespace(packageName:String) — Static Method , class com.yworks.io.SymbolicPackageNameRegistry
getNamespace() — method, class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer
Returns the namespace of the element this serilaizer writes.
getNamespace() — method, class com.yworks.io.graphml.realizer.AbstractJavaNodeRealizerSerializer
Returns the namespace of the element this serilaizer writes.
getNamespace() — method, class com.yworks.io.graphml.realizer.AbstractNodeRealizerSerializer
Returns GraphMLConstants.YWORKS_EXT_NS.
getNamespace() — method, interface com.yworks.io.graphml.realizer.IRealizerSerializer
Returns the namespace of the element this serilaizer writes.
getNamespace() — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer
Returns the namespace of the element this serilaizer writes.
getNearBorderHitTestable() — method, interface com.yworks.graph.model.IStripeHitTestHelper
Return a IHitTestable that should report hits on the near border region of the stripe.
getNearestCommonAncestor(hierarchy:com.yworks.graph.model:INodeHierarchy, items:com.yworks.support:Iterator) — Static Method , class com.yworks.graph.model.Hierarchies
Determines the nearest common ancestor of the items provided in the hierarchy.
getNever() — Static Method , class com.yworks.canvas.drawing.HitTestables
Creates and returns an IHitTestable that always returns false.
getNewParameter(port:com.yworks.graph.model:IPort, model:com.yworks.graph.model.portLocation:IPortLocationModel, newLocation:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.PortLocationModelParameterHandle
Callback method that obtains the new parameter for the given location and port.
getNewSourcePort(source:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraph
Determines an IPort instance to use for the creation of a new edge that starts at the given node.
getNewTargetPort(target:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraph
Determines a IPort instance to use for the creation of a new edge that ends at the given node.
getNode(point:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Retrieves the node at a given position in world coordinates.
getNodeCount() — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns the number of nodes in the graph.
getNodeCount() — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns the number of nodes in the graph.
getNodeDisplayObjectCreator(ctx:com.yworks.canvas.drawing:IDisplayObjectContext, node:com.yworks.graph.model:INode) — method, class com.yworks.graph.drawing.OverviewGraphDisplayObjectCreator
Obtains the IDisplayObjectCreator for the given node.
getNodeForId(graph:com.yworks.graph.model:IGraph, id:Object) — Static Method , class com.yworks.graph.model.GraphUtil
Uses the DefaultGraph.MAPPER_KEY_NODE_2_ID mapper registered with the graph's mapperRegistry to lookup the node that corresponds to the provided id.
getNodeId(o:Object, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Get an ID for the specified node object
getNodeId(o:Object, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, interface com.yworks.io.graphml.writer.IIdProvider
Get an ID for the specified node object
getNodeInsets(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.InteriorLabelModel
Returns the insets this model would require for the node owner of the label if the the given label was used with the provided parameter.
getNodeInsets(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.InteriorStretchLabelModel
Returns the insets this model would require for the node owner of the label if the the given label was used with the provided parameter.
getNodeLabelCanvasObjectGroup(canvas:com.yworks.canvas:CanvasComponent, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.GraphModelManager
Retrieves the canvas object group the given node label shall be installed in depending on the set labelLayerPolicy.
getNodeLayout(x:Number, y:Number, width:Number, height:Number) — method, class com.yworks.graph.input.NodeDropInputMode
Calculates the layout of the new node.
getNodeMovementInfo(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Gets the movement info for the given node.
getNodeObjects() — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns an iterator over all nodes that are contained in the current graph object.
getNodeObjects() — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns an iterator over all nodes that are contained in the current graph object.
getNodeSubgraph(node:Object) — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns the subgraph which might be defined under a node.
getNodeSubgraph(node:Object) — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns the subgraph which might be defined under a node.
getNodeViewState(nodeId:com.yworks.graph.model:DummyNodeId) — method, class com.yworks.graph.model.FoldingManager
Provides access to the dummy state of a node for a specific view.
getNumber(key:String) — method, class com.yworks.support.Config
Returns the value of a key as Number
getObstacleHash(context:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.model.BridgeManager
Gets a hash code that describes the current state of the obstacles.
getObstacles(canvasContext:com.yworks.canvas.drawing:IPaintContext) — method, interface com.yworks.canvas.model.IObstacleProvider
Yield the obstacles that the item that provided this instance would add to the scene for the given IPaintContext.
getObstacles(ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
Yield the obstacles that the item that provided this instance would add to the scene for the given IPaintContext.
getObstacles(canvasContext:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.model.GraphObstacleProvider
Iterates over all edges and nodes to query an IObstacleProvider from the IModelItem's lookup.
getOrientationStyle(context:com.yworks.canvas.drawing:IPaintContext) — method, interface com.yworks.canvas.model.IAddBridgesCallback
Gets the bridge orientation style to use in the given IPaintContext.
getOrthogonalEdgeHelper(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Callback method that gets the IOrthogonalEdgeHelper instance associated with the given edge.
getOutline() — method, class com.yworks.graph.drawing.AbstractNodeStyleRenderer
Returns the outline of the shape using the node's layout.
getOutline() — method, class com.yworks.graph.drawing.BevelNodeStyleRenderer
Returns the outline of the shape using the node's layout.
getOutline() — method, class com.yworks.graph.drawing.CollapsibleNodeStyleDecoratorRenderer
Returns the outline of the shape using the node's layout.
getOutline() — method, class com.yworks.graph.drawing.GeneralPathNodeStyleRenderer
Returns the outline of the shape using the node's layout.
getOutline() — method, interface com.yworks.graph.drawing.IShapeGeometry
Returns the outline of the shape or null.
getOutline() — method, class com.yworks.graph.drawing.ShapeNodeStyleRenderer
Returns the outline of the shape using the node's layout.
getOutline() — method, class com.yworks.graph.drawing.ShinyPlateNodeStyleRenderer
Returns the outline of the shape using the node's layout.
getOutline(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.drawing.SimpleAbstractNodeStyle
Gets the outline of the visual style.
getOutline() — method, class com.yworks.graph.drawing.common.VoidShapeGeometry
Returns the outline of the shape or null.
getOutline() — method, class com.yworks.graph.drawing.compat.JavaGenericNodeStyleWrapperRenderer
This implementation delegates to the renderer of the wrapped style.
getOutputEdgeRealizerSerializer(edge:com.yworks.graph.model:IEdge, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Get an IEdgeRealizerSerializer for the given edge and the write context.
getOutputEdgeRealizerSerializers() — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Returns an iterable view of all output edge realizers serializers that have been added to this instance.
getOutputHandlers(scope:String) — method, class com.yworks.io.graphml.GraphMLIOHandler
Returns an editable view on the registered output handlers for GraphML attributes with given scope that are registered with this GraphMLIOHandler.
getOutputNodeRealizerSerializer(node:com.yworks.graph.model:INode, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Get an INodeRealizerSerializer for the given node and the write context.
getOutputNodeRealizerSerializers() — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Returns an iterable view of all output node realizers serializers that have been added to this instance.
getOverviewEdgeStyle(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.drawing.OverviewGraphDisplayObjectCreator
Callback that returns and/or configures a edge style for the given edge to render.
getOverviewGroupNodeStyle(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.drawing.OverviewGraphDisplayObjectCreator
Callback that returns and/or configures a node style for the given group node to render.
getOverviewNodeStyle(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.drawing.OverviewGraphDisplayObjectCreator
Callback that returns and/or configures a node style for the given node to render.
getPackageName(symbolicPackageName:String) — Static Method , class com.yworks.io.SymbolicPackageNameRegistry
As a symbolic package name can be mapped to multiple package names, this method is now deprecated.
getPackageNames(symbolicPackageName:String) — Static Method , class com.yworks.io.SymbolicPackageNameRegistry
Returns the package names that the given symbolic name is mapped to.
getPagePrintBounds(ctx:com.yworks.canvas:ICanvasPrintContext) — method, class com.yworks.canvas.CanvasPrinter
Callback method during an addPrintPage call that determines the rectangle to print on the given page.
getParameterCandidates(graph:com.yworks.graph.model:IGraph, label:com.yworks.graph.model:ILabel) — method, class com.yworks.canvas.input.LabelPositionHandler
Callback method that gets the candidates for the given graph and label.
getParameters(port:com.yworks.graph.model:IPort, model:com.yworks.graph.model.portLocation:IPortLocationModel) — method, interface com.yworks.graph.input.IPortLocationModelParameterProvider
Returns an iterator over a set of possible IPortLocationModelParameter instances that can be used for a given port and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.CompositeLabelModel
The parameters of all composed ILabelModel in labelModels are returned.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.DescriptorWrapperLabelModel
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.ExteriorLabelModel
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.GenericLabelModel
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, interface com.yworks.graph.model.ILabelModelParameterProvider
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.InteriorLabelModel
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.InteriorStretchLabelModel
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.RotatedSideSliderEdgeLabelModel
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.RotatedSliderEdgeLabelModel
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.RotatingEdgeLabelModel
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.SliderEdgeLabelModel
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.StretchStripeLabelModel
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — method, class com.yworks.graph.model.StripeLabelModel
Returns an iterator over a set of possible ILabelModelParameter instances that can be used for the given label and model.
getParent(child:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy
Returns the parent item of the item or root if child is a top-level item.
getParent(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.GroupedGraph
Convenience method that yields the parent of a node.
getParent(node:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.IGroupedGraph
Convenience method that yields the parent of a node.
getParent(child:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.INodeHierarchy
Returns the parent item of the item or root if child is a top-level item.
getParent(stripe:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
Gets the parent of the given stripe in a table hierarchy.
getParseErrorHandler() — method, class com.yworks.io.graphml.reader.GraphMLParseContext
Returns the error handler implementation that is used during parsing.
getPath() — method, class com.yworks.graph.drawing.AbstractEdgeStyleRenderer
Returns a representation of the visible path of the edge in form of a GeneralPath
getPath() — method, interface com.yworks.graph.drawing.IPathGeometry
Returns a representation of the visible path of the edge in form of a GeneralPath
getPath() — method, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
Returns a representation of the visible path of the edge in form of a GeneralPath
getPath(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.drawing.SimpleAbstractEdgeStyle
Gets the path of the edge.
getPath() — method, class com.yworks.graph.drawing.common.VoidPathGeometry
getPathDisplayObjectCreator(path:com.yworks.canvas.drawing:GeneralPath, stroke:mx.graphics:IStroke) — method, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
Returns an IDisplayObjectCreator for the given path and stroke.
getPathGeometry(edge:com.yworks.graph.model:IEdge, style:com.yworks.graph.drawing:IEdgeStyle) — method, class com.yworks.graph.drawing.AbstractEdgeStyleRenderer
Gets an implementation of the IPathGeometry interface that can handle the provided edge and its associated style.
getPathGeometry(edge:com.yworks.graph.model:IEdge, style:com.yworks.graph.drawing:IEdgeStyle) — method, class com.yworks.graph.drawing.DelegatingStyleRenderer
Gets an implementation of the IPathGeometry interface that can handle the provided edge and its associated style.
getPathGeometry(edge:com.yworks.graph.model:IEdge, style:com.yworks.graph.drawing:IEdgeStyle) — method, interface com.yworks.graph.drawing.IEdgeStyleRenderer
Gets an implementation of the IPathGeometry interface that can handle the provided edge and its associated style.
getPathGeometry(edge:com.yworks.graph.model:IEdge, style:com.yworks.graph.drawing:IEdgeStyle) — method, class com.yworks.graph.drawing.common.VoidEdgeStyleRenderer
Always returns VoidPathGeometry.instance.
getPathToRoot(hierarchy:com.yworks.graph.model:INodeHierarchy, node:com.yworks.graph.model:INode) — Static Method , class com.yworks.graph.model.Hierarchies
Gets the path to root traversing all parents of the given item.
getPathType() — method, class com.yworks.canvas.drawing.PathCursor
Returns the type of the path at the position of the cursor.
getPointAt(index:uint) — method, class com.yworks.canvas.geom.ArrayControlPoints
Returns the i-th point in the list.
getPointAt(index:uint) — method, class com.yworks.canvas.geom.ControlPoints
Returns the i-th point in the list.
getPointAt(index:uint) — method, interface com.yworks.canvas.geom.IControlPoints
Returns the i-th point in the list.
getPointAt(index:uint) — method, class com.yworks.graph.model.BendList
Returns the i-th point in the list.
getPort(index:uint) — method, interface com.yworks.graph.model.IPortCollection
Returns the port at position index in the collection.
getPort(index:uint) — method, class com.yworks.graph.model.ListPortModel
Gets the port at the given index.
getPort(context:com.yworks.canvas.input:IInputModeContext, candidate:com.yworks.graph.model:IPortCandidate, suggestedLocation:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.model.PortRelocationHandle
Callback used during dragFinished() This implementation returns the result of IPortCandidate.createInstance() or calls IGraph.addPort() if the result was null.
getPortCandidateAt(context:com.yworks.canvas.input:IInputModeContext, location:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.model.DefaultPortCandidate
Returns a candidate that is derived from this instance that best fits the provided location.
getPortCandidateAt(context:com.yworks.canvas.input:IInputModeContext, location:com.yworks.canvas.geom:IPoint) — method, interface com.yworks.graph.model.IPortCandidate
Returns a candidate that is derived from this instance that best fits the provided location.
getPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.AbstractPortCandidateProvider
Creates an enumeration of possibly port candidates.
getPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.NodeCenterPortCandidateProvider
Creates an enumeration of possibly port candidates.
getPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.PortCandidateProvider
Returns the list of candidates used by this instance.
getPortCandidates(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge, sourcePort:Boolean) — method, class com.yworks.graph.model.PortRelocationHandle
Gets the possible candidates for the given edge.
getPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.ShapeGeometryPortCandidateProvider
Creates an enumeration of possibly port candidates.
getPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.UnoccupiedPortCandidateProvider
Creates an enumeration of possibly port candidates.
getPortCanvasObjectGroup(canvas:com.yworks.canvas:CanvasComponent, port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.GraphModelManager
Retrieves the canvas object group the given port shall be installed in depending on the set portLayerPolicy.
getPortId(o:Object, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Get an ID for the specified port object
getPortId(o:Object, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, interface com.yworks.io.graphml.writer.IIdProvider
Get an ID for the specified port object
getPortMovementInfo(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Gets the movement info for the given port.
getPortObjects(node:Object) — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns an iterator over all ports that belong to the given node
getPortObjects(node:Object) — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns an iterator over all ports that belong to the given node
getPortViewState(nodePortId:com.yworks.graph.model:DummyNodePortId) — method, class com.yworks.graph.model.FoldingManager
Provides access to the dummy state of a port for a specific view.
getPrecedence() — method, interface com.yworks.io.graphml.reader.Precedence
Returns the precedence value of this instance.
getPrecedence() — method, class com.yworks.io.graphml.reader.ReadNodeLayoutHandler
Node Layout needs to be parsed first (before ports)
getPrecedence() — method, class com.yworks.io.graphml.reader.ReadPortLayoutHandler
getPrecedence() — method, class com.yworks.io.graphml.reader.SharedDataInputHandler
Returns the precedence value of this instance.
getPrecedence() — method, class com.yworks.io.graphml.realizer.CompatResourceInputHandler
Returns the precedence value of this instance.
getPrecedence() — method, class com.yworks.io.graphml.realizer.CompatResourceOutputHandler
Returns the precedence value of this instance.
getPrecedence() — method, class com.yworks.io.graphml.writer.SharedDataOutputHandler
Returns the precedence value of this instance.
_getPreferredSize() — method, class com.yworks.graph.drawing.AbstractLabelStyleRenderer
Calculates the preferred size given the current state of the renderer.
getPreferredSize(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — method, class com.yworks.graph.drawing.AbstractLabelStyleRenderer
Calculates the ILabel.preferredSize of a given label using the associated style.
_getPreferredSize() — method, class com.yworks.graph.drawing.CSSLabelStyleRenderer
Calculates the preferred size using _getPreferredSizeCore.
getPreferredSize(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — method, class com.yworks.graph.drawing.DelegatingStyleRenderer
Calculates the ILabel.preferredSize of a given label using the associated style.
getPreferredSize(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — method, interface com.yworks.graph.drawing.ILabelStyleRenderer
Calculates the ILabel.preferredSize of a given label using the associated style.
getPreferredSize(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — method, class com.yworks.graph.drawing.IconLabelStyleRenderer
Calculates the ILabel.preferredSize of a given label using the associated style.
getPreferredSize(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.drawing.SimpleAbstractLabelStyle
Callback that returns the preferred size of the label.
_getPreferredSize() — method, class com.yworks.graph.drawing.SimpleLabelStyleRenderer
Calculates the preferred size using _getPreferredSizeCore.
getPreferredSize(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.drawing.TLFLabelStyle
Callback that returns the preferred size of the label.
_getPreferredSize() — method, class com.yworks.graph.drawing.TemplateLabelStyleRenderer
Calculates the preferred size given the current state of the renderer.
getPreferredSize(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — method, class com.yworks.graph.drawing.common.VoidLabelStyleRenderer
Yields Size.EMPTY
_getPreferredSizeCore() — method, class com.yworks.graph.drawing.CSSLabelStyleRenderer
Calculates the preferred size given the current state of the renderer.
_getPreferredSizeCore() — method, class com.yworks.graph.drawing.SimpleLabelStyleRenderer
Calculates the preferred size given the current state of the renderer.
getPrefix(symbolicPackageName:String) — Static Method , class com.yworks.io.SymbolicPackageNameRegistry
getPreviewTableLayout(mouseLocation:com.yworks.canvas.geom:IPoint, size:com.yworks.canvas.geom:ISize) — method, class com.yworks.graph.input.StripeDropInputMode
Calculates the layout of the new table.
getProperties(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object) — method, class com.yworks.io.graphml.writer.serializer.ReflectionBasedSerializer
Returns a list of all properties that should be serialized.
getProperty(name:String) — method, class com.yworks.io.graphml.GraphMLContext
Retrieve a context property.
getProperty(key:String) — method, class com.yworks.support.Config
Returns the value of a key as String
getProperty(name:any) — method, class com.yworks.support.YList
getRealizerSerializer(node:com.yworks.graph.model:INode, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, class com.yworks.io.graphml.realizer.WriteNodeRealizerHandler
Get an IRealizerSerializer instance for the given node.
getRectangle(userObject:Object) — method, class com.yworks.canvas.drawing.OrientedRectangleSelectionPaintable
Factory method that retrieves the bounds for a given user object.
getRectangle(userObject:Object) — method, class com.yworks.canvas.drawing.RectangularHighlightPaintable
Factory method that retrieves the bounds for a given user object.
getRectangle(userObject:Object) — method, class com.yworks.canvas.drawing.RectangularSelectionPaintable
Factory method that retrieves the bounds for a given user object.
getRectangleCenter(rect:com.yworks.canvas.geom:IRectangle) — Static Method , class com.yworks.canvas.geom.GeomSupport
Returns the current center point of the rectangle.
getRegisteredDeserializers() — method, class com.yworks.io.graphml.GraphMLIOHandler
Returns an Iterable of all deserializers that have been registered with this instance.
getRegisteredIds() — method, interface com.yworks.io.graphml.realizer.IWriteResourceHandler
Returns an Iterable over all registered IDs of this handler.
getRegisteredKeys() — Static Method , class com.yworks.util.BitmapCache
Returns an iterator over all registered keys.
getRegisteredRecognizers() — method, class com.yworks.canvas.input.KeyboardInputMode
Returns an enumerator over all distinct registered recognizers.
getRegisteredSerializers() — method, class com.yworks.io.graphml.GraphMLIOHandler
Returns an iterable view of all serializers that have been registered with this instance.
getRepresentative(modelItem:com.yworks.canvas.model:IModelItem) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the representing items in this graph-view for all items that are part of the FoldingManager's masterGraph that is associated with the manager of this instance.
getRepresentativeBend(bend:com.yworks.graph.model:IBend) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the representing bends in this graph-view for all bends that are part of the masterGraph that is associated with the manager of this instance.
getRepresentativeEdge(edge:com.yworks.graph.model:IEdge) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the representing edges in this graph-view for all edges that are part of the masterGraph that is associated with the manager of this instance.
getRepresentativeLabel(label:com.yworks.graph.model:ILabel) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the representing labels in this graph-view for all labels that are part of the masterGraph that is associated with the manager of this instance.
getRepresentativeNode(node:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the representing node in this graph-view for all nodes that are part of the masterGraph that is associated with the manager of this instance.
getRepresentativePort(port:com.yworks.graph.model:IPort) — method, interface com.yworks.graph.model.IFoldedGraph
Helper method that can be used to retrieve the representing ports in this graph-view for all ports that are part of the masterGraph that is associated with the manager of this instance.
getResource(id:String) — method, interface com.yworks.io.graphml.realizer.IWriteResourceHandler
Gets a shared object resource which is registered to the given ID.
getResourceElement(id:String, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, interface com.yworks.io.graphml.realizer.IReadResourceHandler
Get the xml element representing the shared resource.
getRoot(stripe:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
Gets the root stripe of the given stripe.
getRowAtPosition(canvas:com.yworks.canvas:CanvasComponent, x:Number, y:Number) — Static Method , class com.yworks.graph.model.TableUtils
Returns the IRow at the given view coordinates if there is any or null otherwise.
getScale(ctx:com.yworks.canvas:ICanvasPrintContext) — method, class com.yworks.canvas.CanvasPrinter
Calculates the scale factor that will be applied to the canvas contents for printing, given the current properties of this instance and the page size.
getSegmentCount() — method, class com.yworks.canvas.drawing.GeneralPath
Gets the number of segments in this path, i.e.
getSegmentCount() — method, class com.yworks.graph.drawing.AbstractEdgeStyleRenderer
Returns the number of "segments" this edge's path consists of.
getSegmentCount() — method, interface com.yworks.graph.drawing.IPathGeometry
Returns the number of "segments" this edge's path consists of.
getSegmentCount() — method, class com.yworks.graph.drawing.PolylineEdgeStyleRenderer
Returns the number of "segments" this edge's path consists of.
getSegmentCount(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.drawing.SimpleAbstractEdgeStyle
Gets the number of segments of the edge.
getSegmentCount() — method, class com.yworks.graph.drawing.common.VoidPathGeometry
getSegmentOrientation(inputModeContext:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge, segmentIndex:int) — method, interface com.yworks.graph.input.IOrthogonalEdgeHelper
Gets the declared orientation of the given segment at the provided edge.
getSegmentOrientation(edge:com.yworks.graph.model:IEdge, segmentIndex:int) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Gets the declared segment orientation for the provided segment at the given edge.
getSegmentOrientation(inputModeContext:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge, segmentIndex:int) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeHelper
Gets the orientation of the given segment by looking at the geometry of the segment.
getSegmentTangent(segment:int, ratio:Number, c:com.yworks.canvas.geom:YPoint, up:com.yworks.canvas.geom:YPoint) — method, class com.yworks.graph.drawing.AbstractEdgeStyleRenderer
Calculates the tangent on the edge's path at the given segment and ratio point.
getSegmentTangent(segment:int, ratio:Number, p:com.yworks.canvas.geom:YPoint, v:com.yworks.canvas.geom:YPoint) — method, interface com.yworks.graph.drawing.IPathGeometry
Calculates the tangent on the edge's path at the given segment and ratio point.
getSegmentTangent(segment:int, ratio:Number, p:com.yworks.canvas.geom:YPoint, t:com.yworks.canvas.geom:YPoint) — method, class com.yworks.graph.drawing.PolylineEdgeStyleRenderer
Calculates the tangent on the edge's path at the given segment and ratio point.
getSegmentTangent(edge:com.yworks.graph.model:IEdge, segment:int, ratio:Number, p:com.yworks.canvas.geom:YPoint, v:com.yworks.canvas.geom:YPoint) — method, class com.yworks.graph.drawing.SimpleAbstractEdgeStyle
Gets the tangent to the edge at the specified ratio of a segment of the edge and the corresponding touch point.
getSegmentTangent(segment:int, ratio:Number, p:com.yworks.canvas.geom:YPoint, v:com.yworks.canvas.geom:YPoint) — method, class com.yworks.graph.drawing.common.VoidPathGeometry
getSelectionGroupProvider() — method, class com.yworks.ui.GraphCanvasComponent
Returns a canvas group provider instance that yields a SelectionGroup.
getSelectionPaintable(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.SelectionPaintManager
Callback used by install to retrieve the selection paintable for a given item.
getSelectionRectangle() — method, class com.yworks.canvas.input.MarqueeSelectionInputMode
Returns a copy of the state of the current or last marquee selection rectangle.
getSerializer(context:com.yworks.io.graphml.writer:GraphMLWriteContext, o:Object) — method, interface com.yworks.io.graphml.writer.ISerializerRegistry
Returns a ISerializer implementation that can serialize the object representation in o
getService(serviceURL:String) — Static Method , class com.yworks.remote.HttpServiceFactory
Create and configure a http service for the given service name.
getShapeGeometry(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — method, class com.yworks.graph.drawing.AbstractNodeStyleRenderer
Configures the style and item parameters, calls configure and returns this.
getShapeGeometry(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — method, class com.yworks.graph.drawing.DelegatingStyleRenderer
Gets an implementation of the IShapeGeometry interface that can handle the provided node and its associated style.
getShapeGeometry(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — method, interface com.yworks.graph.drawing.INodeStyleRenderer
Gets an implementation of the IShapeGeometry interface that can handle the provided node and its associated style.
getShapeGeometry(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — method, class com.yworks.graph.drawing.common.VoidNodeStyleRenderer
Always returns VoidShapeGeometry.instance.
getShapeGeometry(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — method, class com.yworks.graph.drawing.compat.JavaGenericNodeStyleWrapperRenderer
Gets an implementation of the IShapeGeometry interface that can handle the provided node and its associated style.
getShapeNodeShapeName(shapeNodeShape:uint) — Static Method , class com.yworks.graph.drawing.ShapeNodeShape
Gets the serialization String corresponding to the given id integer value of a shape.
getShapeNodeShapeValue(shapeNodeShapeName:String) — Static Method , class com.yworks.graph.drawing.ShapeNodeShape
Gets the integer value which corresponds to the serialization String of a shape.
getSmoothing() — method, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
Gets the smoothing factor
getSmoothing() — method, class com.yworks.graph.drawing.PolylineEdgeStyleRenderer
Gets the smoothing factor
getSnapLines(context:com.yworks.graph.input.snapLines:GraphSnapContext, evt:com.yworks.canvas.input.snapLines:CollectSnapResultEvent, suggestedLayout:com.yworks.canvas.geom:IRectangle, node:com.yworks.graph.model:INode, moveType:uint) — method, class com.yworks.graph.input.snapLines.NodeReshapeSnapResultProvider
Provides the snap lines that shall be checked by collectSnapLineSnapResults.
getSnapResultGroupProvider() — method, class com.yworks.ui.GraphCanvasComponent
Returns a canvas group provider instance that yields the snapResultGroup.
getSourceArrowAnchor(arrow:com.yworks.graph.model:IArrow, anchorPoint:com.yworks.canvas.geom:IPointSetter, arrowDirection:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.AbstractEdgeStyleRenderer
Calculate and update the anchor and the source arrow's direction vector.
getSourceArrowAnchor(arrow:com.yworks.graph.model:IArrow, anchorPoint:com.yworks.canvas.geom:IPointSetter, arrowDirection:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
Calculate and update the anchor and the source arrow's direction vector.
getSourceArrowAnchor(path:com.yworks.canvas.drawing:GeneralPath, arrow:com.yworks.graph.model:IArrow, anchorPoint:com.yworks.canvas.geom:IPointSetter, arrowDirection:com.yworks.canvas.geom:IPointSetter) — Static Method , class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
getSourceArrowAnchor(path:com.yworks.canvas.drawing:GeneralPath, arrow:com.yworks.graph.model:IArrow, anchorPoint:com.yworks.canvas.geom:IPointSetter, arrowDirection:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.SimpleAbstractEdgeStyle
Convenience method that calculates the source arrow anchor and direction for a given arrow and path.
getSourceIntersection(edge:com.yworks.graph.model:IEdge) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Gets the intersection point of the edge with it's source node.
getSourceNode(sourcePoint:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Finds the source node for a given point in world coordinates.
getSourceNode(edge:com.yworks.graph.model:IEdge) — Static Method , class com.yworks.graph.model.GraphUtil
Gets the source node for the given edge or null.
getSourceNode(edge:Object) — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns the source node of the given edge.
getSourceNode(edge:Object) — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns the source node of the given edge.
getSourcePort(edge:Object) — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns the source port of the given edge
getSourcePort(edge:Object) — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns the source port of the given edge
getSourcePortCandidate(provider:com.yworks.graph.model:IPortCandidateProvider, location:com.yworks.canvas.geom:IPoint, shallResolveCandidates:Boolean) — method, class com.yworks.graph.input.CreateEdgeInputMode
Finds the best matching source port IPortCandidate given a provider and the current location.
getSourcePortCandidateProvider(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.input.CreateEdgeInputMode
Retrieves the port candidate provider instance given a source node.
getSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.AllCandidatesEdgePortCandidateProvider
Returns the union of all source port candidates of the graph's nodes.
getSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.CurrentEdgePortsCandidateProvider
Returns all source port candidates that may be used for the edge.
getSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.DefaultEdgePortsCandidateProvider
Returns all source port candidates that may be used for the edge.
getSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.FoldedGraphEdgeChainLink_WrappingProvider
getSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, interface com.yworks.graph.model.IEdgePortCandidateProvider
Returns all source port candidates that may be used for the edge.
getState(subject:Object) — method, class com.yworks.graph.model.NodeMementoMementoSupport
getState(subject:Object) — method, interface com.yworks.support.IMementoSupport
Retrieves the state of a given subject as a memento.
getStripeHitTestable() — method, interface com.yworks.graph.model.IStripeHitTestHelper
Return a IHitTestable that should report hits on the whole stripe.
getStroke() — method, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
Gets the pen to use for painting the path.
getStroke() — method, class com.yworks.graph.drawing.PolylineEdgeStyleRenderer
Gets the pen to use for painting the path.
getStyleClass() — method, class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer
Subclasses have to override this method.
getStyleClass() — method, class com.yworks.io.graphml.realizer.AbstractJavaNodeRealizerSerializer
Returns the style class that can be serialized or deserialized by this instance.
getStyleClass() — method, class com.yworks.io.graphml.realizer.AbstractNodeRealizerSerializer
Subclasses have to override this method.
getStyleClass() — method, interface com.yworks.io.graphml.realizer.IRealizerSerializer
Returns the style class that can be serialized or deserialized by this instance.
getStyleClass() — method, class com.yworks.io.graphml.realizer.ImageNodeStyleRealizerSerializer
Returns the style class that can be serialized or deserialized by this instance.
getStyleClass() — method, class com.yworks.io.graphml.realizer.JavaGroupNodeRealizerSerializer
Returns the class this serializer can handle.
getStyleClass() — method, class com.yworks.io.graphml.realizer.JavaImageNodeRealizerSerializer
Returns the style class that can be serialized or deserialized by this instance.
getStyleClass() — method, class com.yworks.io.graphml.realizer.JavaShapeNodeRealizerSerializer
Returns the style class that can be serialized or deserialized by this instance.
getStyleClass() — method, class com.yworks.io.graphml.realizer.PolylineEdgeStyleRealizerSerializer
Returns the style class that can be serialized or deserialized by this instance.
getStyleClass() — method, class com.yworks.io.graphml.realizer.ProxyNodeRealizerSerializer
Always returns null, beacuse this realizer serializer can only read realiers.
getStyleClass() — method, class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer
Returns the style class that can be serialized or deserialized by this instance.
getStyleClass() — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer
Returns the style class that can be serialized or deserialized by this instance.
getStyleInstance() — method, interface com.yworks.graph.model.IStripeDefaults
Factory method that returns a style instance for use with newly created stripes.
getStyleInstance() — method, class com.yworks.graph.model.StripeDefaults
Factory method that returns a style instance for use with newly created stripes.
getSymbolicClassNameForClass(classVar:Class) — method, class com.yworks.io.graphml.writer.serializer.PrimitivesSerializer
getSymbolicPackageName(packageName:String) — Static Method , class com.yworks.io.SymbolicPackageNameRegistry
Returns the symbolic package name for the given package name.
getTable(node:com.yworks.graph.model:INode, context:com.yworks.support:ILookup) — method, interface com.yworks.graph.drawing.ITableProvider
Gets the table that is associated with the given item.
getTable(node:com.yworks.graph.model:INode, context:com.yworks.support:ILookup) — method, class com.yworks.graph.drawing.TagOwnerTableProvider
Gets the table that is associated with the given item.
getTableNode(table:com.yworks.graph.model:ITable, graph:com.yworks.graph.model:IGraph) — Static Method , class com.yworks.graph.model.TableUtils
Tries to get the node which is related to the given table.
getTableNodeAtPosition(canvas:com.yworks.canvas:CanvasComponent, x:Number, y:Number) — Static Method , class com.yworks.graph.model.TableUtils
Returns the INode with a table at the given view coordinates if there is any or null otherwise.
getTagName(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object) — method, class com.yworks.io.graphml.writer.serializer.ExtensionBasedSerializer
Returns the XML extension name, i.e.
getTagName(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object) — method, class com.yworks.io.graphml.writer.serializer.ReflectionBasedSerializer
getTangent(ratio:Number, p:com.yworks.canvas.geom:YPoint, t:com.yworks.canvas.geom:YPoint) — method, class com.yworks.canvas.drawing.GeneralPath
Gets a point and the tangent on this path instance at the given ratio.
getTangent(ratio:Number, c:com.yworks.canvas.geom:YPoint, up:com.yworks.canvas.geom:YPoint) — method, class com.yworks.graph.drawing.AbstractEdgeStyleRenderer
Calculates the tangent on the edge's path at the given ratio point.
getTangent(ratio:Number, p:com.yworks.canvas.geom:YPoint, v:com.yworks.canvas.geom:YPoint) — method, interface com.yworks.graph.drawing.IPathGeometry
Calculates the tangent on the edge's path at the given ratio point.
getTangent(ratio:Number, p:com.yworks.canvas.geom:YPoint, t:com.yworks.canvas.geom:YPoint) — method, class com.yworks.graph.drawing.PolylineEdgeStyleRenderer
Calculates the tangent on the edge's path at the given ratio point.
getTangent(edge:com.yworks.graph.model:IEdge, ratio:Number, p:com.yworks.canvas.geom:YPoint, v:com.yworks.canvas.geom:YPoint) — method, class com.yworks.graph.drawing.SimpleAbstractEdgeStyle
Gets the tangent to the edge at the specified ratio and the corresponding touch point.
getTangent(ratio:Number, p:com.yworks.canvas.geom:YPoint, v:com.yworks.canvas.geom:YPoint) — method, class com.yworks.graph.drawing.common.VoidPathGeometry
getTargetArrowAnchor(arrow:com.yworks.graph.model:IArrow, anchorPoint:com.yworks.canvas.geom:IPointSetter, arrowDirection:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.AbstractEdgeStyleRenderer
Calculate and update the anchor and the target arrow's direction vector.
getTargetArrowAnchor(arrow:com.yworks.graph.model:IArrow, anchorPoint:com.yworks.canvas.geom:IPointSetter, arrowDirection:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
Calculate and update the anchor and the target arrow's direction vector.
getTargetArrowAnchor(path:com.yworks.canvas.drawing:GeneralPath, arrow:com.yworks.graph.model:IArrow, anchorPoint:com.yworks.canvas.geom:IPointSetter, arrowDirection:com.yworks.canvas.geom:IPointSetter) — Static Method , class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer
getTargetArrowAnchor(path:com.yworks.canvas.drawing:GeneralPath, arrow:com.yworks.graph.model:IArrow, anchorPoint:com.yworks.canvas.geom:IPointSetter, arrowDirection:com.yworks.canvas.geom:IPointSetter) — method, class com.yworks.graph.drawing.SimpleAbstractEdgeStyle
Convenience method that calculates the target arrow anchor and direction for a given arrow and path.
getTargetClass(symbolicPackageName:String, className:String) — method, class com.yworks.io.graphml.reader.deserializer.ReflectionBasedDeserializer
Tries to lookup the given symbolicPackageName in the SymbolicPackageNameRegistry and to resolve the resulting package name with the given className to a Class object.
getTargetNode(targetPoint:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Finds the target node for a given point in world coordinates.
getTargetNode(edge:com.yworks.graph.model:IEdge) — Static Method , class com.yworks.graph.model.GraphUtil
Gets the target node for the given edge or null.
getTargetNode(edge:Object) — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns the target node of the given edge
getTargetNode(edge:Object) — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns the target node of the given edge
getTargetNodeLocation(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.anim.GraphMorpher
Returns the location the given node will be morphed to or null if this GraphMorpher doesn't know the given node.
getTargetPort(edge:Object) — method, class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns the target port of the given edge
getTargetPort(edge:Object) — method, interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns the target port of the given edge
getTargetPortCandidateProvider(sourceCandidate:com.yworks.graph.model:IPortCandidate, dragPoint:com.yworks.canvas.geom:IPoint, targetNode:com.yworks.graph.model:INode) — method, class com.yworks.graph.input.CreateEdgeInputMode
Retrieves the port candidate provider instance given a source port candidate and a possible target node.
getTargetPortCandidateProviders(sourceCandidate:com.yworks.graph.model:IPortCandidate, dragPoint:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Retrieves the IPortCandidateProvider instance that provides the possible candidates for the target of the edge given the current source candidate.
getTargetPortCandidates(dragPoint:com.yworks.canvas.geom:IPoint, shallResolveCandidates:Boolean) — method, class com.yworks.graph.input.CreateEdgeInputMode
Retrieves the target port candidates for a given location in world coordinates.
getTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.AllCandidatesEdgePortCandidateProvider
Returns the union of all target port candidates of the graph's nodes.
getTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.CurrentEdgePortsCandidateProvider
Returns all target port candidates that may be used for the edge.
getTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.DefaultEdgePortsCandidateProvider
Returns all target port candidates that may be used for the edge.
getTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.graph.model.FoldedGraphEdgeChainLink_WrappingProvider
getTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext) — method, interface com.yworks.graph.model.IEdgePortCandidateProvider
Returns all target port candidates that may be used for the edge.
getTargetSubregion(newX:Number, newY:Number) — method, class com.yworks.graph.input.ReparentStripePositionHandler
Find the target stripe subregion at the given location and its associated owner node.
getTextContent(element:XML) — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer
Fetch the text content from the label element.
getTextSize(text:String, textFormat:flash.text:TextFormat, styleSheet:flash.text:StyleSheet, styleName:String) — Static Method , class com.yworks.canvas.drawing.YGraphics
Calculates the size a TextField would need to render the given text using the given textFormat.
getTLFTextSize(text:String, textFormat:flashx.textLayout.formats:TextLayoutFormat, textConverterType:String) — Static Method , class com.yworks.canvas.drawing.YGraphics
Measures the size of the given text as if it was rendered with the given text format and converted by the given text converter type.
getToken() — method, class com.yworks.support.UndoEngine
Returns a token that can be used to store and compare the state of the undo queue.
getToolTipLocation(x:Number, y:Number) — method, class com.yworks.canvas.input.MouseHoverInputMode
Finds the position in view coordinates to display the tooltip at for the given world coordinates.
getToolTipText(location:com.yworks.canvas.geom:IPoint) — method, class com.yworks.canvas.input.MouseHoverInputMode
Callback method that provides a text for the given location or null.
getTrailingHeaderHitTestable() — method, interface com.yworks.graph.model.IStripeHitTestHelper
Return a IHitTestable that should report hits on the header region of the stripe.
getTransform(ctx:com.yworks.canvas.drawing:IDisplayObjectContext, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.drawing.SimpleAbstractLabelStyle
Returns a transform according to the label's layout and isAutoFlip property.
getTransformed(matrix:flash.geom:Matrix) — method, class com.yworks.canvas.drawing.GeneralPath
Returns a transformed version of this instance
getTypeConverter(type:Class) — Static Method , class com.yworks.support.TypeConverters
An ITypeConverter for the given type is looked up and returned.
getUint(key:String) — method, class com.yworks.support.Config
Returns the value of a key as uint
getUndoEngine() — method, class com.yworks.ui.GraphCanvasComponent
Retrieves the UndoEngine associated with the current graph instance.
getUndoSupport() — method, class com.yworks.graph.model.Table
Allows to provide an own implementation of IUndoSupport for this table.
getUserTag(forItem:com.yworks.canvas.model:IModelItem, context:com.yworks.support:ILookup) — method, interface com.yworks.graph.drawing.IUserTagProvider
Gets a user-defined object, the user tag, from the given model item.
getUserTag(forItem:com.yworks.canvas.model:IModelItem, context:com.yworks.support:ILookup) — method, class com.yworks.graph.drawing.TagOwnerUserTagProvider
Gets a user-defined object, the user tag, from the given model item's tag owner.
getUserTagTextProvider(itemClass:Class) — Static Method , class com.yworks.canvas.input.TooltipTextProviders
Returns a text provider function that queries the tag of the ITagOwner of the hit item if an item of the given itemClass is hit.
getValue(context:com.yworks.io.graphml.writer:GraphMLWriteContext) — method, interface com.yworks.io.graphml.writer.IAttributeProvider
Returns the value of the attribute in the given context.
getWrappedStyle() — method, class com.yworks.graph.drawing.CollapsibleNodeStyleDecoratorRenderer
Yields the ICollapsibleNodeStyleDecorator#wrapped property for the current style
getWriteErrorHandler() — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Gets the IGraphMLWriteErrorHandler used by this instance.
getWriteErrorHandler() — method, class com.yworks.io.graphml.writer.GraphMLWriteContext
Gets the error handler for writing.
getX(dx:Number) — method, class com.yworks.graph.input.snapLines.MovementInfo
Gets the new x coordinate of the element if the mouse has been moved by dx during the gesture.
getXmlNamespace(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object) — method, class com.yworks.io.graphml.writer.serializer.ReflectionBasedSerializer
getY(dy:Number) — method, class com.yworks.graph.input.snapLines.MovementInfo
Gets the new y coordinate of the element if the mouse has been moved by dy during the gesture.
getZOrder(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.DefaultZOrderSupport
The z-order of a model item determines its render order in comparison to other model items.
getZOrder(item:com.yworks.canvas.model:IModelItem) — method, interface com.yworks.graph.model.IZOrderSupport
The z-order of a model item determines its render order in comparison to other model items.
globalCustomErrorHandler — Static Property, class com.yworks.remote.RoundtripHandler
The static custom error handler that is used by all RoundtripHandlers, if no customErrorHandler is registered.
globalFaultEventHandler — Static Property, class com.yworks.remote.RoundtripHandler
The static fault event delegate that is used by all RoundtripHandlers, if no faultEventHandler is registered.
graph — Property, class com.yworks.canvas.CanvasObjectDependencyManager
Sets the graph that is managed by this instance.
graph — Property, class com.yworks.canvas.input.LabelPositionHandler
Gets the graph instance.
graph — Property, class com.yworks.canvas.input.MoveLabelInputMode
Gets the Graph this mode is acting upon.
graph — Property, class com.yworks.canvas.input.NavigationInputMode
The graph this mode operates on.
graph — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets the Graph this mode is acting upon.
_graph — Property, class com.yworks.graph.input.EdgeDragInputModeBase
graph — Property, class com.yworks.graph.input.EdgeDragInputModeBase
Gets the Graph this mode is acting upon.
graph — Property, class com.yworks.graph.input.GraphEditorEvent
Returns the graph the item was created in / removed from.
graph — Property, class com.yworks.graph.input.GraphEditorInputMode
Gets the Graph this mode is acting upon.
graph — Property, class com.yworks.graph.input.NodeDropEvent
Returns the graph the node was created in.
_graph — Property, class com.yworks.graph.input.PortLocationModelParameterHandle
graph — Property, class com.yworks.graph.model.AbstractGraphWrapper
The wrapped graph instance.
graph — Property, class com.yworks.graph.model.GraphEvent
The graph that is the source of this graph event.
graph — Property, class com.yworks.graph.model.GraphModelManager
The graph which is managed by this manager.
graph — Property, class com.yworks.graph.model.GraphSelection
Gets or sets the IGraph this instance is using as the domain for the selection.
graph — Property, class com.yworks.graph.model.GroupedGraph
Yields the graph instance that this instance is working on.
graph — Property, interface com.yworks.graph.model.IFoldedGraph
Provides a reference to the IGraph implementation that provides the actual view data.
graph — Property, interface com.yworks.graph.model.IGroupedGraph
Yields the graph instance that this instance is working on.
graph — Property, class com.yworks.graph.model.PortRelocationHandleProvider
The graph this provider is working on.
graph — Property, class com.yworks.graph.model.StripeSelection
graph — Property, class com.yworks.io.binary.ExternalizableGraph
The graph instance that is externalized.
graph — Property, class com.yworks.remote.RoundtripEvent
The graph which is created from the recieved XML.
graph — Property, class com.yworks.ui.GraphCanvasComponent
The IGraph which contains the contents of this component.
graph — Property, class com.yworks.ui.GraphOverviewComponent
The graph that is rendered in the overview.
GRAPH — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
graphCanvas — Property, class com.yworks.canvas.input.NavigationInputMode
The graph canvas component this mode acts on.
graphCanvas — Property, class com.yworks.graph.input.CreateBendInputMode
Gets the GraphCanvasComponent this mode is working on or null.
graphCanvas — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets the GraphCanvasComponent this mode is working on or null.
graphCanvas — Property, class com.yworks.graph.input.GraphEditorInputMode
Gets the GraphControl this mode is working on or null.
graphCanvas — Property, class com.yworks.remote.RoundtripHandler
The graph canvas component that was passed for initialization of this instance.
graphCanvas — Property, class com.yworks.ui.GraphOverviewComponent
The client control that will be used to retrieve the graph from and that will be used for navigating.
graphCanvas — Property, class com.yworks.ui.tree.HierarchyTreeView
The GraphCanvasComponent whose graph is this instance's model.
GraphCanvasComponent — class, package com.yworks.ui
An UIComponent that displays and animates IGraphs.
GraphCanvasComponent() — Constructor, class com.yworks.ui.GraphCanvasComponent
Constructor.
graphChanged — Event, interface com.yworks.graph.model.IGraph
Dispatched when a change to the graph structure occurs.
graphChanged — Event, class com.yworks.io.graphml.GraphMLIOHandler
Dispatched when the io handler has finished parsing a graph.
graphChanged — Event, class com.yworks.ui.GraphCanvasComponent
Dispatched when the graph property changed.
GRAPH_CHANGED — Constant Static Property, class com.yworks.graph.model.GraphEvent
The GraphEvent.GRAPH_CHANGED constant defines the value of the type property of the event object for a graphChanged event.
GRAPH_CHANGED — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
GraphClipboard — class, package com.yworks.graph.model
Clipboard implementation for IGraph instances.
GraphClipboard() — Constructor, class com.yworks.graph.model.GraphClipboard
Creates a new initially empty clipboard.
GraphCopier — class, package com.yworks.graph.model
Utility class that copies parts of an IGraph to another instance.
graphDecorator — Property, class com.yworks.graph.model.DefaultGraph
The graph decorator for this instance.
GraphDecorator — class, package com.yworks.graph.model
Helper class that can be used to aid in decorating IModelItems from an IGraph instance.
GraphDecorator(graph:com.yworks.graph.model:IGraph) — Constructor, class com.yworks.graph.model.GraphDecorator
GraphEditorEvent — class, package com.yworks.graph.input
An Event which is dispatched by the GraphEditorInput mode when a model item was manipulated by the user.
GraphEditorEvent(type:String, item:com.yworks.canvas.model:IModelItem, graph:com.yworks.graph.model:IGraph, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.graph.input.GraphEditorEvent
Creates a new event.
GraphEditorHierarchyEvent — class, package com.yworks.graph.input
An Event which is dispatched by the GraphEditorInputMode when a node was reparented by the user.
GraphEditorHierarchyEvent(type:String, node:com.yworks.graph.model:INode, oldParent:com.yworks.graph.model:INode, newParent:com.yworks.graph.model:INode, graph:com.yworks.graph.model:IGraph, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.graph.input.GraphEditorHierarchyEvent
GraphEditorInputMode — class, package com.yworks.graph.input
A complex IInputMode that can be used in a GraphCanvasComponent to edit an IGraph instance.
GraphEditorInputMode(graph:com.yworks.graph.model:IGraph, selectionModel:com.yworks.graph.model:ISelectionModel) — Constructor, class com.yworks.graph.input.GraphEditorInputMode
Creates a new instance.
GraphEvent — class, package com.yworks.graph.model
An Event containing information about creation, update or removal of graph items.
GraphEvent(type:String, item:com.yworks.canvas.model:IModelItem, kind:String, graph:com.yworks.graph.model:IGraph, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.graph.model.GraphEvent
Creates a new instance
GraphEventKind — class, package com.yworks.graph.model
Constants defining the various graph event kinds.
GraphicsSerializationToolkit — class, package com.yworks.io.graphml.realizer
Provides static helper functions for parsing and writing graphml files.
GraphItemTypes — final class, package com.yworks.graph.model
This class provides constants that can be used for various properties which take a bitwise combination of IGraph item types as well as static methods to determine whether a given item matches the type.
GRAPHML — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
GRAPHML_ATTRIBUTE_WRITE_MODE_ALWAYS — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
GRAPHML_ATTRIBUTE_WRITE_MODE_AUTO — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
GRAPHML_ATTRIBUTE_WRITE_MODE_NEVER — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
GRAPHML_BASE_NS — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
GRAPHML_BASE_NS_URI — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
GraphMLConstants — final class, package com.yworks.io.graphml
Constants used for GraphML parsing and writing.
GraphMLContext — class, package com.yworks.io.graphml
A Context object storing parameters and objects needed for GraphML writing oder parsing.
GraphMLContext() — Constructor, class com.yworks.io.graphml.GraphMLContext
Creates a new instance.
GraphMLIOHandler — class, package com.yworks.io.graphml
An IOHandler that can read and write graphs in graphml format.
GraphMLIOHandler() — Constructor, class com.yworks.io.graphml.GraphMLIOHandler
Constructor.
_graphMLOutputHandlers — Property, class com.yworks.io.graphml.GraphMLIOHandler
The installed graphml output handlers
GraphMLParseContext — class, package com.yworks.io.graphml.reader
A GraphMLContext that is used for storing state during the parsing process.
GraphMLParseContext(parser:com.yworks.io.graphml.reader:GraphMLParser) — Constructor, class com.yworks.io.graphml.reader.GraphMLParseContext
Creates a new instance.
GraphMLParser — class, package com.yworks.io.graphml.reader
A parser that can handle GraphML data.
GraphMLParser() — Constructor, class com.yworks.io.graphml.reader.GraphMLParser
Creates a new instance.
GRAPHML_PRECEDENCE — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
GRAPHML_REFERENCE_TAG — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
Tag name for shared references that need an external enclosing tag This field has the constant value "GraphMLReference"
GraphMLWriteContext — class, package com.yworks.io.graphml.writer
Description of the context for the serialization process.
GraphMLWriteContext(writer:com.yworks.io.graphml.writer:DirectGraphMLWriter) — Constructor, class com.yworks.io.graphml.writer.GraphMLWriteContext
Creates a new instance.
GraphMLWriteError — class, package com.yworks.io.graphml.writer
A fatal error that occured while writing graphml output.
GraphMLWriteError(msg:String, id:int) — Constructor, class com.yworks.io.graphml.writer.GraphMLWriteError
Creates a new instance.
graphModelManager — Property, class com.yworks.ui.GraphCanvasComponent
The graphModelManager property.
GraphModelManager — class, package com.yworks.graph.model
Manages the visual appearance of an IGraph instance in a CanvasComponent.
GraphModelManager(canvas:com.yworks.canvas:CanvasComponent, contentGroup:com.yworks.canvas:ICanvasObjectGroup) — Constructor, class com.yworks.graph.model.GraphModelManager
Creates a manager instance for the given control.
graphModelManagerChanged — Event, class com.yworks.ui.GraphCanvasComponent
Dispatched when the graphModelManager property changed.
GRAPH_MODEL_MANAGER_CHANGED — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
GraphMorpher — class, package com.yworks.graph.anim
Creates graph animations that morph a graph from its current layout to a new layout.
GraphMorpher(graphCanvas:com.yworks.ui:GraphCanvasComponent, newBounds:com.yworks.canvas.geom:IRectangle, newViewPoint:flash.geom:Point, newZoom:Number, localViewMode:Boolean) — Constructor, class com.yworks.graph.anim.GraphMorpher
Constructor.
GraphMorphErrorEvent — class, package com.yworks.graph.anim
This event informs about errors that might occur during a graph morph operation.
GraphMorphErrorEvent(text:String, type:String) — Constructor, class com.yworks.graph.anim.GraphMorphErrorEvent
GraphMorphEvent — class, package com.yworks.graph.anim
An Event that can be used to be informed about the start and end of graph morphing.
GraphMorphEvent(type:String, morpher:com.yworks.graph.anim:GraphMorpher, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.graph.anim.GraphMorphEvent
Creates an new GraphMorphEvent.
GraphMoveInputMode — class, package com.yworks.graph.input
A MoveInputMode that supports partial invalidation of canvas objects using a CanvasObjectDependencyManager.
GraphObstacleProvider — class, package com.yworks.graph.model
A convenience composite implementation of the IObstacleProvider that will use the edges and nodes collections of an IGraph from the IPaintContext.
_graphOutputHandlers — Property, class com.yworks.io.graphml.GraphMLIOHandler
The installed graph output handlers
GraphOverviewComponent — class, package com.yworks.ui
Convenience component implementation that shows an overview of an IGraph contained in another GraphCanvasComponent This control displays the graph in a preview mode and uses an OverviewInputMode to allow for easily navigating in the GraphCanvasComponent.
GraphOverviewComponent(canvas:com.yworks.ui:GraphCanvasComponent) — Constructor, class com.yworks.ui.GraphOverviewComponent
Creates a new instance that is initially bound to the given control.
graphPaintable — Property, class com.yworks.ui.GraphOverviewComponent
The IDisplayObjectCreator that is used to render the overview graph.
graphParsed — Event, class com.yworks.remote.RoundtripHandler
GRAPH_PARSED — Constant Static Property, class com.yworks.remote.RoundtripEvent
Dispatched after the GraphML was parsed.
graphSelection — Property, class com.yworks.canvas.input.MoveLabelInputMode
The selection this mode is acting upon.
graphSelection — Property, class com.yworks.graph.input.GraphEditorInputMode
Returns the selectionModel as an IGraphSelection.
GraphSelection — class, package com.yworks.graph.model
Simple implementation of the IGraphSelection interface, which manages the selection state of items in an IGraph instance.
GraphSelection(graph:com.yworks.graph.model:IGraph) — Constructor, class com.yworks.graph.model.GraphSelection
Instanciates an instance using the the graph as the model.
GraphSnapContext — class, package com.yworks.graph.input.snapLines
Concrete SnapContext implementation which handles snapping movement for IGraph items.
GraphSnapContext() — Constructor, class com.yworks.graph.input.snapLines.GraphSnapContext
Creates a new instance with default settings.
graphStructure — Property, class com.yworks.graph.model.DefaultGraph
Gets the graphstructure instance used internally.
GraphUtil — final class, package com.yworks.graph.model
This class provides IGraph-related utility methods.
GRAY — Constant Static Property, class com.yworks.graph.drawing.Fills
GRAY — Constant Static Property, class com.yworks.graph.drawing.Strokes
green — Property, class com.yworks.util.ColorStruct
The green part of the color.
GREEN — Constant Static Property, class com.yworks.graph.drawing.Fills
GREEN — Constant Static Property, class com.yworks.graph.drawing.Strokes
GRID — Static Property, class com.yworks.resources.Actions
gridInfo — Property, class com.yworks.canvas.drawing.GridPaintable
The grid info that describes the geometry of the grid.
gridInfo — Property, class com.yworks.canvas.drawing.GridSnapResultPaintable
The grid info containing the horizontal and vertical grid spacing.
gridInfo — Property, interface com.yworks.canvas.input.IGridConstraintProvider
Gets the grid info containing the canonic grid origin as well as the grid's horizontal and vertical spacing.
gridInfo — Property, class com.yworks.canvas.input.SimpleGridConstraintProvider
Gets the grid info containing the canonic grid origin as well as the grid's horizontal and vertical spacing.
GridInfo — class, package com.yworks.canvas
This class describes a grid by providing the grid's origin as well as the horizontal and vertical spacing between the grid points.
GridInfo(horizontalSpacing:Number, verticalSpacing:Number, origin:com.yworks.canvas.geom:IPoint) — Constructor, class com.yworks.canvas.GridInfo
Creates a new instance using the given horizontal and vertical grid spacing as well as the given origin.
GridPaintable — class, package com.yworks.canvas.drawing
A display object creator which can be added to a background group to paint a grid on its created display object.
GridPaintable(gridInfo:com.yworks.canvas:GridInfo, stroke:mx.graphics:IStroke) — Constructor, class com.yworks.canvas.drawing.GridPaintable
Creates a new instance which will render the grid with the given grid size.
GRID_POINTS — Constant Static Property, class com.yworks.canvas.GridSnapType
Elements shall be snapped to grid points.
gridSnapDistance — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Gets or sets the global grid snap distance, which is the maximum distance between the current mouse coordinates and the coordinates to which the mouse will snap.
GridSnapResultPaintable — class, package com.yworks.canvas.drawing
This class visualizes the snapping of a moved object to a grid point.
gridSnapType — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Determines to what grid elements an object should snap.
GridSnapType — class, package com.yworks.canvas
The constants in this class describe to which grid elements an object shall snap.
gridStyle — Property, class com.yworks.canvas.drawing.GridPaintable
The grid style that is used by this implementation.
GRID_STYLE_CROSSES — Constant Static Property, class com.yworks.canvas.drawing.GridPaintable
For each grid point there is a small cross rendered.
GRID_STYLE_DOTS — Constant Static Property, class com.yworks.canvas.drawing.GridPaintable
For each grid point there is a small dot rendered.
GRID_STYLE_LINES — Constant Static Property, class com.yworks.canvas.drawing.GridPaintable
Draws horizontal and vertical lines through the grid points.
group — Property, interface com.yworks.canvas.ICanvasObject
Gets or sets the parent group of this instance.
GROUP — Static Property, class com.yworks.resources.Actions
groupBoundsCalculatorDecorator — Property, class com.yworks.graph.model.NodeDecorator
The LookupDecorator that decorates the IGroupBoundsCalculator type for INodes.
GROUP_COLLAPSED — Constant Static Property, class com.yworks.graph.model.GraphEventKind
A group node has been expanded
groupedGraph — Property, interface com.yworks.graph.model.IFoldedGraph
Provides a reference to the IGroupedGraph implementation that is backing the graph.
GroupedGraph — class, package com.yworks.graph.model
Default implementation of the IGroupedGraph interface that can be used to decorate IGraph instances.
GroupedGraph(graph:com.yworks.graph.model:IGraph, hierarchy:com.yworks.graph.model:INodeHierarchy) — Constructor, class com.yworks.graph.model.GroupedGraph
Creates a new instance using the provided graph and hierarchy instance.
GroupedGraphUtil — class, package com.yworks.graph.model
This class provides IGroupedGraph-related utility methods.
GROUP_EXPANDED — Constant Static Property, class com.yworks.graph.model.GraphEventKind
A group node has been collapsed
groupingSupported — Property, class com.yworks.graph.model.DefaultGraph
Convenience method that enables or disables grouping capabilities for this instance.
groupNodes(children:com.yworks.support:Iterable, parent:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.GroupedGraph
Groups the nodes in children into a group node.
groupNodes(groupedGraph:com.yworks.graph.model:IGroupedGraph, children:com.yworks.support:Iterable, parent:com.yworks.graph.model:INode) — Static Method , class com.yworks.graph.model.GroupedGraphUtil
Groups the nodes in children into a group node.
groupNodes(children:com.yworks.support:Iterable, parent:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.IGroupedGraph
Groups the nodes in children into a group node.
groupProvider — Property, class com.yworks.canvas.model.FocusPaintManager
The group provider that will be used in install() to determine the canvas group where the selection paint should be installed into.
groupProvider — Property, class com.yworks.canvas.model.HighlightPaintManager
Gets or sets the group provider that will be used in install to determine the canvas group where the selection paint should be installed into.
groupProvider — Property, class com.yworks.graph.model.SelectionPaintManager
The group provider that will be used in install to determine the canvas group where the selection paint should be installed into.
groupSelection() — method, class com.yworks.graph.input.GraphEditorInputMode
Creates a new group for all of the currently selected elements.
groupSelectionAllowed — Property, class com.yworks.graph.input.GraphEditorInputMode
Determines whether Ctrl-G-presses should result in calls to groupSelection().
grow(rectangle:com.yworks.canvas.geom:IMutableRectangle, width:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport
Grows a mutable rectangle given a stroke width.
growth — Property, class com.yworks.canvas.drawing.RectangularFocusPaintable
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