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  
radius — Property, class com.yworks.graph.drawing.BevelNodeStyle
The radius of the corner of the rounded rectangle.
radius — Property, class com.yworks.graph.drawing.BevelNodeStyleRenderer
Gets the radius of the rounded corners.
radius — Property, interface com.yworks.graph.drawing.IBevelNodeStyle
The radius of the corner of the rounded rectangle.
radius — Property, interface com.yworks.graph.drawing.IShinyPlateNodeStyle
The radius of the rounded corners.
radius — Property, class com.yworks.graph.drawing.ShinyPlateNodeStyle
The radius of the rounded corners.
radius — Property, class com.yworks.graph.drawing.SimplePortStyle
The radius of the port.
raise() — method, interface com.yworks.canvas.ICanvasObject
Moves this instance one step closer to the end of the group rendering list, so that it will be painted on top of its current successor.
raise(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.GraphModelManager
Moves the main render canvas object of the passed IModelItem one step closer to the end of the group rendering list, so that it will be painted on top of its current successor. This is done by setting appropriate z-orders via the IZOrderSupport of the set graph.
raiseSelection(selection:com.yworks.graph.model:ISelectionModel) — method, class com.yworks.graph.model.GraphModelManager
Moves the main render canvas objects of all selected model items one step closer to the end of the group rendering list, so that they will be painted on top of their current unselected successors.
RANDOM — Static Property, class com.yworks.resources.Actions
ratio — Property, class com.yworks.graph.model.StripeLabelModel
The ratio how far the label should be positioned from the border in the header area.
read(graph:com.yworks.graph.model:IGraph, xml:XML) — method, class com.yworks.io.graphml.GraphMLIOHandler
populate the given graph with the graph defined in the given xml file.
ReadEdgeLayoutHandler — class, package com.yworks.io.graphml.reader
The main edge data handler responsible for parsing edges in a graphml file.
ReadEdgeRealizerHandler — class, package com.yworks.io.graphml.realizer
Input handler that delegates deserialization to IRealizerSerializer instances.
readExternal(input:flash.utils:IDataInput) — method, class com.yworks.io.binary.ExternalizableGraph
Reades the graph along with any attached objects from the data input.
ReadLabelRealizerHandler — class, package com.yworks.io.graphml.realizer
Input handler that delegates deserialization to IRealizerSerializer instances.
readLabels — Property, class com.yworks.io.graphml.GraphMLIOHandler
Whether labels should be deserialized.
readMajorVersion — Property, class com.yworks.io.graphml.GraphMLIOHandler
The major file format version for the input.
readMinorVersion — Property, class com.yworks.io.graphml.GraphMLIOHandler
The minor file format version for the input.
ReadNodeLayoutHandler — class, package com.yworks.io.graphml.reader
Input handler that parses geometric node data.
ReadNodeRealizerHandler — class, package com.yworks.io.graphml.realizer
Input handler that delegates deserialization to IRealizerSerializer instances.
ReadOnlyList — class, package com.yworks.support
A List implementation that acts as an immutable wrapper for a List.
ReadOnlyList(wrapped:com.yworks.support:List) — Constructor, class com.yworks.support.ReadOnlyList
readPortLayout — Property, class com.yworks.io.graphml.DotnetCompatGraphMLIOHandler
Whether to update the port location on reading using the port layout data.
readPortLayout — Property, class com.yworks.remote.AbstractRoundtripHandler
Whether to update the port location on reading using the port layout data.
ReadPortLayoutHandler — class, package com.yworks.io.graphml.reader
The main port data handler responsible for parsing ports in a graphml file.
readPortLocationModel — Property, class com.yworks.io.graphml.GraphMLIOHandler
Whether port location models should be deserialized.
readRealizers — Property, class com.yworks.io.graphml.GraphMLIOHandler
Whether styles should be deserialized from realizers.
readStyles — Property, class com.yworks.io.graphml.GraphMLIOHandler
Whether styles should be deserialized.
readTables — Property, class com.yworks.io.graphml.GraphMLIOHandler
Whether to read tables.
readURL(graph:com.yworks.graph.model:IGraph, URL:String) — method, interface com.yworks.io.IOHandler
Populate the graph with the graph structure defined in a graph file located at the URL.
readURL(graph:com.yworks.graph.model:IGraph, url:String) — method, class com.yworks.io.graphml.GraphMLIOHandler
Populate the graph with the graph structure defined in a graph file located at the URL.
realizerSerializerManager — Property, class com.yworks.io.graphml.GraphMLIOHandler
Get the RealizerSerializerManager instance used by this GraphMLIOHandler.
RealizerSerializerManager — class, package com.yworks.io.graphml.realizer
Handler class that allows instance specific management of RealizerSerializers
rect — Property, class com.yworks.canvas.input.ReshapeableHandle
The rectangle instance to modify.
RECT_3D — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Deprecated.
rectangle — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Shape type constant.
Rectangle — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Shape type constant.
RECTANGLE — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Deprecated.
rectangle3d — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Shape type constant.
rectangleContains(x:Number, y:Number, w:Number, h:Number, px:Number, py:Number, epsilon:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport
Determines whether the given rectangle contains the provided point.
RectangleHandle — class, package com.yworks.canvas.input
An IHandle implementation that modifies a rectangle.
RectangleHandle(index:uint, location:com.yworks.canvas.geom:IPoint, size:com.yworks.canvas.geom:ISize, reshapable:com.yworks.canvas.geom:IReshapeable) — Constructor, class com.yworks.canvas.input.RectangleHandle
This constructor should only be used by subclasses.
RectangleHandlePositions — class, package com.yworks.canvas.input
The possible positions of a rectangle handle.
rectangleIntersects(rect1:com.yworks.canvas.geom:IRectangle, rect2:com.yworks.canvas.geom:IRectangle) — Static Method , class com.yworks.canvas.geom.GeomSupport
Determines whether two rectangles intersect.
rectangleIntersectsLine(boxX:Number, boxY:Number, boxWidth:Number, boxHeight:Number, x1:Number, y1:Number, x2:Number, y2:Number, epsilon:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport
Determines whether a rectangle intersects a line.
rectangleIntersectsOriented(rectangle:com.yworks.canvas.geom:IRectangle, orientedRectangle:com.yworks.canvas.geom:IOrientedRectangle, epsilon:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport
Determines whether a rectangle intersects an oriented rectangle, given an epsilon.
RectangleMarqueeTestable — class, package com.yworks.canvas.drawing
A simple IMarqueeTestable implementation that checks for intersection with an IRectangle.
RectangleMarqueeTestable(rectangle:com.yworks.canvas.geom:IRectangle) — Constructor, class com.yworks.canvas.drawing.RectangleMarqueeTestable
Creates an instance using the given rectangle to check for intersection with the marquee box.
rectangles — Property, class com.yworks.canvas.drawing.EqualSizePaintable
An Iterable of IRectangles containing the bounds of the resized objects as well as the bounds of the (non-resizing) rectangular objects the snapped size was based upon.
rectanglesAreEqual(rect1:com.yworks.canvas.geom:IRectangle, rect2:com.yworks.canvas.geom:IRectangle) — Static Method , class com.yworks.canvas.geom.GeomSupport
Compares if the x and y coordinates as well as the width and height values of the given rectangles are equal.
RectangleTypeConverter — class, package com.yworks.support
RectangularFocusPaintable — class, package com.yworks.canvas.drawing
An installer for an IDisplayObjectCreator that paints an rectangle as focus indicator in the created DisplayObject.
RectangularFocusPaintable(bounds:com.yworks.canvas.geom:IRectangle, stroke:mx.graphics:IStroke, growth:Number) — Constructor, class com.yworks.canvas.drawing.RectangularFocusPaintable
Initializes a new instance of the RectangleFocusPaintable class that uses the provided bounds for painting.
RectangularHighlightPaintable — class, package com.yworks.canvas.drawing
A simple ISelectionPaintable and IHighlightPaintableInstaller implementation that draws rectangular marks at the bounds of the selected or highlighted item.
RectangularHighlightPaintable(bounds:com.yworks.canvas.geom:IRectangle) — Constructor, class com.yworks.canvas.drawing.RectangularHighlightPaintable
Creates a highlight paintable that paints the bounds.
RectangularSelectionPaintable — class, package com.yworks.canvas.drawing
A simple ISelectionPaintable implementation that draws a rectangle of the bounds of the selected item.
RectangularSelectionPaintable(bounds:com.yworks.canvas.geom:IRectangle) — Constructor, class com.yworks.canvas.drawing.RectangularSelectionPaintable
Creates a selection paintable that paints the bounds.
red — Property, class com.yworks.util.ColorStruct
The red part of the color.
RED — Constant Static Property, class com.yworks.graph.drawing.Fills
RED — Constant Static Property, class com.yworks.graph.drawing.Strokes
redo() — method, class com.yworks.graph.input.GraphEditorInputMode
Redoes the last Redoable change.
redo() — method, class com.yworks.support.AbstractUndoUnit
Redoes the change that is represented by this unit.
redo() — method, class com.yworks.support.CompoundUndoUnit
Redoes the next IUndoUnit.
redo() — method, interface com.yworks.support.IUndoUnit
Redoes the change that is represented by this unit.
redo() — method, class com.yworks.support.UndoEngine
Redoes the change that is represented by this unit.
redo() — method, class com.yworks.ui.GraphCanvasComponent
Redoes the last operation.
REDO — Static Property, class com.yworks.resources.Actions
redoImpl() — method, class com.yworks.support.AbstractUndoUnit
Redoes the operation.
redoImpl() — method, class com.yworks.support.DelegateUndoUnit
Calls the redo delegate using the redo parameter.
redoImpl() — method, class com.yworks.support.MementoUndoUnit
Stores the current state and applies the state saved in undoImpl.
redoName — Property, class com.yworks.support.AbstractUndoUnit
Returns the name of the redo unit.
redoName — Property, class com.yworks.support.CompoundUndoUnit
Returns the name of the redo unit.
redoName — Property, interface com.yworks.support.IUndoUnit
Returns the name of the redo unit.
redoName — Property, class com.yworks.support.UndoEngine
Returns the name of the redo unit.
redoNext() — method, class com.yworks.support.UndoEngine
Redoes the next IUndoUnit
redoText — Property, class com.yworks.support.UndoEngine
The IUndoUnit.redoName of the next redo operation.
ReferenceResolver — class, package com.yworks.io.graphml.reader
This class is responsible for resolving reference stubs
ReferenceResolver(xmlRefs:Object) — Constructor, class com.yworks.io.graphml.reader.ReferenceResolver
Create a new Resolver instance
REFID — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
ReflectionBasedDeserializer — class, package com.yworks.io.graphml.reader.deserializer
This IDeserializer can be used to deserialize complex objects based on reflection.
ReflectionBasedSerializer — class, package com.yworks.io.graphml.writer.serializer
This ISerializer can be used to serialize objects of different class type based on reflection.
register() — method, class com.yworks.canvas.TagChangedInvalidator
Register an ITagChangedListener with the graph shown in the canvas that has been provided upon initialization.
register(mode:com.yworks.canvas.input:IConcurrentInputMode) — method, class com.yworks.canvas.input.ConcurrencyController
Registers the given mode with this controller.
register(graph:com.yworks.graph.model:IGraph) — method, class com.yworks.support.DictionaryMapper
registerAddedBend(bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Can be used by subclasses during prepareOrthogonalEdge to register added bends that can later be removed in case the operation is canceled.
registerDefaultDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — method, class com.yworks.io.graphml.reader.GraphMLParser
Register a default deserializer for XML content.
registerDefaultDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — method, interface com.yworks.io.graphml.reader.IDeserializerRegistry
Register a fallback deserializer instance
registerDefaultSerializer(serializer:com.yworks.io.graphml.writer:ISerializer) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Register a default serializer.
registerDefaultSerializer(serializer:com.yworks.io.graphml.writer:ISerializer) — method, interface com.yworks.io.graphml.writer.ISerializerRegistry
Register a fallback serializer instance
registerDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — method, class com.yworks.io.graphml.GraphMLIOHandler
Register a IDeserializer instance for reading custom information.
registerDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — method, class com.yworks.io.graphml.reader.GraphMLParser
Register a deserializer.
registerDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — method, interface com.yworks.io.graphml.reader.IDeserializerRegistry
Register a deserializer instance
registerDynamicUndoSupport(graph:com.yworks.graph.model:IGraph) — Static Method , class com.yworks.graph.model.Table
Register a dynamic IUndoSupport for use with all tables that are bound to nodes in the given graph.
registeredTags — Property, interface com.yworks.graph.model.IMapperRegistry
Gets an enumerable over all tags that have been used to register mapper implementations with this interface.
registerLicense(license:XML) — Static Method , class com.yworks.util.Util
Register a license xml file with the application.
registerLookup(type:Class, instance:Object) — method, class com.yworks.graph.model.AbstractModelItem
Register an implementation for the given type that should be returned when lookup is called with this given type.
registerLookup(type:Class, instance:Object) — method, class com.yworks.graph.model.DefaultGraph
Register an implementation for the given type that should be returned when lookup is called with this given type.
registerLookup(type:Class, instance:Object) — method, interface com.yworks.support.IMutableLookup
Register an implementation for the given type that should be returned when lookup is called with this given type.
registerObstacle(context:com.yworks.canvas.drawing:IPaintContext, path:com.yworks.canvas.drawing:GeneralPath) — method, class com.yworks.canvas.model.BridgeManager
Convenience method that can be called to dynamically register an obstacle path with the context during the rendering.
registerObstacleCurve(context:com.yworks.canvas.drawing:IPaintContext, x1:Number, y1:Number, cpx:Number, cpy:Number, x2:Number, y2:Number) — method, class com.yworks.canvas.model.BridgeManager
Convenience method that can be called to dynamically register a single obstacle quadratic curve with the context during the rendering.
registerObstacleLine(context:com.yworks.canvas.drawing:IPaintContext, x1:Number, y1:Number, x2:Number, y2:Number) — method, class com.yworks.canvas.model.BridgeManager
Convenience method that can be called to dynamically register a single obstacle line with the context during the rendering.
registerObstacles(context:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.model.BridgeManager
Called to initialize the context with the obstacles.
registerResource(resource:Object, encoder:com.yworks.io.graphml.realizer:IResourceEncoder) — method, interface com.yworks.io.graphml.realizer.IWriteResourceHandler
Register a shared resource to this handler.
registerSerializer(serializer:com.yworks.io.graphml.writer:ISerializer) — method, class com.yworks.io.graphml.GraphMLIOHandler
Register a ISerializer instance for writing custom information.
registerSerializer(serializer:com.yworks.io.graphml.writer:ISerializer) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Register a serializer.
registerSerializer(serializer:com.yworks.io.graphml.writer:ISerializer) — method, interface com.yworks.io.graphml.writer.ISerializerRegistry
Register a serializer instance
registerStaticUndoSupport(graph:com.yworks.graph.model:IGraph, undoSupport:com.yworks.support:IUndoSupport) — Static Method , class com.yworks.graph.model.Table
Register a fixed undoSupport instance for use with all tables that are bound to nodes in graph.
registerUndoSupport(support:com.yworks.support:IUndoSupport) — method, class com.yworks.graph.model.Table
Register an IUndoSupport instance on a concrete table instance.
relativeLocation — Property, interface com.yworks.graph.model.ITable
The relative location of the upper left corner of the table.
relativeLocation — Property, class com.yworks.graph.model.Table
The relative location of the upper left corner of the table.
release(mutex:com.yworks.canvas.input:InputMutex) — method, class com.yworks.canvas.input.ConcurrencyController
Releases the given mutex.
release() — method, class com.yworks.canvas.input.InputMutex
Releases this mutex.
releasedRecognizer — Property, class com.yworks.canvas.input.HandleInputMode
The "released" state recognizer.
releasedRecognizer — Property, class com.yworks.canvas.input.MarqueeSelectionInputMode
Gets or sets the "released" state recognizer.
releasedRecognizer — Property, class com.yworks.canvas.input.MoveInputMode
Gets or sets the "released" recognizer.
releasedRecognizer — Property, class com.yworks.canvas.input.MoveViewportInputMode
Gets or sets the "released" state recognizer.
_releasedRecognizer — Property, class com.yworks.graph.input.EdgeDragInputModeBase
releasedRecognizer — Property, class com.yworks.graph.input.EdgeDragInputModeBase
Gets or sets the "released" recognizer.
releasedRecognizer — Property, class com.yworks.graph.input.ResizeStripeInputMode
The "released" recognizer.
releaseMutex() — method, class com.yworks.canvas.input.AbstractConcurrentInputMode
Releases the mutex that is currently owned by this instance.
RELOAD — Static Property, class com.yworks.resources.Actions
remove() — method, interface com.yworks.canvas.ICanvasObject
Removes this item from the canvas object tree it currently belongs to.
remove(index:uint) — method, class com.yworks.canvas.geom.ArrayControlPoints
Removes the point at the given index.
remove(index:uint) — method, class com.yworks.canvas.geom.ControlPoints
Removes the point at the given index.
remove(index:uint) — method, interface com.yworks.canvas.geom.IMutableControlPoints
Removes the point at the given index.
remove(mode:com.yworks.canvas.input:IInputMode) — method, class com.yworks.canvas.input.MultiplexingInputMode
Removes the given mode from this compound mode.
remove(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.model.HighlightPaintManager
Removes the provided item from this managers set of managed items.
remove(bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.model.BendList
Removes a bend from the list.
remove(child:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy
Removes the given item from its parent and this hierarchy.
remove(child:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.INodeHierarchy
Removes the given item from its parent and this hierarchy.
remove(stripe:com.yworks.graph.model:IStripe) — method, interface com.yworks.graph.model.ITable
Removes the given stripe from its parent container.
remove(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.ListLabelCollection
Removes a label from the list.
remove(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.SelectionPaintManager
Removes the provided item from this managers set of managed items.
remove(stripe:com.yworks.graph.model:IStripe) — method, class com.yworks.graph.model.Table
Removes the given stripe from its parent container.
remove(packageName:String) — Static Method , class com.yworks.io.SymbolicPackageNameRegistry
Removes the mapping between the given package name and it's symbolic package name from the registry.
remove(link:com.yworks.support:IContextLookupChainLink) — method, class com.yworks.support.LookupChain
Removes the link that has previously been added to this instance from this chain.
removeAddedBends(graph:com.yworks.graph.model:IGraph, addedBends:com.yworks.support:Iterable) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Removes previously registered added bends.
removeAt(index:uint) — method, class com.yworks.graph.model.BendList
Removes a bend at the given index from the list.
removeAt(index:uint) — method, class com.yworks.support.ArrayList
Removes the element at the specified position in this list.
removeAt(index:uint) — method, class com.yworks.support.EmptyList
Removes the element at the specified position in this list.
removeAt(index:uint) — method, interface com.yworks.support.List
Removes the element at the specified position in this list.
removeAt(index:uint) — method, class com.yworks.support.ReadOnlyList
Not supported by this implementation.
removeAt(index:uint) — method, class com.yworks.support.SingletonList
Not supported by this implementation.
removeAt(index:uint) — method, class com.yworks.support.YList
Removes the element at the specified position in this list.
removeBend(bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.model.AbstractGraphWrapper
Removes the given bend instance from its edge.
removeBend(bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.model.DefaultGraph
Removes the given bend instance from its edge.
removeBend(bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.model.DefaultGraphStructure
Removes the bend from its edge.
removeBend(bend:com.yworks.graph.model:IBend) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Performs the IGraph#removeBend() operation for the item that this callback has been configured for.
removeBend(bend:com.yworks.graph.model:IBend) — method, interface com.yworks.graph.model.IGraph
Removes the given bend instance from its edge.
removeBend(bend:com.yworks.graph.model:IBend) — method, interface com.yworks.graph.model.IGraphStructure
Removes the bend from its edge.
removeBendLocationChangedListener(listener:com.yworks.graph.model:IBendLocationChangedListener) — method, interface com.yworks.graph.model.IBendLocationChangedReporter
Removes a IBendLocationChangedListener from the list.
removeBendRecognizer — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets or sets the property that determines bend removal events.
removeCell(c:com.yworks.support:ListCell) — method, class com.yworks.support.YList
Removes the ListCell c and the element stored in it from this list.
removeColumnWithoutEvents(defaultColumn:com.yworks.graph.model:DefaultColumn) — method, class com.yworks.graph.model.Table
removeConfiguration(name:String) — method, class com.yworks.io.graphml.realizer.JavaGenericNodeRealizerSerializer
Removes the configuration with the given name from the configuration map.
removeDependency(fromItem:Object, toItem:Object) — method, class com.yworks.canvas.CanvasObjectDependencyManager
removeDescriptor(descriptor:com.yworks.canvas.model:IModelItemDescriptor) — method, class com.yworks.canvas.model.ModelManager
Removes the canvas objects associated with the given descriptor handle.
removeEdge(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.AbstractGraphWrapper
Removes the given edge instance from this graph.
removeEdge(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.DefaultGraph
Removes the given edge instance from this graph.
removeEdge(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.DefaultGraphStructure
Remove an edge from the current set of edges.
removeEdge(edge:com.yworks.graph.model:IEdge) — method, interface com.yworks.graph.model.IGraph
Removes the given edge instance from this graph.
removeEdge(edge:com.yworks.graph.model:IEdge) — method, interface com.yworks.graph.model.IGraphStructure
Remove an edge from the current set of edges.
removeEdgeRealizerSerializer(ers:com.yworks.io.graphml.realizer:IEdgeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Unregister an IEdgeRealizerSerializer instance for both input and output
removeElements(sourceGraph:com.yworks.graph.model:IGraph, filter:Function) — method, class com.yworks.graph.model.GraphClipboard
Removes elements from the graph based on the predicate function.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class com.yworks.canvas.ViewportLimiter
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class com.yworks.graph.drawing.TemplateStyleDataContext
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class com.yworks.io.binary.ExternalizableGraph
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class com.yworks.resources.Actions
removeEventListeners(graph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.model.AbstractGraphWrapper
Removes event handlers for the given graph that have been added with addEventHandlers.
removeGraphElementProvider(gep:com.yworks.io.graphml.writer:IGraphElementProvider) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Removes a IGraphElementProvider from the list.
removeHandle(handle:com.yworks.canvas.input:IHandle) — method, class com.yworks.canvas.input.HandleInputMode
Removes a handle from the collection of handles managed by this instance.
removeHandler(eventRecognizer:Function, handler:Function) — method, class com.yworks.canvas.input.KeyboardInputMode
Removes a previously registered handler.
removeHandles(tag:Object) — method, class com.yworks.canvas.input.CompositeHandle
Removes the handles from the handles collection that have been added to this instance previously using addHandles tagged with the same tag.
removeHighlight(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.model.HighlightPaintManager
Removes an item from the current highlight selection.
removeInputEdgeRealizerSerializer(ers:com.yworks.io.graphml.realizer:IEdgeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Unregister an IEdgeRealizerSerializer instance for input only
removeInputHandler(inputHandler:com.yworks.io.graphml.reader:IInputHandler) — method, class com.yworks.io.graphml.GraphMLIOHandler
Removes an input handler.
removeInputLabelSerializer(ls:com.yworks.io.graphml.realizer:ILabelSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Unregister an IlabelSerializer instance for input.
removeInputMode(mode:com.yworks.canvas.input:IInputMode) — method, class com.yworks.canvas.CanvasComponent
removeInputNodeRealizerSerializer(nrs:com.yworks.io.graphml.realizer:INodeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Unregister an INodeRealizerSerializer instance for input only
removeInstaller(installer:com.yworks.canvas.model:IModelItemInstaller) — method, class com.yworks.canvas.model.CollectionModelManager
Removes a previously registered installer from the list of installers.
removeItem(item:Object) — method, class com.yworks.canvas.model.DefaultCollectionModel
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeItem(item:Object) — method, class com.yworks.graph.model.BendList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeItem(item:Object) — method, class com.yworks.support.ArrayList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeItem(item:Object) — method, interface com.yworks.support.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeItem(item:Object) — method, class com.yworks.support.EmptyList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeItem(item:Object) — method, class com.yworks.support.HashSet
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeItem(item:Object) — method, class com.yworks.support.ReadOnlyList
Not supported by this implementation.
removeItem(item:Object) — method, class com.yworks.support.SingletonList
Not supported by this implementation.
removeItem(item:Object) — method, class com.yworks.support.YList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeItem(item:Object) — method, class com.yworks.util.CompositeCollectionModel
This implementation does not allow to add or remove items.
removeItem(item:Object) — method, class com.yworks.util.FilteredCollectionModel
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeItem(item:Object) — method, class com.yworks.util.WrappingCollectionModel
This implementation does not allow to add or remove items.
removeLabel(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.AbstractGraphWrapper
Removes the given label from its owner.
removeLabel(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Removes the given label from its owner.
removeLabel(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraphStructure
Remove a label from its owner.
removeLabel(label:com.yworks.graph.model:ILabel) — method, interface com.yworks.graph.model.IChangeLabeledItemAppearanceCallback
Performs the IGraph#removeLabel() operation for the item that this callback has been configured for.
removeLabel(label:com.yworks.graph.model:ILabel) — method, interface com.yworks.graph.model.IGraph
Removes the given label from its owner.
removeLabel(label:com.yworks.graph.model:ILabel) — method, interface com.yworks.graph.model.IGraphStructure
Remove a label from its owner.
removeLabel(label:com.yworks.graph.model:ILabel) — method, interface com.yworks.graph.model.ITable
Removes the given label from its owner.
removeLabel(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.Table
Removes the given label from its owner.
removeLabeledItem(graph:com.yworks.graph.model:IGraph, labeledItem:com.yworks.graph.model:ILabeledItem) — Static Method , class com.yworks.graph.model.GraphUtil
Convenience method that removes a ILabeledItem from the graph.
removeLabelTextChangedListener(listener:com.yworks.graph.model:ILabelTextChangedListener) — method, interface com.yworks.graph.model.ILabelTextChangedReporter
Removes an ILabelTextChangedListener from the list.
removeLastBend() — method, class com.yworks.graph.input.CreateEdgeInputMode
Actually removes the last bend.
removeLookup(lookup:com.yworks.support:IContextLookupChainLink) — method, class com.yworks.graph.model.DefaultGraph
Removes a previously added lookup chain element from the lookup of this.
removeLookup(type:Class, lookup:com.yworks.support:IContextLookupChainLink) — method, class com.yworks.io.graphml.GraphMLContext
Removes a previously registered lookup chain element from the chain of lookups for a given type.
removeLookup(type:Class, lookup:com.yworks.support:IContextLookupChainLink) — method, interface com.yworks.support.ILookupDecorator
Removes a previously registered lookup chain element from the chain of lookups for a given type.
removeMapper(tag:Object) — method, interface com.yworks.graph.model.IMapperRegistry
Removes a previously registered mapper for the given tag.
removeNode(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.AbstractGraphWrapper
Removes the given node instance from this graph.
removeNode(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraph
Removes the given node instance from this graph.
removeNode(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraphStructure
Remove a node from the current set of nodes.
removeNode(node:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.IGraph
Removes the given node instance from this graph.
removeNode(node:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.IGraphStructure
Remove a node from the current set of nodes.
removeNodeBoundsChangedListener(listener:com.yworks.graph.model:INodeBoundsChangedListener) — method, interface com.yworks.graph.model.INodeBoundsChangedReporter
Removes an INodeBoundsChangeListener from the listener list.
removeNodeRealizerSerializer(nrs:com.yworks.io.graphml.realizer:INodeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Unregister an INodeRealizerSerializer instance for both input and output
removeObstacleProvider(provider:com.yworks.canvas.model:IObstacleProvider) — method, class com.yworks.canvas.model.BridgeManager
Removes a previously added IObstacleProvider from the list of registered providers.
removeOutputEdgeRealizerSerializer(ers:com.yworks.io.graphml.realizer:IEdgeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Unregister an IEdgeRealizerSerializer instance for output only
removeOutputHandler(outputHandler:com.yworks.io.graphml.writer:IOutputHandler, scope:String) — method, class com.yworks.io.graphml.GraphMLIOHandler
Removes an output handler that was added for the given scope.
removeOutputNodeRealizerSerializer(nrs:com.yworks.io.graphml.realizer:INodeRealizerSerializer) — method, class com.yworks.io.graphml.realizer.RealizerSerializerManager
Unregister an INodeRealizerSerializer instance for output only
removePort(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.AbstractGraphWrapper
Removes the port from its owner.
removePort(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraph
Removes the port from its owner.
removePort(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraphStructure
Removes the port from its owner.
removePort(port:com.yworks.graph.model:IPort) — method, interface com.yworks.graph.model.IGraph
Removes the port from its owner.
removePort(port:com.yworks.graph.model:IPort) — method, interface com.yworks.graph.model.IGraphStructure
Removes the port from its owner.
removePort(port:com.yworks.graph.model:IPort) — method, interface com.yworks.graph.model.IMutablePortCollection
Remove the specified port from the collection.
removePort(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.ListPortModel
Remove the specified port from the collection.
removePortAt(index:uint) — method, interface com.yworks.graph.model.IMutablePortCollection
Remove the port with the specified list index from the collection.
removePortAt(index:uint) — method, class com.yworks.graph.model.ListPortModel
Remove the port with the specified list index from the collection.
removePortOwner(graph:com.yworks.graph.model:IGraph, portOwner:com.yworks.graph.model:IPortOwner) — Static Method , class com.yworks.graph.model.GraphUtil
Convenience method that removes a IPortOwner from the graph.
removePositionHandler(tag:Object) — method, class com.yworks.canvas.input.CompositePositionHandler
Removes an implementation from this composite that has previously been added to this instance using the given tag.
removePreferredSizeChangedListener(listener:com.yworks.graph.model:IPreferredSizeChangedListener) — method, interface com.yworks.graph.model.IPreferredSizeChangedReporter
Removes an IPreferredSizeChangedListener from the list.
removePrefix(symbolicPackageName:String) — Static Method , class com.yworks.io.SymbolicPackageNameRegistry
removeRecursively(table:com.yworks.graph.model:ITable, stripe:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
Removes the given stripe and all of its descendants from the given table.
removeSelection(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.SelectionPaintManager
Removes an item from the current selection.
removeState(state:com.yworks.support:State) — method, class com.yworks.support.StateMachine
Removes a state from this machine.
removeTagChangedListener(listener:com.yworks.graph.model:ITagChangedListener) — method, interface com.yworks.graph.model.ITagChangedReporter
Removes an ITagChangedListener from the listener list.
removeTransition(transition:com.yworks.support:Transition) — method, class com.yworks.support.StateMachine
Removes a transition from this state machine.
removeUndoSupport() — method, class com.yworks.graph.model.Table
Remove an IUndoSupport instance that has been previously registered with registerUndoSupport.
removeUnit(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.CompoundUndoUnit
Tries to remove a given unit from this compound unit.
removeWithResize(table:com.yworks.graph.model:ITable, stripe:com.yworks.graph.model:IStripe) — Static Method , class com.yworks.graph.model.TableUtils
Removes the given stripe from the table and resizes all affected stripes so that the table size does not change if possible.
removeXmlAttributesParser(attributesParser:com.yworks.io.graphml.reader:IXmlAttributesParser) — method, class com.yworks.io.graphml.reader.GraphMLParser
Removes a parser for xml attributes.
renderDataCache — Property, class com.yworks.canvas.drawing.YDisplayObject
An arbitrary object which can be used to determine a state of this sprite.
repaintGraphCanvas(graphCanvas:com.yworks.ui:GraphCanvasComponent) — method, class com.yworks.canvas.model.BridgeManager
Convenience method which forces a repaint of the edges of the given canvas.
reparent(context:com.yworks.canvas.input:IInputModeContext, node:com.yworks.graph.model:INode, newParent:com.yworks.graph.model:INode) — method, interface com.yworks.graph.input.IReparentNodeHandler
Performs the actual reparenting after the reparent gesture has been finalized.
reparent(context:com.yworks.canvas.input:IInputModeContext, movedStripe:com.yworks.graph.model:IStripe, newParent:com.yworks.graph.model:IStripe, index:int, gesture:com.yworks.graph.input:ReparentGesture) — method, interface com.yworks.graph.input.IReparentStripeHandler
Performs the actual reparenting after the reparent gesture has been finalized.
reparent(context:com.yworks.canvas.input:IInputModeContext, node:com.yworks.graph.model:INode, newParent:com.yworks.graph.model:INode) — method, class com.yworks.graph.input.ReparentNodeHandler
Performs the actual reparenting after the reparent gesture has been finalized.
reparent(context:com.yworks.canvas.input:IInputModeContext, movedStripe:com.yworks.graph.model:IStripe, newParent:com.yworks.graph.model:IStripe, index:int, gesture:com.yworks.graph.input:ReparentGesture) — method, class com.yworks.graph.input.ReparentStripeHandler
Performs the actual reparenting after the reparent gesture has been finalized.
ReparentGesture — class, package com.yworks.graph.input
Enumeration for the possible results of a reparent gesture.
ReparentGesture(type:String) — Constructor, class com.yworks.graph.input.ReparentGesture
Must not be used.
reparentNodeHandler — Property, class com.yworks.graph.input.GraphEditorInputMode
Gets or sets the reparentNodeHandler property.
ReparentNodeHandler — class, package com.yworks.graph.input
Simple default implementation of IReparentNodeHandler that treats control key presses as reparent gestures and allows for reparenting all nodes.
ReparentNodeHandler() — Constructor, class com.yworks.graph.input.ReparentNodeHandler
Creates a new instance.
reparentNodesAllowed — Property, class com.yworks.graph.input.GraphEditorInputMode
Gets or sets a property that determines whether the user may reparent nodes using a move gesture.
reparentRecognizer — Property, class com.yworks.graph.input.ReparentNodeHandler
Gets or sets the event recognizer function that will be queried to determine whether the gesture is a reparent gesture.
reparentStripeHandler — Property, class com.yworks.graph.input.TableEditorInputMode
The ReparentNodeHandler to use for reparenting.
ReparentStripeHandler — class, package com.yworks.graph.input
Default implementation of the IReparentStripeHandler interface.
reparentStripeInputMode — Property, class com.yworks.graph.input.TableEditorInputMode
The ReparentStripeInputMode that is used to change a stripe's position in the table hierarchy.
ReparentStripeInputMode — class, package com.yworks.graph.input
Specialized input mode that is used to reparent a stripe inside an ITable structure.
reparentStripeModePriority — Property, class com.yworks.graph.input.TableEditorInputMode
The priority for the reparentStripeInputMode.
ReparentStripePositionHandler — class, package com.yworks.graph.input
Customized IPositionHandler implementation that moves a stripe in the table hierarchy when the stripe is dragged.
ReparentStripePositionHandler(movedStripe:com.yworks.graph.model:IStripe) — Constructor, class com.yworks.graph.input.ReparentStripePositionHandler
Creates a new instance of this position handler which moves the given stripe.
reparentToDifferentTableAllowed — Property, class com.yworks.graph.input.ReparentStripePositionHandler
replaceCursor(cursor:com.yworks.resources:Cursor) — method, class com.yworks.canvas.input.MultiplexingInputMode
Potentially replaces the reported by the current owner's preferredCursor property before it is set on the canvas.
replaceLabelsOnUpdate — Property, class com.yworks.ui.GraphCanvasComponent
Whether the morphGraph function should replace all labels with new instances, or whether it should try to map labels to existing label instances (the default behavior).
replaceUnit(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.AbstractUndoUnit
This implementation does nothing and returns false.
replaceUnit(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.CompoundUndoUnit
This implementation will always yield false.
replaceUnit(unit:com.yworks.support:IUndoUnit) — method, interface com.yworks.support.IUndoUnit
Allows for collapsing multiple units into one.
replaceUnit(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.MementoUndoUnit
Replaces this unit if unit is of this type and they describe the same subject.
replaceUnit(unit:com.yworks.support:IUndoUnit) — method, class com.yworks.support.UndoEngine
This implementation always returns false Allows for collapsing multiple units into one.
requestMutex() — method, class com.yworks.canvas.input.AbstractConcurrentInputMode
Requests the InputMutex from the current controller.
requestMutex(mode:com.yworks.canvas.input:IConcurrentInputMode) — method, class com.yworks.canvas.input.ConcurrencyController
Can be called to request an InputMutex for the given mode.
requestTimeout — Property, class com.yworks.remote.RoundtripHandler
The timeout in seconds for sent roundtrips.
reset() — method, class com.yworks.canvas.CanvasObjectDependencyManager
Reset the invalidation status.
reset(graphics:com.yworks.canvas.drawing:YGraphics, targetGraphics:flash.display:Graphics) — method, class com.yworks.canvas.drawing.AdvancedStroke
Reset the stroke state.
reset(graphics:com.yworks.canvas.drawing:YGraphics, targetGraphics:flash.display:Graphics) — method, interface com.yworks.canvas.drawing.IAdvancedStroke
Reset the stroke state.
reset() — method, class com.yworks.canvas.drawing.PathCursor
Reset the cursor to point to the beginning of the path.
reset() — method, class com.yworks.support.CollectionIterator
Sets the Iterator's element cursor to the first element.
reset() — method, class com.yworks.support.CompositeIterator
Sets the Iterator's element cursor to the first element.
reset() — method, class com.yworks.support.EmptyIterator
Sets the Iterator's element cursor to the first element.
reset() — method, interface com.yworks.support.Iterator
Sets the Iterator's element cursor to the first element.
reset() — method, class com.yworks.support.SingleIterator
Sets the Iterator's element cursor to the first element.
reset() — method, class com.yworks.support.StateMachine
Resets this machine so that the current state is the startState.
RESET — Constant Static Property, class com.yworks.support.StateMachineEventKind
resetBends — Property, class com.yworks.graph.model.AbstractDummyEdgeConverter
Indicates whether to reset and clear the bends of a dummy edge initially.
resetDummyPorts — Property, class com.yworks.graph.model.AbstractDummyEdgeConverter
Indicates whether to reset the location of dummy ports to the center of the node.
resetMachine() — method, class com.yworks.canvas.input.StateMachineInputMode
Runs the machine using a special reset event.
resetPortLocation — Property, class com.yworks.graph.model.DefaultDummyNodeConverter
Indicates whether to reset the location of dummy ports to the center of the node.
reshape(x:Number, y:Number, width:Number, height:Number) — method, interface com.yworks.canvas.geom.IReshapeable
Set the bounds of the instance to the new values.
reshape(x:Number, y:Number, width:Number, height:Number) — method, class com.yworks.canvas.geom.YRectangle
Applies a new position and size in that order to the instances that hold the state of this rectangle.
reshapeable — Property, class com.yworks.canvas.input.ReshapeableHandle
The reshapeable instance to write the changes to.
reshapeable — Property, class com.yworks.graph.drawing.DefaultPositionHandler
The IReshapeable passed if this position handler is created via DefaultPositionHandler.createReshapeablePositionHandler.
ReshapeableHandle — class, package com.yworks.canvas.input
A more sophisticated IHandle implementation that modifies a rectangle.
ReshapeableHandle(index:uint, location:com.yworks.canvas.geom:IPoint, rect:com.yworks.canvas.geom:IRectangle, reshapeable:com.yworks.canvas.geom:IReshapeable, minimumSize:com.yworks.canvas.geom:ISize, maximumSize:com.yworks.canvas.geom:ISize) — Constructor, class com.yworks.canvas.input.ReshapeableHandle
Constructor for subclasses that creates a handle for the given position using the location instance as the location for the handle.
ReshapeableHandles — class, package com.yworks.canvas.input
A simple convenience implementation of an IReshapeHandleProvider that returns handles that modify an IMutableRectangle.
ReshapeableHandles(rectangle:com.yworks.canvas.geom:IRectangle, reshapeable:com.yworks.canvas.geom:IReshapeable, handlePositions:uint) — Constructor, class com.yworks.canvas.input.ReshapeableHandles
Creates a default instance that provide handle for each of the positions given for the rectangle and reshapeable instance.
reshapeFinished(inputModeContext:com.yworks.canvas.input:IInputModeContext, originalBounds:com.yworks.canvas.geom:IRectangle, newBounds:com.yworks.canvas.geom:IRectangle) — method, interface com.yworks.canvas.input.IReshapeHandler
Called by clients to indicate that the reshaping has just been finished.
reshapeFinished(inputModeContext:com.yworks.canvas.input:IInputModeContext, originalBounds:com.yworks.canvas.geom:IRectangle, newBounds:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.TableReshapeHandler
Called by clients to indicate that the reshaping has just been finished.
ReshapeHandleProvider — class, package com.yworks.canvas.input
Abstract base class implementation of the IReshapeHandleProvider interface that has properties to store the values provided by a corresponding ISizeConstraintProvider.
reshapeHandleProviderDecorator — Property, class com.yworks.graph.model.NodeDecorator
The LookupDecorator that decorates the IReshapeHandleProvider type for INodes.
reshapeHandler — Property, class com.yworks.canvas.input.ReshapeHandlerHandle
The reshapeable instance to write the changes to.
reshapeHandlerDecorator — Property, class com.yworks.graph.model.NodeDecorator
The LookupDecorator that decorates the IReshapeHandler type for INodes.
ReshapeHandlerHandle — class, package com.yworks.canvas.input
A more sophisticated IHandle implementation that delegates to a IReshapeHandler.
ReshapeHandlerHandle(position:uint, reshapeHandler:com.yworks.canvas.input:IReshapeHandler, minimumSize:com.yworks.canvas.geom:ISize, maximumSize:com.yworks.canvas.geom:ISize) — Constructor, class com.yworks.canvas.input.ReshapeHandlerHandle
Subclass constructor that creates a handle for the given position using the location instance as the location for the handle.
RESIZE — Constant Static Property, class com.yworks.canvas.input.HandleType
A handle which can be used to resize something.
RESIZE — Constant Static Property, class com.yworks.graph.model.StripeVisualizationType
Visualization for resize operations that are triggered by e.g.
resizeNeighborsRecognizer — Property, class com.yworks.graph.input.ResizeStripeInputMode
The recognizer that changes the behaviour to resize adjacent stripes instead of moving them.
resizeStripeInputMode — Property, class com.yworks.graph.input.TableEditorInputMode
The ResizeStripeInputMode that is used to change the size of a stripe interactively.
ResizeStripeInputMode — class, package com.yworks.graph.input
Specialized input mode that is used to resize a stripe by dragging one of its borders.
ResizeStripeInputMode() — Constructor, class com.yworks.graph.input.ResizeStripeInputMode
Creates a new instance of this input mode.
resizeStripeModePriority — Property, class com.yworks.graph.input.TableEditorInputMode
The priority of the ResizeStripeInputMode.
resolveCandidate(context:com.yworks.canvas.input:IInputModeContext, candidate:com.yworks.graph.model:IPortCandidate, location:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.model.PortRelocationHandle
Tries to resolve a dynamic port candidate for the given location.
resolveCandidates(candidates:com.yworks.support:Iterable, location:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Returns an enumerable over the given candidates where no instance has PortCandidateValidity.DYNAMIC validity.
resolveCompleteElementReference(context:com.yworks.io.graphml.reader:GraphMLParseContext, refid:String) — method, class com.yworks.io.graphml.reader.ReferenceResolver
Return the best resolution of a refid node (i.e.
resolveElementReference(context:com.yworks.io.graphml.reader:GraphMLParseContext, refid:String) — method, class com.yworks.io.graphml.reader.ReferenceResolver
Return the next resolution layer of a refid node.
resolvePortCandidates — Property, class com.yworks.graph.model.PortRelocationHandle
A value indicating whether PortCandidateValidity.DYNAMIC ports that are part of the port candidates should be resolved for the current mouse location.
resolveReference(context:com.yworks.io.graphml.reader:GraphMLParseContext, refid:String, deserializer:com.yworks.io.graphml.reader:IDeserializer) — method, class com.yworks.io.graphml.reader.ReferenceResolver
Resolve an xml node to an object instance.
resolveSourcePortCandidates — Property, class com.yworks.graph.input.CreateEdgeInputMode
A value indicating whether PortCandidateValidity.DYNAMIC ports that are part of the source port candidates should be resolved for the current mouse location.
resolveTargetPortCandidates — Property, class com.yworks.graph.input.CreateEdgeInputMode
A value indicating whether PortCandidateValidity.DYNAMIC ports that are part of the target port candidates should be resolved for the current mouse location.
resolveURLs — Static Property, class com.yworks.remote.HttpServiceFactory
Whether to resolve serviceURLs provided for getService against the "context-root" property retrieved from the Config class.
resourceKey — Property, class com.yworks.canvas.input.snapLines.SnapLine
The resource key which determines the visual appearance of the snap line.
ResourceKey — class, package com.yworks.canvas.input.snapLines
ResourceKeys are used as unique identifier on how to visualize a SnapLine.
ResourceKey(typeDescription:String) — Constructor, class com.yworks.canvas.input.snapLines.ResourceKey
Constructs a new instance of ResourceKey with the specified typeDescription.
restore() — method, class com.yworks.canvas.drawing.YGraphics
Restores a graphics transformation that was saved using save().
ResultHandler — Interface, package com.yworks.remote
Basic interface for handling results of a request to the server.
returnExistingBend — Property, class com.yworks.graph.input.CreateBendInputMode
Gets or sets a property that determines whether this mode should return an existing bend in createBend if there is one found at the given location.
reuseDummyNodePorts — Property, class com.yworks.graph.model.DefaultDummyEdgeConverter
Gets or sets a property that determines whether this implementation should reuse the ports of dummy nodes for the dummy edges.
reuseMasterPorts — Property, class com.yworks.graph.model.DefaultDummyEdgeConverter
Gets or sets a property that determines whether this implementation should reuse the ports of the FoldingManager#masterGraph at non-dummy nodes for the dummy edges.
reverse(graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — Static Method , class com.yworks.graph.model.GraphUtil
Reverses an edge using IGraph.setPorts.
RIGHT — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLineSnapType
Describes snap lines to which the right sides of rectangular elements will snap.
RIGHT — Constant Static Property, class com.yworks.graph.model.SliderParameterLocation
Right of the edge.
root — Property, class com.yworks.graph.model.DefaultNodeHierarchy
Gets the root node of the hierarchy.
root — Property, interface com.yworks.graph.model.INodeHierarchy
Gets the root node of the hierarchy.
rootColumn — Property, interface com.yworks.graph.model.ITable
The virtual root of the column hierarchy.
rootColumn — Property, class com.yworks.graph.model.Table
The virtual root of the column hierarchy.
rootRow — Property, interface com.yworks.graph.model.ITable
The virtual root of the row hierarchy.
rootRow — Property, class com.yworks.graph.model.Table
The virtual root of the row hierarchy.
rotate(angle:Number) — method, class com.yworks.canvas.drawing.YGraphics
Prepend a rotation to the current graphics transformation.
ROTATE — Constant Static Property, class com.yworks.canvas.input.HandleType
A handle which can be used to rotate something.
RotatedSideSliderEdgeLabelModel — class, package com.yworks.graph.model
An edge label model that allows placement of labels at a set of continuous positions along both sides of an edge path.
RotatedSideSliderEdgeLabelModel(distance:Number, angle:Number, distanceRelativeToEdge:Boolean, autoRotationEnabled:Boolean) — Constructor, class com.yworks.graph.model.RotatedSideSliderEdgeLabelModel
Initializes a new instance of the RotatedSideSliderEdgeLabelModel class.
RotatedSliderEdgeLabelModel — class, package com.yworks.graph.model
An edge label model that allows placement of labels at a set of continuous positions along both sides of an edge or directly on the edge path.
RotatedSliderEdgeLabelModel(distance:Number, angle:Number, distanceRelativeToEdge:Boolean, autoRotationEnabled:Boolean) — Constructor, class com.yworks.graph.model.RotatedSliderEdgeLabelModel
Initializes a new instance of the RotatedSliderEdgeLabelModel class.
RotatedSliderEdgeLabelModelExtension — class, package com.yworks.graph.model.markup
Markup extension for the RotatedSliderEdgeLabelModel.
RotatedSliderEdgeLabelModelExtension(distance:Number, angle:Number, distanceRelativeToEdge:Boolean, autoRotationEnabled:Boolean) — Constructor, class com.yworks.graph.model.markup.RotatedSliderEdgeLabelModelExtension
RotatedSliderLabelModelParameterExtension — class, package com.yworks.graph.model.markup
Markup extension for parameters of the RotatedSliderEdgeLabelModel.
RotatedSliderLabelModelParameterExtension(location:uint, segmentIndex:int, segmentRatio:Number, model:com.yworks.graph.model:RotatedSliderEdgeLabelModel) — Constructor, class com.yworks.graph.model.markup.RotatedSliderLabelModelParameterExtension
RotatingEdgeLabelModel — class, package com.yworks.graph.model
A label model for edge labels that uses a ratio on the edge's path to determine the position of the label.
RotatingEdgeLabelModel(distance:Number, angle:Number, edgeRelativeDistance:Boolean) — Constructor, class com.yworks.graph.model.RotatingEdgeLabelModel
Creates a new instance of RotatingEdgeLabelModel.
RotatingEdgeLabelModelParameterDeserializer — class, package com.yworks.io.graphml.reader.deserializer
Deserializer implementation that deserializes RotatingEdgeLabelModel instances.
ROUND_RECT — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Deprecated.
roundrectangle — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Shape type constant.
RoundRectangle — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Shape type constant.
roundRectEllipseHeight — Property, class com.yworks.graph.drawing.ShapeNodeStyleRenderer
Get or set the default ellipse height used for drawing rounded corners.
roundRectEllipseWidth — Property, class com.yworks.graph.drawing.ShapeNodeStyleRenderer
Get or set the default ellipse width used for drawing rounded corners.
roundtripComplete — Event, class com.yworks.remote.RoundtripHandler
ROUNDTRIP_COMPLETE — Constant Static Property, class com.yworks.remote.RoundtripEvent
Dispatched after the roundtrip is completed and the new graph is stored in the GraphCanvasComponent graph.
RoundtripEvent — class, package com.yworks.remote
The RoundtripEvent is fired by the RoundtripHandler at different stages of the roundtrip process.
RoundtripEvent(type:String, xml:XML, graph:com.yworks.graph.model:IGraph, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.remote.RoundtripEvent
Creates a new instance.
roundtripHandler — Property, class com.yworks.remote.AbstractFileReadHandler
The RoundtripHandler instance that will be used for the server roundtrip.
RoundtripHandler — class, package com.yworks.remote
The central result handler that should be used for client-server round-tripping.
RoundtripHandler(graphCanvas:com.yworks.ui:GraphCanvasComponent, serviceName:String, options:uint) — Constructor, class com.yworks.remote.RoundtripHandler
Creates a new instance of the round trip handler for the given component.
ROW — Constant Static Property, class com.yworks.graph.model.StripeTypes
Constant for rows.
rowDefaults — Property, interface com.yworks.graph.model.ITable
The defaults for rows.
rowDefaults — Property, class com.yworks.graph.model.Table
The defaults for rows.
rows — Property, class com.yworks.graph.model.DefaultRow
Returns the child rows.
rows — Property, interface com.yworks.graph.model.IRow
Returns the child rows.
ROWS_FIRST — Constant Static Property, class com.yworks.graph.drawing.TableRenderingOrder
Draw rows, then columns
run(evt:flash.events:Event) — method, class com.yworks.canvas.input.StateMachineInputMode
Tries to run the virtual machine using the pair of source and event argument to determine which transition to take.
run(evt:flash.events:Event) — method, class com.yworks.graph.input.CreateEdgeInputMode
run(params:Object) — method, class com.yworks.remote.RoundtripHandler
Triggers a server round-trip.
run(evt:flash.events:Event) — method, class com.yworks.support.StateMachine
Runs this machine using the given event source and event argument to determine which transition to take from the currentState.
RUN — Constant Static Property, class com.yworks.canvas.input.StateMachineRunEvent
RUN — Constant Static Property, class com.yworks.support.StateMachineEventKind
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