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  
MagnifierComponent — class, package com.yworks.canvas
A component which displays an exact copy of the given object tree.
MagnifierInputMode — class, package com.yworks.canvas.input
Input mode that lets you zoom into a view region locally, while preserving the original viewport of the view.
MAGNIFY — Static Property, class com.yworks.resources.Actions
MainInputMode — class, package com.yworks.canvas.input
A basic input mode implementation that uses multiple minor input modes to handle the basic application needs of a main input mode.
MainInputMode(collectionModel:com.yworks.util:ICollectionModel, selectionModel:com.yworks.graph.model:ISelectionModel) — Constructor, class com.yworks.canvas.input.MainInputMode
Constructs a new input mode using the given collection of items and a selection model.
mainSprite — Property, class com.yworks.canvas.drawing.YGraphics
manager — Property, interface com.yworks.graph.model.IFoldedGraph
Provides access to the manager that created this view and that contains references to the masterGraph and masterHierarchy.
map(key:String, data:flash.display:BitmapData) — Static Method , class com.yworks.util.BitmapCache
Store the given data for the given key.
mapFont(fontName:String, mappedName:String) — method, class com.yworks.support.FontManager
Map one font name to another font name.
mapJavaLabelModels — Property, class com.yworks.io.graphml.JavaCompatGraphMLIOHandler
Whether to use a matching Label model when parsing graphml.
MapperAttribute — class, package com.yworks.remote
Used to register an attribute mapper with the RoundtripHandler's mapperAttributes property.
MapperAttributeFactory — class, package com.yworks.io.graphml.reader
An IAttributeFactory implementation that stores parsed attributes in an IMapper instance.
MapperAttributeFactory(name:String, mapper:com.yworks.support:IMapper, scopeType:String) — Constructor, class com.yworks.io.graphml.reader.MapperAttributeFactory
Creates An instance that will store attribute values in the given mapper instance.
MapperAttributeInputHandler — class, package com.yworks.io.graphml.reader
An AttributeInputHandler which uses a MapperAttributeFactory for storing attribute values.
MapperAttributeInputHandler(mapper:com.yworks.support:IMapper, name:String, scopeType:String, contentType:String) — Constructor, class com.yworks.io.graphml.reader.MapperAttributeInputHandler
Creates a new instance, using a new MapperAttributeFactory with the given mapper, name and scope.
MapperAttributeOutputHandler — class, package com.yworks.io.graphml.writer
An AttributeOutputHandler which uses a MapperAttributeProvider for reading attribute values.
MapperAttributeOutputHandler(mapper:com.yworks.support:IMapper, attrName:String, scopeType:String, contentType:String) — Constructor, class com.yworks.io.graphml.writer.MapperAttributeOutputHandler
Creates a new instance which uses a new instance of MapperAttributeProvider for the given mapper, name and scope.
mapperAttributes — Property, class com.yworks.remote.AbstractRoundtripHandler
An array of MapperAttribute instances.
MAPPER_KEY_EDGE_2_ID — Constant Static Property, class com.yworks.graph.model.DefaultGraph
Key for an IMapper which maps the graph's edges to an ID
MAPPER_KEY_NODE_2_ID — Constant Static Property, class com.yworks.graph.model.DefaultGraph
Key for an IMapper which maps the graph's nodes to an ID
mapperRegistry — Property, class com.yworks.graph.model.AbstractGraphWrapper
A registry that can be used to store and retrieve arbitrary information for items in this graph.
mapperRegistry — Property, class com.yworks.graph.model.DefaultGraph
A registry that can be used to store and retrieve arbitrary information for items in this graph.
mapperRegistry — Property, interface com.yworks.graph.model.IGraph
A registry that can be used to store and retrieve arbitrary information for items in this graph.
MapperRegistryAttributeFactory — class, package com.yworks.io.graphml.reader
An IAttributeFactory implementation that stores parsed attributes in an IMapper instance.
MapperRegistryAttributeFactory(name:String, tag:Object, scopeType:String) — Constructor, class com.yworks.io.graphml.reader.MapperRegistryAttributeFactory
Creates An instance that will store attribute values in the given mapper instance.
MapperRegistryAttributeInputHandler — class, package com.yworks.io.graphml.reader
An AttributeInputHandler which uses a MapperRegistryAttributeFactory for storing attribute values.
MapperRegistryAttributeInputHandler(tag:Object, name:String, scopeType:String, contentType:String) — Constructor, class com.yworks.io.graphml.reader.MapperRegistryAttributeInputHandler
Creates a new instance, using a new MapperRegistryAttributeFactory with the given tag, name and scope.
MapperRegistryAttributeOutputHandler — class, package com.yworks.io.graphml.writer
An AttributeOutputHandler which uses a MapperRegistryAttributeProvider for reading attribute values.
MapperRegistryAttributeOutputHandler(tag:Object, attrName:String, scopeType:String, contentType:String) — Constructor, class com.yworks.io.graphml.writer.MapperRegistryAttributeOutputHandler
Creates a new instance which uses a new instance of MapperRegistryAttributeProvider for the given mapper, name and scope.
mapValue(key:Object, value:Object) — method, class com.yworks.graph.model.TagOwnerMapper
Sets the tag of the IModelItem passed as the key to the specified value using the ITagOwner found in the model item's lookup.
mapValue(key:Object, value:Object) — method, class com.yworks.support.DictionaryMapper
Associates the given key with the value provided, removing previous associations.
mapValue(key:Object, value:Object) — method, interface com.yworks.support.IMapper
Associates the given key with the value provided, removing previous associations.
margin — Property, class com.yworks.canvas.CanvasPrinter
A margin that is added between the printable bounds and the printed content.
markPoints(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.BlankVariableLinePaintable
Callback used by the paint method to paint the source and target points.
markPoints(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.FixedLinePaintable
Callback used by the paint method to paint the lineFrom, lineTo and targetPoint.
markPoints(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.VariableLinePaintable
Callback used by the paint method to paint the source and target points.
MarkupExtension — class, package com.yworks.support
Provides a base class for all XAML markup extensions.
marqueeSelect(marqueeRectangle:com.yworks.canvas.geom:IRectangle, items:com.yworks.util:ICollectionModel) — method, class com.yworks.canvas.input.MainInputMode
Selects the given elements in the editor inside the provided marquee selection rectangle.
marqueeSelectableItems — Property, class com.yworks.graph.input.GraphEditorInputMode
Determines which types of items should be selected during marquee selections.
marqueeSelected — Event, class com.yworks.canvas.input.MarqueeSelectionInputMode
Dispatched when the marquee selection has finished.
MARQUEE_SELECTED — Constant Static Property, class com.yworks.canvas.input.MarqueeSelectionInputMode
marqueeSelectElements(marqueeRectangle:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.canvas.input.MainInputMode
Callback that selects the elements in the editor inside the marquee selection rectangle.
marqueeSelectElements(marqueeRectangle:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.input.GraphEditorInputMode
This method will marquee select the items in the graph.
marqueeSelectionInputMode — Property, class com.yworks.canvas.input.MainInputMode
The MarqueeSelectionInputMode property.
MarqueeSelectionInputMode — class, package com.yworks.canvas.input
An IInputMode implementation that can handle marquee selections performed by the user with a mouse.
MarqueeSelectionInputMode() — Constructor, class com.yworks.canvas.input.MarqueeSelectionInputMode
Constructor.
marqueeSelectionModeEnabled — Property, class com.yworks.canvas.input.MainInputMode
Whether the marquee selection input mode is enabled.
marqueeSelectionModePriority — Property, class com.yworks.canvas.input.MainInputMode
The marquee selection mode priority.
MarqueeTestable — class, package com.yworks.canvas.drawing
A convenience implementation of the IMarqueeTestable interface that provide two default instances.
MarqueeTestable(inBox:Boolean) — Constructor, class com.yworks.canvas.drawing.MarqueeTestable
Instances of this class shouldn't be created by clients.
marqueeTestableDecorator — Property, class com.yworks.graph.model.ItemDecorator
The LookupDecorator that decorates the IMarqueeTestable type for the type of items this instance has been created for.
masterEdge — Property, class com.yworks.graph.model.DummyEdgeId
The edge instance in the FoldingManager's masterGraph that is represented by the dummy in a view.
masterGraph — Property, class com.yworks.graph.model.FoldingManager
Yields the master IGraph instance that holds the complete model in expanded group node state.
masterGroupedGraph — Property, class com.yworks.graph.model.FoldingManager
Yields the master IGroupedGraph instance that models the fully expanded grouped graph.
masterHierarchy — Property, class com.yworks.graph.model.FoldingManager
Yields the master INodeIHierarchy instance that contains all nodes in the model, regardless of their (view-local) collapsed state.
masterNode — Property, class com.yworks.graph.model.DummyNodeId
The node instance in the FoldingManager's masterGraph that is represented by dummies in a IFoldedGraph view.
masterPort — Property, class com.yworks.graph.model.DummyNodePortId
The port instance in the FoldingManager's masterGraph that is represented by dummies in a IFoldedGraph view.
masterPort — Property, class com.yworks.graph.model.DummyNodePortMemento
matrix — Property, class com.yworks.canvas.drawing.YGraphics
The transformation matrix.
maxColumnLevel — Property, class com.yworks.graph.input.ReparentStripeHandler
The maximum nesting level the column hierarchy may acquire during a reparent gesture.
maxDirtyItems — Property, class com.yworks.canvas.CanvasObjectDependencyManager
The maximal number of dirty items this manager keeps track of.
maxHeight — Property, class com.yworks.io.ExportOptions
The maximum height of the exported document.
maxHorizontalScrollPosition — Property, class com.yworks.canvas.CanvasComponent
If the canvas component currently has a horizontal scroll bar, returns the maxScrollPosition of the horizontal scroll bar.
maxImageSize — Property, class com.yworks.remote.AbstractImageExportHandler
Get or set the maximum allowed image size.
_maximumSize — Property, class com.yworks.canvas.input.ReshapeHandleProvider
maximumSize — Property, class com.yworks.canvas.input.ReshapeHandleProvider
Gets or sets the maximum size allowed for the reshapeable.
maximumSize — Property, class com.yworks.canvas.input.ReshapeHandlerHandle
Gets or sets the maximum size allowed for the reshapeable.
maximumSize — Property, class com.yworks.canvas.input.ReshapeableHandle
Gets or sets the maximum size allowed for the reshapeable.
maximumSize — Property, class com.yworks.canvas.input.SizeConstraintProvider
Gets or sets the instance to be returned by getMaximumSize().
maximumSnapDistance — Property, class com.yworks.graph.model.PortRelocationHandle
Gets or sets the maximum distance the pointer may be away of a candidate in order to be snapped to the candidate.
maxRowLevel — Property, class com.yworks.graph.input.ReparentStripeHandler
The maximum nesting level the row hierarchy may acquire during a reparent gesture.
maxVerticalScrollPosition — Property, class com.yworks.canvas.CanvasComponent
If the canvas component currently has a vertical scroll bar, returns the maxScrollPosition of the vertical scroll bar.
maxWidth — Property, class com.yworks.io.ExportOptions
The maximum width of the exported document.
maxZoom — Property, class com.yworks.canvas.CanvasComponent
The maxZoom property.
measure() — method, class com.yworks.canvas.CanvasComponent
Calculates the default size and the default minimum size of the component.
MementoStateStruct — class, package com.yworks.support
A simple struct that holds a tuple consisting of an implementation of IMementoSupport, a object instance and its state memento.
MementoStateStruct(mementoSupport:com.yworks.support:IMementoSupport, subject:Object, state:Object) — Constructor, class com.yworks.support.MementoStateStruct
Creates and initializes a new instance of this struct.
mementoSupport — Property, class com.yworks.support.MementoStateStruct
The implementation that can apply to and retrieve the current state from the subject.
mementoSupportDecorator — Property, class com.yworks.graph.model.ItemDecorator
The LookupDecorator that decorates the IMementoSupport type for the type of items this instance has been created for.
MementoUndoableEdit — class, package com.yworks.support
An IUndoableEdit implementation that uses IMementoSupport to track changes on a set of items.
MementoUndoableEdit(engine:com.yworks.support:UndoEngine, mementos:com.yworks.support:Iterable, undoName:String, redoName:String) — Constructor, class com.yworks.support.MementoUndoableEdit
Creates a new instance using a set of MementoStateStructs.
MementoUndoUnit — class, package com.yworks.support
A simple IUndoUnit implementation that uses a IMementoSupport to track, undo, and redo state changes on a given subject.
MementoUndoUnit(support:com.yworks.support:IMementoSupport, subject:Object, oldState:Object, undoName:String, redoName:String) — Constructor, class com.yworks.support.MementoUndoUnit
Initializes this unit using a given support instance, the subject and the state that to which this unit should undo initially.
menu — Property, class com.yworks.canvas.input.ContextMenuInputMode
Gets or sets the menu to show.
menuSelect — Event, class com.yworks.canvas.input.ContextMenuInputMode
Dispatched when the contextMenu is about to be shown
menuSelect — Event, class com.yworks.ui.GraphCanvasComponent
Dispatched just before a context menu is to be created for a graph item.
MENU_SELECT — Constant Static Property, class com.yworks.canvas.input.CanvasContextMenuEvent
mergeUnits — Property, class com.yworks.support.UndoEngine
Whether or not this instance should try to merge newly added units.
MergingDummyEdgeConverter — class, package com.yworks.graph.model
A simple implementation of the IDummyEdgeConverter interface that will make the IFoldedGraph view contain at most one dummy edge between each pair of nodes by letting a single dummy edge represent all master edges.
MergingDummyEdgeConverter() — Constructor, class com.yworks.graph.model.MergingDummyEdgeConverter
Initializes a new instance of the MergingDummyEdgeConverter class.
millisToDays(millis:Number) — Static Method , class com.yworks.util.Util
minHorizontalScrollPosition — Property, class com.yworks.canvas.CanvasComponent
If the canvas component currently has a horizontal scroll bar, returns the minScrollPosition of the horizontal scroll bar.
_minimumEnclosedArea — Property, class com.yworks.canvas.input.ReshapeHandleProvider
minimumEnclosedArea — Property, class com.yworks.canvas.input.ReshapeHandleProvider
Gets or sets the minimum rectangular area that needs to be contained in the reshapeable.
minimumEnclosedArea — Property, class com.yworks.canvas.input.ReshapeHandlerHandle
Gets or sets the maximum size allowed for the reshapeable.
minimumEnclosedArea — Property, class com.yworks.canvas.input.ReshapeableHandle
Gets or sets the minimum rectangular area that needs to be contained in the reshapeable.
minimumEnclosedArea — Property, class com.yworks.canvas.input.SizeConstraintProvider
Gets or sets the instance to be returned by getMinimumEnclosedArea().
minimumSegmentLength — Property, class com.yworks.graph.model.ShapeGeometryPortCandidateProvider
Gets or sets the minimum length a segment needs to have in order to be used to add port candidates.
_minimumSize — Property, class com.yworks.canvas.input.ReshapeHandleProvider
minimumSize — Property, class com.yworks.canvas.input.ReshapeHandleProvider
Gets or sets the minimum size allowed for the reshapeable.
minimumSize — Property, class com.yworks.canvas.input.ReshapeHandlerHandle
Gets or sets the minimum size allowed for the reshapeable.
minimumSize — Property, class com.yworks.canvas.input.ReshapeableHandle
Gets or sets the minimum size allowed for the reshapeable.
minimumSize — Property, class com.yworks.canvas.input.SizeConstraintProvider
Gets or sets the instance to be returned by getMinimumSize().
minimumSize — Property, interface com.yworks.graph.model.IStripe
The minimal permissible value for size.
minimumSize — Property, interface com.yworks.graph.model.IStripeDefaults
The default minimum size for a stripe.
minimumSize — Property, class com.yworks.graph.model.StripeDefaults
The default minimum size for a stripe.
minimumSpacing — Property, class com.yworks.canvas.drawing.GridSnapResultPaintable
The minimum spacing of the painted grid points around the snappedGridPoint in view coordinates .
minVerticalScrollPosition — Property, class com.yworks.canvas.CanvasComponent
If the canvas component currently has a vertical scroll bar, returns the minScrollPosition of the vertical scroll bar.
minZoom — Property, class com.yworks.canvas.CanvasComponent
The minZoom property.
mixedSelectionAllowed — Property, class com.yworks.graph.model.CompositeStripeSelection
Whether to allow mixed selections of graph elements and table elements.
mixedSelectionAllowed — Property, interface com.yworks.graph.model.IStripeSelection
Whether to allow mixed row/column selections.
mixedSelectionAllowed — Property, class com.yworks.graph.model.StripeSelection
Whether to allow mixed row/column selections.
mode — Property, class com.yworks.canvas.input.MutexEvent
_model — Property, class com.yworks.graph.input.PortLocationModelParameterHandle
model — Property, class com.yworks.graph.model.DefaultPortCandidate
The model that will be used by this instance to determine the new locationModelParameter if getPortCandidateAt is called and the validity is set to PortCandidateValidity.DYNAMIC.
model — Property, interface com.yworks.graph.model.ILabelModelParameter
Gets the model that can be used to query the geometry of a label given this parameter and a label instance.
model — Property, class com.yworks.graph.model.SelectionPaintManager
The model that describes the domain for the selection.
model — Property, class com.yworks.graph.model.portLocation.DynamicAnchoredParameter
Gets the model that can be used to query the location of a port given this parameter and a port instance.
model — Property, interface com.yworks.graph.model.portLocation.IPortLocationModelParameter
Gets the model that can be used to query the location of a port given this parameter and a port instance.
model — Property, class com.yworks.ui.tree.HierarchyTreeView
The model to be used with this instance.
Model — Property, class com.yworks.graph.model.markup.RotatedSliderLabelModelParameterExtension
modelItem — Property, class com.yworks.canvas.input.ModelItemContextMenuEvent
The model item corresponding to the display object that was clicked on.
modelItem — Property, class com.yworks.graph.drawing.TemplateStyleDataContext
Gets the model item for which this context object has been created for.
ModelItemContextMenuEvent — class, package com.yworks.canvas.input
A ContextMenuEvent for context menus of graph items.
ModelItemContextMenuEvent(type:String, modelItem:com.yworks.canvas.model:IModelItem, kind:String, bubbles:Boolean, cancelable:Boolean, mouseTarget:flash.display:InteractiveObject, contextMenuOwner:flash.display:InteractiveObject) — Constructor, class com.yworks.canvas.input.ModelItemContextMenuEvent
Creates a new instance.
ModelItemMouseEventKind — final class, package com.yworks.canvas.input
The ModelItemMouseEventKind class contains constants for mouse events concerning graph items.
ModelManager — class, package com.yworks.canvas.model
An abstract implementation of a utility class that manages the visual representations of items in a CanvasComponent
ModelManager(canvas:com.yworks.canvas:CanvasComponent) — Constructor, class com.yworks.canvas.model.ModelManager
Creates a new instance that will manage the items for the given canvas.
MODIFIER_ALT — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Returns true if the passed event is a KeyboardEvent, MouseEvent or CanvasMouseEvent and the event's altKey property is true.
MODIFIER_CTRL — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Returns true if the passed event is a KeyboardEvent, MouseEvent or CanvasMouseEvent and the event's ctrlKey property is true.
MODIFIER_SHIFT — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Returns true if the passed event is a KeyboardEvent, MouseEvent or CanvasMouseEvent and the event's shiftKey property is true.
morphEnd — Event, class com.yworks.graph.anim.GraphMorpher
Dispatched when the graph animation ended.
morphEnd — Event, class com.yworks.ui.GraphCanvasComponent
Dispatched after the graph morphs to a different layout.
MORPH_END — Constant Static Property, class com.yworks.graph.anim.GraphMorphEvent
morpher — Property, class com.yworks.graph.anim.GraphMorphEvent
The morpher which is involved.
morphError — Event, class com.yworks.ui.GraphCanvasComponent
Dispatched when an error occurs during a morph operation.
MORPH_ERROR — Constant Static Property, class com.yworks.graph.anim.GraphMorphErrorEvent
morphGraph(newGraph:com.yworks.graph.model:IGraph, copyMask:uint, localViewMode:Boolean) — method, class com.yworks.ui.GraphCanvasComponent
Morphs the graph from the current state to a different state.
morphStart — Event, class com.yworks.ui.GraphCanvasComponent
Dispatched before the graph morphs to a different layout.
MORPH_START — Constant Static Property, class com.yworks.graph.anim.GraphMorphEvent
MOUSE_ALT_DOWN — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_DOWN when alt was pressed.
MOUSE_CHILDREN_ALWAYS — Constant Static Property, class com.yworks.canvas.CanvasComponent
Mouse events will always be propagated to child DisplayObjects.
MOUSE_CHILDREN_AUTO — Constant Static Property, class com.yworks.canvas.CanvasComponent
Mouse events will only be propagated to child DisplayObjects if they may need interactivity.
MOUSE_CHILDREN_NEVER — Constant Static Property, class com.yworks.canvas.CanvasComponent
Mouse events will never be propagated to child DisplayObjects.
MOUSE_CLICKED — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_CLICK when no modifier key was pressed.
MOUSE_CTRL_DOWN — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_DOWN when ctrl was pressed.
MOUSE_DOUBLE_CLICKED — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_CLICK when no modifier key was pressed and the mouse button was pressed twice.
MOUSE_DOWN — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_DOWN when no modifier key was pressed.
MOUSE_DOWN_NO_CONDITION — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_DOWN, no matter which modifier keys were pressed.
mouseEvent — Property, class com.yworks.canvas.input.CanvasMouseEvent
The event which has originally triggered sending this event.
MouseHoverInputMode — class, package com.yworks.canvas.input
An IInputMode that detects when the mouse hovers over the CanvasComponent.
MouseHoverInputMode(toolTip:flash.display:DisplayObject, textProvider:Function) — Constructor, class com.yworks.canvas.input.MouseHoverInputMode
Creates a new instance using the provided ToolTip and text provider.
mouseInterval — Property, class com.yworks.canvas.CanvasComponent
Time interval in milliseconds after which a mouse move (MouseEvent.MOUSE_MOVE) is processed.
MOUSE_MOVE — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_MOVE.
mouseOutDuration — Property, class com.yworks.canvas.input.NodeEffectInputMode
The duration of the animation that is triggered when the mouse leaves a node.
mouseOutEasingFunction — Property, class com.yworks.canvas.input.NodeEffectInputMode
The function that determines the interpolation between 0 and 1 for the animation that is triggered when the mouse leaves a node.
mouseOverDuration — Property, class com.yworks.canvas.input.NodeEffectInputMode
The duration of the animation that is triggered when the mouse enters a node.
mouseOverEasingFunction — Property, class com.yworks.canvas.input.NodeEffectInputMode
The function that determines the interpolation between 0 and 1 for the animation that is triggered when the mouse enters a node.
mousePosition — Property, class com.yworks.canvas.input.DropInputMode
Gets the current mouse position during drag operations.
MOUSE_SHIFT_DOWN — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_DOWN when shift was pressed.
MOUSE_SINGLE_CLICKED — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_CLICK when no modifier key was pressed and the mouse button was pressed only once.
MOUSE_UP — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_UP when no modifier key was pressed.
MOUSE_UP_NO_CONDITION — Constant Static Property, class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_UP, no matter which modifier keys were pressed.
mouseWheelEnabled — Property, class com.yworks.canvas.input.MagnifierInputMode
Whether the user can adjust size and factor with the mouse wheel.
mouseWheelMagnificationFactor — Property, class com.yworks.canvas.input.MagnifierInputMode
The factor by which the magnification factor is increased when the mouse wheel is used.
mouseWheelSizeFactor — Property, class com.yworks.canvas.input.MagnifierInputMode
The factor by which the magnifier's size is increased when the mouse wheel is used.
mouseWheelZoom(evt:com.yworks.canvas.input:CanvasMouseEvent) — method, class com.yworks.canvas.CanvasComponent
If the autoMouseWheelZoom property is set to true, this method will adjust the current zoom level.
mouseWheelZoomCenteredRecognizer — Property, class com.yworks.canvas.CanvasComponent
The recognizer used to determine if the mouse event passed to the mouseWheelZoom method should trigger a zoom action that uses the center of the view port as fixed coordinate during zooming.
mouseWheelZoomFactor — Property, class com.yworks.canvas.CanvasComponent
The factor by which the zoom level changes when the mouse wheel is turned.
mouseWheelZoomMouseLocationRecognizer — Property, class com.yworks.canvas.CanvasComponent
The recognizer used to determine if the mouse event passed to the mouseWheelZoom method should trigger a zoom action that uses the current mouse location as fixed coordinate during zooming.
movable — Property, class com.yworks.canvas.input.MoveInputMode
Gets or sets the IMovable that will be used during dragging to perform the actual movement.
movableItems — Property, class com.yworks.graph.input.GraphEditorInputMode
Determines which types of items should movable using the moveInputMode.
movableItems — Property, class com.yworks.graph.input.GraphMoveInputMode
Sets an Iterable with the items which should be movable.
MOVE — Constant Static Property, class com.yworks.canvas.input.HandleType
A handle which can be used to move something.
moveBy(dx:Number, dy:Number) — method, interface com.yworks.canvas.geom.IMovable
Moves the instances coordinates by the given offsets.
moveBy(dx:Number, dy:Number) — method, class com.yworks.canvas.geom.OrientedRectangle
Moves this rectangle by applying the offset to the anchor
moveBy(dx:Number, dy:Number) — method, class com.yworks.canvas.geom.YPoint
Moves this instance by adding the provided offsets to the coordinates of this point.
moveBy(dx:Number, dy:Number) — method, class com.yworks.canvas.geom.YRectangle
Moves this rectangle by applying the offsets to the position.
moveBy(dx:Number, dy:Number) — method, class com.yworks.canvas.input.RectangleHandle
Actually moves this handle by modifying the reshapeable.
moveBy(dx:Number, dy:Number) — method, class com.yworks.canvas.input.ReshapeableHandle
Actually moves this handle by modifying the reshapeable.
moveByDx(dx:Number) — method, interface com.yworks.canvas.geom.IMovable
Moves the instance's x coordinate by the given offset.
moveByDx(dx:Number) — method, class com.yworks.canvas.geom.OrientedRectangle
Moves this rectangle by applying the offset to the anchor
moveByDx(dx:Number) — method, class com.yworks.canvas.geom.YPoint
Moves this instance by adding the provided offset to the x coordinate of this point.
moveByDx(dx:Number) — method, class com.yworks.canvas.geom.YRectangle
Moves this rectangle by applying the offset to the position.
moveByDx(dx:Number) — method, class com.yworks.canvas.input.RectangleHandle
Moves in x direction.
moveByDx(dx:Number) — method, class com.yworks.canvas.input.ReshapeableHandle
Moves in x direction.
moveByDy(dy:Number) — method, interface com.yworks.canvas.geom.IMovable
Moves the instance's y coordinate by the given offset.
moveByDy(dy:Number) — method, class com.yworks.canvas.geom.OrientedRectangle
Moves this rectangle by applying the offset to the anchor
moveByDy(dy:Number) — method, class com.yworks.canvas.geom.YPoint
Moves this instance by adding the provided offset to the y coordinate of this point.
moveByDy(dy:Number) — method, class com.yworks.canvas.geom.YRectangle
Moves this rectangle by applying the offset to the position.
moveByDy(dy:Number) — method, class com.yworks.canvas.input.RectangleHandle
Moves in y direction.
moveByDy(dy:Number) — method, class com.yworks.canvas.input.ReshapeableHandle
Moves in y direction.
moveCursor — Property, class com.yworks.canvas.input.MoveInputMode
Gets or sets the cursor to use during the move.
movedObject — Property, class com.yworks.graph.input.snapLines.SnapLineSnapResult
The object that is moved and would be snapped with this SnapLineSnapResult.
movedOrDraggedRecognizer — Property, class com.yworks.graph.input.CreateEdgeInputMode
The event recognizer that recognizes the movement of the end point of the edge.
movedStripe — Property, class com.yworks.graph.input.ReparentStripePositionHandler
Allows to query the moved stripe.
moveFocusTo(direction:uint) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the focus into the given direction, not changing the current selection.
moveInputMode — Property, class com.yworks.canvas.input.MainInputMode
The MoveInputMode property.
MoveInputMode — class, package com.yworks.canvas.input
Generic IInputMode implementation that can be used to move something in the canvas using the mouse.
MoveInputMode() — Constructor, class com.yworks.canvas.input.MoveInputMode
Creates a new instance.
moveLabelInputMode — Property, class com.yworks.graph.input.GraphEditorInputMode
The MoveLabelInputMode property.
MoveLabelInputMode — class, package com.yworks.canvas.input
An IInputMode that can be used to drag a ILabel.
MoveLabelInputMode(graph:com.yworks.graph.model:IGraph, selection:com.yworks.graph.model:IGraphSelection) — Constructor, class com.yworks.canvas.input.MoveLabelInputMode
Creates a new instance using the given graph to move the labels in.
moveLabelModeEnabled — Property, class com.yworks.graph.input.GraphEditorInputMode
Whether the move label input mode is enabled.
MovementInfo — class, package com.yworks.graph.input.snapLines
An abstract helper class that is used in the context of GraphSnapContext to describe the movement of entities during the edit process.
MovementInfo(originalLocation:com.yworks.canvas.geom:IPoint, moveType:uint) — Constructor, class com.yworks.graph.input.snapLines.MovementInfo
Initializes a new instance of the MovementInfo class.
MOVEMENT_X — Constant Static Property, class com.yworks.graph.input.snapLines.MoveTypes
The bit wise combination of LINEAR_MOVE_X and NON_LINEAR_MOVE_X.
MOVEMENT_Y — Constant Static Property, class com.yworks.graph.input.snapLines.MoveTypes
The bit wise combination of LINEAR_MOVE_Y and NON_LINEAR_MOVE_Y.
moveModeEnabled — Property, class com.yworks.canvas.input.MainInputMode
Whether the move input mode is enabled.
moveModePriority — Property, class com.yworks.canvas.input.MainInputMode
The move mode priority.
movePorts — Property, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Gets or sets a value indicating ports are allowed to be moved at all.
movesHorizontallyInSyncWith(info:com.yworks.graph.input.snapLines:MovementInfo) — method, class com.yworks.graph.input.snapLines.MovementInfo
Determines whether this instance moves in sync with the provided info.
movesVerticallyInSyncWith(info:com.yworks.graph.input.snapLines:MovementInfo) — method, class com.yworks.graph.input.snapLines.MovementInfo
Determines whether this instance moves in sync with the provided info.
moveTo(x:Number, y:Number) — method, class com.yworks.canvas.drawing.GeneralPath
Appends a PathType.MOVE_TO operation to the path elements.
moveTo(x:Number, y:Number) — method, class com.yworks.canvas.drawing.YGraphics
Moves the pen to the given location after applying the current graphics transformation to the location.
moveTo(direction:uint) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the focus into the given direction, setting the selection to the new element.
MOVE_TO — Constant Static Property, class com.yworks.canvas.drawing.PathType
The type that is used to move the pen to the next position.
moveType — Property, class com.yworks.graph.input.snapLines.MovementInfo
Indicates the type of the movement as defined in MoveTypes for this instance.
MoveTypes — class, package com.yworks.graph.input.snapLines
Describes the type of the movement of a point during an edit in the context of GraphSnapContext.
MoveViewportInputMode — class, package com.yworks.canvas.input
An IInputMode implementation that can be used to grab and drag the viewport of the control it is installed in.
MoveViewportInputMode() — Constructor, class com.yworks.canvas.input.MoveViewportInputMode
Constructor.
movieClipLoaderAssetClass — Property, class com.yworks.util.CloneableMovieClipLoaderAsset
The wrapped MovieClipAsset Class.
MultiplexingInputMode — class, package com.yworks.canvas.input
A composite IInputMode implementation that additionally can deal with IConcurrentInputMode instances.
MultiplexingInputMode() — Constructor, class com.yworks.canvas.input.MultiplexingInputMode
Creates an instance with no initial modes.
multiSelectionRecognizer — Property, class com.yworks.graph.input.GraphEditorInputMode
The event recognizer function that will be queried to decide if a click is deemed a multi selection gesture.
multiSelectionRecognizer — Property, class com.yworks.graph.input.TableEditorInputMode
The event recognizer function that will be queried to decide if a click is deemed a multi selection gesture.
MUTEX_AQUIRED — Constant Static Property, class com.yworks.support.StateMachineEventKind
MutexEvent — class, package com.yworks.canvas.input
Event class that is dispatched if an IConcurrentInputMode requests or releases a mutex.
MutexEvent(type:String, mode:com.yworks.canvas.input:IConcurrentInputMode) — Constructor, class com.yworks.canvas.input.MutexEvent
MUTEX_LOST — Constant Static Property, class com.yworks.support.StateMachineEventKind
mutexReleased — Event, class com.yworks.canvas.input.ConcurrencyController
Event that will be triggered if the mutex has been released.
MUTEX_RELEASED — Constant Static Property, class com.yworks.canvas.input.MutexEvent
mutexRequested — Event, class com.yworks.canvas.input.ConcurrencyController
Event that will be triggered if the mutex has been successfully requested.
MUTEX_REQUESTED — Constant Static Property, class com.yworks.canvas.input.MutexEvent
_myLookupChain — Property, class com.yworks.io.graphml.GraphMLContext
The lookup chain
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