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  
MAGNIFY — Static property in class com.yworks.resources.Actions
MainInputMode — Class in 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 in class com.yworks.canvas.input.MainInputMode
Constructs a new input mode using the given collection of items and a selection model.
mainSprite — Property in class com.yworks.canvas.drawing.YGraphics
map(key, data) — Static method in class com.yworks.util.BitmapCache
Store the given data for the given key.
mapFont(fontName, mappedName) — Method in class com.yworks.support.FontManager
Map one font name to another font name.
MapperAttributeFactory — Class in package com.yworks.io.graphml.reader
An IAttributeFactory implementation that stores parsed attributes in an IMapper instance.
MapperAttributeFactory(name, mapper:com.yworks.support:IMapper, scopeType) — Constructor in class com.yworks.io.graphml.reader.MapperAttributeFactory
Creates An instance that will store attribute values in the given mapper instance.
MapperAttributeInputHandler — Class in package com.yworks.io.graphml.reader
An AttributeInputHandler which uses a MapperAttributeFactory for storing attribute values.
MapperAttributeInputHandler(mapper:com.yworks.support:IMapper, name, scopeType) — Constructor in class com.yworks.io.graphml.reader.MapperAttributeInputHandler
Creates a new instance, using a new MapperAttributeFactory with the given mapper, name and scope.
MapperAttributeOutputHandler — Class in package com.yworks.io.graphml.writer
An AttributeOutputHandler which uses a MapperAttributeProvider for reading attribute values.
MapperAttributeOutputHandler(mapper:com.yworks.support:IMapper, attrName, scopeType, contentType) — Constructor in 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.
MAPPER_KEY_EDGE_2_ID — Constant static property in 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 in class com.yworks.graph.model.DefaultGraph
Key for an IMapper which maps the graph's nodes to an ID
mapperRegistry — Property in 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 in 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 in package com.yworks.io.graphml.reader
An IAttributeFactory implementation that stores parsed attributes in an IMapper instance.
MapperRegistryAttributeFactory(name, tag, scopeType) — Constructor in class com.yworks.io.graphml.reader.MapperRegistryAttributeFactory
Creates An instance that will store attribute values in the given mapper instance.
MapperRegistryAttributeInputHandler — Class in package com.yworks.io.graphml.reader
An AttributeInputHandler which uses a MapperRegistryAttributeFactory for storing attribute values.
MapperRegistryAttributeInputHandler(tag, name, scopeType) — Constructor in class com.yworks.io.graphml.reader.MapperRegistryAttributeInputHandler
Creates a new instance, using a new MapperRegistryAttributeFactory with the given tag, name and scope.
MapperRegistryAttributeOutputHandler — Class in package com.yworks.io.graphml.writer
An AttributeOutputHandler which uses a MapperRegistryAttributeProvider for reading attribute values.
MapperRegistryAttributeOutputHandler(tag, attrName, scopeType, contentType) — Constructor in 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, value) — Method in class com.yworks.support.DictionaryMapper
Associates the given key with the value provided, removing previous associations.
mapValue(key, value) — Method in interface com.yworks.support.IMapper
Associates the given key with the value provided, removing previous associations.
marqueeSelect(marqueeRectangle:com.yworks.canvas.geom:IRectangle, items:com.yworks.util:ICollectionModel) — Method in class com.yworks.canvas.input.MainInputMode
Selects the given elements in the editor inside the provided marquee selection rectangle.
marqueeSelectableItems — Property in class com.yworks.graph.input.GraphEditorInputMode
Gets or set a property that determines which types of items should be selected during marquee selections.
marqueeSelected — Event in class com.yworks.canvas.input.MarqueeSelectionInputMode
Dispatched when the marquee selection has finished.
MARQUEE_SELECTED — Constant static property in class com.yworks.canvas.input.MarqueeSelectionInputMode
marqueeSelectElements(marqueeRectangle:com.yworks.canvas.geom:IRectangle) — Method in 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 in class com.yworks.graph.input.GraphEditorInputMode
This method will marquee select the items in the graph.
marqueeSelectionInputMode — Property in class com.yworks.canvas.input.MainInputMode
The MarqueeSelectionInputMode property.
MarqueeSelectionInputMode — Class in package com.yworks.canvas.input
An IInputMode implementation that can handle marquee selections performed by the user with a mouse.
MarqueeSelectionInputMode() — Constructor in class com.yworks.canvas.input.MarqueeSelectionInputMode
Constructor.
marqueeSelectionModePriority — Property in class com.yworks.canvas.input.MainInputMode
The marquee selection mode priority.
matrix — Property in class com.yworks.canvas.drawing.YGraphics
The transformation matrix.
maxDirtyItems — Property in class com.yworks.canvas.CanvasObjectDependencyManager
The maximal number of dirty items this manager keeps track of.
maxHeight — Property in class com.yworks.io.ExportOptions
The maximum height of the exported document.
maxImageSize — Property in class com.yworks.remote.ImageExportHandler
Get or set the maximum allowed image size.
maximumSize — Property in class com.yworks.canvas.input.ReshapeableHandle
Gets or sets the maximum size allowed for the reshapeable.
maximumSize — Property in class com.yworks.canvas.input.ReshapeableHandles
Gets or sets the maximum size allowed for the reshapeable.
maximumSize — Property in class com.yworks.canvas.input.SizeConstraintProvider
Gets or sets the instance to be returned by getMaximumSize().
maximumSnapDistance — Property in 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.
maxWidth — Property in class com.yworks.io.ExportOptions
The maximum width of the exported document.
maxZoom — Property in class com.yworks.canvas.CanvasComponent
The maxZoom property.
MementoStateStruct — Class in 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, state) — Constructor in class com.yworks.support.MementoStateStruct
Creates and initializes a new instance of this struct.
mementoSupport — Property in class com.yworks.support.MementoStateStruct
The implementation that can apply to and retrieve the current state from the subject.
MementoUndoableEdit — Class in 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, redoName) — Constructor in class com.yworks.support.MementoUndoableEdit
Creates a new instance using a set of MementoStateStructs.
MementoUndoUnit — Class in 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, oldState, undoName, redoName) — Constructor in 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 in class com.yworks.canvas.input.ContextMenuInputMode
Gets or sets the menu to show.
menuSelect — Event in class com.yworks.canvas.input.ContextMenuInputMode
Dispatched when the contextMenu is about to be shown
menuSelect — Event in class com.yworks.ui.GraphCanvasComponent
Dispatched just before a context menu is to be created for a graph item.
MENU_SELECT — Constant static property in class com.yworks.canvas.input.CanvasContextMenuEvent
mergeUnits — Property in class com.yworks.support.UndoEngine
Whether or not this instance should try to merge newly added units.
minimumEnclosedArea — Property in class com.yworks.canvas.input.ReshapeableHandle
Gets or sets the minimum rectangular area that needs to be contained in the reshapeable.
minimumEnclosedArea — Property in class com.yworks.canvas.input.ReshapeableHandles
Gets or sets the minimum rectangular area that needs to be contained in the reshapeable.
minimumEnclosedArea — Property in class com.yworks.canvas.input.SizeConstraintProvider
Gets or sets the instance to be returned by getMinimumEnclosedArea().
minimumSegmentLength — Property in 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 in class com.yworks.canvas.input.ReshapeableHandle
Gets or sets the minimum size allowed for the reshapeable.
minimumSize — Property in class com.yworks.canvas.input.ReshapeableHandles
Gets or sets the minimum size allowed for the reshapeable.
minimumSize — Property in class com.yworks.canvas.input.SizeConstraintProvider
Gets or sets the instance to be returned by getMinimumSize().
minZoom — Property in class com.yworks.canvas.CanvasComponent
The minZoom property.
mode — Property in class com.yworks.canvas.input.MutexEvent
model — Property in 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 in class com.yworks.graph.model.SelectionPaintManager
The model that describes the domain for the selection.
model — Property in class com.yworks.ui.tree.HierarchyTreeView
The model to be used with this instance.
modelItem — Property in class com.yworks.canvas.input.ModelItemContextMenuEvent
The model item corresponding to the display object that was clicked on.
ModelItemContextMenuEvent — Class in package com.yworks.canvas.input
A ContextMenuEvent for context menus of graph items.
ModelItemContextMenuEvent(type, modelItem:com.yworks.canvas.model:IModelItem, kind, bubbles, cancelable, mouseTarget, contextMenuOwner) — Constructor in class com.yworks.canvas.input.ModelItemContextMenuEvent
Creates a new instance.
ModelItemMouseEventKind — Final class in package com.yworks.canvas.input
The ModelItemMouseEventKind class contains constants for mouse events concerning graph items.
ModelManager — Class in 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 in class com.yworks.canvas.model.ModelManager
Creates a new instance that will manage the items for the given canvas.
MODIFIER_SHIFT — Constant static property in class com.yworks.canvas.input.EventRecognizers
Recognizes KeyboardEvents and CanvasMouseEvents with shiftKey == true.
morphEnd — Event in class com.yworks.graph.anim.GraphMorpher
Dispatched when the graph animaiton ended.
morphEnd — Event in class com.yworks.ui.GraphCanvasComponent
Dispatched after the graph morphs to a different layout.
MORPH_END — Constant static property in class com.yworks.graph.anim.GraphMorphEvent
morpher — Property in class com.yworks.graph.anim.GraphMorphEvent
The morpher which is involved.
morphGraph(newGraph:com.yworks.graph.model:IGraph, copyMask) — Method in class com.yworks.ui.GraphCanvasComponent
Morphs the graph from the current state to a different state.
morphStart — Event in class com.yworks.ui.GraphCanvasComponent
Dispatched before the graph morphs to a different layout.
MORPH_START — Constant static property in class com.yworks.graph.anim.GraphMorphEvent
MOUSE_CLICKED — Constant static property in class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_CLICK when no modifier key was pressed.
MOUSE_DOUBLE_CLICKED — Constant static property in 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 in class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_DOWN when no modifier key was pressed.
mouseEvent — Property in class com.yworks.canvas.input.CanvasMouseEvent
The event which has originally triggered sending this event.
MouseHoverInputMode — Class in package com.yworks.canvas.input
An IInputMode that detects when the mouse hovers over the CanvasComponent.
MouseHoverInputMode(toolTip, textProvider) — Constructor in class com.yworks.canvas.input.MouseHoverInputMode
Creates a new instance using the provided ToolTip and text provider.
MOUSE_MOVE — Constant static property in class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_MOVE.
mouseOutDuration — Property in class com.yworks.canvas.input.NodeEffectInputMode
Sets the duration of the animation that is triggered when the mouse leaves a node.
mouseOutEasingFunction — Property in class com.yworks.canvas.input.NodeEffectInputMode
Sets the function that determines the interpolation between 0 and 1 for the animation that is triggered when the mouse leaves a node.
mouseOverDuration — Property in class com.yworks.canvas.input.NodeEffectInputMode
Sets the duration of the animation that is triggered when the mouse enters a node.
mouseOverEasingFunction — Property in class com.yworks.canvas.input.NodeEffectInputMode
Sets the function that determines the interpolation between 0 and 1 for the animation that is triggered when the mouse enters a node.
MOUSE_SINGLE_CLICKED — Constant static property in 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 in 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 in class com.yworks.canvas.input.EventRecognizers
Recognizes CanvasMouseEvents of type CanvasMouseEvent.CANVAS_MOUSE_UP, no matter which modifier keys were pressed.
mouseWheelZoom(evt:com.yworks.canvas.input:CanvasMouseEvent) — Method in class com.yworks.canvas.CanvasComponent
If the autoMouseWheelZoom property is set to true, this method will adjust the current zoom level.
mouseWheelZoomFactor — Property in class com.yworks.canvas.CanvasComponent
The factor by which the zoom level changes when the mouse wheel is turned.
movable — Property in class com.yworks.canvas.input.MoveInputMode
Gets or sets the IMovable that will be used during dragging to perform the actual movement.
movableItems — Property in class com.yworks.graph.input.GraphEditorInputMode
Gets or sets a property that determines which types of items should movable using the moveInputMode.
movableItems — Property in class com.yworks.graph.input.GraphMoveInputMode
Sets an Iterable with the items which should be movable.
MOVE — Constant static property in class com.yworks.canvas.input.HandleType
A handle which can be used to move something.
moveBy(dx, dy) — Method in interface com.yworks.canvas.geom.IMovable
Moves the instances coordinates by the given offsets.
moveBy(dx, dy) — Method in class com.yworks.canvas.geom.OrientedRectangle
Moves this rectangle by applying the offset to the anchor
moveBy(dx, dy) — Method in class com.yworks.canvas.geom.YPoint
Moves this instance by adding the provided offsets to the coordinates of this point.
moveBy(dx, dy) — Method in class com.yworks.canvas.geom.YRectangle
Moves this rectangle by applying the offsets to the position.
moveBy(dx, dy) — Method in class com.yworks.canvas.input.RectangleHandle
Actually moves this handle by modifying the reshapeable.
moveBy(dx, dy) — Method in class com.yworks.canvas.input.ReshapeableHandle
Actually moves this handle by modifying the reshapeable.
moveByDx(dx) — Method in interface com.yworks.canvas.geom.IMovable
Moves the instance's x coordinate by the given offset.
moveByDx(dx) — Method in class com.yworks.canvas.geom.OrientedRectangle
Moves this rectangle by applying the offset to the anchor
moveByDx(dx) — Method in class com.yworks.canvas.geom.YPoint
Moves this instance by adding the provided offset to the x coordinate of this point.
moveByDx(dx) — Method in class com.yworks.canvas.geom.YRectangle
Moves this rectangle by applying the offset to the position.
moveByDx(dx) — Method in class com.yworks.canvas.input.RectangleHandle
Moves in x direction.
moveByDx(dx) — Method in class com.yworks.canvas.input.ReshapeableHandle
Moves in x direction.
moveByDy(dy) — Method in interface com.yworks.canvas.geom.IMovable
Moves the instance's y coordinate by the given offset.
moveByDy(dy) — Method in class com.yworks.canvas.geom.OrientedRectangle
Moves this rectangle by applying the offset to the anchor
moveByDy(dy) — Method in class com.yworks.canvas.geom.YPoint
Moves this instance by adding the provided offset to the y coordinate of this point.
moveByDy(dy) — Method in class com.yworks.canvas.geom.YRectangle
Moves this rectangle by applying the offset to the position.
moveByDy(dy) — Method in class com.yworks.canvas.input.RectangleHandle
Moves in y direction.
moveByDy(dy) — Method in class com.yworks.canvas.input.ReshapeableHandle
Moves in y direction.
moveCursor — Property in class com.yworks.canvas.input.MoveInputMode
Gets or sets the cursor to use during the move.
movedOrDraggedRecognizer — Property in class com.yworks.graph.input.CreateEdgeInputMode
The event recognizer that recognizes the movement of the end point of the edge.
moveInputMode — Property in class com.yworks.canvas.input.MainInputMode
The MoveInputMode property.
MoveInputMode — Class in package com.yworks.canvas.input
Generic IInputMode implementation that can be used to move something in the canvas using the mouse.
moveLabelInputMode — Property in class com.yworks.graph.input.GraphEditorInputMode
Gets or sets the MoveLabelInputMode property.
MoveLabelInputMode — Class in 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 in class com.yworks.canvas.input.MoveLabelInputMode
Creates a new instance using the given graph to move the labels in.
moveModePriority — Property in class com.yworks.canvas.input.MainInputMode
The move mode priority.
moveTo(x, y) — Method in class com.yworks.canvas.drawing.GeneralPath
Appends a PathType.MOVE_TO operation to the path elements.
moveTo(x, y) — Method in class com.yworks.canvas.drawing.YGraphics
Moves the pen to the given location after applying the current graphics transformation to the location.
MOVE_TO — Constant static property in class com.yworks.canvas.drawing.PathType
The type that is used to move the pen to the next position.
MoveViewportInputMode — Class in 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 in class com.yworks.canvas.input.MoveViewportInputMode
Constructor.
MultiplexingInputMode — Class in package com.yworks.canvas.input
A composite IInputMode implementation that additionally can deal with IConcurrentInputMode instances.
MultiplexingInputMode() — Constructor in class com.yworks.canvas.input.MultiplexingInputMode
Creates an instance with no initial modes.
MUTEX_AQUIRED — Constant static property in class com.yworks.support.StateMachineEventKind
MutexEvent — Class in package com.yworks.canvas.input
Event class that is dispatched if an IConcurrentInputMode requests or releases a mutex.
MutexEvent(type, mode:com.yworks.canvas.input:IConcurrentInputMode) — Constructor in class com.yworks.canvas.input.MutexEvent
MUTEX_LOST — Constant static property in class com.yworks.support.StateMachineEventKind
mutexReleased — Event in class com.yworks.canvas.input.ConcurrencyController
Event that will be triggered if the mutex has been released.
MUTEX_RELEASED — Constant static property in class com.yworks.canvas.input.MutexEvent
mutexRequested — Event in class com.yworks.canvas.input.ConcurrencyController
Event that will be triggered if the mutex has been successfully requested.
MUTEX_REQUESTED — Constant static property in class com.yworks.canvas.input.MutexEvent
_myLookupChain — Property in 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