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  
save() — Method in class com.yworks.canvas.drawing.YGraphics
Saves the current graphics transformation.
SAVE — Static property in class com.yworks.resources.Actions
scale(sx, sy) — Method in class com.yworks.canvas.drawing.YGraphics
Prepend a scale transformation to the current graphics transformation.
scale — Property in class com.yworks.graph.drawing.ArrowPaintable
Defines the scale, the arrow is painted with.
scale — Property in class com.yworks.graph.model.DefaultArrow
The scale factor.
scaleMode — Property in class com.yworks.io.ExportOptions
Determines how to scale the contents of the exported document.
SCALE_MODE_FIT — Constant static property in class com.yworks.io.ExportOptions
Fit the exported content to the bounds determined by the maxWidth and maxHeight properties.
SCALE_MODE_NONE — Constant static property in class com.yworks.io.ExportOptions
Do not use a custom scaling for the exported document.
SCALE_MODE_VIEWPORT — Constant static property in class com.yworks.io.ExportOptions
Use the visible area and zoom factor determined by the current view port.
SCOPE_ALL — Constant static property in class com.yworks.io.graphml.GraphMLConstants
SCOPE_EDGE — Constant static property in class com.yworks.io.graphml.GraphMLConstants
SCOPE_GRAPH — Constant static property in class com.yworks.io.graphml.GraphMLConstants
SCOPE_GRAPHML — Constant static property in class com.yworks.io.graphml.GraphMLConstants
SCOPE_NODE — Constant static property in class com.yworks.io.graphml.GraphMLConstants
SCOPE_PORT — Constant static property in class com.yworks.io.graphml.GraphMLConstants
SCOPES — Constant static property in class com.yworks.io.graphml.GraphMLConstants
scroll — Event in class com.yworks.canvas.CanvasComponent
Dispatched when one of the scrollbars changes its scroll position.
securityError — Event in class com.yworks.io.graphml.GraphMLIOHandler
Dispatched when readURL is used and a security error occurs.
securityError — Event in class com.yworks.ui.GraphCanvasComponent
Dispatched when a security error occurs while loading a graph from an URL.
securityErrorHandler — Property in class com.yworks.support.Config
Set a handler function that will be called when an SecurityErrorEvent.SECURITY_ERROR is fired when loading the config file.
select — Event in class com.yworks.graph.model.DefaultSelectionModel
Dispatched when an item has been selected
select — Event in interface com.yworks.graph.model.ISelectionModel
Dispatched when an item changed its selection state from unselected to selected.
SELECT — Constant static property in class com.yworks.graph.model.SelectionEvent
selectableItems — Property in class com.yworks.graph.input.GraphEditorInputMode
Gets or sets a property that determines which types of items should be selectable at all.
selectAll() — Method in class com.yworks.graph.input.GraphEditorInputMode
Clears the current selection and selects all nodes and bends in this graph.
selectedBends — Property in class com.yworks.graph.model.GraphSelection
Enumerates all currently selected bends.
selectedBends — Property in interface com.yworks.graph.model.IGraphSelection
Enumerates all currently selected bends.
selectedEdges — Property in class com.yworks.graph.model.GraphSelection
Enumerates all currently selected edges.
selectedEdges — Property in interface com.yworks.graph.model.IGraphSelection
Enumerates all currently selected edges.
selectedItemsHandles — Property in class com.yworks.graph.model.InputModeController
Gets a live collection over the IHandle implementations that have been obtained from the selected items in the collection.
selectedItemsHitTestable() — Method in class com.yworks.graph.model.InputModeController
Gets an implementation of the IHitTestable interface that is a live composite of all IHitTestable implementations of the currently selected items.
selectedItemsMovable — Property in class com.yworks.graph.model.InputModeController
Gets an implementation of the interface that is a live composite of all IMovable implementations of the currently selected items.
selectedItemsPositionHandler — Property in class com.yworks.graph.model.InputModeController
Gets an implementation of the IPositionHandler interface that is a live composite of all position handler interfaces provided by the currently selected items.
selectedLabels — Property in class com.yworks.graph.model.GraphSelection
Enumerates all currently selected labels.
selectedLabels — Property in interface com.yworks.graph.model.IGraphSelection
Enumerates all currently selected labels.
selectedMovableItemsHitTestable — Property in class com.yworks.graph.model.InputModeController
Gets an implementation of the IHitTestable interface that is a live composite of all IHitTestable implementations of the currently selected items that also provide a implementation.
selectedNodes — Property in class com.yworks.graph.model.GraphSelection
Enumerates all currently selected nodes.
selectedNodes — Property in interface com.yworks.graph.model.IGraphSelection
Enumerates all currently selected nodes.
selectedObjects — Property in class com.yworks.graph.model.DefaultSelectionModel
Gets an iterable that enumerates all currently selected items.
selectedObjects — Property in class com.yworks.graph.model.GraphSelection
Gets an Iterable of all selected Objects.
selectedObjects — Property in interface com.yworks.graph.model.ISelectionModel
Gets an iterable that enumerates all currently selected items.
selectedPorts — Property in class com.yworks.graph.model.GraphSelection
Enumerates all currently selected ports.
selectedPorts — Property in interface com.yworks.graph.model.IGraphSelection
Enumerates all currently selected ports.
selection — Property in class com.yworks.graph.model.DefaultSelectionModel
Provides a collection model view over the selected items.
selection — Property in class com.yworks.ui.GraphCanvasComponent
Gets or sets the selection model that is used for this control.
selectionChanged — Event in class com.yworks.ui.GraphCanvasComponent
Dispatched when the selection property changed.
SELECTION_CHANGED — Constant static property in class com.yworks.ui.GraphCanvasComponent
SelectionEvent — Class in package com.yworks.graph.model
Event class that is dispatched when an IModelItem is selected or deselected.
SelectionEvent(type, item:com.yworks.canvas.model:IModelItem) — Constructor in class com.yworks.graph.model.SelectionEvent
Constructor.
selectionGroup — Property in class com.yworks.ui.GraphCanvasComponent
Gets or sets the SelectionGroup property.
selectionGroupChanged — Event in class com.yworks.ui.GraphCanvasComponent
Dispatched when the selectionGroup property changed.
SELECTION_GROUP_CHANGED — Constant static property in class com.yworks.ui.GraphCanvasComponent
selectionModel — Property in class com.yworks.canvas.input.MainInputMode
Gets or sets the selectionModel property
selectionModel — Property in class com.yworks.canvas.model.HighlightPaintManager
Gets or sets the selection model that determines which items are highlighted.
selectionModel — Property in class com.yworks.graph.model.InputModeController
The selection model, that will be used by all implementations that use the selection state of an item.
selectionModel — Property in class com.yworks.graph.model.SelectionPaintManager
The selection model that determines which items are selected.
selectionPaintManager — Property in class com.yworks.ui.GraphCanvasComponent
Gets or sets the SelectionPaintManager property.
SelectionPaintManager — Class in package com.yworks.graph.model
A ModelManager implementation that manages the visual decorations of selected elements in a canvas.
SelectionPaintManager(canvas:com.yworks.canvas:CanvasComponent, model:com.yworks.util:ICollectionModel, selectionModel:com.yworks.graph.model:ISelectionModel) — Constructor in class com.yworks.graph.model.SelectionPaintManager
Creates an instance that for all selected items in the model dynamically installs a selection paint decoration.
selectionPaintManagerChanged — Event in class com.yworks.ui.GraphCanvasComponent
Dispatched when the selectionPaintManager property changed.
SELECTION_PAINT_MANAGER_CHANGED — Constant static property in class com.yworks.ui.GraphCanvasComponent
selectLabelElements(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue, dataElement) — Method in interface com.yworks.io.graphml.realizer.ILabelElementSelector
Returns a list of child label elements of the given dataElemen
selectLabelElements(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue, dataElement) — Method in class com.yworks.io.graphml.realizer.ProxyNodeRealizerSerializer
Returns all child NodeLabel elements of the active realizer element.
selfloopCreationAllowed — Property in class com.yworks.graph.input.CreateEdgeInputMode
Determines whether or not to allow the creation of self loops.
selfLoopDistance — Property in class com.yworks.graph.drawing.PolylineEdgeStyleRenderer
Gets or sets the distance between the node's layout and its self loop control points.
send — Property in class com.yworks.remote.RoundtripHandler
Gets or sets whether the graph currently displayed in the graph canvas should be sent to the server.
sendAction() — Method in class com.yworks.remote.DefaultServerAction
Perform a request to the HTTP service that was passed upon initialization.
sendAction() — Method in interface com.yworks.remote.ServerAction
invokes the server action at the url using the current parameters.
sendOptions — Property in class com.yworks.remote.RoundtripHandler
Gets or sets the options to use for sending the graph to the server.
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.AbstractSerializer
Serialize the given style to a IXmlWriter
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in interface com.yworks.io.graphml.writer.ISerializer
Serialize the given style to a IXmlWriter
serializeArrow(context:com.yworks.io.graphml.writer:GraphMLWriteContext, arrow:com.yworks.graph.model:IArrow, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.AbstractArrowSerializer
Serialize the given arrow to a IXmlWriter
serializeArrow(context:com.yworks.io.graphml.writer:GraphMLWriteContext, arrow:com.yworks.graph.model:IArrow, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.DefaultArrowSerializer
Serialize the given arrow to a IXmlWriter
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.graph.drawing.BevelNodeStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.AbstractSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.AbstractArrowSerializer
Serialize the given arrow to a IXmlWriter

Implementors should not overwrite this method, but serializeArrow instead.

serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.AbstractEdgeStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.BitmapNodeStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.FillSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.FontSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.GeneralPathNodeStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.ImageIconSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.ImageNodeStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.ImageSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.NodeStyleLabelStyleAdapterSerializer
Serialize the given style to a IXmlWriter
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.ShapeNodeStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.SimpleLabelStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject, writer:com.yworks.io.graphml.writer:IXmlWriter) — Method in class com.yworks.io.graphml.writer.serializer.SWFNodeStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
ServerAction — Interface in package com.yworks.remote
Implementations of this interface perform tasks that require communication with the server component.
setArrow(style:com.yworks.graph.drawing:IEdgeStyle, arrow:com.yworks.graph.model:IArrow, atSoure) — Method in class com.yworks.io.graphml.reader.deserializer.AbstractEdgeStyleDeserializer
Set the arrow arrow to style.
setArrow(style:com.yworks.graph.drawing:IEdgeStyle, arrow:com.yworks.graph.model:IArrow, atSoure) — Method in class com.yworks.io.graphml.reader.deserializer.PolylineEdgeStyleDeserializer
Set the arrow arrow to style.
setBendLocation(bend:com.yworks.graph.model:IBend, x, y) — Method in class com.yworks.graph.model.DefaultGraph
Modifies the location of the given bend.
setBendLocation(bend:com.yworks.graph.model:IBend, x, y) — Method in class com.yworks.graph.model.DefaultGraphStructure
Sets the Location of a bend to the specified coordinates.
setBendLocation(bend:com.yworks.graph.model:IBend, x, y) — Method in interface com.yworks.graph.model.IGraph
Modifies the location of the given bend.
setBendSelected(bend:com.yworks.graph.model:IBend, selected) — Method in class com.yworks.graph.model.GraphSelection
Sets the selected state for the given bend.
setBendSelected(bend:com.yworks.graph.model:IBend, selected) — Method in interface com.yworks.graph.model.IGraphSelection
Sets the selected state for the given bend.
setBounds(node:com.yworks.graph.model:INode, x, y, width, height) — Method in class com.yworks.graph.model.DefaultGraph
Sets the bounds of the given node to the new values.
setBounds(node:com.yworks.graph.model:INode, x, y, width, height) — Method in interface com.yworks.graph.model.IGraph
Sets the bounds of the given node to the new values.
setCenter(orientedRectangle:com.yworks.canvas.geom:IMutableOrientedRectangle, cx, cy) — Static method in class com.yworks.canvas.geom.GeomSupport
Sets the anchor of an IMutableOrientedRectangle so that the center of the rectangle coincides with the given coordinate pair.
setClosestCandidate(closest:com.yworks.graph.model:IPortCandidate) — Method in class com.yworks.graph.model.PortRelocationHandle
Updates the closes candidate for visual feedback.
setContextProperty(name, value) — Method in class com.yworks.io.graphml.reader.GraphMLParser
Set a context property which is considered when creating a GraphMLParseContext.
setContextProperty(name, value) — Method in class com.yworks.io.graphml.writer.DirectGraphMLWriter
Set a context property which is considered when creating a GraphMLWriteContext.
setDirty(item) — Method in class com.yworks.canvas.CanvasObjectDependencyManager
Sets the dirty flag of the canvas objects that correspond to this model item.
setDragPoint(x, y) — Method in class com.yworks.graph.input.CreateEdgeInputMode
Updates the drag point.
setEdgeSelected(edge:com.yworks.graph.model:IEdge, selected) — Method in class com.yworks.graph.model.GraphSelection
Sets the selected state for the given edge.
setEdgeSelected(edge:com.yworks.graph.model:IEdge, selected) — Method in interface com.yworks.graph.model.IGraphSelection
Sets the selected state for the given edge.
setEdgeStyle(edge:com.yworks.graph.model:IEdge, style:com.yworks.graph.drawing:IEdgeStyle) — Method in class com.yworks.graph.model.DefaultGraph
Assigns the given style instance by reference to the edge.
setEdgeStyle(edge:com.yworks.graph.model:IEdge, style:com.yworks.graph.drawing:IEdgeStyle) — Method in class com.yworks.graph.model.DefaultGraphStructure
Associates the style with the given edge.
setEdgeStyle(edge:com.yworks.graph.model:IEdge, style:com.yworks.graph.drawing:IEdgeStyle) — Method in interface com.yworks.graph.model.IGraph
Assigns the given style instance by reference to the edge.
setEdgeStyle(edge:com.yworks.graph.model:IEdge, style:com.yworks.graph.drawing:IEdgeStyle) — Method in interface com.yworks.graph.model.IGraphStructure
Associates the style with the given edge.
setGraph(newGraph:com.yworks.graph.model:IGraph) — Method in class com.yworks.canvas.input.MoveLabelInputMode
Set a new Graph for this mode.
setGraph(newGraph:com.yworks.graph.model:IGraph) — Method in class com.yworks.graph.input.CreateBendInputMode
setGraph(newGraph:com.yworks.graph.model:IGraph) — Method in class com.yworks.graph.input.CreateEdgeInputMode
Sets the IGraph that is associated with this instance.
setGraph(newGraph:com.yworks.graph.model:IGraph) — Method in class com.yworks.graph.input.GraphEditorInputMode
Set a new Graph for this mode.
setGraphCanvas(graphCanvas:com.yworks.ui:GraphCanvasComponent) — Method in class com.yworks.graph.input.CreateBendInputMode
Sets the GraphCanvasComponent that is associated with this instance.
setGraphCanvas(graphCanvas:com.yworks.ui:GraphCanvasComponent) — Method in class com.yworks.graph.input.CreateEdgeInputMode
Sets the GraphCanvasComponent that is associated with this instance.
setGraphCanvas(graphCanvas:com.yworks.ui:GraphCanvasComponent) — Method in class com.yworks.graph.input.GraphEditorInputMode
Sets the GraphCanvasComponent that is associated with this instance.
setGraphElementProvider(gep:com.yworks.io.graphml.writer:IGraphElementProvider) — Method in class com.yworks.io.graphml.writer.DirectGraphMLWriter
Removes all existing IGraphElementProvider and sets a new one.
setGraphItemFactory(factory:com.yworks.io.graphml.reader:IGraphItemFactory) — Method in class com.yworks.io.graphml.reader.GraphMLParser
Sets the factory for graph element creation.
setGraphSelection(newGraphSelection:com.yworks.graph.model:IGraphSelection) — Method in class com.yworks.canvas.input.MoveLabelInputMode
Set a new Graph Selection for this mode.
setGraphSelection(newSelection:com.yworks.graph.model:IGraphSelection) — Method in class com.yworks.graph.input.GraphEditorInputMode
Set a new GraphSelection for this mode.
setInstance(port:com.yworks.graph.model:IPort) — Method in class com.yworks.graph.model.DefaultPortCandidate
Sets the instance that will be returned by getInstance and createInstance.
setItem(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.drawing.AbstractStyleRenderer
Called by the various descriptor getters to initialize the item.
setItem(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.DefaultBendLookup
Set the bend that will be used as the lookup context.
setItem(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.DefaultEdgeLookup
Set the edge that will be used as the lookup context.
setItem(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.DefaultItemLookup
Sets the context item.
setItem(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.DefaultLabelLookup
Set the label that will be used as the lookup context.
setItem(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.DefaultNodeLookup
Set the node that will be used as the lookup context.
setItem(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.DefaultPortLookup
Set the port that will be used as the lookup context.
setLabelModelParameter(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — Method in class com.yworks.canvas.input.LabelPositionHandler
Actually applies the given parameter at the end of the gesture.
setLabelModelParameter(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — Method in class com.yworks.graph.model.DefaultGraph
Sets the label model parameter for the given label.
setLabelModelParameter(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — Method in class com.yworks.graph.model.DefaultGraphStructure
Sets the label model parameter for the given label.
setLabelModelParameter(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — Method in interface com.yworks.graph.model.IGraph
Sets the label model parameter for the given label.
setLabelModelParameter(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — Method in interface com.yworks.graph.model.IGraphStructure
Sets the label model parameter for the given label.
setLabelSelected(label:com.yworks.graph.model:ILabel, selected) — Method in class com.yworks.graph.model.GraphSelection
Sets the selected state for the given label.
setLabelSelected(label:com.yworks.graph.model:ILabel, selected) — Method in interface com.yworks.graph.model.IGraphSelection
Sets the selected state for the given label.
setLabelStyle(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — Method in class com.yworks.graph.model.DefaultGraph
Assigns the given style instance by reference to the label.
setLabelStyle(label:com.yworks.graph.model:ILabel, labelStyle:com.yworks.graph.drawing:ILabelStyle) — Method in class com.yworks.graph.model.DefaultGraphStructure
Associates the style with the given label.
setLabelStyle(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — Method in interface com.yworks.graph.model.IGraph
Assigns the given style instance by reference to the label.
setLabelStyle(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — Method in interface com.yworks.graph.model.IGraphStructure
Associates the style with the given label.
setLabelText(label:com.yworks.graph.model:ILabel, text) — Method in class com.yworks.graph.input.GraphEditorInputMode
Sets the label's text after it has been edited using editLabel.
setLabelText(label:com.yworks.graph.model:ILabel, text) — Method in class com.yworks.graph.model.DefaultGraph
Sets the label text of the given label.
setLabelText(label:com.yworks.graph.model:ILabel, text) — Method in class com.yworks.graph.model.DefaultGraphStructure
Sets the label text for a given label to the specified text.
setLabelText(label:com.yworks.graph.model:ILabel, text) — Method in interface com.yworks.graph.model.IGraph
Sets the label text of the given label.
setLabelText(label:com.yworks.graph.model:ILabel, text) — Method in interface com.yworks.graph.model.IGraphStructure
Sets the label text for a given label to the specified text.
setLastMouseEvent(evt:com.yworks.canvas.input:CanvasMouseEvent) — Method in class com.yworks.canvas.input.StateMachineInputMode
setLeaf(item:com.yworks.graph.model:INode, leaf) — Method in class com.yworks.graph.model.DefaultNodeHierarchy
Determines whether the given item should be considered a leaf.
setLeaf(item:com.yworks.graph.model:INode, leaf) — Method in interface com.yworks.graph.model.INodeHierarchy
Determines whether the given item should be considered a leaf.
setLocation(index, x, y) — Method in class com.yworks.canvas.geom.ArrayControlPoints
Sets the coordinates of a point in the list.
setLocation(index, x, y) — Method in class com.yworks.canvas.geom.ControlPoints
Sets the coordinates of a point in the list.
setLocation(index, x, y) — Method in interface com.yworks.canvas.geom.IMutableControlPoints
Sets the coordinates of a point in the list.
setLocation(x, y) — Method in class com.yworks.graph.model.DefaultPort
Sets the location of this port.
setLookup(c, o) — Method in class com.yworks.io.graphml.GraphMLContext
Map the given class to the given object.
setLookupImplementation(newLookup:com.yworks.support:ILookup) — Method in class com.yworks.graph.model.AbstractModelItem
Sets the ILookup implementation used for lookup calls on this instance.
setNext(next:com.yworks.support:IContextLookup) — Method in class com.yworks.graph.model.DefaultItemLookup
This method is called by the framework to register the fallback lookup implementation that should be used during a call to IContextLookup#Lookup/.
setNext(next:com.yworks.support:IContextLookup) — Method in class com.yworks.support.AbstractContextLookupChainLink
This method is called by the framework to register the fallback lookup implementation that will be used during a call to super.lookupForItem.
setNext(next:com.yworks.support:IContextLookup) — Method in interface com.yworks.support.IContextLookupChainLink
This method is called by the framework to register the fallback lookup implementation that should be used during a call to IContextLookup#Lookup/.
setNodeSelected(node:com.yworks.graph.model:INode, selected) — Method in class com.yworks.graph.model.GraphSelection
Sets the selected state for the given node.
setNodeSelected(node:com.yworks.graph.model:INode, selected) — Method in interface com.yworks.graph.model.IGraphSelection
Sets the selected state for the given node.
setNodeStyle(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — Method in class com.yworks.graph.model.DefaultGraph
Assigns the given style instance by reference to the node.
setNodeStyle(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — Method in class com.yworks.graph.model.DefaultGraphStructure
Associates the style with the given node.
setNodeStyle(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — Method in interface com.yworks.graph.model.IGraph
Assigns the given style instance by reference to the node.
setNodeStyle(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — Method in interface com.yworks.graph.model.IGraphStructure
Associates the style with the given node.
setParameters(parameters) — Method in class com.yworks.remote.DefaultServerAction
Sets the parameters that will be passed to the HTTP service as GET or POST parameters.
setParameters(parameters) — Method in interface com.yworks.remote.ServerAction
Set the parameters that will be sent to the url upon the next call to sendAction.
setParent(child:com.yworks.graph.model:INode, parent:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.DefaultNodeHierarchy
Reparents a child item that already belongs to this hierarchy instance to a new parent.
setParent(node:com.yworks.graph.model:INode, parent:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.GroupedGraph
Reparents a child item that already belongs to this hierarchy instance to a new parent.
setParent(node:com.yworks.graph.model:INode, parent:com.yworks.graph.model:INode) — Method in interface com.yworks.graph.model.IGroupedGraph
Sets the parent node for a given node.
setParent(child:com.yworks.graph.model:INode, parent:com.yworks.graph.model:INode) — Method in interface com.yworks.graph.model.INodeHierarchy
Reparents a child item that already belongs to this hierarchy instance to a new parent.
setPortLocation(port:com.yworks.graph.model:IPort, x, y) — Method in class com.yworks.graph.model.DefaultGraph
Sets the coordinates of the given port to the given values.
setPortLocation(port:com.yworks.graph.model:IPort, x, y) — Method in class com.yworks.graph.model.DefaultGraphStructure
Sets the Location of a port to the specified coordinates.
setPortLocation(port:com.yworks.graph.model:IPort, x, y) — Method in interface com.yworks.graph.model.IGraph
Sets the coordinates of the given port to the given values.
setPortOwner(value:com.yworks.graph.model:IPortOwner) — Method in class com.yworks.graph.model.AbstractPortCandidateProvider
Sets the owner of the port candidate.
setPorts(edge:com.yworks.graph.model:IEdge, sourcePort:com.yworks.graph.model:IPort, targetPort:com.yworks.graph.model:IPort) — Method in class com.yworks.graph.model.DefaultGraph
Sets the ports of the given edge to the new values.
setPorts(edge:com.yworks.graph.model:IEdge, sourcePort:com.yworks.graph.model:IPort, targetPort:com.yworks.graph.model:IPort) — Method in class com.yworks.graph.model.DefaultGraphStructure
Sets the ports of the given edge to the new values.
setPorts(edge:com.yworks.graph.model:IEdge, sourcePort:com.yworks.graph.model:IPort, targetPort:com.yworks.graph.model:IPort) — Method in interface com.yworks.graph.model.IGraph
Sets the ports of the given edge to the new values.
setPorts(edge:com.yworks.graph.model:IEdge, sourcePort: