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, class com.yworks.canvas.drawing.YGraphics
Saves the current graphics transformation.
save(graph:com.yworks.graph.model:IGraph, defaultFileName:String) — method, class com.yworks.remote.SaveHandler
Opens a file dialog and saves the GraphML which represents the given graph.
SAVE — Static Property, class com.yworks.resources.Actions
SaveHandler — class, package com.yworks.remote
Handler which saves the given graph as GraphML in a file using a flash.net.FileReference.
SaveHandler(roundtripHandler:com.yworks.remote:RoundtripHandler) — Constructor, class com.yworks.remote.SaveHandler
Creates a new instance with the given RoundtripHandler as output handler.
scale — Property, interface com.yworks.canvas.ICanvasPrintContext
The scale factor that is applied to the canvas contents for printing.
scale(sx:Number, sy:Number) — method, class com.yworks.canvas.drawing.YGraphics
Prepend a scale transformation to the current graphics transformation.
scale — Property, class com.yworks.graph.drawing.ArrowPaintable
Defines the scale, the arrow is painted with.
scale — Property, class com.yworks.graph.model.DefaultArrow
The scale factor.
scaleDownToFit — Property, class com.yworks.canvas.CanvasPrinter
Whether to scale the printed content down to fit the printable area, if the content is larger than the printable area.
scaleMode — Property, class com.yworks.io.ExportOptions
Determines how to scale the contents of the exported document.
SCALE_MODE_FIT — Constant Static Property, 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, class com.yworks.io.ExportOptions
Do not use a custom scaling for the exported document.
SCALE_MODE_VIEWPORT — Constant Static Property, class com.yworks.io.ExportOptions
Use the visible area and zoom factor determined by the current view port.
scaleUpToFit — Property, class com.yworks.canvas.CanvasPrinter
Whether to scale the printed content up to fit the printable area, if the content is smaller than the printable area.
scope — Property, class com.yworks.remote.MapperAttribute
The scope of this mapper, i.e.
scope — Property, class com.yworks.support.DictionaryMapper
One of GraphMLConstants.SCOPE_ALL GraphMLConstants.SCOPE_NODE GraphMLConstants.SCOPE_EDGE GraphMLConstants.SCOPE_GRAPH GraphMLConstants.SCOPE_PORT
scope — Property, interface com.yworks.support.IRoundtripMapper
One of GraphMLConstants.SCOPE_ALL GraphMLConstants.SCOPE_NODE GraphMLConstants.SCOPE_EDGE GraphMLConstants.SCOPE_GRAPH GraphMLConstants.SCOPE_PORT
SCOPE_ALL — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
SCOPE_EDGE — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
SCOPE_GRAPH — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
SCOPE_GRAPHML — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
SCOPE_NODE — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
SCOPE_PORT — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
SCOPES — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
scroll — Event, class com.yworks.canvas.CanvasComponent
Dispatched when one of the scrollbars changes its scroll position.
secondNode — Property, class com.yworks.graph.input.snapLines.NodePairBasedSnapLine
Gets the second node that is associated with this snap line.
securityError — Event, class com.yworks.io.graphml.GraphMLIOHandler
Dispatched when readURL is used and a security error occurs.
securityError — Event, class com.yworks.mxml.ConfigTool
Dispatched when the configuration file could not be loaded due to a security error.
securityError — Event, class com.yworks.support.Config
Dispatched when the configuration file could not be loaded due to a security error.
securityError — Event, class com.yworks.ui.GraphCanvasComponent
Dispatched when a security error occurs while loading a graph from an URL.
securityErrorHandler — Property, 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.
segmentEpsilon — Constant Static Property, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
SegmentIndex — Property, class com.yworks.graph.model.markup.RotatedSliderLabelModelParameterExtension
SegmentOrientation — class, package com.yworks.graph.input.snapLines
Enumeration for possible orientations of a segment in a (partially) orthogonal edge routing.
SegmentRatio — Property, class com.yworks.graph.model.markup.RotatedSliderLabelModelParameterExtension
select — Event, class com.yworks.graph.model.CompositeStripeSelection
Dispatched when an item changed its selection state from unselected to selected.
select — Event, class com.yworks.graph.model.DefaultSelectionModel
Dispatched when an item has been selected
select — Event, interface com.yworks.graph.model.ISelectionModel
Dispatched when an item changed its selection state from unselected to selected.
select — Event, class com.yworks.graph.model.StripeSelection
Dispatched when an item changed its selection state from unselected to selected.
SELECT — Constant Static Property, class com.yworks.graph.model.SelectionEvent
selectableItems — Property, class com.yworks.graph.input.GraphEditorInputMode
Determines which types of items should be selectable at all.
selectableItems — Property, class com.yworks.graph.input.TableEditorInputMode
Gets or set a property that determines which types of items should be selectable at all.
selectAll() — method, class com.yworks.graph.input.GraphEditorInputMode
Clears the current selection and selects all nodes and bends in this graph.
selectAll() — method, class com.yworks.graph.input.TableEditorInputMode
Clears the current selection and selects all stripes in all table instances.
selectAllCommand — Property, class com.yworks.graph.input.TableEditorInputMode
Event recognizer for selecting all stripes.
selectCurrentItem() — method, class com.yworks.canvas.input.NavigationInputMode
Selects the current item.
selected — Property, class com.yworks.graph.drawing.TemplateStyleDataContext
Whether the model item associated with this context is selected.
selectedBends — Property, class com.yworks.graph.model.CompositeStripeSelection
Enumerates all currently selected bends.
selectedBends — Property, class com.yworks.graph.model.GraphSelection
Enumerates all currently selected bends.
selectedBends — Property, interface com.yworks.graph.model.IGraphSelection
Enumerates all currently selected bends.
selectedColumns — Property, interface com.yworks.graph.model.IStripeSelection
An ISelectionModel of the selected columns.
selectedColumns — Property, class com.yworks.graph.model.StripeSelection
An ISelectionModel of the selected columns.
selectedEdges — Property, class com.yworks.graph.model.CompositeStripeSelection
Enumerates all currently selected edges.
selectedEdges — Property, class com.yworks.graph.model.GraphSelection
Enumerates all currently selected edges.
selectedEdges — Property, interface com.yworks.graph.model.IGraphSelection
Enumerates all currently selected edges.
selectedItemsHandles — Property, 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, 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, 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, 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, class com.yworks.graph.model.CompositeStripeSelection
Enumerates all currently selected labels.
selectedLabels — Property, class com.yworks.graph.model.GraphSelection
Enumerates all currently selected labels.
selectedLabels — Property, interface com.yworks.graph.model.IGraphSelection
Enumerates all currently selected labels.
selectedMovableItemsHitTestable — Property, 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 PositionHandler or IMovable implementation.
selectedNodes — Property, class com.yworks.graph.model.CompositeStripeSelection
Enumerates all currently selected nodes.
selectedNodes — Property, class com.yworks.graph.model.GraphSelection
Enumerates all currently selected nodes.
selectedNodes — Property, interface com.yworks.graph.model.IGraphSelection
Enumerates all currently selected nodes.
selectedObjects — Property, class com.yworks.graph.model.CompositeStripeSelection
Gets an iterable that enumerates all currently selected items.
selectedObjects — Property, class com.yworks.graph.model.DefaultSelectionModel
Gets an iterable that enumerates all currently selected items.
selectedObjects — Property, class com.yworks.graph.model.GraphSelection
Gets an Iterable of all selected Objects.
selectedObjects — Property, interface com.yworks.graph.model.ISelectionModel
Gets an iterable that enumerates all currently selected items.
selectedObjects — Property, class com.yworks.graph.model.StripeSelection
Gets an iterable that enumerates all currently selected items.
selectedPorts — Property, class com.yworks.graph.model.CompositeStripeSelection
Enumerates all currently selected ports.
selectedPorts — Property, class com.yworks.graph.model.GraphSelection
Enumerates all currently selected ports.
selectedPorts — Property, interface com.yworks.graph.model.IGraphSelection
Enumerates all currently selected ports.
selectedRows — Property, interface com.yworks.graph.model.IStripeSelection
An ISelectionModel of the selected rows.
selectedRows — Property, class com.yworks.graph.model.StripeSelection
An ISelectionModel of the selected rows.
selectedStripes — Property, interface com.yworks.graph.model.IStripeSelection
An ICollectionModel of all selected items.
selectedStripes — Property, class com.yworks.graph.model.StripeSelection
An ICollectionModel of all selected items.
selectInactiveLabelElements(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue:Boolean, dataElement:XML) — method, interface com.yworks.io.graphml.realizer.IInactiveLabelElementSelector
Returns a list of child label elements of the given dataElement which shall be added to the inactive state of the labeled item.
selectInactiveLabelElements(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.realizer.ProxyNodeRealizerSerializer
Returns all child NodeLabel elements of the collapsed realizer element.
selection — Property, class com.yworks.canvas.input.NavigationInputMode
The IGraphSelection this mode operates on.
selection — Property, class com.yworks.graph.model.DefaultSelectionModel
Provides a collection model view over the selected items.
selection — Property, class com.yworks.ui.GraphCanvasComponent
Gets or sets the selection model that is used for this control.
SELECTION — Constant Static Property, class com.yworks.graph.model.StripeVisualizationType
Visualization for a selected stripe.
selectionChanged — Event, class com.yworks.ui.GraphCanvasComponent
Dispatched when the selection property changed.
SELECTION_CHANGED — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
selectionDecorator — Property, class com.yworks.graph.model.ItemDecorator
The LookupDecorator that decorates the ISelectionPaintable type for the type of items this instance has been created for.
SelectionEvent — class, package com.yworks.graph.model
Event class that is dispatched when an IModelItem is selected or deselected.
SelectionEvent(type:String, item:com.yworks.canvas.model:IModelItem) — Constructor, class com.yworks.graph.model.SelectionEvent
Constructor.
selectionGroup — Property, class com.yworks.ui.GraphCanvasComponent
Gets or sets the SelectionGroup property.
selectionGroupChanged — Event, class com.yworks.ui.GraphCanvasComponent
Dispatched when the selectionGroup property changed.
SELECTION_GROUP_CHANGED — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
selectionModel — Property, class com.yworks.canvas.input.MainInputMode
Gets or sets the selectionModel property
selectionModel — Property, class com.yworks.canvas.model.HighlightPaintManager
Gets or sets the selection model that determines which items are highlighted.
selectionModel — Property, 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, class com.yworks.graph.model.SelectionPaintManager
The selection model that determines which items are selected.
selectionPaintManager — Property, class com.yworks.ui.GraphCanvasComponent
Gets or sets the SelectionPaintManager property.
SelectionPaintManager — class, 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, 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, class com.yworks.ui.GraphCanvasComponent
Dispatched when the selectionPaintManager property changed.
SELECTION_PAINT_MANAGER_CHANGED — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
selectionToBack(selection:com.yworks.graph.model:ISelectionModel) — method, class com.yworks.graph.model.GraphModelManager
Moves the main render canvas objects of all selected model items to the beginning of the group rendering list, so that they will be painted behind all unselected items in the same group.
selectionToFront(selection:com.yworks.graph.model:ISelectionModel) — method, class com.yworks.graph.model.GraphModelManager
Moves the main render canvas objects of all selected model items to the end of the group rendering list, so that they will be painted in front of all unselected items in the same group.
selectItem(canvas:com.yworks.ui:GraphCanvasComponent, item:com.yworks.canvas.model:IModelItem, extendSelection:Boolean) — method, class com.yworks.canvas.input.NavigationInputMode
Callback that selects the given item.
selectLabelElements(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue:Boolean, dataElement:XML) — method, 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:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.realizer.ProxyNodeRealizerSerializer
Returns all child NodeLabel elements of the expanded realizer element.
selfloopCreationAllowed — Property, class com.yworks.graph.input.CreateEdgeInputMode
Determines whether or not to allow the creation of self loops.
selfLoopDistance — Property, class com.yworks.graph.drawing.PolylineEdgeStyleRenderer
Gets or sets the distance between the node's layout and its self loop control points.
send — Property, 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, class com.yworks.remote.DefaultServerAction
Perform a request to the HTTP service that was passed upon initialization.
sendAction() — method, interface com.yworks.remote.ServerAction
invokes the server action at the url using the current parameters.
sendLocalRoot — Property, class com.yworks.remote.AbstractRoundtripHandler
If the graph that is send is a IFoldedGraph, this property determines whether the id of the node that is set as the folded graph's localRoot is sent as a request parameter to the server.
_sendOptions — Property, class com.yworks.remote.AbstractRoundtripHandler
The options to use for configuration of the output IO handler.
sendOptions — Property, class com.yworks.remote.RoundtripHandler
Gets or sets the options to use for sending the graph to the server.
SEPARATE_LAYER — Constant Static Property, class com.yworks.graph.model.EdgeLayerPolicy
All edges will be visualized in a separate edge layer in front of all nodes.
SEPARATE_LAYER — Constant Static Property, class com.yworks.graph.model.LabelLayerPolicy
All labels will be visualized in one of two separate layers, one for node labels and one for edge labels.
SEPARATE_LAYER — Constant Static Property, class com.yworks.graph.model.PortLayerPolicy
All ports will be visualized in one separate layer.
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AbstractSerializer
Serialize the given style to a IXmlWriter.
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, interface com.yworks.io.graphml.writer.ISerializer
Serialize the given style to a IXmlWriter.
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.ArraySerializer
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.ExtensionBasedSerializer
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.IterableSerializer
Serialize the given style to a IXmlWriter.
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.PortMementoSerializer
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.PrimitivesSerializer
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.ReflectionBasedSerializer
Serialize the given style to a IXmlWriter.
serialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.StringSerializer
serializeArrow(context:com.yworks.io.graphml.writer:GraphMLWriteContext, arrow:com.yworks.graph.model:IArrow, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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, class com.yworks.io.graphml.writer.serializer.DefaultArrowSerializer
Serialize the given arrow to a IXmlWriter
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.binary.ObjectSerializer
Puts the given subject into the List that was passed upon initialization, unless it is already contained in the List.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.AbstractTemplateStyleSerializer
Writes the below element.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.CSSLabelStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.DelegatingStyleSerializer
This implementation serializes the wrapped style into a <y:Wrapped> element and calls serializeStyle().
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.NodeStyleLabelStyleAdapterSerializer
Serialize the given style to a IXmlWriter
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.NodeViewStateSerializer
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.ReflectionBasedSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.SWFNodeStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, 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:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.SimplePortStyleSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.TagOwnerUserTagProviderSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeContent(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.TextLayoutFormatSerializer
Write the content of the graphml element that corresponds to the serialization of subject.
serializeStyle(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.DelegatingStyleSerializer
Serializes the properties of the style.
serializeStyle(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.serializer.FilterNodeStyleSerializer
Serializes the style's properties.
ServerAction — Interface, package com.yworks.remote
Implementations of this interface perform tasks that require communication with the server component.
serviceName — Property, class com.yworks.remote.AbstractRoundtripHandler
The service name to use for roundtripping.
serviceName — Property, class com.yworks.remote.RoundtripHandler
setAccepting(accept:Boolean) — method, class com.yworks.canvas.input.DropInputMode
Tell the DragManager to accept canvas as drop target or sets the drop target to null.
setAngle(value:Number) — method, class com.yworks.canvas.geom.OrientedRectangle
Sets the orientation of this rectangle.
setArrow(style:com.yworks.graph.drawing:IEdgeStyle, arrow:com.yworks.graph.model:IArrow, atSoure:Boolean) — method, 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:Boolean) — method, class com.yworks.io.graphml.reader.deserializer.PolylineEdgeStyleDeserializer
Set the arrow arrow to style.
setAutoAdjustGroupNodeBounds(value:Boolean) — method, class com.yworks.graph.model.FoldingManager
setBendLocation(index:int, location:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Callback that sets the location of the bend of the current dummy ede at the given index.
setBendLocation(bend:com.yworks.graph.model:IBend, x:Number, y:Number) — method, class com.yworks.graph.model.AbstractGraphWrapper
Modifies the location of the given bend.
setBendLocation(bend:com.yworks.graph.model:IBend, x:Number, y:Number) — method, class com.yworks.graph.model.DefaultGraph
Modifies the location of the given bend.
setBendLocation(bend:com.yworks.graph.model:IBend, x:Number, y:Number) — method, class com.yworks.graph.model.DefaultGraphStructure
Sets the Location of a bend to the specified coordinates.
setBendLocation(bend:com.yworks.graph.model:IBend, x:Number, y:Number) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Performs the IGraph#setBendLocation() operation for the given bend at the item that this callback has been configured for.
setBendLocation(bend:com.yworks.graph.model:IBend, x:Number, y:Number) — method, interface com.yworks.graph.model.IGraph
Modifies the location of the given bend.
setBendSelected(bend:com.yworks.graph.model:IBend, selected:Boolean) — method, class com.yworks.graph.model.CompositeStripeSelection
Sets the selected state for the given bend.
setBendSelected(bend:com.yworks.graph.model:IBend, selected:Boolean) — method, class com.yworks.graph.model.GraphSelection
Sets the selected state for the given bend.
setBendSelected(bend:com.yworks.graph.model:IBend, selected:Boolean) — method, interface com.yworks.graph.model.IGraphSelection
Sets the selected state for the given bend.
setBendTag(index:int, newTag:Object) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Sets the user tag of the dummy bend with the given index of the dummy edge.
setBounds(node:com.yworks.graph.model:INode, x:Number, y:Number, width:Number, height:Number) — method, class com.yworks.graph.model.AbstractGraphWrapper
Sets the bounds of the given node to the new values.
setBounds(node:com.yworks.graph.model:INode, x:Number, y:Number, width:Number, height:Number) — method, class com.yworks.graph.model.DefaultGraph
Sets the bounds of the given node to the new values.
setBounds(x:Number, y:Number, width:Number, height:Number) — method, interface com.yworks.graph.model.IChangeDummyNodeAppearanceCallback
Performs the IGraph#setBounds() operation for the node that this callback has been configured for.
setBounds(node:com.yworks.graph.model:INode, x:Number, y:Number, width:Number, height:Number) — method, interface com.yworks.graph.model.IGraph
Sets the bounds of the given node to the new values.
setCenter(x:Number, y:Number) — method, class com.yworks.canvas.MagnifierComponent
Sets the center point of this component.
setCenter(orientedRectangle:com.yworks.canvas.geom:IMutableOrientedRectangle, cx:Number, cy:Number) — Static Method , 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.
setCenter(center:com.yworks.canvas.geom:IPoint) — method, class com.yworks.canvas.geom.OrientedRectangle
Sets the center of the oriented rectangle to the given value.
setCenter(graph:com.yworks.graph.model:IGraph, node:com.yworks.graph.model:INode, center:com.yworks.canvas.geom:IPoint) — Static Method , class com.yworks.graph.model.GraphUtil
Sets the center of a node to the given world coordinates.
setClosestCandidate(closest:com.yworks.graph.model:IPortCandidate) — method, class com.yworks.graph.model.PortRelocationHandle
Updates the closest candidate for visual feedback.
setContextProperty(name:String, value:Object) — method, class com.yworks.io.graphml.reader.GraphMLParser
Set a context property which is considered when creating a GraphMLParseContext.
setContextProperty(name:String, value:Object) — method, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Set a context property which is considered when creating a GraphMLWriteContext.
setCurrentItem(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.input.NavigationInputMode
Sets the "current" item to the given one.
setCurrentItem(currentItem:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that is used by this instance to set the current item on the GraphCanvasComponent.currentItem.
setCurrentItemCore(canvas:com.yworks.ui:GraphCanvasComponent, item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.input.NavigationInputMode
Callback that actually sets the current item property.
setDirty(item:Object) — method, class com.yworks.canvas.CanvasObjectDependencyManager
Sets the dirty flag of the canvas objects that correspond to this model item.
setDragLocation(coordinates:com.yworks.canvas.geom:IPoint) — method, class com.yworks.canvas.input.DropInputMode
This method updates the mousePosition according to the coordinates passed in.
setDragLocation(coordinates:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.NodeDropInputMode
Sets the drag location and updates the layout of the dragged node based on the mouse coordinates and the results of the SnapContext.
setDragLocation(coordinates:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.StripeDropInputMode
This method updates the mousePosition according to the coordinates passed in.
setDragPoint(x:Number, y:Number) — method, class com.yworks.graph.input.CreateEdgeInputMode
Updates the drag point.
setDummyBendTagCore(bendId:com.yworks.graph.model:BendId, newTag:Object) — method, class com.yworks.graph.model.FoldingManager
setDummyEdgeLabelTag(edgeLabelId:com.yworks.graph.model:EdgeLabelId, newTag:Object, enqueueEdit:Boolean) — method, class com.yworks.graph.model.FoldingManager
setDummyEdgeLabelTagCore(edgeLabelId:com.yworks.graph.model:EdgeLabelId, newTag:Object) — method, class com.yworks.graph.model.FoldingManager
setDummyEdgePortTag(portId:com.yworks.graph.model:DummyEdgePortId, tag:Object, enqueueUnit:Boolean) — method, class com.yworks.graph.model.FoldingManager
setDummyEdgeTag(edgeId:com.yworks.graph.model:DummyEdgeId, newTag:Object, enqueueEdit:Boolean) — method, class com.yworks.graph.model.FoldingManager
setDummyNodeLabelTag(nodeLabelId:com.yworks.graph.model:NodeLabelId, newTag:Object, enqueueEdit:Boolean) — method, class com.yworks.graph.model.FoldingManager
setDummyNodeLabelTagCore(nodeLabelId:com.yworks.graph.model:NodeLabelId, newTag:Object) — method, class com.yworks.graph.model.FoldingManager
setDummyNodePortTag(nodePortId:com.yworks.graph.model:DummyNodePortId, tag:Object, enqueueUnit:Boolean) — method, class com.yworks.graph.model.FoldingManager
setEdgeSelected(edge:com.yworks.graph.model:IEdge, selected:Boolean) — method, class com.yworks.graph.model.CompositeStripeSelection
Sets the selected state for the given edge.
setEdgeSelected(edge:com.yworks.graph.model:IEdge, selected:Boolean) — method, class com.yworks.graph.model.GraphSelection
Sets the selected state for the given edge.
setEdgeSelected(edge:com.yworks.graph.model:IEdge, selected:Boolean) — method, 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, class com.yworks.graph.model.AbstractGraphWrapper
Assigns the given style instance by reference to the edge.
setEdgeStyle(edge:com.yworks.graph.model:IEdge, style:com.yworks.graph.drawing:IEdgeStyle) — method, 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, 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, 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, interface com.yworks.graph.model.IGraphStructure
Associates the style with the given edge.
setFactory(factory:Function, predicate:Function) — method, class com.yworks.graph.model.LookupDecorator
Creates a chain link and decorates the decorator with it.
setGraph(newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.canvas.input.MoveLabelInputMode
Set a new Graph for this mode.
setGraph(newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.input.CreateEdgeInputMode
Sets the IGraph that is associated with this instance.
setGraph(newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.input.EdgeDragInputModeBase
Sets a new graph for this mode.
setGraph(newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.input.GraphEditorInputMode
Set a new Graph for this mode.
setGraphCanvas(newCanvas:com.yworks.ui:GraphCanvasComponent) — method, class com.yworks.canvas.input.NavigationInputMode
Sets the graph canvas component to use for the various actions.
setGraphCanvas(graphCanvas:com.yworks.ui:GraphCanvasComponent) — method, class com.yworks.graph.input.CreateBendInputMode
Sets the GraphCanvasComponent that is associated with this instance.
setGraphCanvas(graphCanvas:com.yworks.ui:GraphCanvasComponent) — method, class com.yworks.graph.input.CreateEdgeInputMode
Sets the GraphCanvasComponent that is associated with this instance.
setGraphCanvas(graphCanvas:com.yworks.ui:GraphCanvasComponent) — method, class com.yworks.graph.input.GraphEditorInputMode
Sets the GraphCanvasComponent that is associated with this instance.
setGraphElementProvider(gep:com.yworks.io.graphml.writer:IGraphElementProvider) — method, 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, class com.yworks.io.graphml.reader.GraphMLParser
Sets the factory for graph element creation.
setGraphSelection(newGraphSelection:com.yworks.graph.model:IGraphSelection) — method, class com.yworks.canvas.input.MoveLabelInputMode
Set a new Graph Selection for this mode.
setGraphSelection(newSelection:com.yworks.graph.model:IGraphSelection) — method, class com.yworks.graph.input.GraphEditorInputMode
Set a new GraphSelection for this mode.
setImageTransform(theImage:flash.display:DisplayObject) — method, class com.yworks.graph.drawing.ImageIcon
setImplementationWrapper(wrapperFactory:Function, predicate:Function) — method, class com.yworks.graph.model.LookupDecorator
Creates a chain link which returns an implementation of the asked type which wraps the default (actually the recently added chain link for the same item and implementation type).
setInitiallyExpanded(groupNode:com.yworks.graph.model:INode, expanded:Boolean) — method, class com.yworks.graph.model.FoldingManager
Allows for setting the expanded state of a group node from the master graph that will be applied to the group nodes in the default managed views the next time it will become visible in those views.
setInsets(stripe:com.yworks.graph.model:IStripe, insets:com.yworks.canvas.geom:IRectangle) — method, interface com.yworks.graph.model.ITable
Sets the insets of the given stripe.
setInsets(stripe:com.yworks.graph.model:IStripe, insets:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.model.Table
Sets the insets of the given stripe.
setInstance(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultPortCandidate
Sets the instance that will be returned by getInstance and createInstance.
setInstance(instance:Object, predicate:Function) — method, class com.yworks.graph.model.LookupDecorator
Creates a chain link which returns the given instance when asked for the item and implementation type this LookupDecorator is created for.
setItem(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.drawing.AbstractStyleRenderer
Called by the various descriptor getters to initialize the item.
setItem(item:com.yworks.canvas.model:IModelItem) — method, 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, 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, class com.yworks.graph.model.DefaultItemLookup
Sets the context item.
setItem(item:com.yworks.canvas.model:IModelItem) — method, 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, 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, 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, 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, class com.yworks.graph.model.AbstractGraphWrapper
Sets the label model parameter for the given label.
setLabelModelParameter(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, 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, 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, interface com.yworks.graph.model.IChangeLabeledItemAppearanceCallback
Performs the IGraph#setLabelModelParameter() operation for the item that this callback has been configured for.
setLabelModelParameter(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, 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, interface com.yworks.graph.model.IGraphStructure
Sets the label model parameter for the given label.
setLabelModelParameter(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, interface com.yworks.graph.model.ITable
Sets the label model parameter for the given label.
setLabelModelParameter(label:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.Table
Sets the label model parameter for the given label.
setLabelSelected(label:com.yworks.graph.model:ILabel, selected:Boolean) — method, class com.yworks.graph.model.CompositeStripeSelection
Sets the selected state for the given label.
setLabelSelected(label:com.yworks.graph.model:ILabel, selected:Boolean) — method, class com.yworks.graph.model.GraphSelection
Sets the selected state for the given label.
setLabelSelected(label:com.yworks.graph.model:ILabel, selected:Boolean) — method, 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, class com.yworks.graph.model.AbstractGraphWrapper
Assigns the given style instance by reference to the label.
setLabelStyle(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — method, 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, 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, interface com.yworks.graph.model.IChangeLabeledItemAppearanceCallback
Performs the IGraph#setLabelStyle() operation for the provided label that this callback has been configured for.
setLabelStyle(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — method, 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, interface com.yworks.graph.model.IGraphStructure
Associates the style with the given label.
setLabelStyle(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — method, interface com.yworks.graph.model.ITable
Assigns the given style instance by reference to the label.
setLabelStyle(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle) — method, class com.yworks.graph.model.Table
Assigns the given style instance by reference to the label.
setLabelTag(label:com.yworks.graph.model:ILabel, newTag:Object) — method, interface com.yworks.graph.model.IChangeLabeledItemAppearanceCallback
Sets the tag for the label of the item that that this callback has been configured for.
setLabelText(label:com.yworks.graph.model:ILabel, text:String) — method, 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:String) — method, class com.yworks.graph.input.TableEditorInputMode
Sets the label's text after it has been edited using editLabel.
setLabelText(label:com.yworks.graph.model:ILabel, text:String) — method, class com.yworks.graph.model.AbstractGraphWrapper
Sets the label text of the given label.
setLabelText(label:com.yworks.graph.model:ILabel, text:String) — method, class com.yworks.graph.model.DefaultGraph
Sets the label text of the given label.
setLabelText(label:com.yworks.graph.model:ILabel, text:String) — method, 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:String) — method, interface com.yworks.graph.model.IChangeLabeledItemAppearanceCallback
Performs the IGraph#setLabelText() operation for the item that this callback has been configured for.
setLabelText(label:com.yworks.graph.model:ILabel, text:String) — method, interface com.yworks.graph.model.IGraph
Sets the label text of the given label.
setLabelText(label:com.yworks.graph.model:ILabel, text:String) — method, interface com.yworks.graph.model.IGraphStructure
Sets the label text for a given label to the specified text.
setLabelText(label:com.yworks.graph.model:ILabel, text:String) — method, interface com.yworks.graph.model.ITable
Sets the label text of the given label.
setLabelText(label:com.yworks.graph.model:ILabel, text:String) — method, class com.yworks.graph.model.Table
Sets the label text of the given label.
setLastMouseEvent(evt:com.yworks.canvas.input:CanvasMouseEvent) — method, class com.yworks.canvas.input.StateMachineInputMode
setLeaf(item:com.yworks.graph.model:INode, leaf:Boolean) — method, class com.yworks.graph.model.DefaultNodeHierarchy
Determines whether the given item should be considered a leaf.
setLeaf(item:com.yworks.graph.model:INode, leaf:Boolean) — method, interface com.yworks.graph.model.INodeHierarchy
Determines whether the given item should be considered a leaf.
setLimitedCenter(center:flash.geom:Point) — method, class com.yworks.canvas.CanvasComponent
Sets the provided center unless this would cause the viewport to exceed the limits of the viewportLimiter.
setLimitedViewpoint(vp:flash.geom:Point) — method, class com.yworks.canvas.CanvasComponent
Sets the provided viewpoint unless this would cause the viewport to exceed the limits of the viewportLimiter.
setLimitedViewport(target:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.canvas.CanvasComponent
Sets the provided viewport unless this would cause the viewport to exceed the limits of the viewportLimiter.
setLimitedZoom(newZoom:Number) — method, class com.yworks.canvas.CanvasComponent
Sets the provided zoom value unless this would cause the viewport to exceed the limits of the viewportLimiter.
setLocation(index:uint, x:Number, y:Number) — method, class com.yworks.canvas.geom.ArrayControlPoints
Sets the coordinates of a point in the list.
setLocation(index:uint, x:Number, y:Number) — method, class com.yworks.canvas.geom.ControlPoints
Sets the coordinates of a point in the list.
setLocation(index:uint, x:Number, y:Number) — method, interface com.yworks.canvas.geom.IMutableControlPoints
Sets the coordinates of a point in the list.
setLocation(x:Number, y:Number) — method, class com.yworks.graph.model.DefaultPort
Sets the location of this port.
setLookup(newLookup:com.yworks.support:ILookup) — method, class com.yworks.graph.model.AbstractGraphWrapper
Sets the lookup instance to use in lookup()
setLookup(c:Class, o:Object) — method, class com.yworks.io.graphml.GraphMLContext
Map the given class to the given object.
setLookupImplementation(newLookup:com.yworks.support:ILookup) — method, class com.yworks.graph.model.AbstractModelItem
Sets the ILookup implementation used for lookup calls on this instance.
setMinimumSize(stripe:com.yworks.graph.model:IStripe, newSize:Number) — method, interface com.yworks.graph.model.ITable
Sets the minimum size of the given stripe.
setMinimumSize(stripe:com.yworks.graph.model:IStripe, newSize:Number) — method, class com.yworks.graph.model.Table
Sets the minimum size of the given stripe.
setNext(next:com.yworks.support:IContextLookup) — method, 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, 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, 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:Boolean) — method, class com.yworks.graph.model.CompositeStripeSelection
Sets the selected state for the given node.
setNodeSelected(node:com.yworks.graph.model:INode, selected:Boolean) — method, class com.yworks.graph.model.GraphSelection
Sets the selected state for the given node.
setNodeSelected(node:com.yworks.graph.model:INode, selected:Boolean) — method, 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, class com.yworks.graph.model.AbstractGraphWrapper
Assigns the given style instance by reference to the node.
setNodeStyle(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — method, 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, class com.yworks.graph.model.DefaultGraphStructure
Associates the style with the given node.
setNodeStyle(nodeStyle:com.yworks.graph.drawing:INodeStyle) — method, interface com.yworks.graph.model.IChangeDummyNodeAppearanceCallback
Performs the IGraph#setNodeStyle() operation for the node that this callback has been configured for.
setNodeStyle(node:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:INodeStyle) — method, 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, interface com.yworks.graph.model.IGraphStructure
Associates the style with the given node.
setParameter(graph:com.yworks.graph.model:IGraph, port:com.yworks.graph.model:IPort, newParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.input.CroppedPortLocationModelParameterHandle
Callback method that applies the parameter
setParameter(graph:com.yworks.graph.model:IGraph, port:com.yworks.graph.model:IPort, newParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.input.PortLocationModelParameterHandle
Callback method that applies the parameter
setParameters(parameters:Object) — method, class com.yworks.remote.DefaultServerAction
Sets the parameters that will be passed to the HTTP service as GET or POST parameters.
setParameters(parameters:Object) — method, 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, 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, class com.yworks.graph.model.GroupedGraph
Sets the parent node for a given node.
setParent(node:com.yworks.graph.model:INode, parent:com.yworks.graph.model:INode) — method, 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, interface com.yworks.graph.model.INodeHierarchy
Reparents a child item that already belongs to this hierarchy instance to a new parent.
setParentColumn(owner:com.yworks.graph.model:IColumn, column:com.yworks.graph.model:IColumn, index:int) — method, interface com.yworks.graph.model.ITable
Sets owner as new parent of column.
setParentColumn(owner:com.yworks.graph.model:IColumn, column:com.yworks.graph.model:IColumn, index:int) — method, class com.yworks.graph.model.Table
Sets owner as new parent of column.
setParentRow(owner:com.yworks.graph.model:IRow, row:com.yworks.graph.model:IRow, index:int) — method, interface com.yworks.graph.model.ITable
Sets owner as new parent of row.
setParentRow(owner:com.yworks.graph.model:IRow, row:com.yworks.graph.model:IRow, index:int) — method, class com.yworks.graph.model.Table
Sets owner as new parent of row.
setPort(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge, setSourcePort:Boolean, portCandidate:com.yworks.graph.model:IPortCandidate, suggestedLocation:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.model.PortRelocationHandle
Callback that is triggered by dragFinished to actually change the port.
setPortLocation(port:com.yworks.graph.model:IPort, x:Number, y:Number) — method, class com.yworks.graph.model.AbstractGraphWrapper
Sets the coordinates of the given port to the given values.
setPortLocation(port:com.yworks.graph.model:IPort, x:Number, y:Number) — method, 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:Number, y:Number) — method, interface com.yworks.graph.model.IGraph
Sets the coordinates of the given port to the given values.
setPortLocationModelParameter(port:com.yworks.graph.model:IPort, modelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.model.AbstractGraphWrapper
Sets the location model parameter of the given port to the given value.
setPortLocationModelParameter(port:com.yworks.graph.model:IPort, modelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.model.DefaultGraph
Sets the location model parameter of the given port to the given value.
setPortLocationModelParameter(port:com.yworks.graph.model:IPort, modelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, class com.yworks.graph.model.DefaultGraphStructure
Sets the location model parameter of a port.
setPortLocationModelParameter(port:com.yworks.graph.model:IPort, locationParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, interface com.yworks.graph.model.IChangeDummyNodeAppearanceCallback
Performs the IGraph.setLocationModelParameter operation for port at the node that this callback has been configured for.
setPortLocationModelParameter(port:com.yworks.graph.model:IPort, modelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, interface com.yworks.graph.model.IGraph
Sets the location model parameter of the given port to the given value.
setPortLocationModelParameter(port:com.yworks.graph.model:IPort, locationModelParameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, interface com.yworks.graph.model.IGraphStructure
Sets the location model parameter for the given port.
setPortOwner(value:com.yworks.graph.model:IPortOwner) — method, 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, class com.yworks.graph.model.AbstractGraphWrapper
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, 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, 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, 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:com.yworks.graph.model:IPort, targetPort:com.yworks.graph.model:IPort) — method, interface com.yworks.graph.model.IGraphStructure
Sets the ports of the given edge to the new values.
setPorts(context:com.yworks.canvas.input:IInputModeContext, edge:com.yworks.graph.model:IEdge, sourcePort:com.yworks.graph.model:IPort, targetPort:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.PortRelocationHandle
Finally sets the ports for the edge to the new values.
setPortSelected(port:com.yworks.graph.model:IPort, selected:Boolean) — method, class com.yworks.graph.model.CompositeStripeSelection
Sets the selected state for the given port.
setPortSelected(port:com.yworks.graph.model:IPort, selected:Boolean) — method, class com.yworks.graph.model.GraphSelection
Sets the selected state for the given port.
setPortSelected(port:com.yworks.graph.model:IPort, selected:Boolean) — method, interface com.yworks.graph.model.IGraphSelection
Sets the selected state for the given port.
setPortStyle(port:com.yworks.graph.model:IPort, style:com.yworks.graph.drawing:IPortStyle) — method, class com.yworks.graph.model.AbstractGraphWrapper
Assigns the given style instance by reference to the port.
setPortStyle(port:com.yworks.graph.model:IPort, style:com.yworks.graph.drawing:IPortStyle) — method, class com.yworks.graph.model.DefaultGraph
Assigns the given style instance by reference to the port.
setPortStyle(port:com.yworks.graph.model:IPort, style:com.yworks.graph.drawing:IPortStyle) — method, class com.yworks.graph.model.DefaultGraphStructure
Associates the style with the given port.
setPortStyle(port:com.yworks.graph.model:IPort, portStyle:com.yworks.graph.drawing:IPortStyle) — method, interface com.yworks.graph.model.IChangeDummyNodeAppearanceCallback
Performs the IGraph#setPortStyle() operation for port at the node that this callback has been configured for.
setPortStyle(port:com.yworks.graph.model:IPort, style:com.yworks.graph.drawing:IPortStyle) — method, interface com.yworks.graph.model.IGraph
Assigns the given style instance by reference to the port.
setPortStyle(port:com.yworks.graph.model:IPort, style:com.yworks.graph.drawing:IPortStyle) — method, interface com.yworks.graph.model.IGraphStructure
Associates the style with the given port.
setPosition(x:Number, y:Number) — method, class com.yworks.canvas.input.CompositePositionHandler
Sets the virtual position of this composite.
setPosition(x:Number, y:Number) — method, interface com.yworks.canvas.input.IPositionHandler
Called by clients to set the position to the given coordinates.
setPosition(x:Number, y:Number) — method, class com.yworks.canvas.input.LabelPositionHandler
Called by clients to set the position to the given coordinates.
setPosition(x:Number, y:Number) — method, class com.yworks.canvas.input.PointHandle
This implementation uses the IPointSetter to set the new values.
setPosition(x:Number, y:Number) — method, class com.yworks.canvas.input.RectangleHandle
Sets the absolute position of the handle.
setPosition(x:Number, y:Number) — method, class com.yworks.canvas.input.ReshapeableHandle
Sets the absolute position of the handle.
setPosition(x:Number, y:Number) — method, class com.yworks.graph.drawing.DefaultPositionHandler
Called by clients to set the position to the given coordinates.
setPosition(x:Number, y:Number) — method, class com.yworks.graph.input.PortLocationModelParameterHandle
setPosition(x:Number, y:Number) — method, class com.yworks.graph.input.ReparentStripePositionHandler
Called by clients to set the position to the given coordinates.
setPosition(x:Number, y:Number) — method, class com.yworks.graph.input.SimpleEdgePositionHandler
Called by clients to set the position to the given coordinates.
setPosition(x:Number, y:Number) — method, class com.yworks.graph.model.EdgeEndMoveHandle
Updates the position of the handle.
setPreferredCursorTransition(cursorClass:Class) — method, class com.yworks.canvas.input.StateMachineInputMode
Factory method that can be used to obtain an listener implementation that sets the given preferredCursor.
setPreferredSize(label:com.yworks.graph.model:ILabel, width:Number, height:Number) — method, class com.yworks.graph.model.AbstractGraphWrapper
Sets the preferred size of the label.
setPreferredSize(label:com.yworks.graph.model:ILabel, width:Number, height:Number) — method, class com.yworks.graph.model.DefaultGraph
Sets the preferred size of the label.
setPreferredSize(label:com.yworks.graph.model:ILabel, width:Number, height:Number) — method, interface com.yworks.graph.model.IChangeLabeledItemAppearanceCallback
Performs the IGraph#setPreferredSize() operation for the item that this callback has been configured for.
setPreferredSize(label:com.yworks.graph.model:ILabel, width:Number, height:Number) — method, interface com.yworks.graph.model.IGraph
Sets the preferred size of the label.
setPreferredSize(label:com.yworks.graph.model:ILabel, width:Number, height:Number) — method, interface com.yworks.graph.model.ITable
Sets the preferred size of the label.
setPreferredSize(label:com.yworks.graph.model:ILabel, width:Number, height:Number) — method, class com.yworks.graph.model.Table
Sets the preferred size of the label.
setProperty(name:String, value:Object) — method, class com.yworks.io.graphml.GraphMLContext
Set a context property.
setProperty(name:any, value:any) — method, class com.yworks.support.YList
setRectangle(dst:com.yworks.canvas.geom:IMutableRectangle, src:com.yworks.canvas.geom:IRectangle) — Static Method , class com.yworks.canvas.geom.GeomSupport
Convenience method that reshapes the provided rectangle to have the same bounds as src.
setRelativeLocation(graph:com.yworks.graph.model:IGraph, port:com.yworks.graph.model:IPort, relativeX:Number, relativeY:Number) — Static Method , class com.yworks.graph.model.GraphUtil
Tries to set the location of the port relative to its IPort.owner if the owner is a INode.
setResetCursorTransition() — method, class com.yworks.canvas.input.StateMachineInputMode
Factory method that can be used to obtain a listener implementation that resets the preferredCursor.
setSelected(item:com.yworks.canvas.model:IModelItem, selected:Boolean) — method, class com.yworks.canvas.input.MainInputMode
Uses the selectionModel to select the given item.
setSelected(item:com.yworks.canvas.model:IModelItem, selected:Boolean) — method, class com.yworks.graph.model.CompositeStripeSelection
Sets the selection state of an item.
setSelected(item:com.yworks.canvas.model:IModelItem, selected:Boolean) — method, class com.yworks.graph.model.DefaultSelectionModel
Sets the selection state of an item.
setSelected(item:com.yworks.canvas.model:IModelItem, selected:Boolean) — method, class com.yworks.graph.model.GraphSelection
Sets the selected state for the given item.
setSelected(item:com.yworks.canvas.model:IModelItem, selected:Boolean) — method, interface com.yworks.graph.model.ISelectionModel
Sets the selection state of an item.
setSelected(item:com.yworks.canvas.model:IModelItem, selected:Boolean) — method, class com.yworks.graph.model.StripeSelection
Sets the selection state of an item.
setSize(stripe:com.yworks.graph.model:IStripe, newSize:Number) — method, interface com.yworks.graph.model.ITable
Sets the actual size of the given stripe.
setSize(stripe:com.yworks.graph.model:IStripe, newSize:Number) — method, class com.yworks.graph.model.Table
Sets the actual size of the given stripe.
setSourcePortLocationParameter(parameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Performs the IGraph#setPortLocationParameter() operation for the source port of the edge that this callback has been configured for.
setSourcePortStyle(portStyle:com.yworks.graph.drawing:IPortStyle) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Performs the IGraph#setPortStyle() operation for the source port of the edge that this callback has been configured for.
setSourcePortTag(newTag:Object) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Sets the user tag of the source port of the dummy edge.
setStyle(style:com.yworks.canvas.drawing:IVisualStyle) — method, class com.yworks.graph.drawing.AbstractStyleRenderer
Called by the various descriptor getters to initialize the style.
setStyle(edgeStyle:com.yworks.graph.drawing:IEdgeStyle) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Performs the IGraph#setEdgeStyle() operation for the edge that this callback has been configured for.
setStyle(stripe:com.yworks.graph.model:IStripe, style:com.yworks.graph.drawing:INodeStyle) — method, interface com.yworks.graph.model.ITable
Sets the style of the given stripe.
setStyle(stripe:com.yworks.graph.model:IStripe, style:com.yworks.graph.drawing:INodeStyle) — method, class com.yworks.graph.model.Table
Sets the style of the given stripe.
setTable(node:com.yworks.graph.model:INode, table:com.yworks.graph.model:ITable, context:com.yworks.support:ILookup) — method, interface com.yworks.graph.drawing.ITableProvider
Sets a new table instance for the specified item.
setTable(node:com.yworks.graph.model:INode, table:com.yworks.graph.model:ITable, context:com.yworks.support:ILookup) — method, class com.yworks.graph.drawing.TagOwnerTableProvider
Sets a new table instance for the specified item.
setTag(newTag:Object) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Sets the user tag of the dummy edge The tag can differ from the original edge's tag especially if the dummy edge represents more than one edge.
setTargetPortCandidate(value:com.yworks.graph.model:IPortCandidate) — method, class com.yworks.graph.input.CreateEdgeInputMode
Sets the candidate for the IEdge.targetPort of the edge to be created.
setTargetPortLocationParameter(parameter:com.yworks.graph.model.portLocation:IPortLocationModelParameter) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Performs the IGraph#setPortLocationParameter() operation for the target port of the edge that this callback has been configured for.
setTargetPortStyle(portStyle:com.yworks.graph.drawing:IPortStyle) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Performs the IGraph#setPortStyle() operation for the target port of the edge that this callback has been configured for.
setTargetPortTag(newTag:Object) — method, interface com.yworks.graph.model.IChangeDummyEdgeAppearanceCallback
Sets the user tag of the target port of the dummy edge.
setTextFormatDefaults(tf:flash.text:TextFormat) — Static Method , class com.yworks.canvas.drawing.YGraphics
setTipLocation(x:Number, y:Number) — method, class com.yworks.canvas.input.MouseHoverInputMode
Set the location of the current tooltip when it is shown.
setTo(point:com.yworks.canvas.geom:IPoint) — method, class com.yworks.canvas.geom.YPoint
Sets the coordinates of this instance to the current state of the coordinates of the point provided.
setToPortCandidate(dummy:com.yworks.graph.model:DefaultEdge, source:Boolean, candidate:com.yworks.graph.model:IPortCandidate) — method, class com.yworks.graph.model.PortRelocationHandle
Updates the dummy edge's visual appearance to reflect the new port candidate.
setTypeConverter(type:Class, converter:com.yworks.support:ITypeConverter) — Static Method , class com.yworks.support.TypeConverters
Sets a TypeConverter for the given class type.
setUpVector(upX:Number, upY:Number) — method, interface com.yworks.canvas.geom.IMutableOrientedRectangle
Sets the orientation of this oriented rectangle by modifying the up vector components.
setUpVector(upX:Number, upY:Number) — method, class com.yworks.canvas.geom.OrientedRectangle
Sets the components of the up vector to the new values.
setUserTag(forItem:com.yworks.canvas.model:IModelItem, newTag:Object, context:com.yworks.support:ILookup) — method, interface com.yworks.graph.drawing.IUserTagProvider
Sets a user-defined object, the user tag, on the given model item.
setUserTag(forItem:com.yworks.canvas.model:IModelItem, newTag:Object, context:com.yworks.support:ILookup) — method, class com.yworks.graph.drawing.TagOwnerUserTagProvider
Sets a user-defined object, the user tag, on the given model item's tag owner.
setUserTagProvider(node:com.yworks.graph.model:INode, dummy:com.yworks.graph.model:INode, style:com.yworks.graph.drawing:TemplateNodeStyle) — method, class com.yworks.canvas.input.NodeEffectInputMode
Sets the user tag provider for a node styled with TemplateNodeStyle.
setValues(rectangle:com.yworks.canvas.geom:IOrientedRectangle) — method, class com.yworks.canvas.geom.OrientedRectangle
Sets the values of this instance to the values provided by the given instance.
setValues(rect:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.canvas.geom.YRectangle
Reshapes this instance to the values provided by the given rectangle.
setZOrder(item:com.yworks.canvas.model:IModelItem, order:int) — method, class com.yworks.graph.model.DefaultZOrderSupport
setZOrder(item:com.yworks.canvas.model:IModelItem, order:int) — method, interface com.yworks.graph.model.IZOrderSupport
shape — Property, class com.yworks.graph.drawing.ShapeNodeStyleRenderer
Get the shape that is currently used by this renderer.
shape — Property, class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer
Get the shape that is currently used by this renderer.
shape2String(shape:uint) — method, class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer
Gets a String for serialization from an integer id
shapeGeometryDecorator — Property, class com.yworks.graph.model.NodeDecorator
The LookupDecorator that decorates the IShapeGeometry type for INodes.
ShapeGeometryPortCandidateProvider — class, package com.yworks.graph.model
An implementation of IPortCandidateProvider that works for IPortOwner implementations that have IShapeGeometry instances in their lookup.
ShapeGeometryPortCandidateProvider(portOwner:com.yworks.graph.model:IPortOwner, ratios:Array) — Constructor, class com.yworks.graph.model.ShapeGeometryPortCandidateProvider
Creates an instance that inserts a port candidate at the given ratios of each segment of the shape's path.
shapeNodeShape — Property, interface com.yworks.graph.drawing.IShapeNodeStyle
The ShapeNodeShape for this style
shapeNodeShape — Property, class com.yworks.graph.drawing.ShapeNodeStyle
The ShapeNodeShape for this style
shapeNodeShape — Property, class com.yworks.graph.drawing.compat.JavaShapeNodeStyle
Get or set this style's shape.
ShapeNodeShape — class, package com.yworks.graph.drawing
Defines some often used shapes that can be used together with IShapeNodeStyle or JavaShapeNodeStyle instances.
ShapeNodeStyle — class, package com.yworks.graph.drawing
Default implementation of the IShapeNodeStyle interface
ShapeNodeStyle(styleRenderer:com.yworks.graph.drawing:ShapeNodeStyleRenderer, shapeNodeShape:int, stroke:mx.graphics:IStroke, fill:mx.graphics:IFill) — Constructor, class com.yworks.graph.drawing.ShapeNodeStyle
Create a new style instance.
ShapeNodeStyleDeserializer — class, package com.yworks.io.graphml.reader.deserializer
A deserializer implementation that deserializes ShapeNodeStyle instances.
ShapeNodeStyleRealizerSerializer — class, package com.yworks.io.graphml.realizer
An IRealizerSerializer that can read y:ShapeNode elements written by yFiles Java and write ShapeNodeStyle instances into y:ShapeNode elements readable by yFiles Java.
ShapeNodeStyleRenderer — class, package com.yworks.graph.drawing
Default renderer implementation that can be used for IShapeNodeStyle instances.
ShapeNodeStyleSerializer — class, package com.yworks.io.graphml.writer.serializer
An ISerializer implementation that serializes ShapeNodeStyles.
ShapePaintable — class, package com.yworks.canvas.drawing
Provides a number of IDisplayObjectCreator implementations for simple geometric primitives.
SHAPE_TAG — Constant Static Property, class com.yworks.io.graphml.writer.serializer.ShapeNodeStyleSerializer
The shape tag's element name
SHARED_DATA_ATTR — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
SharedDataInputHandler — class, package com.yworks.io.graphml.reader
Specialized input handler for shared data sections
SharedDataOutputHandler — class, package com.yworks.io.graphml.writer
shareDefaultEdgeLabelModelParameter — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets a property that determines whether newly created edge labels should share the currently set defaultEdgeLabelModelParameter instance.
shareDefaultEdgeLabelStyleInstance — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets a property that determines whether newly created ports should share the currently set defaultEdgeLabelStyle.
shareDefaultEdgeStyleInstance — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets a property that determines whether newly created edges should share the currently set defaultEdgeStyle.
shareDefaultGroupNodeStyleInstance — Property, class com.yworks.graph.model.GroupedGraph
Gets or sets a property that determines whether newly created group nodes should share the currently set dfaultGroupNodeStyle instance.
shareDefaultNodeLabelModelParameter — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets a property that determines whether newly created node labels should share the currently set defaultNodeLabelModelParameter instance.
shareDefaultNodeLabelStyleInstance — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets a property that determines whether newly created ports should share the currently set defaultNodeLabelStyle.
shareDefaultNodePortModelParameter — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets a property that determines whether newly created ports at nodes should share the currently set defaultNodePortModelParameter instance.
shareDefaultNodeStyleInstance — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets a property that determines whether newly created edges labels should share the currently set defaultEdgeLabelStyle.
shareDefaultPortStyleInstance — Property, class com.yworks.graph.model.DefaultGraph
Gets or sets a property that determines whether newly created ports should share the currently set defaultPortStyle.
shareLabelModelParameterInstance — Property, interface com.yworks.graph.model.IStripeDefaults
Whether the labelModelParameter instance should be shared referentially or cloned upon a call to getLabelModelParameterInstance().
shareLabelModelParameterInstance — Property, class com.yworks.graph.model.StripeDefaults
Whether the labelModelParameter instance should be shared referentially or cloned upon a call to getLabelModelParameterInstance().
shareLabelStyleInstance — Property, interface com.yworks.graph.model.IStripeDefaults
Whether the labelStyle instance should be shared referentially or cloned upon a call to getLabelStyleInstance.
shareLabelStyleInstance — Property, class com.yworks.graph.model.StripeDefaults
Whether the labelStyle instance should be shared referentially or cloned upon a call to getLabelStyleInstance.
shareStyleInstance — Property, interface com.yworks.graph.model.IStripeDefaults
Indicates whether the style instance should be shared referentially or cloned upon a call to getStyleInstance.
shareStyleInstance — Property, class com.yworks.graph.model.StripeDefaults
Indicates whether the style instance should be shared referentially or cloned upon a call to getStyleInstance.
SHEAR — Constant Static Property, class com.yworks.canvas.input.HandleType
A handle which can be used to shear an object.
ShearedRectangle — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
A rectangle that is sheared in the horizontal direction to the right This shape is serialized as "ShearedRectangle" and will be correctly parsed by yFiles.NET
ShearedRectangle2 — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
A rectangle that is sheared in the horizontal direction to the left This shape is serialized as "ShearedRectangle2" and will be correctly parsed by yFiles.NET
shift — Property, class com.yworks.canvas.input.ClickEvent
Returns whether the shift key was pressed while the click event occured.
SHIFT_CLICKED — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_CLICK when the shift key is pressed.
shiftKey — Property, class com.yworks.canvas.input.CanvasMouseEvent
Indicates whether the Shift key is active (true) or inactive (false).
SHIFT_PRESSED — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Returns true if the passed event is a KeyboardEvent of type KeyboardEvent.KEY_DOWN and the event's keyCode property is Keyboard.SHIFT.
SHIFT_RELEASED — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Returns true if the passed event is a KeyboardEvent of type KeyboardEvent.KEY_UP and the event's keyCode property is Keyboard.CONTROL.
ShinyPlateNodeStyle — class, package com.yworks.graph.drawing
ShinyPlateNodeStyle(color:mx.graphics:IFill, radius:Number, insets:flash.geom:Rectangle, stroke:mx.graphics:IStroke, renderer:com.yworks.graph.drawing:ShinyPlateNodeStyleRenderer) — Constructor, class com.yworks.graph.drawing.ShinyPlateNodeStyle
Creates a new instance.
ShinyPlateNodeStyleRenderer — class, package com.yworks.graph.drawing
A renderer which handles IShinyPlateNodeStyle.
SHORT — Constant Static Property, class com.yworks.graph.drawing.ArrowType
A short and broad arrow.
shouldBeClickable(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that determines whether a GraphEditorEvent.ITEM_CLICKED should be dispatched for the provided IModelItem.
shouldBeClickSelectable(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that determines whether the provided IModelItem should be selected upon mouse clicks.
shouldBeClickSelected(item:com.yworks.graph.model:StripeSubregionDescriptor) — method, class com.yworks.graph.input.TableEditorInputMode
Callback predicate method that is used by onClickInputModeClicked to determine whether the given item can be click selected.
shouldBeDeleted(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.GraphEditorInputMode
Determines whether the item should be deleted.
shouldBeDeleted(item:com.yworks.graph.model:IStripe) — method, class com.yworks.graph.input.TableEditorInputMode
shouldBeMarqueeSelectable(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.input.MainInputMode
Callback that determines whether the provided IModelItem should be selected upon marquee selection.
shouldBeMarqueeSelectable(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that determines whether the provided IModelItem should be selected upon marquee selection.
shouldBeMovable(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.input.MainInputMode
Callback method that is used for InputModeController's shouldBeMovableFunction.
shouldBeMovable(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.GraphEditorInputMode
Determines whether to make the item movable using the moveInputMode.
shouldBeMovableFunction — Property, class com.yworks.graph.model.InputModeController
A Function that is called to determine whether a given selected model item should be movable.
shouldBeNavigatedTo(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.input.NavigationInputMode
Callback predicate method that determines whether a given model item should be navigated to.
shouldCollapseGroup(node:com.yworks.graph.model:INode) — method, class com.yworks.canvas.input.NavigationInputMode
Predicate method that decides whether it is allowed to collapse the given group node.
shouldCopy(item:Object) — method, interface com.yworks.graph.model.IClipboardHelper
Determines whether the given item can or should be copied to the clipboard.
shouldCut(item:Object) — method, interface com.yworks.graph.model.IClipboardHelper
Determines whether the given item can or should be cut to the clipboard.
shouldEnterGroup(node:com.yworks.graph.model:INode) — method, class com.yworks.canvas.input.NavigationInputMode
Predicate method that decides whether it is allowed to enter the specific group node.
shouldExitGroup() — method, class com.yworks.canvas.input.NavigationInputMode
Predicate method that decides whether it is allowed to exit the current group node.
shouldExpandGroup(node:com.yworks.graph.model:INode) — method, class com.yworks.canvas.input.NavigationInputMode
Predicate method that decides whether it is allowed to expand the given group node.
shouldLabelBeEdited(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback method that determines whether the label or the labels of the provided item should be edited in response to onEditLabel.
shouldLabelBeEdited(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.TableEditorInputMode
Callback method that determines whether the label or the labels of the provided item should be edited in response to onEditLabel.
shouldLabelBeEditedInternal(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.GraphEditorInputMode
shouldLabelBeEditedInternal(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.TableEditorInputMode
shouldPaste(item:Object, userData:Object) — method, interface com.yworks.graph.model.IClipboardHelper
Determines whether the given item can or should be pasted from the clipboard to the target graph.
shouldRepaint(oldCache:Object) — method, class com.yworks.graph.drawing.BevelNodeStyleRenderer
Whether the current display object should be repainted.
shouldRepaint(oldCache:Object) — method, class com.yworks.graph.drawing.CSSLabelStyleRenderer
Whether the current display object should be repainted.
shouldRepaint(oldCache:Object) — method, class com.yworks.graph.drawing.GeneralPathNodeStyleRenderer
Whether the current display object should be repainted.
shouldRepaint(oldCache:Object) — method, class com.yworks.graph.drawing.ImageNodeStyleRenderer
Whether the current display object should be repainted.
shouldRepaint(oldCache:Object) — method, class com.yworks.graph.drawing.PanelNodeStyleRenderer
Whether the current display object should be repainted.
shouldRepaint(oldCache:Object) — method, class com.yworks.graph.drawing.ShapeNodeStyleRenderer
Whether the current display object should be repainted.
shouldRepaint(oldCache:Object) — method, class com.yworks.graph.drawing.ShinyPlateNodeStyleRenderer
Whether the current display object should be repainted.
shouldRepaint(oldCache:Object) — method, class com.yworks.graph.drawing.SimpleLabelStyleRenderer
Whether the current display object should be repainted.
shouldRepaint(oldCache:Object) — method, class com.yworks.graph.drawing.SimplePortStyleRenderer
Whether the current display object should be repainted.
shouldSerialize(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, property:XML) — method, class com.yworks.io.graphml.writer.serializer.ReflectionBasedSerializer
Returns true if property should be serialized.
shouldSetToCurrentItem(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that determines whether the provided IModelItem should be set to the current item.
shouldShowHandles(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.canvas.input.MainInputMode
Callback method that is used for InputModeController's shouldShowHandlesFunction.
shouldShowHandles(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.input.GraphEditorInputMode
Determines whether to show the handles for the given item.
shouldShowHandlesFunction — Property, class com.yworks.graph.model.InputModeController
A Function that is called to determine whether reshape handles are to be shown for a given selected model item.
shouldToggleGroupState(node:com.yworks.graph.model:INode) — method, class com.yworks.canvas.input.NavigationInputMode
Predicate method that decides whether it is allowed to toggle the collapsed state of the given group node.
shouldWriteMemberAsAttribute(context:com.yworks.io.graphml.writer:GraphMLWriteContext, subject:Object, property:XML) — method, class com.yworks.io.graphml.writer.serializer.ReflectionBasedSerializer
Determines whether property should be written as attribute value or as complete element.
show(x:Number, y:Number) — method, class com.yworks.canvas.input.MouseHoverInputMode
Immediately shows the tooltip at the given location.
showDelay — Property, class com.yworks.canvas.input.MouseHoverInputMode
The delay between a mouse hover over a target item and the display of a tooltip for this item.
showDragImage() — method, class com.yworks.graph.input.NodeDropInputMode
Shows the previously hidden drag image.
showDragImage() — method, class com.yworks.graph.input.StripeDropInputMode
Shows the previously hidden drag image.
showDummyEdge — Property, class com.yworks.graph.model.EdgeEndMoveHandle
Gets or sets a property that determines whether to show a dummy edge during the drag operation.
showEffect — Property, class com.yworks.canvas.input.MouseHoverInputMode
The effect that is triggered when a tooltip is to be shown.
showHandleItems — Property, class com.yworks.graph.input.GraphEditorInputMode
Determines which types of items should have their IHandles shown.
showHitNodeCandidatesOnly — Property, class com.yworks.graph.model.PortRelocationHandle
Gets or sets a value indicating whether to show the candidates of hit nodes only.
showing — Property, class com.yworks.canvas.input.MouseHoverInputMode
Determines whether the tooltip is currently showing.
showNodePreview — Property, class com.yworks.graph.input.NodeDropInputMode
Determines whether a preview of the dragged node is displayed during the drag.
showPortCandidates — Property, class com.yworks.graph.input.CreateEdgeInputMode
Determines whether or not to display possible port candidates during the creation of the edge.
showStripePreview — Property, class com.yworks.graph.input.StripeDropInputMode
Determines whether a preview of the dragged stripe is displayed during the drag.
SIMPLE — Constant Static Property, class com.yworks.graph.drawing.ArrowType
A simple arrow.
SimpleAbstractEdgeStyle — class, package com.yworks.graph.drawing
An abstract base class that makes it possible to easily implement a custom IEdgeStyle.
SimpleAbstractLabelStyle — class, package com.yworks.graph.drawing
A simple abstract label style whose renderer refers to the createDisplayObject, updateDisplayObject, calculateBounds, isVisible, isHit, isInBox and lookup methods implemented in the style.
SimpleAbstractLabelStyle() — Constructor, class com.yworks.graph.drawing.SimpleAbstractLabelStyle
Creates a new instance
SimpleAbstractNodeStyle — class, package com.yworks.graph.drawing
A simple abstract node style whose renderer refers to the paint, calculateBounds, isVisible, isHit, isInBox, lookup, getIntersection, isInside and getOutline methods implemented in the style.
SimpleAbstractNodeStyle() — Constructor, class com.yworks.graph.drawing.SimpleAbstractNodeStyle
Creates a new instance
SimpleAbstractPortStyle — class, package com.yworks.graph.drawing
A simple abstract port style whose renderer refers to the paint, calculateBounds, isVisible, isHit, isInBox and lookup methods implemented in the style.
SimpleAbstractPortStyle() — Constructor, class com.yworks.graph.drawing.SimpleAbstractPortStyle
Creates a new instance
SimpleEdgePositionHandler — class, package com.yworks.graph.input
An IPositionHandler implementation for edges which moves the bends on selected edges during move operations.
SimpleEdgePositionHandler(edge:com.yworks.graph.model:IEdge) — Constructor, class com.yworks.graph.input.SimpleEdgePositionHandler
Creates a new instance for the given edge.
SimpleGridConstraintProvider — class, package com.yworks.canvas.input
A simple integer based implementation of IGridConstraintProvider.
SimpleGridConstraintProvider(gridInfo:com.yworks.canvas:GridInfo) — Constructor, class com.yworks.canvas.input.SimpleGridConstraintProvider
Creates a new instance using the given grid info.
SimpleInputModeContext — class, package com.yworks.canvas.input
Simple default implementation of IInputModeContext.
SimpleInputModeContext(canvasComponent:com.yworks.canvas:CanvasComponent, mode:com.yworks.canvas.input:IInputMode, lookup:com.yworks.support:ILookup) — Constructor, class com.yworks.canvas.input.SimpleInputModeContext
Main constructor that initializes the state of this instance.
SimpleLabelRealizerSerializer — class, package com.yworks.io.graphml.realizer
Parses edge and node labels written by yFiles Java.
SimpleLabelStyle — class, package com.yworks.graph.drawing
The default mutable implementation of the ISimpleLabelStyle interface.
SimpleLabelStyle(renderer:com.yworks.graph.drawing:ILabelStyleRenderer, textFormat:mx.core:UITextFormat) — Constructor, class com.yworks.graph.drawing.SimpleLabelStyle
Creates a new instance with the given renderer and the given text format.
SimpleLabelStyleDeserializer — class, package com.yworks.io.graphml.reader.deserializer
A deserializer that deserializes ISimpleLabelStyle instances.
SimpleLabelStyleRenderer — class, package com.yworks.graph.drawing
An IStyleRenderer that can handle ISimpleLabelStyle instances.
SimpleLabelStyleSerializer — class, package com.yworks.io.graphml.writer.serializer
SimpleNodeStyle — class, package com.yworks.graph.drawing
Very simple abstract node style whose renderer refers to the paint implemented in the style.
SimpleNodeStyle() — Constructor, class com.yworks.graph.drawing.SimpleNodeStyle
Creates a new instance
SimplePortStyle — class, package com.yworks.graph.drawing
A simple port style
SimplePortStyle(styleRenderer:com.yworks.graph.drawing:IStyleRenderer) — Constructor, class com.yworks.graph.drawing.SimplePortStyle
Creates a new instance.
SimplePortStyleDeserializer — class, package com.yworks.io.graphml.reader.deserializer
Deserializer for SimplePortStyle.
SimplePortStyleRenderer — class, package com.yworks.graph.drawing
Simple port style renderer that draws ports as circles with a stroke and radius obtained from a SimplePortStyle.
SimplePortStyleSerializer — class, package com.yworks.io.graphml.writer.serializer
Serializer for SimplePortStyle The style is serialized the following way: <SimplePortStyle radius="..."> <Pen ...
SimpleTextPaintable — class, package com.yworks.canvas.drawing
A simple implementation of a display object creator that paints text in the created DisplayObject.
SimpleTextPaintable(textFormat:mx.core:UITextFormat, p:com.yworks.canvas.geom:IPoint) — Constructor, class com.yworks.canvas.drawing.SimpleTextPaintable
Constructor.
SingleIterable — class, package com.yworks.support
An iterable that iterates a single item, only.
SingleIterable(value:Object) — Constructor, class com.yworks.support.SingleIterable
Creates an instance that will iterate the single given item.
SingleIterator — class, package com.yworks.support
An iterator that iterates a single item.
SingleIterator(item:Object) — Constructor, class com.yworks.support.SingleIterator
Creates an instance that will iterate the single given item.
SingletonList — class, package com.yworks.support
A lightweight list that contains exactly one single item.
SingletonList(value:Object) — Constructor, class com.yworks.support.SingletonList
Creates a new instance that holds the provided singleton value.
size — Property, interface com.yworks.canvas.ICanvasObjectGroup
Gets the size, i.e.
size — Property, class com.yworks.canvas.MagnifierComponent
The diameter of this component.
size — Property, class com.yworks.canvas.drawing.EqualSizePaintable
The size the resized object snapped to.
size — Property, class com.yworks.canvas.geom.OrientedRectangle
The ISize instance that stores the size of this rectangle.
size — Property, class com.yworks.canvas.geom.YRectangle
Returns the instance that stores the size of this rectangle.
size — Property, class com.yworks.canvas.input.MagnifierInputMode
The diameter of the magnifier.
size — Property, class com.yworks.graph.model.DefaultColumn
The current changeable dimension of the stripe.
size — Property, class com.yworks.graph.model.DefaultRow
The current changeable dimension of the stripe.
size — Property, interface com.yworks.graph.model.IStripe
The current changeable dimension of the stripe.
size — Property, interface com.yworks.graph.model.IStripeDefaults
The default stripe size.
size — Property, class com.yworks.graph.model.StripeDefaults
The default stripe size.
size — Property, class com.yworks.support.UndoEngine
The maximum size of the undo queue this instance is managing.
Size — class, package com.yworks.canvas.geom
A simple default implementation of a mutable size in 2D coordinate space.
Size(width:Number, height:Number) — Constructor, class com.yworks.canvas.geom.Size
Creates an instance using the given width and height.
SIZE_ALL — Constant Static Property, class com.yworks.resources.CursorProvider
The name of a cursor icon that is used for resizing or moving something in all possible directions.
SizeConstraintProvider — class, package com.yworks.canvas.input
A simple default implementation of ISizeConstraintProvider
SizeConstraintProvider(minimumSize:com.yworks.canvas.geom:ISize, maximumSize:com.yworks.canvas.geom:ISize, minimumEnclosedArea:com.yworks.canvas.geom:IRectangle) — Constructor, class com.yworks.canvas.input.SizeConstraintProvider
Creates a new instance using the provided size instances as the initial values.
sizeConstraintsProviderDecorator — Property, class com.yworks.graph.model.NodeDecorator
The LookupDecorator that decorates the ISizeConstraintProvider type for INodes.
SIZE_NESW — Constant Static Property, class com.yworks.resources.CursorProvider
The name of a cursor icon that is used for resizing something in diagonal direction direction (top right to bottom left).
SIZE_NS — Constant Static Property, class com.yworks.resources.CursorProvider
The name of a cursor icon that is used for resizing something in vertical direction.
SIZE_NWSE — Constant Static Property, class com.yworks.resources.CursorProvider
The name of a cursor icon that is used for resizing something in diagonal direction direction (top left to bottom right)
sizeTip() — method, class com.yworks.canvas.input.MouseHoverInputMode
Set the size of a toolTip.
SizeTypeConverter — class, package com.yworks.support
This class can convert com.yworks.canvas.geom.Size values into Strings and back.
SIZE_WE — Constant Static Property, class com.yworks.resources.CursorProvider
The name of a cursor icon that is used for resizing something in horizontal direction.
SKEWED_DASH — Constant Static Property, class com.yworks.graph.drawing.ArrowType
A slanted dash near the end of the edge.
SliderEdgeLabelModel — class, package com.yworks.graph.model
An edge label model that can be used for labels along the path of an edge.
SliderEdgeLabelModel(distance:Number, angle:Number, edgeRelativeDistance:Boolean) — Constructor, class com.yworks.graph.model.SliderEdgeLabelModel
Creates a new instance of this.
SliderEdgeLabelModelParameterDeserializer — class, package com.yworks.io.graphml.reader.deserializer
Deserializer implementation that deserializes SliderEdgeLabelModel instances.
SliderParameterLocation — class, package com.yworks.graph.model
Flaggable enumeration that is used for the serialization of RotatedSliderEdgeLabelModel to indicate the position;
smoothing — Property, interface com.yworks.graph.drawing.IPolylineEdgeStyle
The smoothing length used for creating smooth bends.
smoothing — Property, class com.yworks.graph.drawing.PolylineEdgeStyle
The smoothing length used for creating smooth bends.
snap(unsnappedCoordinates:com.yworks.canvas.geom:IPoint, currentSnapState:com.yworks.canvas.input.snapLines:SnapState) — method, class com.yworks.canvas.input.snapLines.SnapResult
Core method that performs the actual snapping.
snap(unsnappedCoordinates:com.yworks.canvas.geom:IPoint, currentSnapState:com.yworks.canvas.input.snapLines:SnapState) — method, class com.yworks.graph.input.snapLines.SnapLineSnapResult
Core method that performs the actual snapping.
snapBendAdjacentSegments — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Whether this context will automatically snap the movements of bends so that the two adjacent segments become horizontally or vertically oriented.
snapBendsToSnapLines — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Determines whether this context will automatically snap the bends to snap lines.
snapContext — Property, class com.yworks.canvas.input.HandleInputMode
The SnapContext which manages snapping model items to certain coordinates (e.g.
snapContext — Property, class com.yworks.canvas.input.MainInputMode
The SnapContext instance which handles snapping of moving items to distinct coordinates.
snapContext — Property, class com.yworks.canvas.input.MoveInputMode
The SnapContext which manages snapping model items to certain coordinates (e.g.
snapContext — Property, class com.yworks.graph.input.CreateEdgeInputMode
The SnapContext which manages snapping model items to certain coordinates (e.g.
snapContext — Property, class com.yworks.graph.input.NodeDropInputMode
The SnapContext which is used to snap the node during the drag.
SnapContext — class, package com.yworks.canvas.input.snapLines
A class that can be used by IInputMode implementations and similar code to manage interactive snapping of elements to other elements during a drag-like operation.
SnapContext() — Constructor, class com.yworks.canvas.input.snapLines.SnapContext
Initializes a new instance of the SnapContext class.
SnapContextEvent — class, package com.yworks.canvas.input.snapLines
The SnapContextEvent class represents the event object passed to the event listener for events dispatched by the SnapContext.
SnapContextEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.canvas.input.snapLines.SnapContextEvent
Creates a new instance of the SnapContextEvent class.
snapDistance — Property, class com.yworks.canvas.input.snapLines.CollectSnapResultEvent
The zoom invariant snap distance.
snapDistance — Property, class com.yworks.canvas.input.snapLines.SnapContext
Gets or sets the global snap distance, which is the maximum distance between the current mouse coordinates and the coordinates to which the mouse will snap.
snapDistance — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets or sets the distance in the view coordinate system that determines how far the mouse should be snapped to a port candidate if snapToTargetCandidate is enabled.
snapLine — Property, class com.yworks.graph.input.snapLines.SnapLineSnapResult
The SnapLine associated with this result.
SnapLine — class, package com.yworks.canvas.input.snapLines
Models a snap line that is a line segment in the world coordinate system that is parallel to the x or y axis and to which other items (lines or points) snap to during interactive movements.
SnapLine(orientation:com.yworks.canvas.input.snapLines:SnapLineOrientation, snapType:uint, resourceKey:com.yworks.canvas.input.snapLines:ResourceKey, coordinates:com.yworks.canvas.geom:IPoint, tag:Object, weight:Number, from:Number, to:Number) — Constructor, class com.yworks.canvas.input.snapLines.SnapLine
Creates a new snap line using the provided attributes.
SNAP_LINE_BLANK_VARIABLE_LINE_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines a blank line between the SnapLine.coordinates and the SnapLineSnapResult.snappedCoordinates
SNAP_LINE_CENTER_BETWEEN_BOUNDS_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines a snap line which lets an item snap in the center between two bounds of other items.
SNAP_LINE_CENTER_BETWEEN_CENTERS_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines a snap line which lets an item snap in the center between two centers of other items.
SNAP_LINE_EQUAL_DISTANCE_BETWEEN_BOUNDS_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines a snap line which lets an item snap if it has an equal distance to two other items.
SNAP_LINE_EQUAL_DISTANCE_BETWEEN_CENTERS_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines a snap line which lets an item snap if it's center has an equal distance to the centers' of two other items.
SNAP_LINE_EQUAL_HEIGHT_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines the snapping of a resized item if it's new height is equal to another item.
SNAP_LINE_EQUAL_WIDTH_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines the snapping of a resized item if it's new width is equal to another item.
SNAP_LINE_EXTENDED_VARIABLE_LINE_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines a decorated line between the SnapLine.coordinates and the SnapLineSnapResult.snappedCoordinates that is extended on both sides.
snapLineExtension — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
The amount by which snap lines that are induced by existing edge segments and node borders are being extended.
SNAP_LINE_FIXED_DISTANCE_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines a snap line which snaps to a distance between different graph items.
SNAP_LINE_FIXED_LINE_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines a snap line having a fixed visualization independent of the SnapLineSnapResult.
SnapLineOrientation — class, package com.yworks.canvas.input.snapLines
The orientation used by snap lines.
snapLineProviderDecorator — Property, class com.yworks.graph.model.EdgeDecorator
Gets a LookupDecorator that decorates the ISnapLineProvider for the IEdges this instance has been created for.
snapLineProviderDecorator — Property, class com.yworks.graph.model.NodeDecorator
Gets a LookupDecorator that decorates the ISnapLineProvider for the INodes this instance has been created for.
snapLineProviderDecorator — Property, class com.yworks.graph.model.PortDecorator
Gets a LookupDecorator that decorates the ISnapLineProvider for the IPorts this instance has been created for.
SNAP_LINES — Static Property, class com.yworks.resources.Actions
SnapLineSnapResult — class, package com.yworks.graph.input.snapLines
This snap result represents a SnapLine to which the current moved item will potentially snap.
SnapLineSnapResult(weight:Number, delta:Number, tag:Object, snapLine:com.yworks.canvas.input.snapLines:SnapLine, snappedCoordinates:com.yworks.canvas.geom:IPoint, movedObject:Object) — Constructor, class com.yworks.graph.input.snapLines.SnapLineSnapResult
Creates a new instance of SnapLineSnapResult.
SnapLineSnapType — class, package com.yworks.canvas.input.snapLines
The type of a snap line.
SNAP_LINE_VARIABLE_LINE_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
Determines a decorated line between the SnapLine.coordinates and the SnapLineSnapResult.snappedCoordinates
snapNodesToSnapLines — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Determines whether this context will automatically snap the nodes to snap lines.
snapOrthogonalMovement — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Determines whether this context will automatically snap the movement in such a way that the overall move gesture is constrained to the horizontal or vertical axis.
snappedCoordinates — Property, class com.yworks.graph.input.snapLines.SnapLineSnapResult
The coordinates of the end point of the snap line.
snappedGridPoint — Property, class com.yworks.canvas.drawing.GridSnapResultPaintable
The grid point the moved object has snapped to.
snappedMousePosition — Property, class com.yworks.graph.input.NodeDropInputMode
Gets the current snapped mouse position during drag operations.
SNAPPED_X — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapTypes
Indicates that the coordinate has been snapped to its x values.
SNAPPED_XY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapTypes
Indicates that the coordinate has been snapped to its x and y values.
SNAPPED_Y — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapTypes
Indicates that the coordinate has been snapped to its y values.
snappingEnabled — Property, class com.yworks.graph.input.NodeDropInputMode
Switches snapping on and off.
snapPortAdjacentSegments — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Whether this context will automatically snap the movements of nodes so that the first and last segments of edges become orthogonal.
SnapResult — class, package com.yworks.canvas.input.snapLines
This is the abstract base class used by the implementations of SnapContext to model the result of the mouse being snapped to a certain coordinate.
snapResultGroup — Property, class com.yworks.ui.GraphCanvasComponent
Gets or sets the snapResultGroup property.
snapResultGroupChanged — Event, class com.yworks.ui.GraphCanvasComponent
Dispatched when the snapResultGroup property changed.
SNAP_RESULT_GROUP_CHANGED — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
snapResults — Property, class com.yworks.canvas.input.snapLines.SnapContext
The collection of SnapResults.
snapSegmentsToSnapLines — Property, class com.yworks.graph.input.snapLines.GraphSnapContext
Determines whether this context will automatically snap orthogonal edge segments to snap lines.
SnapState — class, package com.yworks.canvas.input.snapLines
Describes the state of a snapping operation.
SnapState(point:com.yworks.canvas.geom:IPoint, snapType:uint) — Constructor, class com.yworks.canvas.input.snapLines.SnapState
Initializes a new instance of the SnapState class.
snapTo(newLocation:com.yworks.canvas.geom:IPoint) — method, class com.yworks.canvas.input.snapLines.SnapState
Sets the location to the given point and adjusts the snapType accordingly.
snapToGrid(context:com.yworks.canvas.input:IInputModeContext, item:Object, point:com.yworks.canvas.geom:IPoint) — method, interface com.yworks.canvas.input.IGridConstraintProvider
Performs the actual snapping to grid coordinates.
snapToGrid(context:com.yworks.canvas.input:IInputModeContext, item:Object, point:com.yworks.canvas.geom:IPoint) — method, class com.yworks.canvas.input.SimpleGridConstraintProvider
Performs the actual snapping to grid coordinates.
SNAP_TO_GRID_KEY — Constant Static Property, class com.yworks.canvas.input.snapLines.SnapLine
snapToTargetCandidate — Property, class com.yworks.graph.input.CreateEdgeInputMode
Determines whether or not the edge's end point should snap to the current target port candidate during the creation of the edge.
snapToTargetCandidateOwner — Property, class com.yworks.graph.input.CreateEdgeInputMode
Determines whether or not the edge's port should snap to the current target port candidate owner during the creation of the edge.
snapType — Property, class com.yworks.canvas.input.snapLines.SnapLine
The type of the line that describes how other items will snap to this line.
snapType — Property, class com.yworks.canvas.input.snapLines.SnapState
Gets or sets the type of the snap.
SnapTypes — class, package com.yworks.canvas.input.snapLines
Constant for use in SnapResult.snap and SnapResult.isSnapped.
snapX(newX:Number) — method, class com.yworks.canvas.input.snapLines.SnapState
Modifies the x property of the location and adjusts the snapType accordingly.
snapY(newY:Number) — method, class com.yworks.canvas.input.snapLines.SnapState
Modifies the y property of the location and adjusts the snapType accordingly.
sort(comparisonFunction:Function, sortOptions:int) — method, class com.yworks.support.ArrayList
Sorts the List by using a comparisionFunction.
sort(comparisonFunction:Function, sortOptions:int) — method, class com.yworks.support.EmptyList
Sorts the List by using a comparisionFunction.
sort(comparisonFunction:Function, sortOptions:int) — method, interface com.yworks.support.List
Sorts the List by using a comparisionFunction.
sort(comparisonFunction:Function, sortOptions:int) — method, class com.yworks.support.ReadOnlyList
Not supported by this implementation.
sort(comparisonFunction:Function, sortOptions:int) — method, class com.yworks.support.SingletonList
Sorts the List by using a comparisionFunction.
sort(comparisonFunction:Function, sortOptions:int) — method, class com.yworks.support.YList
Not yet implemented! This implementation does nothing
sortedModes() — method, class com.yworks.canvas.input.MultiplexingInputMode
Returns a list of all modes managed by this instance in sorted order.
source — Property, class com.yworks.support.Transition
The source state this transition connects to.
sourceArrow — Property, class com.yworks.graph.drawing.AbstractEdgeStyle
Gets the visual arrow at the source end of edges that use this style.
sourceArrow — Property, class com.yworks.graph.drawing.DelegatingEdgeStyle
This implementation delegates to the wrapped style.
sourceArrow — Property, interface com.yworks.graph.drawing.IEdgeStyle
Gets the visual arrow at the source end of edges that use this style.
sourceArrow — Property, class com.yworks.graph.drawing.SimpleAbstractEdgeStyle
Gets the visual arrow at the source end of edges that use this style.
sourceArrow — Property, class com.yworks.graph.drawing.common.VoidEdgeStyle
Returns DefaultArrow.none
sourceEnd — Property, class com.yworks.graph.input.snapLines.EdgeEndMovementInfo
Gets a value indicating whether the source end is being described by this instance.
sourceEnd — Property, class com.yworks.graph.model.EdgeEndMoveHandle
Gets a value indicating whether the source end of the edge is handled by this instance.
sourceIsCollapsed — Property, class com.yworks.graph.model.DummyEdgeId
Specifies whether the currentMasterSource node is in expanded state.
sourceLineFrom — Property, class com.yworks.canvas.drawing.FixedDistanceSnapResultPaintable
The begin of the source line segment.
sourceLineTo — Property, class com.yworks.canvas.drawing.FixedDistanceSnapResultPaintable
The end of the source line segment.
sourceNodeCreated(id:Object, node:Object, edge:Object) — method, class com.yworks.io.graphml.reader.GraphMLParser
Called when parseEdgeElement created an edge with a (yet) unparsed source node.
sourcePoint — Property, class com.yworks.canvas.drawing.AbstractSingleLineSnapResultPaintable
A position in world coordinates representing the source of the SnapLine.
sourcePoint — Property, class com.yworks.canvas.drawing.FixedDistanceSnapResultPaintable
A position in world coordinates representing the source of the SnapLine.
sourcePort — Property, class com.yworks.graph.model.DefaultEdge
Gets the source port instance this edge is connected to.
sourcePort — Property, interface com.yworks.graph.model.IEdge
Gets the source port instance this edge is connected to.
SOURCEPORT — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants
sourcePortCandidate — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets or sets the candidate for the IEdge.sourcePort of the edge to be created.
south — Static Property, class com.yworks.graph.model.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
south — Static Property, class com.yworks.graph.model.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
south — Static Property, class com.yworks.graph.model.InteriorStretchLabelModel
A convenience parameter instance that can be shared between label instances.
south — Static Property, class com.yworks.graph.model.StretchStripeLabelModel
A convenience parameter instance that can be shared between label instances.
south — Static Property, class com.yworks.graph.model.StripeLabelModel
A convenience parameter instance that can be shared between label instances.
SOUTH — Constant Static Property, class com.yworks.canvas.input.RectangleHandlePositions
Indicates the position at south.
SOUTH — Constant Static Property, class com.yworks.graph.input.EdgeSegmentDirection
The edge segment is going into south direction.
southEast — Static Property, class com.yworks.graph.model.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
southEast — Static Property, class com.yworks.graph.model.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
SOUTH_EAST — Constant Static Property, class com.yworks.canvas.input.RectangleHandlePositions
Indicates the position at south east.
southWest — Static Property, class com.yworks.graph.model.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
southWest — Static Property, class com.yworks.graph.model.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
SOUTH_WEST — Constant Static Property, class com.yworks.canvas.input.RectangleHandlePositions
Indicates the position at south west.
SPACE_PRESSED — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes KeyboardEvents of type KeyboardEvent.KEY_DOWN with keyCode == Keyboard.SPACE
SPACE_RELEASED — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes KeyboardEvents of type KeyboardEvent.KEY_UP with charCode == Keyboard.SPACE
SPEARHEAD — Constant Static Property, class com.yworks.graph.drawing.ArrowType
An arrow shaped like a spearhead This arrow type is only supported by the yFiles FLEX client.
_splitOrthogonalSegment — Property, class com.yworks.graph.input.CreateBendInputMode
splitOrthogonalSegment — Property, class com.yworks.graph.input.CreateBendInputMode
Gets a value indicating whether an orthogonal segment should be split by the last bend creation.
splitOrthogonalSegmentRecognizer — Property, class com.yworks.graph.input.CreateBendInputMode
Gets or sets the event recognizer that determines whether during the call to dragSegment the bend creation should be treated as a split segment operation for orthogonal segments.
SPRITE_ASSET_BOUNDS_MODE — Static Property, class com.yworks.canvas.drawing.YGraphics
Whether to use the visible bounds of sprite assets to determine the location where sprite assets are drawn.
spriteAssetClass — Property, class com.yworks.util.CloneableSpriteAsset
The wrapped SpriteAsset Class.
spriteElementClass — Property, class com.yworks.util.CloneableSpriteVisualElement
The wrapped SpriteVisualElement Class.
squaredDistance(p:com.yworks.canvas.geom:IPoint, q:com.yworks.canvas.geom:IPoint) — Static Method , class com.yworks.canvas.geom.GeomSupport
Calculates the square of the euclidean distance between two points.
squaredDistance2(x1:Number, y1:Number, x2:Number, y2:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport
Calculates the square of the euclidean distance between two points.
stageX — Property, class com.yworks.canvas.input.CanvasMouseEvent
The horizontal coordinate at which the event occurred in global Stage coordinates.
stageY — Property, class com.yworks.canvas.input.CanvasMouseEvent
The vertical coordinate at which the event occurred in global Stage coordinates.
Star5 — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
A 5-star shape This shape is serialized as "Star5" and will be correctly parsed by yFiles.NET
Star6 — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
A 6-star shape This shape is serialized as "Star6" and will be correctly parsed by yFiles.NET
Star8 — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
A 8-star shape This shape is serialized as "Star8" and will be correctly parsed by yFiles.NET
startCreateEdge() — method, class com.yworks.graph.input.CreateEdgeInputMode
Called at the beginning of the edge creation gesture.
startHover(newObj:com.yworks.canvas:ICanvasObject) — method, class com.yworks.canvas.input.NodeEffectInputMode
Starts the hovering.
startPoint — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets the starting point for the edge creation.
startState — Property, class com.yworks.canvas.input.StateMachineInputMode
Returns the start state of the state machine.
startState — Property, class com.yworks.support.StateMachine
Gets the start state.
state — Property, class com.yworks.support.MementoStateStruct
The state of the subject before the subject has been changed.
State — class, package com.yworks.support
A state for use in a stateMachine A state may be connected to other states via Transitions.
State(owner:com.yworks.support:StateMachine, stateEnteredHandler:Function) — Constructor, class com.yworks.support.State
Creates a new instance.
StateChangeEvent — class, package com.yworks.support
StateChangeEvent(type:String, newState:com.yworks.support:State, lastState:com.yworks.support:State) — Constructor, class com.yworks.support.StateChangeEvent
stateCreated — Event, class com.yworks.support.StateMachine
An event that will be triggerd if a state has been created.
STATE_CREATED — Constant Static Property, class com.yworks.support.StateEvent
stateEntered — Event, class com.yworks.support.State
Dispatched once the machine enters this state.
stateEntered — Event, class com.yworks.support.StateMachine
Dispatched when a state has been entered during a run call.
STATE_ENTERED — Constant Static Property, class com.yworks.support.StateChangeEvent
stateEquals(state1:Object, state2:Object) — method, class com.yworks.graph.model.NodeMementoMementoSupport
stateEquals(state1:Object, state2:Object) — method, interface com.yworks.support.IMementoSupport
Utility method that can determine whether two state memento objects are equal.
StateEvent — class, package com.yworks.support
StateEvent(type:String, state:com.yworks.support:State, stateMachine:com.yworks.support:StateMachine) — Constructor, class com.yworks.support.StateEvent
stateExited — Event, class com.yworks.support.State
Dispatched once the machine exits this state.
stateExited — Event, class com.yworks.support.StateMachine
Dispatched when a state has been exited during a run call.
STATE_EXITED — Constant Static Property, class com.yworks.support.StateChangeEvent
stateMachine — Property, class com.yworks.canvas.input.StateMachineInputMode
Gets the state machine.
stateMachine — Property, class com.yworks.support.TransitionEvent
StateMachine — class, package com.yworks.support
A state machine implementation that can be used to manage complex state and transitions.
StateMachine(transitionDoneHandler:Function, stateEnteredHandler:Function, startState:com.yworks.support:State) — Constructor, class com.yworks.support.StateMachine
Creates an empty machine using the provided event listeners and a given start state.
StateMachineEvent — class, package com.yworks.support
Event class that is dispatched by a StateMachineInputMode
StateMachineEvent(type:String, kind:String) — Constructor, class com.yworks.support.StateMachineEvent
STATE_MACHINE_EVENT — Constant Static Property, class com.yworks.support.StateMachineEvent
StateMachineEventKind — class, package com.yworks.support
Possible values for the kind property of StateMachineEvents
StateMachineInputMode — class, package com.yworks.canvas.input
An IConcurrentInputMode implementation that uses a StateMachine to manage its state.
StateMachineInputMode(stateMachine:com.yworks.support:StateMachine, startState:com.yworks.support:State, canceledState:com.yworks.support:State, stoppedState:com.yworks.support:State) — Constructor, class com.yworks.canvas.input.StateMachineInputMode
Creates a new instance using the given state machine and states.
StateMachineRunEvent — class, package com.yworks.canvas.input
Event class dispatched by a StateMachineInputMode after the state machine has been run.
StateMachineRunEvent(type:String, evt:flash.events:Event) — Constructor, class com.yworks.canvas.input.StateMachineRunEvent
stateRemoved — Event, class com.yworks.support.StateMachine
An event that will be triggerd if a state has been removed.
STATE_REMOVED — Constant Static Property, class com.yworks.support.StateEvent
states — Property, class com.yworks.support.StateMachine
Returns all states in this machine.
staticEventDispatcher — Static Property, class com.yworks.resources.Actions
stop() — method, class com.yworks.canvas.input.AbstractConcurrentInputMode
Returns true if this input mode doesn't own the mutex.
stop() — method, class com.yworks.canvas.input.AbstractInputMode
Tries to stop the editing.
stop() — method, class com.yworks.canvas.input.ClickInputMode
Runs the machine using a special stop event.
stop() — method, interface com.yworks.canvas.input.IInputMode
Called by the client in order to stop a current editing progress.
stop() — method, class com.yworks.canvas.input.MultiplexingInputMode
Tries to stop all modes.
stop() — method, class com.yworks.canvas.input.NodeEffectInputMode
Called by the client in order to stop a current editing progress.
stop() — method, class com.yworks.canvas.input.OverviewInputMode
Called by the client in order to stop a current editing progress.
stop() — method, class com.yworks.canvas.input.StateMachineInputMode
Runs the machine using a special stop event.
stop() — method, class com.yworks.canvas.input.TextEditorInputMode
Stops editing and returns true.
stop() — method, class com.yworks.graph.anim.GraphMorpher
Stops the animation, if it is currently running.
STOP — Constant Static Property, class com.yworks.support.StateMachineEventKind
stopEventRecognizer — Property, class com.yworks.canvas.input.StateMachineInputMode
An event recognizer for the state machine that is triggered if this mode has been stoppped.
stoppedState — Property, class com.yworks.canvas.input.StateMachineInputMode
Returns the stopped state of the state machine.
storeId(graphelement:Object, id:String, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, interface com.yworks.io.graphml.reader.IIdAcceptor
Store the value of the id atribute for the given element
StretchStripeLabelModel — class, package com.yworks.graph.model
A label model for labels that is especially tailored to be used as a model for the four default positions where the label of a stripe may lie.
string2Shape(string:String) — method, class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer
Gets an integer id (as defined in ShapeNodeShape) for a serialization String.
StringDeserializer — class, package com.yworks.io.graphml.reader.deserializer
StringSerializer — class, package com.yworks.io.graphml.writer.serializer
StringTypeConverter — class, package com.yworks.support
Converts Strings into Strings.
stripe — Property, class com.yworks.graph.model.StripeEvent
The stripe which was affected.
stripe — Property, class com.yworks.graph.model.StripeSubregionDescriptor
Gets the specific subregion that this instance describes.
STRIPE — Constant Static Property, class com.yworks.graph.model.StripeSubregion
Flag for the stripe itself.
stripeChanged — Event, class com.yworks.graph.input.ReparentStripePositionHandler
Dispatched when a stripe (column or row) has been changed.
stripeChanged — Event, interface com.yworks.graph.model.ITable
Dispatched when a stripe (column or row) has been changed.
stripeChanged — Event, class com.yworks.graph.model.Table
Dispatched when a stripe (column or row) has been changed.
STRIPE_CHANGED — Constant Static Property, class com.yworks.graph.model.StripeEvent
Event which is dispatched when a stripe (column or row) has been changed.
stripeCreated — Event, class com.yworks.graph.input.StripeDropInputMode
Dispatched when a new stripe (column or row) is created by this input mode.
stripeCreated — Event, interface com.yworks.graph.model.ITable
Dispatched when a new stripe (column or row) is created.
stripeCreated — Event, class com.yworks.graph.model.Table
Dispatched when a new stripe (column or row) is created.
STRIPE_CREATED — Constant Static Property, class com.yworks.graph.model.StripeEvent
Event which is dispatched when a new stripe (column or row) is created.
StripeDefaults — class, package com.yworks.graph.model
A canonic implementation of the IStripeDefaults interface.
StripeDefaults(style:com.yworks.graph.drawing:INodeStyle, insets:com.yworks.canvas.geom:IRectangle, labelStyle:com.yworks.graph.drawing:ILabelStyle, labelModelParameter:com.yworks.graph.model:ILabelModelParameter) — Constructor, class com.yworks.graph.model.StripeDefaults
Initializes a new instance of the StripeDefaults class using the given properties.
stripeDeleted — Event, class com.yworks.graph.input.TableEditorInputMode
Dispatched when a stripe has been deleted by the user.
STRIPE_DELETED — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent
Dispatched when a stripe of a table node has been deleted by the TableEditorInputMode.
stripeDropInputMode — Property, class com.yworks.graph.input.TableEditorInputMode
The StripeDropInputMode that is used to handle drag and drop operations of stripes onto the canvas.
StripeDropInputMode — class, package com.yworks.graph.input
A DropInputMode specialized to drag 'n' drop of IStripes.
StripeDropInputMode(expectedDataFormat:String, expectedDragImageFormat:String) — Constructor, class com.yworks.graph.input.StripeDropInputMode
Creates a new instance of this input mode.
stripeDropModePriority — Property, class com.yworks.graph.input.TableEditorInputMode
The priority for the reparentStripeInputMode.
StripeEvent — class, package com.yworks.graph.model
A specialized event class that is bound to the IStripe type and carries additional owner information.
StripeEvent(type:String, stripe:com.yworks.graph.model:IStripe, parent:com.yworks.graph.model:IStripe, label:com.yworks.graph.model:ILabel, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.graph.model.StripeEvent
Initializes a new instance.
StripeHitTestIterator — class, package com.yworks.graph.drawing
Support class that allows to iterate over hits on table elements or subregions of table elements.
StripeHitTestIterator(table:com.yworks.graph.model:ITable, tableRenderingOrder:com.yworks.graph.drawing:TableRenderingOrder) — Constructor, class com.yworks.graph.drawing.StripeHitTestIterator
Create a new instance for a specific table instance that use the order specified by tableRenderingOrder to determine the order of the hit test results.
StripeLabelModel — class, package com.yworks.graph.model
A label model for labels that is especially tailored to be used as a model for the four default positions where the label of a stripe may lie.
StripeLabelModel() — Constructor, class com.yworks.graph.model.StripeLabelModel
Creates a new instance of this model with empty insets.
stripeRemoved — Event, interface com.yworks.graph.model.ITable
Dispatched when a stripe (column or row) is removed from its parent.
stripeRemoved — Event, class com.yworks.graph.model.Table
Dispatched when a stripe (column or row) is removed from its parent.
STRIPE_REMOVED — Constant Static Property, class com.yworks.graph.model.StripeEvent
Event which is dispatched when a stripe (column or row) is removed from its parent.
stripeSelection — Property, class com.yworks.graph.input.TableEditorInputMode
Returns the MainInputMode.selectionModel as an IStripeSelection.
StripeSelection — class, package com.yworks.graph.model
Default implementation of the IStripeSelection interface.
StripeSelection() — Constructor, class com.yworks.graph.model.StripeSelection
Default constructor that creates empty selection models.
StripeSubregion — class, package com.yworks.graph.model
Enumeration that specifies the various hotspot regions of an IStripe instance.
StripeSubregion(value:Number) — Constructor, class com.yworks.graph.model.StripeSubregion
Must not be used.
StripeSubregionDescriptor — final class, package com.yworks.graph.model
Helper class that further describes the result of a hit test on a stripe or table.
StripeSubregionDescriptor(subregion:com.yworks.graph.model:StripeSubregion, stripe:com.yworks.graph.model:IStripe) — Constructor, class com.yworks.graph.model.StripeSubregionDescriptor
Create a new instance that describes the specific subregion.
StripeTypes — class, package com.yworks.graph.model
This class defines constants for use in various properties that can take a bitwise combination of item types that make up an ITable.
StripeVisualizationType — class, package com.yworks.graph.model
Enumeration constants for the various visualization types used in conjunction with IStripeInputVisualizationHelper
StripeVisualizationType(value:uint) — Constructor, class com.yworks.graph.model.StripeVisualizationType
Must not be used.
stroke — Property, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable
The stroke used in the paint method.
stroke — Property, class com.yworks.canvas.drawing.AbstractSingleLineSnapResultPaintable
The stroke used in the paint method.
stroke — Property, class com.yworks.canvas.drawing.EqualSizePaintable
The stroke used in the paint method.
stroke — Property, class com.yworks.canvas.drawing.FixedDistanceSnapResultPaintable
The stroke used in the paint method.
stroke — Property, class com.yworks.canvas.drawing.GridPaintable
The stroke to use for painting the grid.
stroke — Property, class com.yworks.canvas.drawing.GridSnapResultPaintable
The stroke used in the paint method.
stroke — Property, class com.yworks.canvas.drawing.OrientedRectangleFocusPaintable
Gets or sets the pen to use for drawing the rectangle in the view coordinate system.
stroke — Property, class com.yworks.canvas.drawing.OrientedRectangleSelectionPaintable
Gets or sets the stroke to use for drawing the rectangle in the view coordinate system.
stroke — Property, class com.yworks.canvas.drawing.PointSelectionPaintable
The stroke to use for drawing the point in the view coordinate system.
stroke — Property, class com.yworks.canvas.drawing.RectangularFocusPaintable
The pen to use for drawing the rectangle in the view coordinate system.
stroke — Property, class com.yworks.canvas.drawing.RectangularHighlightPaintable
Gets or sets the stroke to use for drawing the border.
stroke — Property, class com.yworks.canvas.drawing.RectangularSelectionPaintable
Gets or sets the pen to use for drawing the rectangle in the view coordinate system.
stroke — Property, class com.yworks.canvas.drawing.ShapePaintable
The stroke to use for painting in the created DisplayObject.
stroke — Property, class com.yworks.canvas.input.snapLines.SnapContext
The stroke that shall be used by the created DisplayObjects to visualize the snap results.
stroke — Property, class com.yworks.graph.drawing.ArrowPaintable
The IStroke the arrow's outline is drawn with.
stroke — Property, class com.yworks.graph.drawing.GeneralPathNodeStyle
Gets the stroke that is used to draw the shape.
stroke — Property, interface com.yworks.graph.drawing.IGeneralPathNodeStyle
Gets the stroke that is used to draw the shape.
stroke — Property, interface com.yworks.graph.drawing.IPolylineEdgeStyle
The stroke used for drawing an edge with this style.
stroke — Property, interface com.yworks.graph.drawing.IShapeNodeStyle
The stroke for this style.
stroke — Property, interface com.yworks.graph.drawing.IShinyPlateNodeStyle
The outline stroke to use.
stroke — Property, class com.yworks.graph.drawing.PolylineEdgeStyle
The stroke used for painting an edge with this style.
stroke — Property, class com.yworks.graph.drawing.PolylineEdgeStyleRenderer
Gets the pen to use for painting the path.
stroke — Property, class com.yworks.graph.drawing.ShapeNodeStyle
The stroke for this style.
stroke — Property, class com.yworks.graph.drawing.ShapeNodeStyleRenderer
Get the stroke that is currently used by this renderer.
stroke — Property, class com.yworks.graph.drawing.ShinyPlateNodeStyle
The outline stroke to use.
stroke — Property, class com.yworks.graph.drawing.SimplePortStyle
The stroke, the port is drawn with.
stroke — Property, class com.yworks.graph.model.EdgeSelectionDisplayObjectCreator
Gets or sets the stroke used to draw the edge path and the edge's bends.
StrokeDeserializer — class, package com.yworks.io.graphml.reader.deserializer
Deserializer implementation that deserializes IStroke instances.
Strokes — class, package com.yworks.graph.drawing
A small set of standard strokes
style — Property, class com.yworks.graph.drawing.AbstractStyleRenderer
Gets the currently configured style.
style — Property, class com.yworks.graph.drawing.TemplateStyleDataContext
Yields the style that is associated with this context instance.
style — Property, interface com.yworks.graph.input.ILabelConfiguration
The label style.
style — Property, class com.yworks.graph.input.LabelConfiguration
The label style.
style — Property, class com.yworks.graph.model.DefaultEdge
Returns the style that is responsible for the visual representation of this edge in a CanvasComponent.
style — Property, class com.yworks.graph.model.DefaultLabel
Returns the style that is responsible for the visual representation of this label.
style — Property, class com.yworks.graph.model.DefaultNode
Returns the style that is responsible for the visual representation of this node in a CanvasComponent.
style — Property, class com.yworks.graph.model.DefaultPort
Returns the style that is responsible for the visual representation of this port in a CanvasComponent.
style — Property, class com.yworks.graph.model.DefaultPortCandidate
Gets or tsets the style to use for the newly created port.
style — Property, interface com.yworks.graph.model.IEdge
Returns the style that is responsible for the visual representation of this edge in a CanvasComponent.
style — Property, interface com.yworks.graph.model.ILabel
Returns the style that is responsible for the visual representation of this label.
style — Property, interface com.yworks.graph.model.INode
Returns the style that is responsible for the visual representation of this node in a CanvasComponent.
style — Property, interface com.yworks.graph.model.IPort
Returns the style that is responsible for the visual representation of this port in a CanvasComponent.
style — Property, interface com.yworks.graph.model.IStripe
The style for this stripe.
style — Property, interface com.yworks.graph.model.IStripeDefaults
The default style to use for stripes.
style — Property, class com.yworks.graph.model.StripeDefaults
The default style to use for stripes.
STYLE_ARC — Constant Static Property, class com.yworks.canvas.model.BridgeManager
The style that for each crossing inserts two quarter circle arcs into the path, that are connected by a straight line.
STYLE_ARC_SCALED — Constant Static Property, class com.yworks.canvas.model.BridgeManager
The style that for each crossing inserts a half circle into the path.
STYLE_CUSTOM — Constant Static Property, class com.yworks.canvas.model.BridgeManager
The style that will use the IAddBridgesCallback.InsertCustomBridge() method to insert the bridge.
styleDescriptor — Property, class com.yworks.graph.drawing.AbstractStyleRenderer
Gets the ICanvasObjectDescriptor to use for new installations.
styleDeserializers — Static Property, class com.yworks.io.graphml.reader.ReadEdgeLayoutHandler
Maps the element names of elements that can be parsed by registered style serializers to the style serializers
styleDeserializers — Static Property, class com.yworks.io.graphml.reader.ReadNodeLayoutHandler
Maps the element names of elements that can be parsed by registered style serializers to the style serializers
STYLE_GAP — Constant Static Property, class com.yworks.canvas.model.BridgeManager
The style that indicates that there should be a gap left in the path.
styleName — Property, class com.yworks.graph.drawing.CSSLabelStyle
The style class which is used by default.
styleName — Property, interface com.yworks.graph.drawing.ICSSLabelStyle
The style class which is used by default.
STYLE_RECTANGLE — Constant Static Property, class com.yworks.canvas.model.BridgeManager
The style that makes the crossing look like the upper half of a rectangle being inserted into the path.
STYLE_RECTANGLE_SCALED — Constant Static Property, class com.yworks.canvas.model.BridgeManager
The style that makes the crossing look like the upper half of a rectangle being inserted into the path, where the height has been scaled to keep the ascpet ratio for greater widths.
styleRenderer — Property, interface com.yworks.canvas.drawing.IVisualStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.AbstractStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.AbstractTableNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.AbstractVoidStyle
Concrete void style implementations need to override this method.
styleRenderer — Property, class com.yworks.graph.drawing.BevelNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.BitmapNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.CSSLabelStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.CollapsibleNodeStyleDecorator
styleRenderer — Property, class com.yworks.graph.drawing.ComponentNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.DelegatingEdgeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.DelegatingLabelStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.DelegatingNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.DelegatingPortStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.DelegatingStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.GeneralPathNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.IconLabelStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.IconLabelStyleDecorator
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.ImageNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.NodeStyleLabelStyleAdapter
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.PanelNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.SWFNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.ShapeNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.ShinyPlateNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.SimpleAbstractEdgeStyle
Gets the renderer implementation for this instance.
styleRenderer — Property, class com.yworks.graph.drawing.SimpleAbstractLabelStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.SimpleAbstractNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.SimpleAbstractPortStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.SimpleLabelStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.SimpleNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.SimplePortStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.TemplateStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleRenderer — Property, class com.yworks.graph.drawing.common.VoidEdgeStyle
Returns VoidEdgeStyleRenderer.instance
styleRenderer — Property, class com.yworks.graph.drawing.common.VoidLabelStyle
Returns VoidLabelStyleRenderer.instance
styleRenderer — Property, class com.yworks.graph.drawing.common.VoidNodeStyle
Returns VoidNodeStyleRenderer.instance
styleRenderer — Property, class com.yworks.graph.drawing.common.VoidPortStyle
Returns VoidPortStyleRenderer.instance
styleRenderer — Property, class com.yworks.graph.drawing.compat.AbstractJavaNodeStyle
Gets the renderer implementation that has been supplied to this instance upon creation.
styleSheet — Property, class com.yworks.graph.drawing.CSSLabelStyle
The style sheet.
styleSheet — Property, interface com.yworks.graph.drawing.ICSSLabelStyle
The style sheet.
styleSheetUrl — Property, class com.yworks.graph.drawing.CSSLabelStyle
The URL to load the style sheet from.
styleSheetUrl — Property, interface com.yworks.graph.drawing.ICSSLabelStyle
The URL to load the style sheet from.
styleTag — Property, class com.yworks.graph.drawing.TemplateStyle
A user tag which is associated with that style instance.
styleTag — Property, class com.yworks.graph.drawing.TemplateStyleDataContext
The user tag of the style that is associated with this context instance.
STYLE_TWO_SIDES — Constant Static Property, class com.yworks.canvas.model.BridgeManager
The style that for each crossing inserts two sides of a triangle into the path.
STYLE_TWO_SIDES_SCALED — Constant Static Property, class com.yworks.canvas.model.BridgeManager
The style that for each crossing inserts two sides of a triangle into the path, where the height has been scaled to keep the ascpet ratio for greater widths.
subject — Property, class com.yworks.support.CallbackLookup
Gets or sets the subject to use for calls to the lookup callback.
subject — Property, class com.yworks.support.MementoStateStruct
The subject for which the state is changed.
subregion — Property, class com.yworks.graph.model.StripeSubregionDescriptor
Gets the stripe that this instance describes.
successors(graph:com.yworks.graph.model:IGraph, portOwner:com.yworks.graph.model:IPortOwner) — Static Method , class com.yworks.graph.model.GraphUtil
Yields the successors of a given portOwner.
supports(label:com.yworks.graph.model:ILabel) — method, interface com.yworks.graph.model.ILabelModelParameter
Determines whether this parameter can be used for a given label instance.
supports(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.portLocation.DynamicAnchoredParameter
Determines whether this parameter can be used for a given port instance. Some parameters cannot be used with all types of ports.
supports(port:com.yworks.graph.model:IPort) — method, interface com.yworks.graph.model.portLocation.IPortLocationModelParameter
Determines whether this parameter can be used for a given port instance. Some parameters cannot be used with all types of ports.
supportUserTags — Property, class com.yworks.io.graphml.GraphMLIOHandler
Whether to support user tags at ModelItems automatically.
supportZOrder — Property, class com.yworks.io.graphml.GraphMLIOHandler
Whether to support z-orders of IModelItems automatically.
swallowFocusClick — Property, class com.yworks.canvas.input.ClickInputMode
Gets or sets a property that determines whether clicks should be swallowed if they happen within a short amount of time after the CanvasComponent got focus.
SWFNodeStyle — class, package com.yworks.graph.drawing
A node style that allows to use SWF movies as node visualizations.
SWFNodeStyle(bytes:flash.utils:ByteArray, styleRenderer:com.yworks.graph.drawing:SWFNodeStyleRenderer) — Constructor, class com.yworks.graph.drawing.SWFNodeStyle
Create a new SWFNodeStyle using the given bytes and renderer.
SWFNodeStyleDeserializer — class, package com.yworks.io.graphml.reader.deserializer
A deserializer implementation that deserializes SWFNodeStyle instances.
SWFNodeStyleRenderer — class, package com.yworks.graph.drawing
A INodeStyleRenderer implementation that adds SWF node representations to the display list or updates these SWFs.
SWFNodeStyleSerializer — class, package com.yworks.io.graphml.writer.serializer
Serializer for SWFNodeStyle instances.
SymbolicPackageNameRegistry — class, package com.yworks.io
This registry can be used to map packages to symbolic package names.
synchronizeLabels(callback:com.yworks.graph.model:IChangeDummyEdgeAppearanceCallback, foldedGraph:com.yworks.graph.model:IFoldedGraph, dummyEdge:com.yworks.graph.model:IEdge, masterEdges:com.yworks.support:List) — method, class com.yworks.graph.model.AbstractDummyEdgeConverter
Called by changeDummyEdgeAppearance to synchronize the first label if copyFirstLabel is enabled.
synchronizeLabels(callback:com.yworks.graph.model:IChangeDummyNodeAppearanceCallback, foldedGraph:com.yworks.graph.model:IFoldedGraph, localCollapsedNode:com.yworks.graph.model:INode, masterNode:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultDummyNodeConverter
Called by changeDummyNodeAppearance to synchronize the first label if copyFirstLabel is enabled.
synchronizeWithGraphSelection — Property, class com.yworks.graph.input.TableEditorInputMode
Whether stripeSelection should be synchronized with the GraphEditorInputMode.graphSelection if this instance is installed as a child of a GraphEditorInputMode instance.
synchronizeZOrders() — method, class com.yworks.graph.model.GraphModelManager
Synchronizes the visual z-order of the model items with their z-order index provided by the IZOrderSupport of the set graph. More precisely the main render canvas objects of the IModelItems in each ICanvasObjectGroups are sorted increasingly (from back to front) by their mapped index. Note that this method may only be called if the useZOrderSupport property is true, otherwise an IllegalOperationError is thrown.
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