| 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 in class com.yworks.graph.drawing.BevelNodeStyle |
|
The radius of the corner of the rounded rectangle. |
| radius — Property in class com.yworks.graph.drawing.BevelNodeStyleRenderer |
|
Gets the radius of the rounded corners. |
| radius — Property in interface com.yworks.graph.drawing.IBevelNodeStyle |
|
The radius of the corner of the rounded rectangle. |
| radius — Property in class com.yworks.graph.drawing.SimplePortStyle |
|
The radius of the port. |
| raise() — Method in 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. |
| RANDOM — Static property in class com.yworks.resources.Actions |
| |
| read(graph:com.yworks.graph.model:IGraph, xml) — Method in class com.yworks.io.graphml.GraphMLIOHandler |
|
populate the given graph with the graph defined in the given xml file. |
| ReadEdgeLayoutHandler — Class in package com.yworks.io.graphml.reader |
|
The main edge data handler responsible for parsing edges in a graphml file. |
| ReadEdgeRealizerHandler — Class in package com.yworks.io.graphml.realizer |
|
Input handler that delegates deserialization to IRealizerSerializer instances. |
| ReadLabelRealizerHandler — Class in package com.yworks.io.graphml.realizer |
|
Input handler that delegates deserialization to IRealizerSerializer instances. |
| readLabels — Property in class com.yworks.io.graphml.GraphMLIOHandler |
|
Whether labels should be deserialized. |
| readMajorVersion — Property in class com.yworks.io.graphml.GraphMLIOHandler |
|
The major file format version for the input. |
| readMinorVersion — Property in class com.yworks.io.graphml.GraphMLIOHandler |
|
The minor file format version for the input. |
| ReadNodeLayoutHandler — Class in package com.yworks.io.graphml.reader |
|
Input handler that parses geometric node data. |
| ReadNodeRealizerHandler — Class in package com.yworks.io.graphml.realizer |
|
Input handler that delegates deserialization to IRealizerSerializer instances. |
| ReadPortLayoutHandler — Class in package com.yworks.io.graphml.reader |
|
The main port data handler responsible for parsing ports in a graphml file. |
| readRealizers — Property in class com.yworks.io.graphml.GraphMLIOHandler |
|
Whether styles should be deserialized from realizers. |
| readStyles — Property in class com.yworks.io.graphml.GraphMLIOHandler |
|
Whether styles should be deserialized. |
| readURL(graph:com.yworks.graph.model:IGraph, URL) — Method in 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) — Method in class com.yworks.io.graphml.GraphMLIOHandler |
|
Populate the graph with the graph structure defined
in a graph file located at the URL. |
| realizerSerializerManager — Property in class com.yworks.io.graphml.GraphMLIOHandler |
|
Get the RealizerSerializerManager instance used by this
GraphMLIOHandler. |
| RealizerSerializerManager — Class in package com.yworks.io.graphml.realizer |
|
Handler class that allows instance specific management of RealizerSerializers
|
| rect — Property in class com.yworks.canvas.input.ReshapeableHandle |
|
The rectangle instance to modify. |
| RECT_3D — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape |
|
Deprecated. |
| rectangle — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape |
|
Shape type constant. |
| Rectangle — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape |
|
Shape type constant. |
| RECTANGLE — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape |
|
Deprecated. |
| rectangle3d — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape |
|
Shape type constant. |
| rectangleContains(x, y, w, h, px, py, epsilon) — Static method in class com.yworks.canvas.geom.GeomSupport |
|
Determines whether the given rectangle contains the provided point. |
| RectangleHandle — Class in package com.yworks.canvas.input |
|
An IHandle implementation that modifies a rectangle. |
| RectangleHandle(index, location:com.yworks.canvas.geom:IPoint, size:com.yworks.canvas.geom:ISize, reshapable:com.yworks.canvas.geom:IReshapeable) — Constructor in class com.yworks.canvas.input.RectangleHandle |
|
This constructor should only be used by subclasses. |
| RectangleHandlePositions — Class in 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 in class com.yworks.canvas.geom.GeomSupport |
|
Determines whether two rectangles intersect. |
| rectangleIntersectsLine(boxX, boxY, boxWidth, boxHeight, x1, y1, x2, y2, epsilon) — Static method in 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) — Static method in class com.yworks.canvas.geom.GeomSupport |
|
Determines whether a rectangle intersects an oriented rectangle, given an epsilon. |
| RectangleMarqueeTestable — Class in package com.yworks.canvas.drawing |
|
A simple IMarqueeTestable implementation
that checks for intersection with an IRectangle. |
| RectangleMarqueeTestable(rectangle:com.yworks.canvas.geom:IRectangle) — Constructor in class com.yworks.canvas.drawing.RectangleMarqueeTestable |
|
Creates an instance using the given rectangle to check for intersection
with the marquee box. |
| RectangularHighlightPaintable — Class in 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 in class com.yworks.canvas.drawing.RectangularHighlightPaintable |
|
Creates a highlight paintable that paints the bounds. |
| RectangularSelectionPaintable — Class in 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 in class com.yworks.canvas.drawing.RectangularSelectionPaintable |
|
Creates a selection paintable that paints the bounds. |
| RED — Constant static property in class com.yworks.graph.drawing.Fills |
| |
| RED — Constant static property in class com.yworks.graph.drawing.Strokes |
| |
| redo() — Method in class com.yworks.graph.input.GraphEditorInputMode |
|
Redoes the last Redoable change. |
| redo() — Method in class com.yworks.support.AbstractUndoUnit |
|
Redoes the change that is represented by this unit. |
| redo() — Method in class com.yworks.support.CompoundUndoUnit |
|
Redoes the next IUndoUnit. |
| redo() — Method in interface com.yworks.support.IUndoUnit |
|
Redoes the change that is represented by this unit. |
| redo() — Method in class com.yworks.support.UndoEngine |
|
Redoes the change that is represented by this unit. |
| redo() — Method in class com.yworks.ui.GraphCanvasComponent |
|
Redoes the last operation. |
| REDO — Static property in class com.yworks.resources.Actions |
| |
| redoImpl() — Method in class com.yworks.support.AbstractUndoUnit |
|
Redoes the operation. |
| redoImpl() — Method in class com.yworks.support.MementoUndoUnit |
|
Stores the current state and applies the state saved in undoImpl. |
| redoName — Property in class com.yworks.support.AbstractUndoUnit |
|
Returns the name of the redo unit. |
| redoName — Property in class com.yworks.support.CompoundUndoUnit |
|
Returns the name of the redo unit. |
| redoName — Property in interface com.yworks.support.IUndoUnit |
|
Returns the name of the redo unit. |
| redoName — Property in class com.yworks.support.UndoEngine |
|
Returns the name of the redo unit. |
| redoNext() — Method in class com.yworks.support.UndoEngine |
|
Redoes the next IUndoUnit
|
| redoText — Property in class com.yworks.support.UndoEngine |
|
The IUndoUnit.redoName of the next redo operation. |
| ReferenceDeserializer — Class in package com.yworks.io.graphml.reader.deserializer |
| |
| ReferenceResolver — Class in package com.yworks.io.graphml.reader |
|
This class is responsible for resolving reference stubs
|
| ReferenceResolver(xmlRefs) — Constructor in class com.yworks.io.graphml.reader.ReferenceResolver |
|
Create a new Resolver instance
|
| REFID — Constant static property in class com.yworks.io.graphml.GraphMLConstants |
| |
| register(mode:com.yworks.canvas.input:IConcurrentInputMode) — Method in class com.yworks.canvas.input.ConcurrencyController |
|
Registers the given mode with this controller. |
| registerDefaultDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — Method in class com.yworks.io.graphml.reader.GraphMLParser |
|
Register a default deserializer for XML content. |
| registerDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — Method in class com.yworks.io.graphml.GraphMLIOHandler |
|
Register a IDeserializer instance for reading custom information. |
| registerDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — Method in class com.yworks.io.graphml.reader.GraphMLParser |
|
Register a deserializer. |
| registeredTags — Property in 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) — Static method in class com.yworks.util.Util |
|
Register a license xml file with the application. |
| registerLookup(type, instance) — Method in 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, instance) — Method in 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, instance) — Method in interface com.yworks.support.IMutableLookup |
|
Register an implementation for the given type that should be returned
when lookup is called with this given type. |
| registerResource(resource, encoder:com.yworks.io.graphml.realizer:IResourceEncoder) — Method in interface com.yworks.io.graphml.realizer.IWriteResourceHandler |
|
Register a shared resource to this handler. |
| registerSerializer(serializer:com.yworks.io.graphml.writer:ISerializer) — Method in class com.yworks.io.graphml.GraphMLIOHandler |
|
Register a ISerializer instance for writing custom information. |
| registerSerializer(serializer:com.yworks.io.graphml.writer:ISerializer) — Method in class com.yworks.io.graphml.writer.DirectGraphMLWriter |
|
Register a serializer. |
| release(mutex:com.yworks.canvas.input:InputMutex) — Method in class com.yworks.canvas.input.ConcurrencyController |
|
Releases the given mutex. |
| release() — Method in class com.yworks.canvas.input.InputMutex |
|
Releases this mutex. |
| releasedRecognizer — Property in class com.yworks.canvas.input.HandleInputMode |
|
The "released" state recognizer. |
| releasedRecognizer — Property in class com.yworks.canvas.input.MarqueeSelectionInputMode |
|
Gets or sets the "released" state recognizer. |
| releasedRecognizer — Property in class com.yworks.canvas.input.MoveInputMode |
|
Gets or sets the "released" recognizer. |
| releasedRecognizer — Property in class com.yworks.canvas.input.MoveViewportInputMode |
|
Gets or sets the "released" state recognizer. |
| releasedRecognizer — Property in class com.yworks.graph.input.CreateBendInputMode |
|
Gets or sets the "released" recognizer. |
| releaseMutex() — Method in class com.yworks.canvas.input.AbstractConcurrentInputMode |
|
Releases the mutex that is currently owned by this instance. |
| RELOAD — Static property in class com.yworks.resources.Actions |
| |
| remove() — Method in interface com.yworks.canvas.ICanvasObject |
|
Removes this item from the canvas object tree it currently belongs to. |
| remove(index) — Method in class com.yworks.canvas.geom.ArrayControlPoints |
|
Removes the point at the given index. |
| remove(index) — Method in class com.yworks.canvas.geom.ControlPoints |
|
Removes the point at the given index. |
| remove(index) — Method in interface com.yworks.canvas.geom.IMutableControlPoints |
|
Removes the point at the given index. |
| remove(mode:com.yworks.canvas.input:IInputMode) — Method in class com.yworks.canvas.input.MultiplexingInputMode |
|
Removes the given mode from this compound mode. |
| remove(item:com.yworks.canvas.model:IModelItem) — Method in 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 in class com.yworks.graph.model.BendList |
|
Removes a bend from the list. |
| remove(child:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.DefaultNodeHierarchy |
|
Removes the given item from its parent and this hierarchy. |
| remove(child:com.yworks.graph.model:INode) — Method in interface com.yworks.graph.model.INodeHierarchy |
|
Removes the given item from its parent and this hierarchy. |
| remove(label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.ListLabelCollection |
|
Removes a label from the list. |
| remove(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.SelectionPaintManager |
|
Removes the provided item from this managers set of managed items. |
| remove(link:com.yworks.support:IContextLookupChainLink) — Method in class com.yworks.support.LookupChain |
|
Removes the link that has previously been added to this instance from this chain. |
| removeAt(index) — Method in class com.yworks.graph.model.BendList |
|
Removes a bend at the given index from the list. |
| removeAt(index) — Method in class com.yworks.support.ArrayList |
|
Removes the element at the specified position in this list. |
| removeAt(index) — Method in interface com.yworks.support.List |
|
Removes the element at the specified position in this list. |
| removeAt(index) — Method in class com.yworks.support.YList |
|
Removes the element at the specified position in this list. |
| removeBend(bend:com.yworks.graph.model:IBend) — Method in class com.yworks.graph.model.DefaultGraph |
|
Removes the given bend instance from its edge. |
| removeBend(bend:com.yworks.graph.model:IBend) — Method in class com.yworks.graph.model.DefaultGraphStructure |
|
Removes the bend from its edge. |
| removeBend(bend:com.yworks.graph.model:IBend) — Method in interface com.yworks.graph.model.IGraph |
|
Removes the given bend instance from its edge. |
| removeBend(bend:com.yworks.graph.model:IBend) — Method in interface com.yworks.graph.model.IGraphStructure |
|
Removes the bend from its edge. |
| removeBendLocationChangedListener(listener:com.yworks.graph.model:IBendLocationChangedListener) — Method in interface com.yworks.graph.model.IBendLocationChangedReporter |
|
Removes a IBendLocationChangedListener from the list. |
| removeBendRecognizer — Property in class com.yworks.graph.input.CreateEdgeInputMode |
|
Gets or sets the property that determines bend removal events. |
| removeCell(c:com.yworks.support:ListCell) — Method in class com.yworks.support.YList |
|
Removes the ListCell c and the element stored in it from
this list. |
| removeDependency(fromItem, toItem) — Method in class com.yworks.canvas.CanvasObjectDependencyManager |
| |
| removeDescriptor(descriptor:com.yworks.canvas.model:IModelItemDescriptor) — Method in class com.yworks.canvas.model.ModelManager |
|
Removes the canvas objects associated with the given descriptor handle. |
| removeEdge(edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.DefaultGraph |
|
Removes the given edge instance from this graph. |
| removeEdge(edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.DefaultGraphStructure |
|
Remove an edge from the current set of edges. |
| removeEdge(edge:com.yworks.graph.model:IEdge) — Method in interface com.yworks.graph.model.IGraph |
|
Removes the given edge instance from this graph. |
| removeEdge(edge:com.yworks.graph.model:IEdge) — Method in interface com.yworks.graph.model.IGraphStructure |
|
Remove an edge from the current set of edges. |
| removeEdgeRealizerSerializer(ers:com.yworks.io.graphml.realizer:IEdgeRealizerSerializer) — Method in class com.yworks.io.graphml.realizer.RealizerSerializerManager |
|
Unregister an IEdgeRealizerSerializer instance for both input and output
|
| removeElements(sourceGraph:com.yworks.graph.model:IGraph, filter) — Method in class com.yworks.graph.model.GraphClipboard |
|
Removes elements from the graph based on the predicate function. |
| removeGraphElementProvider(gep:com.yworks.io.graphml.writer:IGraphElementProvider) — Method in class com.yworks.io.graphml.writer.DirectGraphMLWriter |
|
Removes a IGraphElementProvider from the list. |
| removeHandle(handle:com.yworks.canvas.input:IHandle) — Method in class com.yworks.canvas.input.HandleInputMode |
|
Removes a handle from the collection of handles managed by this instance. |
| removeHandler(eventRecognizer, handler) — Method in class com.yworks.canvas.input.KeyboardInputMode |
|
Removes a previously registered handler. |
| removeHandles(tag) — Method in 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 in class com.yworks.canvas.model.HighlightPaintManager |
|
Removes an item from the current highlight selection. |
| removeInputEdgeRealizerSerializer(ers:com.yworks.io.graphml.realizer:IEdgeRealizerSerializer) — Method in class com.yworks.io.graphml.realizer.RealizerSerializerManager |
|
Unregister an IEdgeRealizerSerializer instance for input only
|
| removeInputHandler(inputHandler:com.yworks.io.graphml.reader:IInputHandler) — Method in class com.yworks.io.graphml.GraphMLIOHandler |
|
Removes an input handler. |
| removeInputLabelSerializer(ls:com.yworks.io.graphml.realizer:ILabelSerializer) — Method in class com.yworks.io.graphml.realizer.RealizerSerializerManager |
|
Unregister an IlabelSerializer instance for input. |
| removeInputMode(mode:com.yworks.canvas.input:IInputMode) — Method in class com.yworks.canvas.CanvasComponent |
| |
| removeInputNodeRealizerSerializer(nrs:com.yworks.io.graphml.realizer:INodeRealizerSerializer) — Method in class com.yworks.io.graphml.realizer.RealizerSerializerManager |
|
Unregister an INodeRealizerSerializer instance for input only
|
| removeInstaller(installer:com.yworks.canvas.model:IModelItemInstaller) — Method in class com.yworks.canvas.model.CollectionModelManager |
|
Removes a previously registered installer from the list of installers. |
| removeItem(item) — Method in 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) — Method in 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) — Method in class com.yworks.support.ArrayList |
|
Removes a single instance of the specified element from this collection, if it is present (optional operation). |
| removeItem(item) — Method in interface com.yworks.support.Collection |
|
Removes a single instance of the specified element from this collection, if it is present (optional operation). |
| removeItem(item) — Method in class com.yworks.support.HashSet |
|
Removes a single instance of the specified element from this collection, if it is present (optional operation). |
| removeItem(item) — Method in class com.yworks.support.YList |
|
Removes a single instance of the specified element from this collection, if it is present (optional operation). |
| removeItem(item) — Method in class com.yworks.util.CompositeCollectionModel |
|
Removes a single instance of the specified element from this collection, if it is present (optional operation). |
| removeLabel(label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.DefaultGraph |
|
Removes the given label from its owner. |
| removeLabel(label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.DefaultGraphStructure |
|
Remove a label from its owner. |
| removeLabel(label:com.yworks.graph.model:ILabel) — Method in interface com.yworks.graph.model.IGraph |
|
Removes the given label from its owner. |
| removeLabel(label:com.yworks.graph.model:ILabel) — Method in interface com.yworks.graph.model.IGraphStructure |
|
Remove a label from its owner. |
| removeLabelTextChangedListener(listener:com.yworks.graph.model:ILabelTextChangedListener) — Method in interface com.yworks.graph.model.ILabelTextChangedReporter |
|
Removes a ILabelTextChangedListener from the list. |
| removeLastBend() — Method in class com.yworks.graph.input.CreateEdgeInputMode |
|
Actually removes the last bend. |
| removeLookup(lookup:com.yworks.support:IContextLookupChainLink) — Method in class com.yworks.graph.model.DefaultGraph |
|
Removes a previously added lookup chain element from the lookup of this. |
| removeLookup(type, lookup:com.yworks.support:IContextLookupChainLink) — Method in class com.yworks.io.graphml.GraphMLContext |
|
Removes a previously registered lookup chain element from the chain of lookups for a given type. |
| removeLookup(type, lookup:com.yworks.support:IContextLookupChainLink) — Method in interface com.yworks.support.ILookupDecorator |
|
Removes a previously registered lookup chain element from the chain of lookups for a given type. |
| removeMapper(tag) — Method in interface com.yworks.graph.model.IMapperRegistry |
|
Removes a previously registered mapper for the given tag. |
| removeNode(node:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.DefaultGraph |
|
Removes the given node instance from this graph. |
| removeNode(node:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.DefaultGraphStructure |
|
Remove a node from the current set of nodes. |
| removeNode(node:com.yworks.graph.model:INode) — Method in interface com.yworks.graph.model.IGraph |
|
Removes the given node instance from this graph. |
| removeNode(node:com.yworks.graph.model:INode) — Method in interface com.yworks.graph.model.IGraphStructure |
|
Remove a node from the current set of nodes. |
| removeNodeBoundsChangedListener(listener:com.yworks.graph.model:INodeBoundsChangedListener) — Method in interface com.yworks.graph.model.INodeBoundsChangedReporter |
|
Removes a INodeBoundsChangeListener from the listener list. |
| removeNodeRealizerSerializer(nrs:com.yworks.io.graphml.realizer:INodeRealizerSerializer) — Method in class com.yworks.io.graphml.realizer.RealizerSerializerManager |
|
Unregister an INodeRealizerSerializer instance for both input and output
|
| removeOutputEdgeRealizerSerializer(ers:com.yworks.io.graphml.realizer:IEdgeRealizerSerializer) — Method in class com.yworks.io.graphml.realizer.RealizerSerializerManager |
|
Unregister an IEdgeRealizerSerializer instance for output only
|
| removeOutputHandler(outputHandler:com.yworks.io.graphml.writer:IOutputHandler, scope) — Method in 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 in class com.yworks.io.graphml.realizer.RealizerSerializerManager |
|
Unregister an INodeRealizerSerializer instance for output only
|
| removePort(port:com.yworks.graph.model:IPort) — Method in class com.yworks.graph.model.DefaultGraph |
|
Removes the port from its owner. |
| removePort(port:com.yworks.graph.model:IPort) — Method in class com.yworks.graph.model.DefaultGraphStructure |
|
Removes the port from its owner. |
| removePort(port:com.yworks.graph.model:IPort) — Method in interface com.yworks.graph.model.IGraph |
|
Removes the port from its owner. |
| removePort(port:com.yworks.graph.model:IPort) — Method in interface com.yworks.graph.model.IGraphStructure |
|
Removes the port from its owner. |
| removePort(port:com.yworks.graph.model:IPort) — Method in interface com.yworks.graph.model.IMutablePortCollection |
|
Remove the specified port from the collection. |
| removePort(port:com.yworks.graph.model:IPort) — Method in class com.yworks.graph.model.ListPortModel |
|
Remove the specified port from the collection. |
| removePortAt(index) — Method in interface com.yworks.graph.model.IMutablePortCollection |
|
Remove the port with the specified list index from the collection. |
| removePortAt(index) — Method in class com.yworks.graph.model.ListPortModel |
|
Remove the port with the specified list index from the collection. |
| removePositionHandler(tag) — Method in class com.yworks.canvas.input.CompositePositionHandler |
|
Removes an implementation from this composite that has previously been added to
this instance using the given tag. |
| removeSelection(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.SelectionPaintManager |
|
Removes an item from the current selection. |
| removeShield() — Method in class com.yworks.graph.model.GraphModelManager |
|
Removes the "shield" from the canvas object groups. |
| removeState(state:com.yworks.support:State) — Method in class com.yworks.support.StateMachine |
|
Removes a state from this machine. |
| removeTransition(transition:com.yworks.support:Transition) — Method in class com.yworks.support.StateMachine |
|
Removes a transition from this state machine. |
| removeUnit(unit:com.yworks.support:IUndoUnit) — Method in class com.yworks.support.CompoundUndoUnit |
|
Tries to remove a given unit from this compound unit. |
| removeXmlAttributesParser(attributesParser:com.yworks.io.graphml.reader:IXmlAttributesParser) — Method in class com.yworks.io.graphml.reader.GraphMLParser |
|
Removes a parser for xml attributes. |
| reparentNodeHandler — Property in class com.yworks.graph.input.GraphEditorInputMode |
|
ets or sets the reparentNodeHandler property. |
| ReparentNodeHandler — Class in 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 in class com.yworks.graph.input.ReparentNodeHandler |
|
Creates a new instance. |
| reparentNodesAllowed — Property in 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 in class com.yworks.graph.input.ReparentNodeHandler |
|
Gets or sets the event recognizer funciton that will be queried
to determine whether the gesture is a reparent gesture. |
| replaceUnit(unit:com.yworks.support:IUndoUnit) — Method in class com.yworks.support.AbstractUndoUnit |
|
Allows for collapsing multiple units into one. |
| replaceUnit(unit:com.yworks.support:IUndoUnit) — Method in class com.yworks.support.CompoundUndoUnit |
|
This implementation will always yield false. |
| replaceUnit(unit:com.yworks.support:IUndoUnit) — Method in interface com.yworks.support.IUndoUnit |
|
Allows for collapsing multiple units into one. |
| replaceUnit(unit:com.yworks.support:IUndoUnit) — Method in 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 in class com.yworks.support.UndoEngine |
|
This implementation always returns false
Allows for collapsing multiple units into one. |
| requestMutex() — Method in class com.yworks.canvas.input.AbstractConcurrentInputMode |
|
Requests the InputMutex from the current controller. |
| requestMutex(mode:com.yworks.canvas.input:IConcurrentInputMode) — Method in class com.yworks.canvas.input.ConcurrencyController |
|
Can be called to request an InputMutex for the given mode. |
| reset() — Method in class com.yworks.canvas.CanvasObjectDependencyManager |
|
Reset the invalidation status. |
| reset(graphics:com.yworks.canvas.drawing:YGraphics, targetGraphics) — Method in class com.yworks.canvas.drawing.AdvancedStroke |
|
Reset the stroke state. |
| reset(graphics:com.yworks.canvas.drawing:YGraphics, targetGraphics) — Method in interface com.yworks.canvas.drawing.IAdvancedStroke |
|
Reset the stroke state. |
| reset() — Method in class com.yworks.canvas.drawing.PathCursor |
|
Reset the cursor to point to the beginning of the path. |
| reset() — Method in class com.yworks.support.CollectionIterator |
|
Sets the Iterator's element cursor to the first element. |
| reset() — Method in class com.yworks.support.CompositeIterator |
|
Sets the Iterator's element cursor to the first element. |
| reset() — Method in class com.yworks.support.EmptyIterator |
|
Sets the Iterator's element cursor to the first element. |
| reset() — Method in interface com.yworks.support.Iterator |
|
Sets the Iterator's element cursor to the first element. |
| reset() — Method in class com.yworks.support.StateMachine |
|
Resets this machine so that the current state is the startState. |
| RESET — Constant static property in class com.yworks.support.StateMachineEventKind |
| |
| resetMachine() — Method in class com.yworks.canvas.input.StateMachineInputMode |
|
Runs the machine using a special reset event. |
| reshape(x, y, width, height) — Method in interface com.yworks.canvas.geom.IReshapeable |
|
Set the bounds of the instance to the new values. |
| reshape(x, y, width, height) — Method in 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 in class com.yworks.canvas.input.ReshapeableHandle |
|
The reshapeable instance to write the changes to. |
| ReshapeableHandle — Class in package com.yworks.canvas.input |
|
A more sophisticated IHandle implementation that modifies a rectangle. |
| ReshapeableHandle(index, 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 in 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 in 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) — Constructor in 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. |
| RESIZE — Constant static property in class com.yworks.canvas.input.HandleType |
|
A handle which can be used to resize something. |
| resolveCompleteElementReference(context:com.yworks.io.graphml.reader:GraphMLParseContext, refid) — Method in 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) — Method in class com.yworks.io.graphml.reader.ReferenceResolver |
|
Return the next resolution layer of a refid node. |
| resolveReference(context:com.yworks.io.graphml.reader:GraphMLParseContext, refid, deserializer:com.yworks.io.graphml.reader:IDeserializer) — Method in class com.yworks.io.graphml.reader.ReferenceResolver |
|
Resolve an xml node to an object instance. |
| resolveURLs — Static property in class com.yworks.remote.HttpServiceFactory |
|
Whether to resolve serviceURLs provided for getService
against the "context-root" property retrieved from the Config class. |
| restore() — Method in class com.yworks.canvas.drawing.YGraphics |
|
Restores a graphics transformation that was saved using save(). |
| ResultHandler — Interface in package |