- ABORT_HANDLER_DPKEY - Static variable in class com.yworks.yfiles.algorithms.AbortHandler
-
- AbortHandler - Class in com.yworks.yfiles.algorithms
-
This class provides a means for early termination of graph algorithms.
- AbortHandler() - Constructor for class com.yworks.yfiles.algorithms.AbortHandler
-
- above(ICanvasObject) - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Moves this instance exactly behind the reference item in the referenced item's group rendering list, so that it will be
rendered directly above the given reference.
- ABOVE_EDGE - Static variable in class com.yworks.yfiles.graph.labelmodels.EdgeSides
-
The label should be placed above the edge (in geometric sense).
- ABSOLUTE - Static variable in class com.yworks.yfiles.layout.LabelAngleReferences
-
Angle interpretation specifier for edge labels which expresses that the rotation angle should be interpreted absolute
and not relative to the edge slope.
- ABSOLUTE_WITH_LEFT_IN_NORTH - Static variable in class com.yworks.yfiles.layout.LabelSideReferences
-
Side placement specifier for edge labels which defines that the preferred side for the label is interpreted
independently of the edge direction placing
left labels
above horizontal segments.
- ABSOLUTE_WITH_RIGHT_IN_NORTH - Static variable in class com.yworks.yfiles.layout.LabelSideReferences
-
Side placement specifier for edge labels which defines that the preferred side for the label is interpreted
independently of the edge direction placing
left labels
above horizontal segments.
- AbstractContextMenuInputMode<TContextMenu> - Class in com.yworks.yfiles.view.input
-
- AbstractContextMenuInputMode() - Constructor for class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Creates a new instance with no initial context menu.
- AbstractContextMenuInputMode(TContextMenu) - Constructor for class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Creates a new instance using the provided menu.
- AbstractEdgeStyle - Class in com.yworks.yfiles.graph.styles
-
An abstract base class that makes it possible to easily implement a custom
IEdgeStyle
.
- AbstractEdgeStyle() - Constructor for class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
- AbstractFoldingEdgeConverter - Class in com.yworks.yfiles.graph
-
- AbstractFoldingEdgeConverter() - Constructor for class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- AbstractGraphItemTemplate<TModelItem extends IModelItem> - Class in com.yworks.yfiles.graph.styles
-
- AbstractGraphItemTemplate() - Constructor for class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Creates a new instance.
- AbstractGraphWrapper - Class in com.yworks.yfiles.graph
-
An abstract
IGraph
implementation that delegates all of its work to an existing implementation.
- AbstractGraphWrapper(IGraph) - Constructor for class com.yworks.yfiles.graph.AbstractGraphWrapper
-
Creates a new instance that wraps a given
IGraph
.
- AbstractInputHandler<TKey,TData> - Class in com.yworks.yfiles.graphml
-
An abstract convenience implementation of the
IInputHandler
interface.
- AbstractInputHandler(Class<TKey>) - Constructor for class com.yworks.yfiles.graphml.AbstractInputHandler
-
- AbstractInputHandler(Class<TKey>, ParsePrecedence) - Constructor for class com.yworks.yfiles.graphml.AbstractInputHandler
-
- AbstractInputMode - Class in com.yworks.yfiles.view.input
-
Abstract base class implementation of an
IInputMode
that can be used concurrently with other
IInputMode
implementations if its
Exclusive
property is
true
.
- AbstractInputMode() - Constructor for class com.yworks.yfiles.view.input.AbstractInputMode
-
- AbstractInputMode(boolean) - Constructor for class com.yworks.yfiles.view.input.AbstractInputMode
-
- AbstractLabeling - Class in com.yworks.yfiles.layout.labeling
-
An abstract base class for generic labeling algorithms which place labels of graphs.
- AbstractLabeling() - Constructor for class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
- AbstractLabelLayout - Class in com.yworks.yfiles.layout
-
- AbstractLabelLayout() - Constructor for class com.yworks.yfiles.layout.AbstractLabelLayout
-
- AbstractLabelStyle - Class in com.yworks.yfiles.graph.styles
-
An abstract base class that makes it possible to easily implement a custom
ILabelStyle
.
- AbstractLabelStyle() - Constructor for class com.yworks.yfiles.graph.styles.AbstractLabelStyle
-
- AbstractLayoutStage - Class in com.yworks.yfiles.layout
-
- AbstractLayoutStage(ILayoutAlgorithm) - Constructor for class com.yworks.yfiles.layout.AbstractLayoutStage
-
- AbstractLayoutStage() - Constructor for class com.yworks.yfiles.layout.AbstractLayoutStage
-
- AbstractMISLabeling - Class in com.yworks.yfiles.layout.labeling
-
A base class for generic labeling algorithms which solve the labeling problem by reducing it to the maximum independent
set (MIS) problem.
- AbstractMISLabeling() - Constructor for class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
- AbstractNodePlacer - Class in com.yworks.yfiles.layout.tree
-
Abstract base class for implementations of the
INodePlacer
interface.
- AbstractNodePlacer() - Constructor for class com.yworks.yfiles.layout.tree.AbstractNodePlacer
-
- AbstractNodeStyle - Class in com.yworks.yfiles.graph.styles
-
An abstract base class that makes it possible to easily implement a custom
INodeStyle
.
- AbstractNodeStyle() - Constructor for class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
- AbstractOutputHandler<TKey,TData> - Class in com.yworks.yfiles.graphml
-
Convenience abstract base implementation of the
IOutputHandler
interface.
- AbstractOutputHandler(Class<TKey>, String) - Constructor for class com.yworks.yfiles.graphml.AbstractOutputHandler
-
- AbstractOutputHandler(Class<TKey>, KeyScope, String, KeyType) - Constructor for class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Initializes a new instance of the
AbstractOutputHandler
class using the provided scope, name, and type for the
key definition.
- AbstractPortCandidateProvider - Class in com.yworks.yfiles.view.input
-
- AbstractPortCandidateProvider() - Constructor for class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- AbstractPortConstraintOptimizer - Class in com.yworks.yfiles.layout.hierarchic
-
This class is an abstract implementation of the
IPortConstraintOptimizer
interface that minimizes the effort
required to modify the port assignment after the sequencing phase of hierarchic layout algorithm.
- AbstractPortConstraintOptimizer() - Constructor for class com.yworks.yfiles.layout.hierarchic.AbstractPortConstraintOptimizer
-
- AbstractPortConstraintOptimizer.SameLayerData - Class in com.yworks.yfiles.layout.hierarchic
-
- AbstractPortStyle - Class in com.yworks.yfiles.graph.styles
-
An abstract base class that makes it possible to easily implement a custom
IPortStyle
.
- AbstractPortStyle() - Constructor for class com.yworks.yfiles.graph.styles.AbstractPortStyle
-
- AbstractReshapeHandleProvider - Class in com.yworks.yfiles.view.input
-
Abstract base class implementation of the
IReshapeHandleProvider
interface that has properties to restrict the
size and area of a reshapeable.
- AbstractReshapeHandleProvider() - Constructor for class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
- AbstractRotatableNodePlacer - Class in com.yworks.yfiles.layout.tree
-
Abstract base class for
INodePlacer
s that support rotations of the subtrees.
- AbstractRotatableNodePlacer(AbstractRotatableNodePlacer.Matrix) - Constructor for class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
- AbstractRotatableNodePlacer.Matrix - Class in com.yworks.yfiles.layout.tree
-
- AbstractRotatableNodePlacer.RootAlignment - Class in com.yworks.yfiles.layout.tree
-
A
RootAlignment
describes how a local root node is arranged in relation to its children.
- AbstractSegmentInfo - Class in com.yworks.yfiles.layout.router.polyline
-
This class stores location information for orthogonal edge segments.
- AbstractSegmentInfo(Edge, int, Direction, Interval, Interval, Interval) - Constructor for class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
- AbstractSegmentInfo(Edge, int, LineSegment) - Constructor for class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Creates a new instance of
AbstractSegmentInfo
using a line segment to describe the edge segment.
- AbstractStripeStyle - Class in com.yworks.yfiles.graph.styles
-
An abstract base class that makes it possible to easily implement a custom
IStripeStyle
.
- AbstractStripeStyle() - Constructor for class com.yworks.yfiles.graph.styles.AbstractStripeStyle
-
- AbstractTemplateStyle<TModelItem extends IModelItem> - Class in com.yworks.yfiles.graph.styles
-
Abstract base class for styles that renders complex
Node
s.
- AbstractTemplateStyle() - Constructor for class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
Constructs a new instance of this style with default values.
- AbstractUndoUnit - Class in com.yworks.yfiles.graph
-
An abstract convenience implementation of
IUndoUnit
.
- AbstractUndoUnit(String, String) - Constructor for class com.yworks.yfiles.graph.AbstractUndoUnit
-
Creates a new instance using the given name as undo and redo name.
- AbstractUndoUnit(String) - Constructor for class com.yworks.yfiles.graph.AbstractUndoUnit
-
Creates a new instance using the given name as undo and redo name.
- acyclic(Graph, Node, double[], double[], Edge[]) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
Solves the single-source shortest path problem for acyclic directed graphs.
- acyclic(Graph, Node, IDataProvider, INodeMap, INodeMap) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
Each edge is associated with an arbitrary double value that represents the cost of that edge.
- acyclic(Graph, Node, double[], double[]) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
Solves the single-source shortest path problem for acyclic directed graphs.
- add(double, double) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Adds a point, specified by its coordinates, to this rectangle.
- add(Rectangle2D) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Adds a rectangle to this rectangle.
- add(Object) - Method in class com.yworks.yfiles.algorithms.YList
-
- add(int, Object) - Method in class com.yworks.yfiles.algorithms.YList
-
- add(YPoint, YPoint) - Static method in class com.yworks.yfiles.algorithms.YPoint
-
Adds two points and returns the result.
- add(YVector) - Method in class com.yworks.yfiles.algorithms.YVector
-
Adds a vector to this vector.
- add(YVector, YVector) - Static method in class com.yworks.yfiles.algorithms.YVector
-
Adds two vectors and returns the result.
- add(YPoint, YVector) - Static method in class com.yworks.yfiles.algorithms.YVector
-
Adds the vector to a point and returns the resulting point.
- add(IRectangle) - Method in interface com.yworks.yfiles.geometry.IMutableRectangle
-
Adds a rectangle to another one.
- add(IPoint) - Method in interface com.yworks.yfiles.geometry.IMutableRectangle
-
Adds a point to a rectangle, possibly enlarging the rectangle.
- add(PointD, PointD) - Static method in class com.yworks.yfiles.geometry.PointD
-
Implements the vector addition operator.
- add(RectD, PointD) - Static method in class com.yworks.yfiles.geometry.RectD
-
Returns the union of the given rectangle and the given point.
- add(RectD, RectD) - Static method in class com.yworks.yfiles.geometry.RectD
-
Returns the union of the given rectangles.
- add(IUndoUnit) - Method in class com.yworks.yfiles.graph.CompositeUndoUnit
-
- add(Class<TContext>, Class<TResult>, Function<TContext, TResult>, boolean) - Method in interface com.yworks.yfiles.graph.ILookupDecorator
-
Adds a lookup implementation for a given type using a
Function
.
- add(Class<TContext>, Class<TResult>, BiFunction<TContext, TResult, TResult>, boolean) - Method in interface com.yworks.yfiles.graph.ILookupDecorator
-
Adds a lookup implementation for a given type using a
BiFunction
.
- add(Class<TContext>, Class<TResult>, Function<TContext, TResult>) - Method in interface com.yworks.yfiles.graph.ILookupDecorator
-
Adds a lookup implementation for a given type using a
Function
.
- add(Class<TContext>, Class<TResult>, BiFunction<TContext, TResult, TResult>) - Method in interface com.yworks.yfiles.graph.ILookupDecorator
-
Adds a lookup implementation for a given type using a
BiFunction
.
- add(IContextLookupChainLink) - Method in class com.yworks.yfiles.graph.LookupChain
-
Adds the given link to the end of the chain.
- add(Class<TContext>, Class<TResult>, Function<TContext, TResult>, boolean) - Method in class com.yworks.yfiles.graph.LookupChain
-
- add(Class<TContext>, Class<TResult>, BiFunction<TContext, TResult, TResult>, boolean) - Method in class com.yworks.yfiles.graph.LookupChain
-
- add(Class<TContext>, Class<TResult>, Function<TContext, TResult>) - Method in class com.yworks.yfiles.graph.LookupChain
-
- add(Class<TContext>, Class<TResult>, BiFunction<TContext, TResult, TResult>) - Method in class com.yworks.yfiles.graph.LookupChain
-
- add(IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.portlocationmodels.GenericPortLocationModel
-
- add(Node) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayer
-
Adds a newly created
Node
to this
ILayer
instance.
- add(PortCandidate, int) - Method in class com.yworks.yfiles.layout.PortCandidateSet
-
- add(PortCandidate) - Method in class com.yworks.yfiles.layout.PortCandidateSet
-
- add(T) - Method in class com.yworks.yfiles.utils.ObservableCollection
-
Adds the item the the collection and triggers the
ItemAdded
event.
- add(T) - Method in class com.yworks.yfiles.view.FocusIndicatorManager
-
Overridden to do nothing.
- add(IModelItem) - Method in interface com.yworks.yfiles.view.input.IModelItemCollector
-
Adds a model item to this collector instance.
- add(IInputMode) - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Adds the given mode
.
- add(T) - Method in class com.yworks.yfiles.view.ModelManager
-
Installs an itemm and adds it to this managers set of managed items.
- add(Node) - Method in class com.yworks.yfiles.view.VisualGroup
-
Adds another
Node
to the children collection of this instance.
- add(int, Node) - Method in class com.yworks.yfiles.view.VisualGroup
-
Adds another
Node
to the children collection of this instance at the given index.
- ADD_LABEL - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- addActiveChangedListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Adds the given listener for the
ActiveChanged
event that occurs the
Active
property
changes.
- addAdditionalEnterIntervalCalculator(IEnterIntervalCalculator) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearch
-
- addAdditionalSnapLine(OrthogonalSnapLine) - Method in class com.yworks.yfiles.view.input.CollectGraphSnapLinesEventArgs
-
Adds a snap line all elements will snap to.
- addAll(Collection<? extends Object>) - Method in class com.yworks.yfiles.algorithms.YList
-
Appends all elements provided by the given collection to this list.
- addAll(ICursor) - Method in class com.yworks.yfiles.algorithms.YList
-
Appends all elements provided by the given cursor to this list.
- addAll(int, Collection<? extends Object>) - Method in class com.yworks.yfiles.algorithms.YList
-
- addAll(Collection<? extends T>) - Method in interface com.yworks.yfiles.utils.ICollection
-
- addAll(Collection<? extends T>) - Method in interface com.yworks.yfiles.utils.IList
-
- addAll(int, Collection<? extends T>) - Method in interface com.yworks.yfiles.utils.IList
-
- addAngle(double, double) - Static method in class com.yworks.yfiles.algorithms.YVector
-
Returns the result of the addition of two angles between 0
and 2*Pi
.
- addArrows(IRenderContext, VisualGroup, IEdge, GeneralPath, IArrow, IArrow) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Convenience method that adds the arrows to a given container.
- addAsSeparateEdge(IPort, IPort) - Method in interface com.yworks.yfiles.graph.IFoldingEdgeFactory
-
- addBackgroundGroupChangedListener(IEventHandler) - Method in class com.yworks.yfiles.view.CanvasControl
-
Adds the given listener for the
BackgroundGroupChanged
event that occurs when the
BackgroundGroup
property has been changed.
- addBend(IEdge, PointD, int) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addBend(IEdge, PointD, int) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addBend(PointD, int) - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
- addBend(PointD) - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
- addBend(IGraph, IGraph, IEdge, IBend, PointD, int) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback method that adds a bend to the targetEdge in the targetGraph as a copy of the source bend.
- addBend(IEdge, PointD, int) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds a bend at the given index to the given edge using the coordinates provided.
- addBend(IEdge, PointD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds a bend at the given index to the given edge using the coordinates provided.
- addBendAddedListener(IEventHandler<ItemEventArgs<IBend>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addBendAddedListener(IEventHandler<ItemEventArgs<IBend>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addBendAddedListener(IEventHandler<ItemEventArgs<IBend>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the BendAdded
event that occurs when a bend has been added to an edge in this
graph.
- addBendCopiedListener(IEventHandler<ItemCopiedEventArgs<IBend>>) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Adds the given listener for the BendCopied
event that occurs after a bend has been copied.
- addBendCreatedListener(IEventHandler<BendEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Adds the given listener for the BendCreated
event that occurs once a bend creation gesture has been recognized.
- addBendLocationChangedListener(IBendLocationChangedHandler) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addBendLocationChangedListener(IBendLocationChangedHandler) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addBendLocationChangedListener(IBendLocationChangedHandler) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the BendLocationChanged
event that occurs when the location of a bend has been
changed.
- addBendRemovedListener(IEventHandler<BendEventArgs>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addBendRemovedListener(IEventHandler<BendEventArgs>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addBendRemovedListener(IEventHandler<BendEventArgs>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the BendRemoved
event that occurs when a bend has been removed from an edge in this
graph.
- addBends(IEdge, Iterable<PointD>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds bends with the given locations to the end of the bend list of the given edge.
- addBendTagChangedListener(IEventHandler<ItemChangedEventArgs<IBend, Object>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addBendTagChangedListener(IEventHandler<ItemChangedEventArgs<IBend, Object>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addBendTagChangedListener(IEventHandler<ItemChangedEventArgs<IBend, Object>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the
BendTagChanged
event that occurs when the
tag
of a
bend has been replaced.
- addBendToBeMoved(MovementInfo) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Adds
MovementInfo
representing an
IBend
that will be considered for the next drag gesture.
- addBoundsToShape(double, double, double, double) - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- addBridges(IRenderContext, GeneralPath, IBridgeCreator) - Method in class com.yworks.yfiles.view.BridgeManager
-
- addCanceledListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
- addCanExecuteChangedListener(IEventHandler) - Method in interface com.yworks.yfiles.view.input.ICommand
-
- addCanvasObject(ICanvasContext, ICanvasObjectGroup, Object) - Method in class com.yworks.yfiles.view.EdgeDecorationInstaller
-
- addCanvasObject(ICanvasContext, ICanvasObjectGroup, Object) - Method in class com.yworks.yfiles.view.EdgeStyleDecorationInstaller
-
Installs a rendering for the
item
if it is an
IEdge
.
- addCanvasObject(ICanvasContext, ICanvasObjectGroup, Object) - Method in interface com.yworks.yfiles.view.ICanvasObjectInstaller
-
This the main method of the interface that performs the installation of an item's visual representation in the
canvas
by adding
ICanvasObject
s.
- addCanvasObject(ICanvasContext, ICanvasObjectGroup, Object) - Method in class com.yworks.yfiles.view.LabelStyleDecorationInstaller
-
Installs a rendering for the
item
if it is an
ILabel
.
- addCanvasObject(ICanvasContext, ICanvasObjectGroup, Object) - Method in class com.yworks.yfiles.view.NodeStyleDecorationInstaller
-
Installs a rendering for the
item
if it is an
INode
.
- addCanvasObject(ICanvasContext, ICanvasObjectGroup, Object) - Method in class com.yworks.yfiles.view.OrientedRectangleIndicatorInstaller
-
- addCanvasObject(ICanvasContext, ICanvasObjectGroup, Object) - Method in class com.yworks.yfiles.view.PointSelectionIndicatorInstaller
-
- addCanvasObject(ICanvasContext, ICanvasObjectGroup, Object) - Method in class com.yworks.yfiles.view.RectangleIndicatorInstaller
-
- addCenterSnapLines(GraphSnapContext, CollectGraphSnapLinesEventArgs, INode, RectD) - Method in class com.yworks.yfiles.view.input.NodeSnapLineProvider
-
- addChainLink(IContextLookupChainLink) - Method in class com.yworks.yfiles.graph.LookupDecorator
-
Simple helper method that tries to add the provided chain link to the
Decorator
.
- addChild(Object, ICanvasObjectDescriptor) - Method in interface com.yworks.yfiles.view.ICanvasObjectGroup
-
Adds a child element to the scene graph as a child of this group.
- addCleanedUpListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Adds the given listener for the CleanedUp
event that occurs when the recent edit operation has been cleaned up.
- addCleanedUpListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.SnapContext
-
Adds the given listener for the CleanedUp
event that occurs when this instance has been cleaned up.
- addClickedListener(IEventHandler<ClickEventArgs>) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Adds the given listener for the Clicked
event that occurs once a click has been detected.
- addCollectSnapLinesListener(IEventHandler<CollectGraphSnapLinesEventArgs>) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- addCollectSnapLinesListener(IEventHandler<CollectLabelSnapLineEventArgs>) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Adds the given listener for the
CollectSnapLines
event that occurs every time this instance has been
initialized
to collect
SnapLine
s.
- addCollectSnapResultsListener(IEventHandler<CollectSnapResultsEventArgs>) - Method in class com.yworks.yfiles.view.input.SnapContext
-
Adds the given listener for the
CollectSnapResults
event that occurs while
moving
items and handles.
- addColumn() - Method in class com.yworks.yfiles.layout.PartitionGrid
-
- addCommandBinding(ICommand, KeyboardInputMode.ExecuteCommandHandler, KeyboardInputMode.CanExecuteCommandHandler) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Adds a command and associated execution handlers to this instance.
- addCommandBinding(ICommand, KeyboardInputMode.ExecuteCommandHandler) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Adds a command and associated execution handlers to this instance.
- addCommandBinding(ICommand) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Adds a command and associated execution handlers to this instance.
- addConstant(Class<TContext>, Class<TResult>, TResult) - Method in interface com.yworks.yfiles.graph.ILookupDecorator
-
Add a lookup implementation for a given type that always yields a constant result.
- addConstant(Class<TResult>, TResult) - Method in class com.yworks.yfiles.graph.LookupChain
-
- addContentGroupChangedListener(IEventHandler) - Method in class com.yworks.yfiles.view.CanvasControl
-
Adds the given listener for the
ContentGroupChanged
event that occurs when the
ContentGroup
property has been changed.
- addDataParsedListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the DataParsed
event that occurs after a data element has been fully parsed.
- addDataParsingListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the DataParsing
event that occurs when a data element is about to be parsed.
- addDataProvider(Object, IDataProvider) - Method in class com.yworks.yfiles.algorithms.DataProviders.DataProviderOverlayManager
-
Adds the given DataProvider under the given key to the graph.
- addDataProvider(Object, IDataProvider) - Method in class com.yworks.yfiles.algorithms.Graph
-
Registers the given data provider using the given look-up key.
- addDataProvider(Object, IMapper<K, V>) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Registers a data provider with the graph using the given look-up key and wrapping the given mapper.
- addDataWritingListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
- addDataWrittenListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
Adds the given listener for the
DataWritten
event that occurs just before the
IXmlWriter.writeEndElement()
for the GraphML 'data' element will be called.
- addDeletedItemListener(IEventHandler<ItemEventArgs<IModelItem>>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds the given listener for the DeletedItem
event that occurs when an item has been deleted interactively by
this mode.
- addDeletedItemListener(IEventHandler<ItemEventArgs<IModelItem>>) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Adds the given listener for the DeletedItem
event that occurs when an item has been deleted interactively by
this mode.
- addDeletedSelectionListener(IEventHandler<SelectionEventArgs<IModelItem>>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds the given listener for the
DeletedSelection
event that occurs just before the
GraphEditorInputMode.deleteSelection()
method has deleted the selection after all selected items have been removed.
- addDeletedSelectionListener(IEventHandler<SelectionEventArgs<IStripe>>) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Adds the given listener for the
DeletedSelection
event that occurs just before the
TableEditorInputMode.deleteSelection()
method has deleted the selection after all selected items have been removed.
- addDeletingSelectionListener(IEventHandler<SelectionEventArgs<IModelItem>>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- addDeletingSelectionListener(IEventHandler<SelectionEventArgs<IStripe>>) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- addDisplaysInvalidatedListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addDisplaysInvalidatedListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addDisplaysInvalidatedListener(IEventHandler<IEventArgs>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the DisplaysInvalidated
event that occurs when the graph has changed visually and
the display should be updated to reflect the changes.
- addDocumentParsedListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the DocumentParsed
event that occurs when the document has been parsed.
- addDocumentParsingListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the DocumentParsing
event that occurs when the document is about to be parsed.
- addDocumentWritingListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
- addDocumentWrittenListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
- addDoubleClickedListener(IEventHandler<ClickEventArgs>) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Adds the given listener for the DoubleClicked
event that occurs once a double-click has been detected.
- addDoubleTappedListener(IEventHandler<TapEventArgs>) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Adds the given listener for the DoubleTapped
event that occurs once a double-tap has been detected.
- addDragCanceledListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Adds the given listener for the DragCanceled
event that occurs when the drag has been canceled.
- addDragCanceledListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Adds the given listener for the DragCanceled
event that occurs when the drag has been canceled.
- addDragCanceledListener(IEventHandler<MarqueeSelectionEventArgs>) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Adds the given listener for the DragCanceled
event that occurs when the drag has been canceled.
- addDragCanceledListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Adds the given listener for the DragCanceled
event that occurs when the drag has been canceled.
- addDragCanceledListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Adds the given listener for the DragCanceled
event that occurs when the drag has been canceled.
- addDragCanceledListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Adds the given listener for the DragCanceled
event that occurs when the drag has been canceled.
- addDragCancelingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Adds the given listener for the DragCanceling
event that occurs before the drag will be canceled.
- addDragCancelingListener(IEventHandler<MarqueeSelectionEventArgs>) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Adds the given listener for the DragCanceling
event that occurs before the drag will be canceled.
- addDragCancelingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Adds the given listener for the DragCanceling
event that occurs before the drag will be canceled.
- addDragCancelingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Adds the given listener for the DragCanceling
event that occurs before the drag will be canceled.
- addDragCancelingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Adds the given listener for the DragCanceling
event that occurs before the drag will be canceled.
- addDragDroppedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Adds the given listener for the
DragDropped
event that occurs when a drag operation is dropped onto the
CanvasControl
into which this instance is installed.
- addDragEnteredListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Adds the given listener for the
DragEntered
event that occurs when a drag operation enters the
CanvasControl
into which this instance is installed.
- addDragFinishedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Adds the given listener for the DragFinished
event that occurs once the drag has been finished.
- addDragFinishedListener(IEventHandler<MarqueeSelectionEventArgs>) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Adds the given listener for the DragFinished
event that occurs the drag has been finished.
- addDragFinishedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Adds the given listener for the DragFinished
event that occurs once the drag has been finished.
- addDragFinishedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Adds the given listener for the DragFinished
event that occurs once the drag has been finished.
- addDragFinishedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Adds the given listener for the DragFinished
event that occurs once the drag has been finished.
- addDragFinishingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Adds the given listener for the DragFinishing
event that occurs before the drag will be finished.
- addDragFinishingListener(IEventHandler<MarqueeSelectionEventArgs>) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Adds the given listener for the DragFinishing
event that occurs before the drag will be finished.
- addDragFinishingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Adds the given listener for the DragFinishing
event that occurs before the drag will be finished.
- addDragFinishingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Adds the given listener for the DragFinishing
event that occurs before the drag will be finished.
- addDragFinishingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Adds the given listener for the DragFinishing
event that occurs before the drag will be finished.
- addDraggedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Adds the given listener for the Dragged
event that occurs at the end of every drag.
- addDraggedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Adds the given listener for the Dragged
event that occurs at the end of every drag.
- addDraggedListener(IEventHandler<MarqueeSelectionEventArgs>) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Adds the given listener for the Dragged
event that occurs at the end of every drag.
- addDraggedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Adds the given listener for the Dragged
event that occurs at the end of every drag.
- addDraggedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Adds the given listener for the Dragged
event that occurs at the end of every drag.
- addDraggedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Adds the given listener for the Dragged
event that occurs at the end of every drag.
- addDraggingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Adds the given listener for the Dragging
event that occurs at the start of every drag.
- addDraggingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Adds the given listener for the Dragging
event that occurs at the start of every drag.
- addDraggingListener(IEventHandler<MarqueeSelectionEventArgs>) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Adds the given listener for the Dragging
event that occurs at the start of every drag.
- addDraggingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Adds the given listener for the Dragging
event that occurs at the start of every drag.
- addDraggingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Adds the given listener for the Dragging
event that occurs at the start of every drag.
- addDraggingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Adds the given listener for the Dragging
event that occurs at the start of every drag.
- addDragLeftListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Adds the given listener for the
DragLeft
event that occurs when a drag operation leaves the
CanvasControl
into which this instance is installed.
- addDragOverListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Adds the given listener for the
DragOver
event that occurs when a drag operation drags over the
CanvasControl
into which this instance is installed.
- addDragStartedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Adds the given listener for the DragStarted
event that occurs once the drag is initialized and has started.
- addDragStartedListener(IEventHandler<MarqueeSelectionEventArgs>) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Adds the given listener for the DragStarted
event that occurs once the drag is initialized and has started.
- addDragStartedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Adds the given listener for the DragStarted
event that occurs once the drag is initialized and has started.
- addDragStartedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Adds the given listener for the DragStarted
event that occurs once the drag is initialized and has started.
- addDragStartedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Adds the given listener for the DragStarted
event that occurs once the drag is initialized and has started.
- addDragStartingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Adds the given listener for the DragStarting
event that occurs once the drag is starting.
- addDragStartingListener(IEventHandler<MarqueeSelectionEventArgs>) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Adds the given listener for the DragStarting
event that occurs once the drag is starting.
- addDragStartingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Adds the given listener for the DragStarting
event that occurs once the drag is starting.
- addDragStartingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Adds the given listener for the DragStarting
event that occurs once the drag is starting.
- addDragStartingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Adds the given listener for the DragStarting
event that occurs once the drag is starting.
- addDummyNode(Node, Edge) - Method in class com.yworks.yfiles.layout.hierarchic.AbstractPortConstraintOptimizer.SameLayerData
-
- addDynamicDecompositionListener(IDecompositionListener) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
- addDynamicDecompositionListener(IDecompositionListener) - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
- addDynamicDecompositionListener(IDecompositionListener) - Method in interface com.yworks.yfiles.layout.router.polyline.IDynamicDecomposition
-
- addEdgeCopiedListener(IEventHandler<ItemCopiedEventArgs<IEdge>>) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Adds the given listener for the EdgeCopied
event that occurs after an edge has been copied.
- addEdgeCreatedListener(IEventHandler<ItemEventArgs<IEdge>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addEdgeCreatedListener(IEventHandler<ItemEventArgs<IEdge>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addEdgeCreatedListener(IEventHandler<ItemEventArgs<IEdge>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the EdgeCreated
event that occurs when an edge has been created.
- addEdgeCreatedListener(IEventHandler<EdgeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the EdgeCreated
event that occurs after an edge has been created by this mode.
- addEdgeCreationStartedListener(IEventHandler<EdgeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the EdgeCreationStarted
event that occurs when the edge creation has started.
- addEdgeEndToBeMoved(MovementInfo, boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Adds
MovementInfo
representing the end of an
IEdge
that will be considered for the next drag gesture.
- addEdgeLabel(IEdgeLabelLayout, Edge) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
Adds a label to a given edge.
- addEdgeParsedListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the EdgeParsed
event that occurs after a edge element has been fully parsed.
- addEdgeParsingListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the EdgeParsing
event that occurs when an edge element is about to be parsed.
- addEdgePathSnapLines(LabelSnapContext, IInputModeContext, ILabel) - Method in class com.yworks.yfiles.view.input.LabelSnapContextHelper
-
Adds snap lines to the snapContext
that are parallel to the path segments of the owner edge at particular
distances.
- addEdgePathSnapLines(LabelSnapContext, IInputModeContext, ILabel, double) - Method in class com.yworks.yfiles.view.input.LabelSnapContextHelper
-
Adds snap lines to the snapContext
that are parallel to the path segments of the owner edge at the given
distance.
- addEdgePortsChangedListener(IEventHandler<EdgeEventArgs>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addEdgePortsChangedListener(IEventHandler<EdgeEventArgs>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addEdgePortsChangedListener(IEventHandler<EdgeEventArgs>) - Method in interface com.yworks.yfiles.graph.IGraph
-
- addEdgePortsChangedListener(IEventHandler<EdgeEventArgs>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds the given listener for the EdgePortsChanged
event that occurs after an edge's source and/or target ports
have been changed as the result of an input gesture.
- addEdgeRemovedListener(IEventHandler<EdgeEventArgs>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addEdgeRemovedListener(IEventHandler<EdgeEventArgs>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addEdgeRemovedListener(IEventHandler<EdgeEventArgs>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the EdgeRemoved
event that occurs when an edge has been removed.
- addEdgeSegments(LayoutGraph, Edge) - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- addEdgeStyleChangedListener(IEventHandler<ItemChangedEventArgs<IEdge, IEdgeStyle>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addEdgeStyleChangedListener(IEventHandler<ItemChangedEventArgs<IEdge, IEdgeStyle>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addEdgeStyleChangedListener(IEventHandler<ItemChangedEventArgs<IEdge, IEdgeStyle>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the EdgeStyleChanged
event that occurs when an edge style has been replaced.
- addEdgeTagChangedListener(IEventHandler<ItemChangedEventArgs<IEdge, Object>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addEdgeTagChangedListener(IEventHandler<ItemChangedEventArgs<IEdge, Object>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addEdgeTagChangedListener(IEventHandler<ItemChangedEventArgs<IEdge, Object>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the
EdgeTagChanged
event that occurs when the
tag
of an
edge has been replaced.
- addEdgeWritingListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
- addEdgeWrittenListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
Adds the given listener for the
EdgeWritten
event that occurs just before the
IXmlWriter.writeEndElement()
for the GraphML 'edge' element will be called.
- addEditingCanceledListener(IEventHandler<TextEventArgs>) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Adds the given listener for the EditingCanceled
event that occurs if the editing has not been finished.
- addEditingStartedListener(IEventHandler<TextEventArgs>) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Adds the given listener for the EditingStarted
event that occurs when text editing is started.
- addedPathForEdge(LayoutGraph, Edge, NodeList) - Method in class com.yworks.yfiles.layout.BendConverter
-
Adds information to newly created dummy nodes.
- addElementsCopiedListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- addElementsCutListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- addElementsPastedListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- addEventHandlers(IGraph) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
Adds event handlers that propagate graph events from graph
to listeners on this instance.
- addEventHandlers(IGraph) - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- addExistingPorts(IPortOwner, List<IPortCandidate>) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
Convenience method for subclasses that adds all existing
Ports
of the
owner
to the
provided list.
- addExplicitlyMovedBend(MovementInfo) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Registers the provided bend with this instance so that it will be considered explicitly moved for this edit.
- addFirst(Object) - Method in class com.yworks.yfiles.algorithms.YList
-
Inserts the given object at the head of this list.
- addFirstCell(ListCell) - Method in class com.yworks.yfiles.algorithms.YList
-
Adds a formerly removed ListCell object at the head of this list.
- addFirstSeparateEdge(IFoldingEdgeFactory, IFoldingView, IEdge, INode, boolean, INode, boolean) - Method in class com.yworks.yfiles.graph.MergingFoldingEdgeConverter
-
- addFixedNodeBorderSnapLines(GraphSnapContext, CollectGraphSnapLinesEventArgs, INode, RectD) - Method in class com.yworks.yfiles.view.input.NodeSnapLineProvider
-
Callback method that adds the fixed snap lines around the border of the nodes' layout
.
- addFixedNodeSnapLine(OrthogonalSnapLine) - Method in class com.yworks.yfiles.view.input.CollectGraphSnapLinesEventArgs
-
Adds a snap line for nodes.
- addFixedSegmentSnapLine(OrthogonalSnapLine) - Method in class com.yworks.yfiles.view.input.CollectGraphSnapLinesEventArgs
-
Adds a snap line for edge segments and bends.
- addFocusGroupChangedListener(IEventHandler) - Method in class com.yworks.yfiles.view.CanvasControl
-
Adds the given listener for the
FocusGroupChanged
event that occurs when the
FocusGroup
property has been changed.
- addFoldingEdge(IFoldingEdgeFactory, IFoldingView, IEdge, INode, boolean, INode, boolean) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- addFoldingEdge(IFoldingEdgeFactory, IFoldingView, IEdge, INode, boolean, INode, boolean) - Method in class com.yworks.yfiles.graph.DefaultFoldingEdgeConverter
-
Actually adds the folding edge as a
separate edge
to the view, reusing existing
view
ports of the
original source and target port, if
ReusingMasterPortsEnabled
is enabled and that
is possible for the given edge.
- addFoldingEdge(IFoldingEdgeFactory, IFoldingView, IEdge, INode, boolean, INode, boolean) - Method in class com.yworks.yfiles.graph.ExcludingFoldingEdgeConverter
-
- addFoldingEdge(IFoldingEdgeFactory, IFoldingView, IEdge, INode, boolean, INode, boolean) - Method in interface com.yworks.yfiles.graph.IFoldingEdgeConverter
-
This method gets called by the
IFoldingView
implementation to determine whether a given edge in the
MasterGraph
should be represented by a folding edge in the given view.
- addFoldingEdge(IFoldingEdgeFactory, IFoldingView, IEdge, INode, boolean, INode, boolean) - Method in class com.yworks.yfiles.graph.MergingFoldingEdgeConverter
-
- addGestureCanceledListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the GestureCanceled
event that occurs when the gesture has been canceled.
- addGestureCancelingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the GestureCanceling
event that occurs before the gesture will be canceled.
- addGestureFinishedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the GestureFinished
event that occurs once the gesture has been finished.
- addGestureFinishingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the GestureFinishing
event that occurs before the gesture will be finished.
- addGestureStartedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the GestureStarted
event that occurs once the gesture is initialized and has
started.
- addGestureStartingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the GestureStarting
event that occurs once the gesture is starting.
- addGraphCopiedListener(IEventHandler<ItemCopiedEventArgs<IGraph>>) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Adds the given listener for the GraphCopied
event that occurs after the entire graph has been copied.
- addGraphMLParsedListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the GraphMLParsed
event that occurs after the graphml element has been fully
parsed.
- addGraphMLParsingListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the GraphMLParsing
event that occurs when the graphml element is about to be
parsed.
- addGraphMLWritingListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
- addGraphMLWrittenListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
Adds the given listener for the
GraphMLWritten
event that occurs just before the
IXmlWriter.writeEndElement()
for the GraphML 'graphml' element will be called.
- addGraphParsedListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the GraphParsed
event that occurs after a graph element has been fully parsed.
- addGraphParsingListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the GraphParsing
event that occurs when a graph element is about to be parsed.
- addGraphTagChangedListener(IEventHandler<ItemChangedEventArgs<IGraph, Object>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addGraphTagChangedListener(IEventHandler<ItemChangedEventArgs<IGraph, Object>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addGraphTagChangedListener(IEventHandler<ItemChangedEventArgs<IGraph, Object>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the
GraphTagChanged
event that occurs when the
tag
of the
graph has been replaced.
- addGraphWritingListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
- addGraphWrittenListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
Adds the given listener for the
GraphWritten
event that occurs just before the
IXmlWriter.writeEndElement()
for the GraphML 'graph' element will be called.
- addGridLineSnapResult(GraphSnapContext, CollectSnapResultsEventArgs, INode, SnapLineSnapTypes, IPoint, double, PointD, double, double, PointD) - Method in class com.yworks.yfiles.view.input.NodeReshapeSnapResultProvider
-
Adds a snap result for a location that snaps to a grid line.
- addGridSnapResult(GraphSnapContext, CollectSnapResultsEventArgs, INode, IGridConstraintProvider<INode>, PointD, PointD) - Method in class com.yworks.yfiles.view.input.NodeReshapeSnapResultProvider
-
Adds a snap result for a location that snaps to the grid.
- addGridSnapResult(GraphSnapContext, CollectSnapResultsEventArgs, PointD, INode) - Method in class com.yworks.yfiles.view.input.NodeSnapResultProvider
-
- addGridSnapResultCore(GraphSnapContext, CollectSnapResultsEventArgs, PointD, INode, GridSnapTypes, SnapPolicy, SnapPolicy) - Method in class com.yworks.yfiles.view.input.NodeSnapResultProvider
-
- addGroup() - Method in interface com.yworks.yfiles.view.ICanvasObjectGroup
-
- addGroupCollapsedListener(IEventHandler<ItemEventArgs<INode>>) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
- addGroupCollapsedListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Adds the given listener for the
GroupCollapsed
event that occurs whenever a group has been
Collapsed
.
- addGroupCollapsingListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Adds the given listener for the
GroupCollapsing
event that occurs before a group will be
Collapsed
.
- addGroupEnteredListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Adds the given listener for the
GroupEntered
event that occurs whenever a group has been
Entered
.
- addGroupEnteringListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Adds the given listener for the
GroupEntering
event that occurs before a group will be
Entered
.
- addGroupExitedListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Adds the given listener for the
GroupExited
event that occurs whenever a group has been
Exited
.
- addGroupExitingListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Adds the given listener for the
GroupExiting
event that occurs before a group will be
Exited
.
- addGroupExpandedListener(IEventHandler<ItemEventArgs<INode>>) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
- addGroupExpandedListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Adds the given listener for the
GroupExpanded
event that occurs whenever a group has been
Expanded
.
- addGroupExpandingListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Adds the given listener for the
GroupExpanding
event that occurs before a group will be
Expanded
.
- addHandle(IMutablePoint, Cursor, HandleTypes) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Factory method that creates and
adds
a handle to this mode by wrapping a given
IMutablePoint
instance.
- addHandle(IHandle) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Adds a handle to the collection of handles managed by this instance.
- addHandle(IMutablePoint, Cursor) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Factory method that creates and
adds
a handle to this mode by wrapping a given
IMutablePoint
instance.
- addHandle(IMutablePoint) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Factory method that creates and
adds
a handle to this mode by wrapping a given
IMutablePoint
instance.
- addHandleDeserializationListener(IEventHandler<HandleDeserializationEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the HandleDeserialization
event that occurs when XML content is about to be
deserialized.
- addHandleDeserializationListener(IEventHandler<HandleDeserializationEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLParser
-
Adds the given listener for the HandleDeserialization
event that occurs when XML content is about to be
deserialized.
- addHandler(IEventRecognizer, KeyboardInputMode.ExecuteCommandHandler) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
- addHandler(KeyCodeCombination, KeyboardInputMode.ExecuteCommandHandler) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
- addHandleSerializationListener(IEventHandler<HandleSerializationEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the HandleSerialization
event that occurs when XML content is about to be
serialized.
- addHandleSerializationListener(IEventHandler<HandleSerializationEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
Adds the given listener for the HandleSerialization
event that occurs when XML content is about to be
serialized.
- addHighlight(T) - Method in class com.yworks.yfiles.view.HighlightIndicatorManager
-
Adds another highlight.
- addHighlightGroupChangedListener(IEventHandler) - Method in class com.yworks.yfiles.view.CanvasControl
-
Adds the given listener for the
HighlightGroupChanged
event that occurs when the
HighlightGroup
property has been changed.
- addHorizontalSegmentSnapLines(GraphSnapContext, CollectGraphSnapLinesEventArgs, IEdge, PointD, PointD) - Method in class com.yworks.yfiles.view.input.EdgeSnapLineProvider
-
Adds horizontal snap lines for a horizontally oriented fixed segment snap lines.
- addHoveredItemChangedListener(IEventHandler<HoveredItemChangedEventArgs>) - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Adds the given listener for the HoveredItemChanged
event that occurs when the item that is being hovered over
with the mouse changes.
- addImplicitlyMovedBend(MovementInfo) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Registers the provided bend as being moved implicitly for this edit.
- addInitializedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
- addInitializedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Adds the given listener for the Initialized
event that occurs when the edit has been initialized.
- addInitializedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.SnapContext
-
Adds the given listener for the Initialized
event that occurs when this instance has been initialized.
- addInitializingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
- addInitializingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Adds the given listener for the Initializing
event that occurs when the edit is about to be initialized.
- addInitializingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.SnapContext
-
Adds the given listener for the Initializing
event that occurs when this instance is about to be initialized.
- addInitialLocationSnapLines(LabelSnapContext, IInputModeContext, ILabel) - Method in class com.yworks.yfiles.view.input.LabelSnapContextHelper
-
Adds two snap line for the initial center location of the label, one in the direction of the up vector, the other
orthogonal to that direction.
- addInputHandler(IInputHandler) - Method in class com.yworks.yfiles.graphml.QueryInputHandlersEventArgs
-
- addInputHandlerFactory(Predicate<Element>, IGenericInputHandlerFactory) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- addInputMapper(Class<TKey>, Class<TData>, String, IMapper<TKey, TData>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Register a
IMapper
instance for use as an input data target.
- addInputMapper(Class<TKey>, Class<TData>, Predicate<Element>, IMapper<TKey, TData>, IEventHandler<HandleDeserializationEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Register a
IMapper
instance for use as an input data target.
- addInputMapperFuture(Class<TKey>, Class<TData>, String) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Create a
Future
instance that wraps an
IMapper
for use as an input data target.
- addInputMapperFuture(Class<TKey>, Class<TData>, Predicate<Element>, IEventHandler<HandleDeserializationEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Create a
Future
instance that wraps an
IMapper
for use as an input data target.
- addInputModeContextChangedListener(IEventHandler<PropertyChangedEventArgs>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Adds the given listener for the
InputModeContextChanged
event that occurs when the
InputModeContext
property has been changed.
- addInputModeGroupChangedListener(IEventHandler) - Method in class com.yworks.yfiles.view.CanvasControl
-
Adds the given listener for the
InputModeGroupChanged
event that occurs when the
InputModeGroup
property has been changed.
- addIsGroupNodeChangedListener(IEventHandler<NodeEventArgs>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addIsGroupNodeChangedListener(IEventHandler<NodeEventArgs>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addIsGroupNodeChangedListener(IEventHandler<NodeEventArgs>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the IsGroupNodeChanged
event.
- addItem(T) - Method in class com.yworks.yfiles.view.CollectionModelManager
-
- addItem(T) - Method in class com.yworks.yfiles.view.ItemModelManager
-
Registers and
installs
the given
item
into the canvas.
- addItemAddedListener(IEventHandler<ItemEventArgs<T>>) - Method in interface com.yworks.yfiles.utils.IObservableCollection
-
Adds the given listener for the ItemAdded
event that occurs when an item has been added to this collection.
- addItemAddedListener(IEventHandler<ItemEventArgs<T>>) - Method in class com.yworks.yfiles.utils.ObservableCollection
-
Adds the given listener for the ItemAdded
event that occurs when an item has been added to this collection.
- addItemChangedListener(IEventHandler<ItemEventArgs<T>>) - Method in interface com.yworks.yfiles.utils.IObservableCollection
-
Adds the given listener for the ItemChanged
event that occurs when an item in this collection has changed
significantly.
- addItemChangedListener(IEventHandler<ItemEventArgs<T>>) - Method in class com.yworks.yfiles.utils.ObservableCollection
-
Adds the given listener for the ItemChanged
event that occurs when an item has been changed inside this
collection.
- addItemCreatedListener(IEventHandler<ItemEventArgs<T>>) - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Adds the given listener for the ItemCreated
event that occurs when a new item gets created by this input mode.
- addItemRemovedListener(IEventHandler<ItemEventArgs<T>>) - Method in interface com.yworks.yfiles.utils.IObservableCollection
-
Adds the given listener for the ItemRemoved
event that occurs when an item has been removed from this
collection.
- addItemRemovedListener(IEventHandler<ItemEventArgs<T>>) - Method in class com.yworks.yfiles.utils.ObservableCollection
-
Adds the given listener for the ItemRemoved
event that occurs when an item has been removed from this
collection.
- addItems(Iterable<T>) - Method in class com.yworks.yfiles.view.ItemModelManager
-
Adds
all items to the canvas.
- addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<T>>) - Method in class com.yworks.yfiles.view.DefaultSelectionModel
-
- addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<IModelItem>>) - Method in class com.yworks.yfiles.view.GraphSelection
-
- addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<T>>) - Method in interface com.yworks.yfiles.view.ISelectionModel
-
Adds the given listener for the ItemSelectionChanged
event that occurs when an item changed its selection state
from selected to unselected or vice versa.
- addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<IStripe>>) - Method in class com.yworks.yfiles.view.StripeSelection
-
- addItemToBeReshaped(IModelItem) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Adds an item which will be reshaped.
- ADDITIONAL_EDGE_WEIGHT_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.ConstraintIncrementalLayerer
-
A
DataProvider
key for assigning additional edge weights
The
ILayerer
tries to maintain edges with higher weights short.
- addKeyBinding(KeyCodeCombination, ICommand, Object) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Adds an event handler for a specific key press gesture to this mode.
- addKeyBinding(KeyCode, ModifierKeys, ICommand, Object) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Adds an event handler for a specific key press gesture to this mode.
- addKeyBinding(KeyCodeCombination, ICommand) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Adds an event handler for a specific key press gesture to this mode.
- addKeyParsedListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the KeyParsed
event that occurs after a key element has been fully parsed.
- addKeyParsingListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the KeyParsing
event that occurs when a key element is about to be parsed.
- addKeyWritingListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
- addKeyWrittenListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
Adds the given listener for the
KeyWritten
event that occurs just before the
IXmlWriter.writeEndElement()
for the GraphML 'key' element will be called.
- addLabel(ILabelOwner, String, ILabelModelParameter, ILabelStyle, SizeD, Object) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addLabel(ILabelOwner, String, ILabelModelParameter, ILabelStyle, SizeD, Object) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addLabel(String, ILabelModelParameter, ILabelStyle, SizeD, Object) - Method in class com.yworks.yfiles.graph.FolderNodeState
-
- addLabel(String, ILabelModelParameter, ILabelStyle, SizeD, Object) - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
- addLabel(String, ILabelModelParameter, ILabelStyle, SizeD, Object) - Method in class com.yworks.yfiles.graph.FoldingLabelOwnerState
-
- addLabel(IGraph, IGraph, ILabelOwner, ILabel) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback method that adds a label to the target item in the targetGraph as a copy of the source label.
- addLabel(ILabelOwner, String, ILabelModelParameter, ILabelStyle, SizeD, Object) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a label to the given item using the text as the initial label text and label model parameter, style and tag.
- addLabel(ILabelOwner, String, ILabelModelParameter, ILabelStyle, SizeD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a label to the given item using the text as the initial label text and label model parameter, style and tag.
- addLabel(ILabelOwner, String, ILabelModelParameter, ILabelStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a label to the given item using the text as the initial label text and label model parameter, style and tag.
- addLabel(ILabelOwner, String, ILabelModelParameter) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a label to the given item using the text as the initial label text and label model parameter, style and tag.
- addLabel(ILabelOwner, String) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a label to the given item using the text as the initial label text and label model parameter, style and tag.
- addLabel(IStripe, String, ILabelModelParameter, ILabelStyle, SizeD, Object) - Method in interface com.yworks.yfiles.graph.ITable
-
Add a label to the given owner using the text as the initial label text and label model parameter and style.
- addLabel(IStripe, String, ILabelModelParameter, ILabelStyle, SizeD) - Method in interface com.yworks.yfiles.graph.ITable
-
Add a label to the given owner using the text as the initial label text and label model parameter and style.
- addLabel(IStripe, String, ILabelModelParameter, ILabelStyle) - Method in interface com.yworks.yfiles.graph.ITable
-
Add a label to the given owner using the text as the initial label text and label model parameter and style.
- addLabel(IStripe, String, ILabelModelParameter) - Method in interface com.yworks.yfiles.graph.ITable
-
Add a label to the given owner using the text as the initial label text and label model parameter and style.
- addLabel(IStripe, String) - Method in interface com.yworks.yfiles.graph.ITable
-
Add a label to the given owner using the text as the initial label text and label model parameter and style.
- addLabel(IStripe, String, ILabelModelParameter, ILabelStyle, SizeD, Object) - Method in class com.yworks.yfiles.graph.Table
-
- addLabel(ILabelOwner) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds a new label to the given item interactively.
- addLabel(ILabelOwner) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Adds a new label to the given stripe interactively.
- addLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the LabelAdded
event that occurs when a label has been added to this graph
instance.
- addLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>>) - Method in interface com.yworks.yfiles.graph.ITable
-
Adds the given listener for the LabelAdded
event that occurs when a label has been added to this graph
instance.
- addLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>>) - Method in class com.yworks.yfiles.graph.Table
-
- addLabelAddedListener(IEventHandler<LabelEventArgs>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- addLabelAddedListener(IEventHandler<LabelEventArgs>) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- addLabelAddingListener(IEventHandler<LabelEditingEventArgs>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds the given listener for the LabelAdding
event that occurs when a label is about to be added.
- addLabelAddingListener(IEventHandler<LabelEditingEventArgs>) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Adds the given listener for the LabelAdding
event that occurs when a label is about to be added.
- addLabelChangedListener(IEventHandler<ItemEventArgs<ILabel>>) - Method in interface com.yworks.yfiles.graph.ITable
-
Adds the given listener for the LabelChanged
event that occurs when a label has been changed, for instance, if
its style has been replaced.
- addLabelChangedListener(IEventHandler<ItemEventArgs<ILabel>>) - Method in class com.yworks.yfiles.graph.Table
-
- addLabelCopiedListener(IEventHandler<ItemCopiedEventArgs<ILabel>>) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Adds the given listener for the LabelCopied
event that occurs after a label has been copied.
- addLabelEditingListener(IEventHandler<LabelEditingEventArgs>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds the given listener for the LabelEditing
event that occurs when a label is about to be edited.
- addLabelEditingListener(IEventHandler<LabelEditingEventArgs>) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Adds the given listener for the LabelEditing
event that occurs when a label is about to be edited.
- addLabelLayout(Node, INodeLabelLayout) - Method in interface com.yworks.yfiles.layout.ILabelLayoutFactory
-
Adds the given node label layout to the given node.
- addLabelLayout(Edge, IEdgeLabelLayout) - Method in interface com.yworks.yfiles.layout.ILabelLayoutFactory
-
- addLabelLayoutParameterChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, ILabelModelParameter>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addLabelLayoutParameterChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, ILabelModelParameter>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addLabelLayoutParameterChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, ILabelModelParameter>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the LabelLayoutParameterChanged
event that occurs when the model parameter of a
label has been changed.
- addLabelPreferredSizeChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, SizeD>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addLabelPreferredSizeChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, SizeD>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addLabelPreferredSizeChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, SizeD>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the LabelPreferredSizeChanged
event that occurs when the preferred size of a label
has been changed.
- addLabelRemovedListener(IEventHandler<LabelEventArgs>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addLabelRemovedListener(IEventHandler<LabelEventArgs>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addLabelRemovedListener(IEventHandler<LabelEventArgs>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the LabelRemoved
event that occurs when a label has been removed from this graph
instance.
- addLabelRemovedListener(IEventHandler<LabelEventArgs>) - Method in interface com.yworks.yfiles.graph.ITable
-
Adds the given listener for the LabelRemoved
event that occurs when a label has been removed from this graph
instance.
- addLabelRemovedListener(IEventHandler<LabelEventArgs>) - Method in class com.yworks.yfiles.graph.Table
-
- addLabelStyleChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, ILabelStyle>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addLabelStyleChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, ILabelStyle>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addLabelStyleChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, ILabelStyle>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the LabelStyleChanged
event that occurs when a label style has been replaced.
- addLabelTagChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, Object>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addLabelTagChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, Object>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addLabelTagChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, Object>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the
LabelTagChanged
event that occurs when the
tag
of a
label has been replaced.
- addLabelTextChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, String>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addLabelTextChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, String>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addLabelTextChangedListener(IEventHandler<ItemChangedEventArgs<ILabel, String>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the LabelTextChanged
event that occurs when the text of a label has been changed.
- addLabelTextChangedListener(IEventHandler<LabelEventArgs>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- addLabelTextChangedListener(IEventHandler<ItemEventArgs<ILabel>>) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- addLabelTextEditingCanceledListener(IEventHandler<LabelEventArgs>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds the given listener for the LabelTextEditingCanceled
event that occurs when the actual label editing process
is canceled.
- addLabelTextEditingCanceledListener(IEventHandler<ItemEventArgs<ILabel>>) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Adds the given listener for the LabelTextEditingCanceled
event that occurs when the actual label editing process
is canceled.
- addLabelTextEditingStartedListener(IEventHandler<LabelEventArgs>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds the given listener for the LabelTextEditingStarted
event that occurs when the actual label editing process
is about to start.
- addLabelTextEditingStartedListener(IEventHandler<ItemEventArgs<ILabel>>) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Adds the given listener for the LabelTextEditingStarted
event that occurs when the actual label editing process
is about to start.
- addLast(Object) - Method in class com.yworks.yfiles.algorithms.YList
-
Inserts the given object at the tail of this list.
- addLastCell(ListCell) - Method in class com.yworks.yfiles.algorithms.YList
-
Adds a formerly removed ListCell object at the tail of this list.
- addLayoutFinishedListener(IEventHandler<LayoutEventArgs>) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Adds the given listener for the LayoutFinished
event.
- addLeftClickedListener(IEventHandler<ClickEventArgs>) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Adds the given listener for the LeftClicked
event that occurs once a left click has been detected.
- addLeftDoubleClickedListener(IEventHandler<ClickEventArgs>) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Adds the given listener for the LeftDoubleClicked
event that occurs once a left double-click has been detected.
- addLineSegment(double, double, double, double) - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- addLookup(IContextLookupChainLink) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Adds the chain element to the lookup for this instance.
- addLookup(Class, IContextLookupChainLink) - Method in interface com.yworks.yfiles.graph.ILookupDecorator
-
Adds a lookup chain element to the chain of lookups for a given type.
- addMapper(Class<K>, Class<V>, Object, IMapper<K, V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Registers a mapper for the given tag.
- addMapper(Class<V>, ILabelLayoutDpKey<V>, IMapper<ILabel, V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Adds a previously created mapper to this instance for the given tag.
- addMapper(Class<V>, NodeDpKey<V>, IMapper<INode, V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Adds a previously created mapper to this instance for the given tag.
- addMapper(Class<V>, EdgeDpKey<V>, IMapper<IEdge, V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Adds a previously created mapper to this instance for the given tag.
- addMapper(Class<K>, Class<V>, Object, IMapper<K, V>) - Method in class com.yworks.yfiles.graph.MapperRegistry
-
- addMovedEdgeEnd(MovementInfo, boolean) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Registers the provided end of the edge with this instance so that it will be considered explicitly moved for this edit.
- addMovedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the Moved
event that occurs at the end of every drag or move.
- addMovedPort(MovementInfo) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Registers the provided port with this instance so that it will be considered explicitly moved for this edit.
- addMovingListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the Moving
event that occurs at the start of every drag or move.
- addMutexObtainedListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Adds the given listener for the MutexObtained
event that occurs when the mutex has been successfully obtained.
- addMutexReleasedListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Adds the given listener for the MutexReleased
event that occurs when the mutex has been released.
- addNamespace(String, String) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds a namespace to the header of a GraphML file.
- addNamespaceMapping(String, Class) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds a mapping for a xmlNamespace
to the package of the given type
.
- addNamespaceMapping(String, String, Class) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds a mapping for a xmlNamespace
with a custom prefix to the package of the given type
.
- addNamespaceMapping(String, String, ClassLoader) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds a mapping for a xmlNamespace
to a packageName
and its classLoader
.
- addNamespaceMapping(String, String, String, ClassLoader) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds a mapping for a xmlNamespace
with a custom prefix to a packageName
and its classLoader
.
- addNodeCopiedListener(IEventHandler<ItemCopiedEventArgs<INode>>) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Adds the given listener for the NodeCopied
event that occurs after a node has been copied.
- addNodeCreatedListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addNodeCreatedListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addNodeCreatedListener(IEventHandler<ItemEventArgs<INode>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the NodeCreated
event that occurs when a node has been created.
- addNodeCreatedListener(IEventHandler<ItemEventArgs<INode>>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds the given listener for the NodeCreated
event that occurs when this mode has created a node in response to
user interaction.
- addNodeLabel(INodeLabelLayout, Node) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
Adds a label to a given node.
- addNodeLayoutChangedListener(INodeLayoutChangedHandler) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addNodeLayoutChangedListener(INodeLayoutChangedHandler) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addNodeLayoutChangedListener(INodeLayoutChangedHandler) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the NodeLayoutChanged
event that occurs when a node layout has been changed.
- addNodeParsedListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the NodeParsed
event that occurs after a node element has been fully parsed.
- addNodeParsingListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the NodeParsing
event that occurs when a node element is about to be parsed.
- addNodeRemovedListener(IEventHandler<NodeEventArgs>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addNodeRemovedListener(IEventHandler<NodeEventArgs>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addNodeRemovedListener(IEventHandler<NodeEventArgs>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the NodeRemoved
event that occurs when a node has been removed.
- addNodeReparentedListener(IEventHandler<NodeEventArgs>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds the given listener for the NodeReparented
event that occurs when a node has been reparented interactively.
- addNodeShapeSnapLines(LabelSnapContext, IInputModeContext, ILabel) - Method in class com.yworks.yfiles.view.input.LabelSnapContextHelper
-
Adds snap lines to the snapContext
that are parallel to the owner node's border at particular distances.
- addNodeStyleChangedListener(IEventHandler<ItemChangedEventArgs<INode, INodeStyle>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addNodeStyleChangedListener(IEventHandler<ItemChangedEventArgs<INode, INodeStyle>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addNodeStyleChangedListener(IEventHandler<ItemChangedEventArgs<INode, INodeStyle>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the NodeStyleChanged
event that occurs when a node style has been replaced.
- addNodeTagChangedListener(IEventHandler<ItemChangedEventArgs<INode, Object>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addNodeTagChangedListener(IEventHandler<ItemChangedEventArgs<INode, Object>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addNodeTagChangedListener(IEventHandler<ItemChangedEventArgs<INode, Object>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the
NodeTagChanged
event that occurs when the
tag
of a
node has been replaced.
- addNodeToBeMoved(MovementInfo) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Adds
MovementInfo
representing an
INode
that will be considered for the next drag gesture.
- addNodeToNodeSnapLines(GraphSnapContext, CollectGraphSnapLinesEventArgs, INode, RectD) - Method in class com.yworks.yfiles.view.input.NodeSnapLineProvider
-
Callback method that adds the fixed snap lines around the node for other nodes to snap to using the
NodeToNodeDistance
.
- addNodeToSegmentSnapLines(GraphSnapContext, CollectGraphSnapLinesEventArgs, INode, RectD) - Method in class com.yworks.yfiles.view.input.NodeSnapLineProvider
-
Callback method that adds the fixed snap lines around the node for edge segments to snap to.
- addNodeWritingListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
- addNodeWrittenListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
Adds the given listener for the
NodeWritten
event that occurs just before the
IXmlWriter.writeEndElement()
for the GraphML 'node' element will be called.
- addObjectCopiedListener(IEventHandler<ItemCopiedEventArgs<Object>>) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Adds the given listener for the ObjectCopied
event that occurs after a style has been copied.
- addObstacleProvider(IObstacleProvider) - Method in class com.yworks.yfiles.view.BridgeManager
-
- addOffset(double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Adds the given offset to the segments' positions.
- addOrthogonalSegment(MovementInfo, MovementInfo) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Adds an orthogonally moved segment to this context for which this instance will automatically collect
SnapResult
s and provide a default visualization.
- addOutputHandler(IOutputHandler) - Method in class com.yworks.yfiles.graphml.QueryOutputHandlersEventArgs
-
Adds the given output handler to the set of registered output handlers for the given scope.
- addOutputMapper(Class<TModelItem>, Class<TValue>, String, IMapper<TModelItem, TValue>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Register a
IMapper
instance for use as an output data source.
- addOutputMapper(Class<TModelItem>, Class<TValue>, String, String, IMapper<TModelItem, TValue>, IEventHandler<HandleSerializationEventArgs>, KeyType) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Register a
IMapper
instance for use as an output data source.
- addOverrideResolveReferenceListener(IEventHandler<ResolveReferenceEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the OverrideResolveReference
event that occurs before inline references are
evaluated.
- addParameter(ILabelModelParameter, ILabelCandidateDescriptor) - Method in class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
Adds another parameter to this models collection of parameters.
- addParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
Adds another parameter to this models collection of parameters.
- addParameter(IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.portlocationmodels.GenericPortLocationModel
-
- addParentChangedListener(IEventHandler<NodeEventArgs>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addParentChangedListener(IEventHandler<NodeEventArgs>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addParentChangedListener(IEventHandler<NodeEventArgs>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the ParentChanged
event.
- addParsedListener(IEventHandler<ParseEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the Parsed
event that occurs when the the document has been parsed.
- addParsedListener(IEventHandler<ParseEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLParser
-
Adds the given listener for the Parsed
event that occurs when the the document has been parsed.
- addParsingListener(IEventHandler<ParseEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the Parsing
event that occurs when the parsing of a document is just about to
begin.
- addParsingListener(IEventHandler<ParseEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLParser
-
Adds the given listener for the Parsing
event that occurs when the parsing of the document is just about to
begin.
- addPathSearchExtension(PathSearchExtension) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearch
-
- addPlaceAfterConstraint(Object, Object) - Method in interface com.yworks.yfiles.layout.hierarchic.ISequenceConstraintFactory
-
Adds a constraint that forces the
Node
or
Edge
with id
after
to lie after the
Node
or
Edge
with id
reference
.
- addPlaceAtHeadConstraint(Object) - Method in interface com.yworks.yfiles.layout.hierarchic.ISequenceConstraintFactory
-
Adds a constraint that places a
Node
or
Edge
at the start of the sequence.
- addPlaceAtTailConstraint(Object) - Method in interface com.yworks.yfiles.layout.hierarchic.ISequenceConstraintFactory
-
Adds a constraint that places a
Node
or
Edge
at the end of the sequence.
- addPlaceBeforeConstraint(Object, Object) - Method in interface com.yworks.yfiles.layout.hierarchic.ISequenceConstraintFactory
-
Adds a constraint that forces the
Node
or
Edge
with id
before
to lie before the
Node
or
Edge
with id
reference
.
- addPlaceNodeAboveConstraint(Object, Object) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraintFactory
-
Adds a constraint that forces the
Node
with ID
aboveId
to lie above the
Node
with ID
referenceId
.
- addPlaceNodeAboveConstraint(Object, Object, int, int) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraintFactory
-
Adds a constraint that forces the
Node
with ID
aboveId
to lie at least
minDistance
layers above the
Node
with ID
referenceId
with a given weight penalty for
larger layer differences.
- addPlaceNodeAboveConstraint(Object, Object, int) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraintFactory
-
Adds a constraint that forces the
Node
with ID
aboveId
to lie at least
minDistance
layers above the
Node
with ID
referenceId
with a given weight penalty for
larger layer differences.
- addPlaceNodeAtBottomConstraint(Object) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraintFactory
-
Adds a constraint that places a
Node
on the bottom layer.
- addPlaceNodeAtTopConstraint(Object) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraintFactory
-
Adds a constraint that places a
Node
on the topmost layer.
- addPlaceNodeBelowConstraint(Object, Object) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraintFactory
-
Adds a constraint that forces a
Node
with ID
belowId
to lie below the
Node
with ID
referenceId
.
- addPlaceNodeBelowConstraint(Object, Object, int, int) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraintFactory
-
Adds a constraint that forces the
Node
with ID
belowId
to lie at least
minDistance
layers below the
Node
with ID
referenceId
with a given weight penalty for
larger layer differences.
- addPlaceNodeBelowConstraint(Object, Object, int) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraintFactory
-
Adds a constraint that forces the
Node
with ID
belowId
to lie at least
minDistance
layers below the
Node
with ID
referenceId
with a given weight penalty for
larger layer differences.
- addPlaceNodeInSameLayerConstraint(Object, Object) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraintFactory
-
Adds a constraint that forces the
Node
with ID
sameLayerId
to lie in the
same layer as the
Node
with ID
referenceId
.
- addPoint(double, double) - Method in interface com.yworks.yfiles.layout.IEdgeLayout
-
Adds a control point to the end of the control point sequence.
- addPopulateMenuListener(IEventHandler<PopulateMenuEventArgs>) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Adds the given listener for the PopulateMenu
event that occurs when the context menu is about to be shown.
- addPort(IPortOwner, IPortLocationModelParameter, IPortStyle, Object) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addPort(IPortOwner, IPortLocationModelParameter, IPortStyle, Object) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Add a port to the given port owner using the coordinates as the new initial position of the port anchor.
- addPort(IGraph, IGraph, IPortOwner, IPort) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback method that adds a port to the targetPortOwner in the targetGraph as a copy of the source port.
- addPort(IPortOwner, IPortLocationModelParameter, IPortStyle, Object) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a port to the given port owner using the location model parameter, style and tag.
- addPort(IPortOwner, PointD, IPortStyle, Object) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a port to the given port owner using the absolute coordinates as the new initial position of the port anchor.
- addPort(IPortOwner, IPortLocationModelParameter, IPortStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a port to the given port owner using the location model parameter, style and tag.
- addPort(IPortOwner, IPortLocationModelParameter) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a port to the given port owner using the location model parameter, style and tag.
- addPort(IPortOwner) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a port to the given port owner using the location model parameter, style and tag.
- addPort(IPortOwner, PointD, IPortStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a port to the given port owner using the absolute coordinates as the new initial position of the port anchor.
- addPort(IPortOwner, PointD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Add a port to the given port owner using the absolute coordinates as the new initial position of the port anchor.
- addPort(IParseContext, IPortOwner) - Method in interface com.yworks.yfiles.graphml.IGraphElementFactory
-
- addPortAddedListener(IEventHandler<ItemEventArgs<IPort>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addPortAddedListener(IEventHandler<ItemEventArgs<IPort>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addPortAddedListener(IEventHandler<ItemEventArgs<IPort>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the PortAdded
event that occurs when a port has been added to this graph instance.
- addPortAddedListener(IEventHandler<ItemEventArgs<IPort>>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the
PortAdded
event that occurs when this instance
adds a port
to the source or target node during completion of the edge creation gesture.
- addPortCopiedListener(IEventHandler<ItemCopiedEventArgs<IPort>>) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Adds the given listener for the PortCopied
event that occurs after a port has been copied.
- addPortLocationParameterChangedListener(IEventHandler<ItemChangedEventArgs<IPort, IPortLocationModelParameter>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addPortLocationParameterChangedListener(IEventHandler<ItemChangedEventArgs<IPort, IPortLocationModelParameter>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addPortLocationParameterChangedListener(IEventHandler<ItemChangedEventArgs<IPort, IPortLocationModelParameter>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the PortLocationParameterChanged
event that occurs when the location model parameter
of a port has been changed.
- addPortParsedListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the PortParsed
event that occurs after a port element has been fully parsed.
- addPortParsingListener(IEventHandler<ParseEventArgs>) - Method in interface com.yworks.yfiles.graphml.IParseEvents
-
Adds the given listener for the PortParsing
event that occurs when a port element is about to be parsed.
- addPortRemovedListener(IEventHandler<PortEventArgs>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addPortRemovedListener(IEventHandler<PortEventArgs>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addPortRemovedListener(IEventHandler<PortEventArgs>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the
PortRemoved
event that occurs when a port has been removed from its
owner
.
- addPortSnapLine(OrthogonalSnapLine) - Method in class com.yworks.yfiles.view.input.CollectGraphSnapLinesEventArgs
-
Adds a snap line for ports.
- addPortSnapLines(GraphSnapContext, CollectGraphSnapLinesEventArgs, INode, RectD) - Method in class com.yworks.yfiles.view.input.NodeSnapLineProvider
-
- addPortStyleChangedListener(IEventHandler<ItemChangedEventArgs<IPort, IPortStyle>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addPortStyleChangedListener(IEventHandler<ItemChangedEventArgs<IPort, IPortStyle>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addPortStyleChangedListener(IEventHandler<ItemChangedEventArgs<IPort, IPortStyle>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the PortStyleChanged
event that occurs when a port style has been replaced.
- addPortTagChangedListener(IEventHandler<ItemChangedEventArgs<IPort, Object>>) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- addPortTagChangedListener(IEventHandler<ItemChangedEventArgs<IPort, Object>>) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- addPortTagChangedListener(IEventHandler<ItemChangedEventArgs<IPort, Object>>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds the given listener for the
PortTagChanged
event that occurs when the
tag
of a
port has been replaced.
- addPortToBeMoved(MovementInfo) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Adds
MovementInfo
representing an
IPort
that will be considered for the next drag gesture.
- addPortWritingListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
- addPortWrittenListener(IEventHandler<WriteEventArgs>) - Method in interface com.yworks.yfiles.graphml.IWriteEvents
-
Adds the given listener for the
PortWritten
event that occurs just before the
IXmlWriter.writeEndElement()
for the GraphML 'port' element will be called.
- addPreferredCursorChangedListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Adds the given listener for the
PreferredCursorChanged
event that occurs when the
PreferredCursor
property changes.
- addPrintedListener(IEventHandler<PrintingEvent>) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Adds a listener for the printed event.
- addPrintingListener(IEventHandler<PrintingEvent>) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Adds a listener for the printing event.
- addPriorityChangedListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
- addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs>) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Adds the given listener for the
PropertyChanged
event that occurs whenever the view becomes invalid or the
LocalRoot
property changes.
- addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs>) - Method in class com.yworks.yfiles.graph.LookupChain
-
Adds the given listener for the PropertyChanged
event that occurs when the lookup of this instance has changed
for some or all of the types or items.
- addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs>) - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
Adds the given listener for the PropertyChanged
event that occurs when a property value changes.
- addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs>) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
Adds the given listener for the
PropertyChanged
event that occurs when the value of the
Table
property changes.
- addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs>) - Method in class com.yworks.yfiles.graph.UndoEngine
-
- addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs>) - Method in class com.yworks.yfiles.utils.Future
-
Adds the given listener for the PropertyChanged
event that occurs when a property value changes.
- addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs>) - Method in class com.yworks.yfiles.view.FocusIndicatorManager
-
Adds the given listener for the
PropertyChanged
event that occurs when the
FocusedItem
property has been changed.
- addQueryInputHandlersListener(IEventHandler<QueryInputHandlersEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the QueryInputHandlers
event that occurs when a GraphML attribute is about to be
read.
- addQueryInputHandlersListener(IEventHandler<QueryInputHandlersEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLParser
-
Adds the given listener for the
QueryInputHandlers
event that occurs when
IInputHandler
s are queried.
- addQueryOutputHandlersListener(IEventHandler<QueryOutputHandlersEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the QueryOutputHandlers
event that occurs when a GraphML attribute is about to be
written.
- addQueryOutputHandlersListener(IEventHandler<QueryOutputHandlersEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
Adds the given listener for the
QueryOutputHandlers
event that occurs when
IOutputHandler
s are queried.
- addQueryPositionHandlerListener(IEventHandler<QueryPositionHandlerEventArgs>) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Adds the given listener for the
QueryPositionHandler
event that occurs when a drag is recognized for the
MoveInputMode
.
- addQueryReferenceIdListener(IEventHandler<QueryReferenceIdEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the QueryReferenceId
event that occurs when a reference is queried.
- addQueryReferenceIdListener(IEventHandler<QueryReferenceIdEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
Adds the given listener for the QueryReferenceId
event that occurs when a reference is queried.
- addQueryToolTipListener(IEventHandler<ToolTipQueryEventArgs>) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Adds the given listener for the QueryToolTip
event that occurs when this mode queries the tool tip for a certain
query location.
- addRecognizerBinding(IEventRecognizer, ICommand, Object) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Adds a given handler to this instance that will be triggered if the IEventRecognizer recognizes a key event
that has been triggered by the canvas control.
- addRecognizerBinding(IEventRecognizer, ICommand) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Adds a given handler to this instance that will be triggered if the
IEventRecognizer
recognizes a
key event
that has been triggered by the
CanvasControl
.
- addRegistryInputMapper(Class<TKey>, Class<TData>, String) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- addRegistryInputMapper(Class<TKey>, Class<TData>, Object, Predicate<Element>, IEventHandler<HandleDeserializationEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- addRegistryOutputMapper(String, Object) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Use a registered
IMapper
instance as source for the given GraphML attribute.
- addRegistryOutputMapper(String, String, Object, IEventHandler<HandleSerializationEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Use a registered
IMapper
instance as source for the given GraphML attribute.
- addRegistryOutputMapper(Class<TModelItem>, Class<TValue>, String, Object) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Use a registered
IMapper
instance as source for the given GraphML attribute.
- addRegistryOutputMapper(Class<TModelItem>, Class<TValue>, String, String, Object, IEventHandler<HandleSerializationEventArgs>, KeyType) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Use a registered
IMapper
instance as source for the given GraphML attribute.
- addRelativePort(INode, PointD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Adds a new port to the graph at the node using a location that is relative to the center of the node.
- addResolveReferenceListener(IEventHandler<ResolveReferenceEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the ResolveReference
event that occurs after references are evaluated.
- addRightClickedListener(IEventHandler<ClickEventArgs>) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Adds the given listener for the RightClicked
event that occurs once a right click has been detected.
- addRightDoubleClickedListener(IEventHandler<ClickEventArgs>) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Adds the given listener for the RightDoubleClicked
event that occurs once a right double-click has been
detected.
- addRow() - Method in class com.yworks.yfiles.layout.PartitionGrid
-
- addSameHeightEntry(RectD) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Adds an entry for the same-height-snapping.
- addSameLayerEdge(Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayer
-
- addSameSizeSnapResult(GraphSnapContext, CollectSnapResultsEventArgs, INode, SnapLineOrientation, Iterable<RectD>, double, double) - Method in class com.yworks.yfiles.view.input.NodeReshapeSnapResultProvider
-
Adds a snap result for "same size" to the collect event argument.
- addSameWidthEntry(RectD) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Adds an entry for the same-width-snapping.
- addSchemaLocation(String, String) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds a schema location to the header of a GraphML file.
- addSegment(SegmentInfo) - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- addSegmentGroup(SegmentGroup) - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- addSelection(T) - Method in class com.yworks.yfiles.view.SelectionIndicatorManager
-
Adds an item to the current selection.
- addSelectionGroupChangedListener(IEventHandler) - Method in class com.yworks.yfiles.view.CanvasControl
-
Adds the given listener for the
SelectionGroupChanged
event that occurs when the
SelectionGroup
property has been changed.
- addSnapLine(OrthogonalSnapLine) - Method in class com.yworks.yfiles.view.input.CollectLabelSnapLineEventArgs
-
Adds the given snap line to the snap line collection of this class.
- addSnapLine(SnapLine) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Adds the given
snapLine
to the
snap line
collection of this context.
- addSnapLines(GraphSnapContext, CollectGraphSnapLinesEventArgs, IModelItem) - Method in class com.yworks.yfiles.view.input.EdgeSnapLineProvider
-
Adds the snap lines for the given model item to the args
.
- addSnapLines(LabelSnapContext, IInputModeContext, ILabel) - Method in interface com.yworks.yfiles.view.input.ILabelSnapContextHelper
-
Called during
initialization
of a
label
dragging to add
snap lines
to which the label can potentially snap to the
snapContext
.
- addSnapLines(GraphSnapContext, CollectGraphSnapLinesEventArgs, IModelItem) - Method in interface com.yworks.yfiles.view.input.ISnapLineProvider
-
- addSnapLines(LabelSnapContext, IInputModeContext, ILabel) - Method in class com.yworks.yfiles.view.input.LabelSnapContextHelper
-
Called during
initialization
of a
label
dragging to add
snap lines
to which the label can potentially snap to the
snapContext
.
- addSnapLines(GraphSnapContext, CollectGraphSnapLinesEventArgs, IModelItem) - Method in class com.yworks.yfiles.view.input.NodeSnapLineProvider
-
- addSnaplineSnapResult(GraphSnapContext, CollectSnapResultsEventArgs, INode, OrthogonalSnapLine, double, PointD) - Method in class com.yworks.yfiles.view.input.NodeReshapeSnapResultProvider
-
Adds a snap result for a location that snaps the node's bounds to a snap line.
- addSnapResult(SnapResult) - Method in class com.yworks.yfiles.view.input.CollectSnapResultsEventArgs
-
Adds a
SnapResult
to the collection of snap results.
- addSourceCell(PartitionCell) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Adds an additional source cell of the
current edge
if it is not already contained in the list
of source cells.
- addSourcePortCandidateChangedListener(IEventHandler<ItemEventArgs<IPortCandidate>>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the
SourcePortCandidateChanged
event that occurs when the value of the
SourcePortCandidate
property changes.
- addStoppedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
- addStripeChangedListener(IEventHandler<StripeEventArgs>) - Method in interface com.yworks.yfiles.graph.ITable
-
Adds the given listener for the StripeChanged
event that occurs when a stripe has been changed, for instance, if
its style has been replaced.
- addStripeChangedListener(IEventHandler<StripeEventArgs>) - Method in class com.yworks.yfiles.graph.Table
-
- addStripeChangedListener(IEventHandler<StripeEventArgs>) - Method in class com.yworks.yfiles.view.input.ReparentStripePositionHandler
-
Adds the given listener for the StripeChanged
event that occurs when a stripe state is changed by this input
mode.
- addStripeCreatedListener(IEventHandler<ItemEventArgs<IStripe>>) - Method in interface com.yworks.yfiles.graph.ITable
-
Adds the given listener for the StripeCreated
event that occurs when a stripe has been added.
- addStripeCreatedListener(IEventHandler<ItemEventArgs<IStripe>>) - Method in class com.yworks.yfiles.graph.Table
-
- addStripeCreatedListener(IEventHandler<ItemEventArgs<IStripe>>) - Method in class com.yworks.yfiles.view.input.StripeDropInputMode
-
Adds the given listener for the StripeCreated
event that occurs when a new stripe gets created by this input
mode.
- addStripeRemovedListener(IEventHandler<StripeEventArgs>) - Method in interface com.yworks.yfiles.graph.ITable
-
Adds the given listener for the StripeRemoved
event that occurs when a stripe has been removed from its parent.
- addStripeRemovedListener(IEventHandler<StripeEventArgs>) - Method in class com.yworks.yfiles.graph.Table
-
- addStructureUpdate(IEventHandler, IEventArgs) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Schedules an update for the structure of the graph, which will automatically be executed at a later point in the
life-cycle of this algorithm.
- addTappedListener(IEventHandler<TapEventArgs>) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Adds the given listener for the Tapped
event that occurs once a tap has been detected.
- addTargetCell(PartitionCell) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Adds an additional target cell of the
current edge
if it is not already contained in the list
of target cells.
- addTargetPoint(double, double) - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
Adds another point to the connector.
- addTargetPortCandidateChangedListener(IEventHandler<ItemEventArgs<IPortCandidate>>) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Adds the given listener for the
TargetPortCandidateChanged
event that occurs when the value of the
TargetPortCandidate
property changes.
- addTemporaryMapping(String, String) - Method in interface com.yworks.yfiles.graphml.IXmlNamespaceManager
-
Register a temporary mapping without writing an explicit XMLNS declaration.
- addTextEditedListener(IEventHandler<TextEventArgs>) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Adds the given listener for the TextEdited
event that occurs once the text has been edited.
- addToExistingFoldingEdge(IEdge) - Method in interface com.yworks.yfiles.graph.IFoldingEdgeFactory
-
- addTransformedPortOwner(IPortOwner) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Adds an
IPortOwner
that is being transformed somehow during the edit so that the attached
ports
will be moved in an irregular (
non-linear
) way.
- addUndoUnit(String, String, Runnable, Runnable) - Method in interface com.yworks.yfiles.graph.IGraph
-
- addUnit(IUndoUnit) - Method in class com.yworks.yfiles.graph.UndoEngine
-
- addUnitRedoneListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.graph.UndoEngine
-
Adds the given listener for the
UnitRedone
event that occurs when the engine has successfully executed the
IUndoUnit.redo()
operation of an
IUndoUnit
.
- addUnitUndoneListener(IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.graph.UndoEngine
-
Adds the given listener for the
UnitUndone
event that occurs when the engine has successfully executed the
IUndoUnit.undo()
operation of an
IUndoUnit
.
- addValidateLabelTextListener(IEventHandler<LabelTextValidatingEventArgs>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Adds the given listener for the
ValidateLabelText
event that occurs when a label that is about to be
added
or
edited
.
- addValidateLabelTextListener(IEventHandler<LabelTextValidatingEventArgs>) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Adds the given listener for the ValidateLabelText
event that occurs after label editing to validate the label
text for a label that is about to be added or edited.
- addValueOffset(double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Adds the given offset to the current values of the whole borderline.
- addVerticalSegmentSnapLines(GraphSnapContext, CollectGraphSnapLinesEventArgs, IEdge, PointD, PointD) - Method in class com.yworks.yfiles.view.input.EdgeSnapLineProvider
-
Adds vertical snap lines for a vertically oriented fixed segment snap lines.
- addWaitingEndedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
Adds the given listener for the WaitingEnded
event that occurs when the waiting ended.
- addWaitingStartedListener(IEventHandler<InputModeEventArgs>) - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
Adds the given listener for the WaitingStarted
event that occurs when the waiting started.
- addWritingListener(IEventHandler<WriteEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the Writing
event that occurs when the writing of a document is just about to
begin.
- addWritingListener(IEventHandler<WriteEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
Adds the given listener for the Writing
event that occurs when the writing of a document is just about to
begin.
- addWrittenListener(IEventHandler<WriteEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Adds the given listener for the Written
event that occurs when the writing of a document has been finished.
- addWrittenListener(IEventHandler<WriteEventArgs>) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
Adds the given listener for the Written
event that occurs when the writing of a document has just been
finished.
- AdjacencyTypes - Class in com.yworks.yfiles.graph
-
Enumeration type for the different types of adjacency.
- ADJUST_GROUP_NODE_SIZE - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- adjustContentRect() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- adjustContentRect() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Callback that adjusts the
ContentRect
to encompass all elements.
- AdjustContentRectPolicy - Enum in com.yworks.yfiles.view.input
-
- adjustCursor() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
- adjustGroupNodeLayout(INode) - Method in interface com.yworks.yfiles.graph.IGraph
-
Method to adjust the size of a group node.
- adjustGroupNodeLocation(boolean, INode) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- adjustGroupNodeSize(Iterable<INode>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- adjustGroupNodeSizes() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- adjustLabelPreferredSize(ILabel) - Method in interface com.yworks.yfiles.graph.IGraph
-
- adjustLabelPreferredSize(ILabel) - Method in interface com.yworks.yfiles.graph.ITable
-
- adjustPosition() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
- adjustSegmentLocations(Channel) - Method in class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
-
Adjusts the location assigned to a
segment info
in the
channel
considering the
preferred alignment of the segment.
- adjustSize(IInputModeContext, IStripe, IStripe, StripeReparentPolicy, int, double, double) - Method in class com.yworks.yfiles.view.input.ReparentStripeHandler
-
Adjust the size of the source or the target stripe.
- adjustToSizeConstraints(INode) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- adjustTransferMode(DragEvent) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Callback that adjusts the transfer mode accordingly.
- adoptPreferredSizeFromStyle() - Method in class com.yworks.yfiles.graph.SimpleLabel
-
- adoptValues(BorderLine) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Convenience method that copies the actual data from the given argument to this instance.
- adoptValues(YOrientedRectangle) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Copies the actual values from the given OrientedRectangle
to this instance.
- AFFECTED_COMPONENTS_DPKEY - Static variable in class com.yworks.yfiles.layout.ComponentLayout
-
A
DataProvider
key for specifying which nodes should be arranged
If no
IDataProvider
is registered with this key, all components will be laid out by the core layout algorithm.
- AFFECTED_EDGES_DPKEY - Static variable in class com.yworks.yfiles.layout.LayoutKeys
-
A
DataProvider
key for looking up the selected state of the edges in the graph
A layout algorithm can retrieve a
IDataProvider
registered with this key to apply a
special handling to the selected edges.
- AFFECTED_EDGES_DPKEY - Static variable in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
A DataProvider
key for marking edges that will be routed
- AFFECTED_EDGES_DPKEY - Static variable in class com.yworks.yfiles.layout.partial.PartialLayout
-
A DataProvider
key for marking partial edges.
- AFFECTED_EDGES_DPKEY - Static variable in class com.yworks.yfiles.layout.ReverseEdgesStage
-
A DataProvider
key for selecting edges for reversal
- AFFECTED_EDGES_DPKEY - Static variable in class com.yworks.yfiles.layout.router.ChannelEdgeRouter
-
A DataProvider
key for marking the edges that should be routed.
- AFFECTED_EDGES_DPKEY - Static variable in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
A DataProvider
key for selecting edges that should be routed
- AFFECTED_NODES_DPKEY - Static variable in class com.yworks.yfiles.layout.LayoutKeys
-
A
DataProvider
key for looking up the selected state of the nodes in the graph
A layout algorithm can retrieve a
IDataProvider
registered with this key to apply a
special handling to the selected nodes.
- AFFECTED_NODES_DPKEY - Static variable in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
A DataProvider
key for marking the nodes that are part of the current scope
- AFFECTED_NODES_DPKEY - Static variable in class com.yworks.yfiles.layout.organic.OrganicLayout
-
A DataProvider
key for marking the nodes that are part of the relevant subset
- AFFECTED_NODES_DPKEY - Static variable in class com.yworks.yfiles.layout.partial.PartialLayout
-
A DataProvider
key for marking partial nodes.
- AffineLine - Class in com.yworks.yfiles.algorithms
-
This class represents a line in the 2D-dimensional affine space.
- AffineLine(YPoint, YVector) - Constructor for class com.yworks.yfiles.algorithms.AffineLine
-
Creates an affine line which is defined by a point and a vector.
- AffineLine(YPoint, YPoint) - Constructor for class com.yworks.yfiles.algorithms.AffineLine
-
Creates an affine line which is defined by two points.
- AGAINST_THE_FLOW - Static variable in class com.yworks.yfiles.layout.PortDirections
-
A port direction specifier indicating a port lying in the opposite direction of the main flow of the edge or of the
overall layout.
- AlgorithmAbortedException - Exception in com.yworks.yfiles.algorithms
-
Exception thrown by an algorithm to indicate that an immediate termination request was detected.
- AlgorithmAbortedException(String) - Constructor for exception com.yworks.yfiles.algorithms.AlgorithmAbortedException
-
- AlgorithmAbortedException() - Constructor for exception com.yworks.yfiles.algorithms.AlgorithmAbortedException
-
- Alignment - Enum in com.yworks.yfiles.layout.router.polyline
-
- alignNodeLayouts(LayoutGraph, NodeList, Node, boolean, NodeAlignment) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Aligns the specified nodes either vertically or horizontally according to the specified node alignment mode.
- ALL - Static variable in class com.yworks.yfiles.graph.AdjacencyTypes
-
- ALL - Static variable in class com.yworks.yfiles.graph.GraphCopier.CloneTypes
-
A combination of all flags in this enumeration.
- ALL - Static variable in class com.yworks.yfiles.graph.GraphItemTypes
-
Constant for all item types.
- ALL - Static variable in class com.yworks.yfiles.graph.StripeTypes
-
Constant for all item types.
- ALL - Static variable in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer.RootAlignment
-
- ALL - Static variable in class com.yworks.yfiles.view.input.GridSnapTypes
-
Elements shall be snapped to horizontal and vertical grid lines as well as to grid points.
- ALL - Static variable in class com.yworks.yfiles.view.input.HandlePositions
-
A combined bitset of all possible handle positions.
- ALL - Static variable in class com.yworks.yfiles.view.input.SnapLineSnapTypes
-
Describes snap lines to which all elements will snap at all sides.
- ALL - Static variable in class com.yworks.yfiles.view.input.StripeSubregionTypes
-
Flag for any stripe region.
- ALL_NODE_AND_EDGE_CANDIDATES - Static variable in interface com.yworks.yfiles.view.input.IEdgeReconnectionPortCandidateProvider
-
- ALL_NODE_CANDIDATES - Static variable in interface com.yworks.yfiles.view.input.IEdgeReconnectionPortCandidateProvider
-
- ALLOW_SELF - Static variable in class com.yworks.yfiles.graph.GraphClipboard.ParentNodeDetectionModes
-
- allPairs(Graph, boolean, double[], double[][]) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
This method solves the all-pairs shortest path problem for graphs with arbitrary edge costs.
- ALONG_EDGE_MASK - Static variable in class com.yworks.yfiles.layout.LabelPlacements
-
Placement specifier mask that masks all placement specifiers that describe the placement along the edge.
- ALT - Static variable in class com.yworks.yfiles.view.ModifierKeys
-
- ALT_KEY - Static variable in class com.yworks.yfiles.view.DragDropKeyStates
-
The alt key is down.
- ALT_PRESSED - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An event recognizer that recognizes when the alt modifier is active.
- ALTERNATIVE_EDGE_PATH_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
A DataProvider
key for associating alternative paths for edges connecting to groups, group content or folder nodes.
- ALTERNATIVE_GROUP_BOUNDS_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
A DataProvider
key for associating an alternative bounds with the collapsed/expanded group.
- ALWAYS - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
A callback that will always return true;.
- ALWAYS - Static variable in interface com.yworks.yfiles.view.input.IHitTestable
-
- ALWAYS - Static variable in interface com.yworks.yfiles.view.input.IMarqueeTestable
-
An implementation that always yields true
.
- ALWAYS - Static variable in class com.yworks.yfiles.view.input.InertiaPolicies
-
Always move the viewport using inertia no matter what input gesture has been used.
- ALWAYS - Static variable in interface com.yworks.yfiles.view.IVisibilityTestable
-
- ALWAYS_DIRTY_INSTANCE - Static variable in interface com.yworks.yfiles.view.ICanvasObjectDescriptor
-
An implementation that tries to cast the user object to the required interface.
- ALWAYS_DIRTY_LOOKUP - Static variable in interface com.yworks.yfiles.view.ICanvasObjectDescriptor
-
An implementation that tries to lookup the instance from the user object if it is an
ILookup
.
- and(T) - Method in class com.yworks.yfiles.utils.FlagsEnum
-
Logically combines this FlagsEnum with another FlagsEnum to create
a new instance that is equal to the original FlagsEnum
AND the other FlagsEnum.
- and(T, T) - Static method in class com.yworks.yfiles.utils.FlagsEnum
-
- and(IEventRecognizer) - Method in interface com.yworks.yfiles.view.input.IEventRecognizer
-
Creates an
IEventRecognizer
that performs a logical and operation between this and the other callback.
- angle(YVector, YVector) - Static method in class com.yworks.yfiles.algorithms.YVector
-
Returns the angle (measured in radians) between two vectors in clockwise order (with regards to screen coordinates) from
v1 to v2.
- animate(IAnimationCallback, Duration, IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.view.Animator
-
Starts animating the given animation for the specified duration.
- animate(IAnimation, IEventHandler<IEventArgs>) - Method in class com.yworks.yfiles.view.Animator
-
Animates the given animation instance and triggers the callback upon completion.
- animate(IAnimationCallback, Duration) - Method in class com.yworks.yfiles.view.Animator
-
Starts animating the given animation for the specified duration.
- animate(IAnimation) - Method in class com.yworks.yfiles.view.Animator
-
Animates the given animation instance and triggers the callback upon completion.
- animate(double) - Method in interface com.yworks.yfiles.view.IAnimation
-
Does the animation according to the relative animation time.
- animate(double) - Method in interface com.yworks.yfiles.view.IAnimationCallback
-
A simple callback method for animations.
- animate(double) - Method in class com.yworks.yfiles.view.TableAnimation
-
- animate(double) - Method in class com.yworks.yfiles.view.ViewportAnimation
-
- animateAndWait(IAnimationCallback, Duration) - Method in class com.yworks.yfiles.view.Animator
-
Starts to animate the given animation for the specified duration.
- animateAndWait(IAnimation) - Method in class com.yworks.yfiles.view.Animator
-
Animates the given animation instance.
- animateScrollTo(PointD, double) - Method in class com.yworks.yfiles.view.CanvasControl
-
Scrolls to the provided view point and zoom level in an animated fashion.
- Animator - Class in com.yworks.yfiles.view
-
- Animator(CanvasControl) - Constructor for class com.yworks.yfiles.view.Animator
-
Initializes a new instance of the
Animator
class using the given
CanvasControl
's
Dispatcher
to
run the animations.
- ANY - Static variable in class com.yworks.yfiles.layout.PortDirections
-
A combination of all possible direction specifiers indicating that edges can connect to any side of a node.
- ANY - Static variable in class com.yworks.yfiles.view.CanvasEvent
-
Common supertype for all canvas event types.
- ANY - Static variable in class com.yworks.yfiles.view.CompoundKeyEvent
-
Any CompoundKeyEvent.
- ANY - Static variable in class com.yworks.yfiles.view.Mouse2DEvent
-
Any Mouse2DEvent.
- ANY - Static variable in class com.yworks.yfiles.view.PrintingEvent
-
Common supertype for all printing event types.
- ANY - Static variable in class com.yworks.yfiles.view.RenderContextEvent
-
Common supertype for all render context event types.
- ANY - Static variable in class com.yworks.yfiles.view.Touch2DEvent
-
Any Touch2DEvent.
- ANYWHERE - Static variable in class com.yworks.yfiles.layout.LabelPlacements
-
Preferred placement specifier for edge labels which expresses that the label can be placed anywhere along the edge or on
any side of the edge.
- append(GeneralPath, boolean) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Appends the contents of the given path to this path.
- append(GeneralPath, int, int, boolean) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Appends parts of the contents of the given path to this path.
- appendEllipse(IRectangle, boolean) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Appends an ellipse using the given bounding box to this instance.
- appendEnterIntervals(CellEntrance, PartitionCell, OrthogonalInterval, List<Object>, PathSearchContext) - Method in interface com.yworks.yfiles.layout.router.polyline.IEnterIntervalCalculator
-
Appends additional enter intervals to the given list of enter intervals for moving from the
partition cell
of the current
CellEntrance
to the neighboring cell.
- appendLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.SequentialLayout
-
- appendLayouts(Collection<ILayoutAlgorithm>) - Method in class com.yworks.yfiles.layout.SequentialLayout
-
- appendOrientedRectangle(IOrientedRectangle, boolean) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
- appendRectangle(IRectangle, boolean) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Appends a rectangle to this path instance.
- appendStage(ILayoutStage) - Method in class com.yworks.yfiles.layout.CompositeLayoutStage
-
- appendStage(ILayoutStage) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
- appendStartEntrances(List<Object>) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
Appends additional start
entrances
for the path search of the current edge to the given list of all
previously generated entrances.
- appendTargetPoints(IEdgeLayout) - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
Appends all target points that have previously been added to this shape to the given
IEdgeLayout
instance.
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.ComponentLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.CompositeLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.FixGroupLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.FixNodeLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.LayoutData
-
Applies this layout data to the specified layoutGraphAdapter
.
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouterData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.PartitionGridData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.PartitionLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.router.ChannelEdgeRouterData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouterData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouterData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.tree.BalloonLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- apply(LayoutGraphAdapter, ILayoutAlgorithm, CopiedLayoutGraph) - Method in class com.yworks.yfiles.layout.tree.TreeReductionStageData
-
- applyBestFitRotationAngle(LayoutGraph, double, double) - Static method in class com.yworks.yfiles.layout.GraphTransformer
-
Rotates the given graph so its resulting bounding box fits best to the given bounds.
- applyCenterPoint(PointD) - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Effectively applies the center point value.
- applyDefault(IParseContext) - Method in class com.yworks.yfiles.graphml.AbstractInputHandler
-
This method is invoked when no data tag is defined, and the default value should be applied.
- applyDefault(IParseContext) - Method in interface com.yworks.yfiles.graphml.IInputHandler
-
This method is invoked when no data tag is defined, and the default value should be applied.
- applyDefault(IParseContext) - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
- applyIncrementalLayout(LayoutGraph, IDataProvider, LayoutContext) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
This method is called to further improve the layout results.
- applyLayout(ILayoutAlgorithm) - Method in interface com.yworks.yfiles.graph.IGraph
-
- applyLayout(ILayoutAlgorithm, LayoutData) - Method in interface com.yworks.yfiles.graph.IGraph
-
- applyLayout(IGraph, ILayoutAlgorithm, LayoutData) - Static method in class com.yworks.yfiles.graph.LayoutUtilities
-
- applyLayout(IGraph, ILayoutAlgorithm) - Static method in class com.yworks.yfiles.graph.LayoutUtilities
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.AbstractLayoutStage
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.BendConverter
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.BufferedLayout
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Calculates a circular layout for the given graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Delegates the layout calculation for each component separately to the
core layout algorithm
and optionally arranges the components.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.CompositeLayoutStage
-
Executes the pipeline of
ILayoutStage
and the core layout algorithm which apply the layout to the graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.CurveFittingLayoutStage
-
Changes the edge paths of selected edges of the given graph such that they represent piecewise cubic bezier curves which
approximate the original points of the path.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.FixGroupLayoutStage
-
Calculates the layout for the given graph, that is, prepares the graph by hiding the content of fixed group nodes for
the
core layout algorithm
, executes it and, finally, restores the graph and
routes inter-edges.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.FixNodeLayoutStage
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.FixPortLocationStage
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Cuts the layout resulting from the
core layout algorithm
at a specified
width/height and shifts the remaining graph into the next row/column until the layout has the desired width/height.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.HandleNaNCoordinatesStage
-
Hides all graph elements with
NaN
-coordinates during
core layout
and restores them afterwards.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.HideGroupsStage
-
Calculates the layout based on the given core layout algorithm.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.PartitionGridLayoutStage
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.TopLevelGroupToSwimlaneStage
-
Calculates the layout by automatically assigning
SwimlaneDescriptor
instances to nodes and treating top-level
group nodes as swimlanes.
- applyLayout(LayoutGraph) - Method in interface com.yworks.yfiles.layout.ILayoutAlgorithm
-
Main layout routine that assigns new layout information to the given graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.IsolatedGroupComponentLayout
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Places the labels in the graph after first executing the
core layouter
.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
- applyLayout(IGraph, ILayoutAlgorithm, LayoutData) - Static method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- applyLayout(ILayoutAlgorithm, LayoutData) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- applyLayout(IGraph, ILayoutAlgorithm) - Static method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- applyLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.LayoutMultiplexer
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.MinimumNodeSizeStage
-
Resizes all nodes that are smaller than the specified minimum size to that minimum size, executes the
core layout algorithm
and restores the original sizes afterwards.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Calculates a new multi-page layout for the specified graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Calculates a layout for the given graph and applies it directly to the graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.NormalizeGraphElementOrderStage
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Calculates an organic layout for the given input graph, however, the layout is not automatically applied to the
graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Calculates an organic arrangement of the graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.OrganicPartitionGridLayoutStage
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.OrganicRemoveOverlapsStage
-
Removes node overlaps and displaces nodes of the given graph such that they keep the specified
minimum distance
to each other.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.RecursiveShuffleLayout
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.RemoveOverlapsStage
-
Removes node overlaps and displaces nodes of the given graph such that they keep the specified
minimum distance
to each other.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
Performs the overlap removal (shuffle) algorithm on the given graph, after the
core layout algorithm
was applied to it.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
Replaces the edges of the given graph by a path of split-edges, executes the
core layout algorithm
and restores the original edges, introducing bends at the locations of the split-nodes.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Prepares the graph for orientation change before calling the
core layout algorithm
and finishes the orientation change afterwards.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Calculates an orthogonal layout for the given graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
This method calculates the partial layout.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.PartitionLayout
-
Arranges and places independent partitions in the graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.PortCalculator
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.PortPlacementStage
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Invokes a recursive traversal through the grouping hierarchy of the given graph during which the specified
layout algorithms
are applied to the content of the groups.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.RemoveCollinearBendsStage
-
Removes collinear bends of the edges in the given graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.ReverseEdgesStage
-
Reverses all
selected edges before calling the
core layout algorithm
and restores the original edge direction after the core layout algorithm has finished.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Calculates bus-like routes for the edges in the given input graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.ChannelEdgeRouter
-
Performs the orthogonal routing of the edges of the input graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Performs the organic routing of the edges of the input graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Routes the edges of the given graph orthogonally.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Distributes overlapping orthogonal segments after the core layout has been calculated.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Performs the routing of the edges of the input graph.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.SnapOuterPortsToNodeBorderStage
-
Snaps all edge ports that lie outside the bounds of the nodes to their border.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
-
Routes the edges as straight-lines from their source to their target after invoking the
core layout algorithm
.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.SequentialLayout
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.SubgraphLayout
-
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.tree.TreeComponentLayout
-
Finds the tree components inside the given graph and applies a
tree layout
to
them.
- applyLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.AbstractLayoutStage
-
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Arranges the given graph in a circular fashion.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Arranges the nodes of the given graph such that they all lie on a common circle.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Applies a family tree layout to the given graph.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Applies the selected transformation to the given graph after invoking the optional
core layout algorithm
.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Calculates a hierarchic layout of the given graph.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Invokes the core layout algorithm.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Calculates an organic arrangement of the given graph.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Calculates an organic arrangement of the graph.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Calculates an orthogonal layout for the given graph.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Calculates a radial arrangement for the given graph.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Calculates a series-parallel layout for the given graph.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Arranges the given graph considering the specified
aspect ratio
.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Arranges the given graph as a tree graph in a balloon-like fashion.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Arranges the given graph as a tree.
- applyLayoutCore(LayoutGraph) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Arranges the given graph as a tree.
- applyLayoutUsingDummies(LayoutGraph, IDataProvider) - Method in class com.yworks.yfiles.layout.tree.TreeComponentLayout
-
- applyState(Object, Object) - Method in interface com.yworks.yfiles.graph.IMementoSupport
-
Reapplies a previously queried state object to a given subject.
- applyViewPoint(PointD) - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Effectively applies the view point value.
- applyZoom(double) - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Effectively applies the zoom value.
- ARBITRARY_MOVE - Static variable in class com.yworks.yfiles.view.input.MoveTypes
-
The element moves in both directions but not linearly/predictably with the mouse.
- ARBITRARY_MOVE_X - Static variable in class com.yworks.yfiles.view.input.MoveTypes
-
The element moves in horizontal direction but not linearly/predictably with the mouse.
- ARBITRARY_MOVE_Y - Static variable in class com.yworks.yfiles.view.input.MoveTypes
-
The element moves in vertical direction but not linearly/predictably with the mouse.
- ArcEdgeStyle - Class in com.yworks.yfiles.graph.styles
-
Provides an arc representation for an edge.
- ArcEdgeStyle() - Constructor for class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
- ArcEdgeStyle(ArcEdgeStyleRenderer) - Constructor for class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Creates a new instance using the provided renderer.
- ArcEdgeStyleRenderer - Class in com.yworks.yfiles.graph.styles
-
- ArcEdgeStyleRenderer() - Constructor for class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- areaContains(PointD) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Checks whether the point lies inside the area that is described by this path instance.
- areaContains(IPoint) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Checks whether the point lies inside the area that is described by this path instance.
- areaContains(PointD, double) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Checks whether the point lies inside the area that is described by this path instance.
- arm() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Called when a bend creation gesture can be started at the current mouse pointer location.
- arm(IHandle) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Callback method that is invoked when this mode gets "armed".
- arm() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Callback that is called when this mode is "armed".
- arm() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Called to prepare moving the viewport when the mouse is pressed.
- arrange(Node) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- arrange(Node) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- arrangeByLayout(Node, IOrientedRectangle, boolean) - Method in class com.yworks.yfiles.graph.styles.AbstractLabelStyle
-
Arranges the given visual for use in a
VisualGroup
using the provided layout and auto
flipping rule.
- arrangeComponents(LayoutGraph, NodeList[], EdgeList[], YRectangle[], Rectangle2D[]) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Produces a component graph layout.
- arrangeFields(LayoutGraph, NodeList[], EdgeList[], YRectangle[], Rectangle2D[], boolean, boolean, boolean) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Arranges the bounding boxes of the components.
- arrangeRectangleGrid(Rectangle2D[], Rectangle2D, double) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Reassigns the bounds of the rectangles in a grid to fit in a large rectangle with an aspect ratio close to the specified
aspect ratio.
- arrangeRectangleMultiRows(Rectangle2D[], Rectangle2D, double, double, boolean, MultiRowConstraint, RowAlignment) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Reassigns the bounds of the rectangles in multiple rows to fit the preferred width and height.
- arrangeRectangleMultiRows(Rectangle2D[], Rectangle2D, double, double, boolean, MultiRowConstraint) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Reassigns the bounds of the rectangles in multiple rows to fit the preferred width and height.
- arrangeRectangleRows(Rectangle2D[], Rectangle2D, double, RowAlignment) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Reassigns the bounds of the rectangles to fit in a large rectangle with an aspect ratio close to the specified aspect
ratio.
- arrangeRectangleRows(Rectangle2D[], Rectangle2D, double) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Reassigns the bounds of the rectangles to fit in a large rectangle with an aspect ratio close to the specified aspect
ratio.
- arrangeSwimlanes(Graph, IDataProvider) - Static method in class com.yworks.yfiles.layout.Swimlanes
-
Calculates an ordering of the swimlanes.
- arrangeSwimlanes(Graph, IDataProvider, int, SwimlanesMode) - Static method in class com.yworks.yfiles.layout.Swimlanes
-
Calculates an ordering of the swimlanes considering the specified ordering mode.
- Arrow - Class in com.yworks.yfiles.graph.styles
-
A default implementation of the
IArrow
interface that can render
ArrowType
s.
- Arrow() - Constructor for class com.yworks.yfiles.graph.styles.Arrow
-
Creates a new arrow with default values for
Pen
and brush.
- Arrow(Color) - Constructor for class com.yworks.yfiles.graph.styles.Arrow
-
Creates a new arrow with the given color to use for
Pen
and brush.
- Arrow(ArrowType) - Constructor for class com.yworks.yfiles.graph.styles.Arrow
-
Creates a new arrow with the given arrow type and default values for the other properties.
- Arrow(ArrowType, Color) - Constructor for class com.yworks.yfiles.graph.styles.Arrow
-
Creates a new arrow with the given color to use for pen and brush, the given arrow type
and default values for the other properties.
- Arrow(ArrowType, Pen, Paint) - Constructor for class com.yworks.yfiles.graph.styles.Arrow
-
Creates a new arrow with the given pen and brush, the given arrow type
and default values for the other properties.
- Arrow(ArrowType, Color, double, double) - Constructor for class com.yworks.yfiles.graph.styles.Arrow
-
Creates a new arrow with the given color to use for pen and brush, the given arrow type
and the given values for the crop length and scale.
- Arrow(ArrowType, Pen, Paint, double, double) - Constructor for class com.yworks.yfiles.graph.styles.Arrow
-
Creates a new arrow with the given color to use for pen and brush, the given arrow type
and the given values for the croplength and scale.
- ArrowType - Enum in com.yworks.yfiles.graph.styles
-
Defines common default arrow types for
Arrow
.
- asBend() - Method in class com.yworks.yfiles.graph.FoldingBendState
-
Returns an
IBend
instance which represents this bend state.
- asEdge() - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
Returns an
IEdge
instance which represents this edge state.
- AsIsLayerer - Class in com.yworks.yfiles.layout.hierarchic
-
AsIsLayerer
assigns nodes to layers by analyzing already existing node coordinates.
- AsIsLayerer() - Constructor for class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Creates an instance of
AsIsLayerer
with default settings.
- AsIsSequencer - Class in com.yworks.yfiles.layout.hierarchic
-
This class calculates the sequence of the nodes within each layer using the nodes' coordinates.
- AsIsSequencer() - Constructor for class com.yworks.yfiles.layout.hierarchic.AsIsSequencer
-
- asLabel() - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
Returns an
ILabel
instance which represents this label state.
- asNode() - Method in class com.yworks.yfiles.graph.FolderNodeState
-
Returns an
INode
instance which represents this folder node state.
- AspectRatioComponentLayerer - Class in com.yworks.yfiles.layout.hierarchic
-
This class is a wrapper
ILayerer
implementation that delegates the actual layering to a delegate
ILayerer
object.
- AspectRatioComponentLayerer(ILayerer) - Constructor for class com.yworks.yfiles.layout.hierarchic.AspectRatioComponentLayerer
-
- AspectRatioNodePlacer - Class in com.yworks.yfiles.layout.tree
-
This
INodePlacer
places the subtrees such that the overall aspect ratio of the arranged subtree will be close to
a preferred aspect ratio.
- AspectRatioNodePlacer() - Constructor for class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
- AspectRatioTreeLayout - Class in com.yworks.yfiles.layout.tree
-
- AspectRatioTreeLayout() - Constructor for class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
- AspectRatioTreeLayoutData - Class in com.yworks.yfiles.layout.tree
-
- AspectRatioTreeLayoutData() - Constructor for class com.yworks.yfiles.layout.tree.AspectRatioTreeLayoutData
-
- asPort() - Method in class com.yworks.yfiles.graph.FoldingPortState
-
Returns an
IPort
instance which represents this port state.
- assignChildEdgeSourcePort(LayoutGraph, Node, Edge, int) - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
Assigns relative coordinates to the source port of the outgoing edge to a child of the given node.
- assignEdgeGroupNodesToGroups(ILayers) - Method in class com.yworks.yfiles.layout.hierarchic.GroupingSupport
-
Assigns edge group nodes to groups based on a given
ILayers
instance.
- assignLabelNodesToGroups(ILayers, IItemFactory) - Method in class com.yworks.yfiles.layout.hierarchic.GroupingSupport
-
Assigns label nodes to groups.
- assignLayerCoordinates(LayoutGraph, ILayoutDataProvider, ILayers) - Method in interface com.yworks.yfiles.layout.hierarchic.INodePlacer
-
Assigns preliminary y-coordinates for each layer of a hierarchic layout.
- assignLayerCoordinates(LayoutGraph, ILayoutDataProvider, ILayers) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
- assignLayers(LayoutGraph, ILayers, ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Assigns all nodes of the graph to layers by analyzing already existing node coordinates and adds them to the
ILayers
instance.
- assignLayers(LayoutGraph, ILayers, ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.AspectRatioComponentLayerer
-
Assigns all nodes of the graph to layers and registers them to the
ILayers
instance based on the given aspect
ratio.
- assignLayers(LayoutGraph, ILayers, ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.BFSLayerer
-
Assigns all nodes of the graph to layers and adds them to the
ILayers
instance.
- assignLayers(LayoutGraph, ILayers, ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.ConstraintIncrementalLayerer
-
Assigns all nodes of the graph to layers and adds them to the
ILayers
instance based on relative and absolute
layering constraints defined by the given layering constraints.
- assignLayers(LayoutGraph, ILayers, ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.GivenLayersLayerer
-
Assigns all nodes of the graph to layers and adds them to the
ILayers
instance.
- assignLayers(LayoutGraph, ILayers, ILayoutDataProvider) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerer
-
Assigns all nodes of the graph to layers and adds them to the
ILayers
instance.
- assignLayers(LayoutGraph, ILayers, ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.MultiComponentLayerer
-
- assignLayers(LayoutGraph, ILayers, ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.TopologicalLayerer
-
Assigns all nodes of the graph to layers and adds them to the
ILayers
instance.
- assignLayers(Graph, INodeMap) - Method in class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
-
Assigns all nodes of the graph to layers.
- assignLayers(LayoutGraph, ILayers, ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
-
Assigns all nodes of the graph to layers and adds them to the
ILayers
instance.
- assignLayersFast(Graph, INodeMap) - Method in class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
-
Assigns all nodes of the graph to layers.
- assignNodeLayer(LayoutGraph, INodeMap, EdgeList) - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Assigns all nodes of the graph to layers.
- assignNodeLayer(LayoutGraph, INodeMap, EdgeList) - Method in class com.yworks.yfiles.layout.hierarchic.BFSLayerer
-
Assigns the nodes of the graph to layers.
- assignNodeLayer(LayoutGraph, INodeMap, EdgeList) - Method in class com.yworks.yfiles.layout.hierarchic.GivenLayersLayerer
-
- assignNodeLayer(LayoutGraph, INodeMap, EdgeList) - Method in class com.yworks.yfiles.layout.hierarchic.TopologicalLayerer
-
This method assigns the nodes in the graph to layers.
- assignNodeLayer(LayoutGraph, INodeMap, EdgeList) - Method in class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
-
Assigns all nodes of the graph to layers.
- assignNodeLayer(LayoutGraph, INodeMap, EdgeList, IDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
-
Assigns all nodes of the graph to layers.
- assignNodesToSublayer(NodeList, ILayoutDataProvider, LayoutGraph, INodeMap) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Assigns the nodes of a given layer to the corresponding upper/lower sublayer if
node compaction
is enabled.
- assignParentEdgeTargetPort(LayoutGraph, Node, Edge) - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
Assigns relative coordinates to the target port of the incoming edge from the parent of the given node.
- assignPorts(LayoutGraph, ILayers, ILayoutDataProvider, IItemFactory) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultPortAllocator
-
Assigns source and target port coordinates to each edge of the graph.
- assignPorts(LayoutGraph, ILayers, ILayoutDataProvider, IItemFactory) - Method in interface com.yworks.yfiles.layout.hierarchic.IPortAllocator
-
Assigns to each edge of the graph a source port and target port coordinate pair.
- assignPorts(LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
-
- assignPorts(LayoutGraph, Node) - Method in interface com.yworks.yfiles.layout.seriesparallel.IPortAssignment
-
Assigns both the incoming edges' target ports as well as all source ports for the outgoing edges.
- assignPorts(LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
- assignPorts(LayoutGraph, Node) - Method in interface com.yworks.yfiles.layout.tree.IPortAssignment
-
Places the ports of edges connecting to the given node.
- assignProfit() - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
- assignReverseLayout(LayoutGraph, Edge, Edge) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Applies the reversed layout of the first edge to the second edge.
- assignSequenceCoordinates(LayoutGraph, ILayoutDataProvider, ILayers, IDrawingDistanceCalculator) - Method in interface com.yworks.yfiles.layout.hierarchic.INodePlacer
-
Determines the resulting x-coordinates of a hierarchic layout.
- assignSequenceCoordinates(LayoutGraph, ILayoutDataProvider, ILayers, IDrawingDistanceCalculator) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
- assignValuesTo(TreeLayout.SubtreeShape, AbstractRotatableNodePlacer.Matrix) - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- ASSISTANT_NODE_DPKEY - Static variable in class com.yworks.yfiles.layout.tree.AssistantNodePlacer
-
A DataProvider
key for marking which nodes are placed as assistants
- AssistantNodePlacer - Class in com.yworks.yfiles.layout.tree
-
The
AssistantNodePlacer
places nodes that are marked as assistants left and right of their parents and all other
nodes below the assistant nodes.
- AssistantNodePlacer() - Constructor for class com.yworks.yfiles.layout.tree.AssistantNodePlacer
-
- AssistantNodePlacer(AbstractRotatableNodePlacer.Matrix) - Constructor for class com.yworks.yfiles.layout.tree.AssistantNodePlacer
-
Creates a new
AssistantNodePlacer
instance that uses the transformation defined by the given matrix.
- AT_CENTER - Static variable in class com.yworks.yfiles.layout.LabelPlacements
-
Preferred placement specifier for edge labels which expresses that the label should be placed near the center of the
edge path.
- AT_LOCATION - Static variable in class com.yworks.yfiles.graph.GraphClipboard.ParentNodeDetectionModes
-
A node should be pasted into the group node at the location where the node is pasted to or the root if there is no group
node.
- AT_SOURCE - Static variable in class com.yworks.yfiles.layout.LabelPlacements
-
Preferred placement specifier for edge labels which expresses that the label should be placed near the source node of an
edge.
- AT_SOURCE_PORT - Static variable in class com.yworks.yfiles.layout.LabelPlacements
-
Preferred placement specifier for edge labels which expresses that the label should be placed directly at the source
port of the edge.
- AT_TARGET - Static variable in class com.yworks.yfiles.layout.LabelPlacements
-
Preferred placement specifier for edge labels which expresses that the label should be placed near the target node of an
edge.
- AT_TARGET_PORT - Static variable in class com.yworks.yfiles.layout.LabelPlacements
-
Preferred placement specifier for edge labels which expresses that the label should be placed directly at the target
port of the edge.
- autoDragEnabledProperty() - Method in class com.yworks.yfiles.view.CanvasControl
-
A property that causes the control to automatically pan the view
when the mouse gets dragged outside of the bounds of the control.
- autoDragInsetsProperty() - Method in class com.yworks.yfiles.view.CanvasControl
-
- autoFlipBox(YOrientedRectangle) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Flips the orientation of a given rectangle, if its up vector points downward
(
upY
> 0)
.
- CACHE_EXTERNAL_REFERENCES - Static variable in class com.yworks.yfiles.graphml.SerializationProperties
-
Property key to control caching for external references.
- cacheCopy(T, T) - Method in class com.yworks.yfiles.graph.GraphCopier
-
This method places the given copy into an internal cache.
- calcConvexHull(YList) - Static method in class com.yworks.yfiles.algorithms.Geom
-
Calculates the convex hull for a set of points.
- calcDelauneyTriangulation(Graph, IDataProvider, IEdgeMap) - Static method in class com.yworks.yfiles.algorithms.Triangulator
-
Computes a Delauney triangulation of the given points.
- calcIntersection(YPoint, YVector, YPoint, YVector) - Static method in class com.yworks.yfiles.algorithms.Geom
-
Calculates the intersection point of two affine lines.
- calcIntersection(YPoint, YPoint, YPoint, YPoint) - Static method in class com.yworks.yfiles.algorithms.Geom
-
Calculates the intersection point of two affine lines.
- calcIntersection(double, double, double, double, double, double, double, double) - Static method in class com.yworks.yfiles.algorithms.Geom
-
Calculates the intersection point of two affine lines.
- calcIntersection(Rectangle2D, Rectangle2D, Rectangle2D) - Static method in class com.yworks.yfiles.algorithms.Geom
-
Intersects the pair of specified source Rectangle2D
objects and puts the result into the specified destination Rectangle2D
object.
- calcMaxFlow(Graph, Node, Node, IDataProvider, IEdgeMap) - Static method in class com.yworks.yfiles.algorithms.NetworkFlows
-
Solves a maximum flow problem using the preflow-push method.
- calcMaxFlowMinCut(Graph, Node, Node, IDataProvider, IEdgeMap, INodeMap) - Static method in class com.yworks.yfiles.algorithms.NetworkFlows
-
Solves a maximum flow problem using the preflow-push method but additionally marks all nodes that belong to the minimum
cut set that is associated with the source of the network.
- calcPoints(YOrientedRectangle) - Static method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Determines the four corner points of an oriented rectangle.
- calcPointsInDouble(YOrientedRectangle) - Static method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Determines the coordinates of the four corners of an oriented rectangle.
- calculateAngles(Node, double) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Calculates the wedge angle that has to be reserved for the subtree rooted at the given node scaling the
distance
with the given scale factor.
- calculateAngles(Node) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Calculates the wedge angle that has to be reserved for the subtree rooted at the given node scaling the
distance
with the given scale factor.
- calculateBendCost(Edge, YList, PortCandidate, PortCandidate) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Calculates the costs for all bends of the given path.
- calculateBounds(IGraph, INode) - Method in interface com.yworks.yfiles.graph.IGroupBoundsCalculator
-
Calculates the bounds of the
Layout
for the given
groupNode
that is a group node in
the
graph
.
- calculateBounds(LayoutGraph) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Calculates the bounding box of a graph component including
NodeHalo
s.
- calculateBounds(LayoutGraph, NodeList) - Method in class com.yworks.yfiles.layout.FixNodeLayoutStage
-
Calculates the bounding box of the specified nodes.
- calculateBounds(LayoutGraph, Node, NodeList) - Method in interface com.yworks.yfiles.layout.IGroupBoundsCalculator
-
Calculates the bounds of the given group node that contains the given list of child nodes.
- calculateBounds(LayoutGraph, Node, NodeList) - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Calculates the bounds of the given group node and enlarges the bounds by the insets associated with the group node.
- calculateBounds(LayoutGraph, Node, NodeList) - Method in class com.yworks.yfiles.layout.MinimumSizeGroupBoundsCalculator
-
Calculates the bounds of the given group node, enlarges the bounds by the insets associated with the group node and
makes sure that the size of the group node obeys the associated minimum size.
- calculateBridge(Interval, Interval) - Static method in class com.yworks.yfiles.layout.router.polyline.Interval
-
- calculateChildArrangement(Node) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Calculates a child node arrangement for a given root node of the tree.
- calculateCost(Edge, YList, PortCandidate, PortCandidate) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Calculates the edge cost of a possible edge path, in order to determine which path is the best, i.e., the cheapest.
- calculateCosts(CellEntrance, PartitionCell, OrthogonalInterval[], EdgeCellInfo[], PathSearchContext, double[], double[]) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearch
-
Calculates the costs for moving from the current
CellEntrance
to the neighboring
PartitionCell
using
different enter intervals.
- calculateCosts(CellEntrance, PartitionCell, OrthogonalInterval, EdgeCellInfo, double) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
- calculateCrossingCosts(Edge, YList, PortCandidate, PortCandidate) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Calculates the overall crossing costs of the given path, including edge crossings, edge overlaps and node crossings.
- calculateEdgeLength(Edge, YList, PortCandidate, PortCandidate) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Calculates the costs for the length of the given path.
- calculateFixPoint(LayoutGraph, NodeList) - Method in class com.yworks.yfiles.layout.FixNodeLayoutStage
-
Calculates the fix point for the specified nodes in the specified graph.
- calculateFixPoint(Rectangle2D) - Method in class com.yworks.yfiles.layout.FixNodeLayoutStage
-
Calculates the fix point of the specified rectangle according to the policy returned by
FixPointPolicy
.
- calculateHeuristicCosts(CellEntrance, PathSearchContext) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearch
-
Returns the estimated costs for the rest of the path when using the given
CellEntrance
for the next step in the
path search.
- calculateHeuristicCosts(CellEntrance) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
Calculates the heuristic costs for the given
CellEntrance
that describe the minimal costs that will arise to
finish the path if the given cell entrance is used as next step.
- calculateIntersection(Interval, Interval) - Static method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Returns the intersection of the given
intervals
.
- calculateIntersection(OrthogonalInterval, OrthogonalInterval) - Static method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- calculateIntersectionPoint(INodeLayout, double, double, double, double) - Method in interface com.yworks.yfiles.layout.IIntersectionCalculator
-
Calculates an intersection point between the edge and the given
INodeLayout
.
- calculateLabelPreferredSize(ILabelOwner, String, ILabelModelParameter, ILabelStyle, Object) - Method in interface com.yworks.yfiles.graph.IGraph
-
Calculates the preferred size of a label with the given properties.
- calculateLabelPreferredSize(ILabelOwner, String, ILabelModelParameter, ILabelStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Calculates the preferred size of a label with the given properties.
- calculateLabelPreferredSize(ILabelOwner, String, ILabelModelParameter) - Method in interface com.yworks.yfiles.graph.IGraph
-
Calculates the preferred size of a label with the given properties.
- calculateLabelPreferredSize(ILabelOwner, String) - Method in interface com.yworks.yfiles.graph.IGraph
-
Calculates the preferred size of a label with the given properties.
- calculateLabelPreferredSize(IStripe, ILabelStyle, ILabelModelParameter, String, Object) - Method in interface com.yworks.yfiles.graph.ITable
-
Calculates the preferred size of a label with the given properties.
- calculateLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Calculates a new multi-page layout for the specified graph.
- calculateLength() - Method in class com.yworks.yfiles.algorithms.YPointPath
-
Calculate the (geometric) length of the path.
- calculateLineSegments() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
- calculateMetric(ILabel, ILabelModelParameter, IOrientedRectangle) - Method in class com.yworks.yfiles.graph.labelmodels.DefaultLabelModelParameterFinder
-
Calculates a metric for the given label/parameter pair and the target label layout.
- calculateMinimumEnclosedArea(INode) - Method in class com.yworks.yfiles.graph.GroupingSupport
-
- calculateParentConnector(LayoutGraph, Node, INodeLayout, TreeLayout.SubtreeShape, Edge, IEdgeLayout, byte) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Calculates the bends for the connector to the parent node.
- calculatePathPoints() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
Calculates a list of
YPoint
s containing the source port, bend and target port locations.
- calculatePortCandidateCost(Edge, YList, PortCandidate, PortCandidate) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
- calculatePorts(LayoutGraph) - Method in class com.yworks.yfiles.layout.PortCalculator
-
Performs the actual port calculation on the specified graph instance.
- calculateScaleForHeight(double) - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Calculates the value to set the
Scale
to in order to achieve the given target height (without
Margin
).
- calculateScaleForWidth(double) - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Calculates the value to set the
Scale
to in order to achieve the given target width (without
Margin
).
- calculateSegmentLocations(Channel) - Method in class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
-
- calculateSelfLoops(LayoutGraph, Node, IDataProvider, IDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculator
-
Calculates all self-loops at the given node of the given input graph.
- calculateSelfLoops(LayoutGraph, Node, YList, IDataProvider, IDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculator
-
Convenience method that calculates a list of self-loops that belong to a given node.
- calculateSelfLoopSelfSidePenaltyCost(Edge, YList, PortCandidate, PortCandidate) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Calculates the extra penalty that is added to the path's cost if the edge is a self-loop and source and target ports
have the same direction.
- calculateSlopedSourceEdgeLayout(INodeLayout, TreeLayout.SubtreeShape, Edge, double, double) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Calculates the routing of the source side of the edge to the given child node.
- calculateSourceEdgeLayout(INodeLayout, TreeLayout.SubtreeShape, Edge) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Calculates the routing of the source side of the edge to the given child node.
- calculateSpanningRectangle(Interval, Interval) - Static method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Returns the spanning rectangle between the given
intervals
.
- calculateStartEntranceCost(CellEntrance) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
Returns the cost for starting the path in the given entrance.
- calculateTargetEdgeLayout(INodeLayout, TreeLayout.SubtreeShape, Edge) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Calculates the routing of the target side of the edge to the given child node.
- calculateTotalCropLength(IArrow, boolean) - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Calculates the total length the edge path is cropped.
- calculateUnion(Interval, Interval) - Static method in class com.yworks.yfiles.layout.router.polyline.Interval
-
- calculateUnion(Interval, double) - Static method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Returns the union of the given
intervals
and the given value.
- calculateUnion(OrthogonalInterval, OrthogonalInterval) - Static method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- calcUnion(Rectangle2D, Rectangle2D, Rectangle2D) - Static method in class com.yworks.yfiles.algorithms.Geom
-
Unions the pair of source Rectangle2D
objects and puts the result into the specified destination Rectangle2D
object.
- cancel() - Method in class com.yworks.yfiles.algorithms.AbortHandler
-
Schedules a cancel request.
- cancel() - Method in class com.yworks.yfiles.algorithms.Dfs
-
Cancels the depth first search.
- cancel() - Method in interface com.yworks.yfiles.graph.ICompoundEdit
-
This method cancels the compound editing process.
- cancel() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Cancels a currently running layout calculation or animation.
- cancel() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Makes the menu invisible.
- cancel() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Cancels the editing of this mode by first disabling and afterwards reenabling the installed
Controller
.
- cancel() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Cancels the editing of this mode.
- cancel() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Cancels the editing of this mode.
- cancel() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Cancels the editing of this mode.
- cancel() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Cleanly cancels this mode.
- cancel() - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
- cancel() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
- cancel() - Method in interface com.yworks.yfiles.view.input.IInputMode
-
Called by the client to unconditionally cancel all editing.
- cancel() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
- cancel() - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
- cancel() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Cancels any pending marquee selection.
- cancel() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
- cancel() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Cancels the editing of this mode.
- cancel() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Cancels navigation.
- cancel() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Cancels all modes.
- cancel() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- cancel() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Cancels the editing of this mode.
- cancel() - Method in class com.yworks.yfiles.view.input.StripeDropInputMode
-
- cancel() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Cancels the editing of this mode.
- cancel() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Cancels editing of the text box.
- cancel() - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
- cancel() - Method in class com.yworks.yfiles.view.ViewportAnimation
-
- cancelCurrentEdge(PathSearchContext) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
Handles the cancellation of the path search for the current edge.
- cancelDrag(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.ConstrainedDragHandler
-
- cancelDrag(IInputModeContext, PointD) - Method in interface com.yworks.yfiles.view.input.IDragHandler
-
Called by clients to indicate that the dragging has been canceled by the user.
- cancelDrag(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
- cancelDrag() - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Called by client edit code when a drag has been canceled.
- cancelDrag(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
- cancelDrag(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- cancelDrag(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
- cancelDrag(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.ReparentStripePositionHandler
-
- cancelDrag(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
- cancelDrag() - Method in class com.yworks.yfiles.view.input.SnapContext
-
Called when a drag has been canceled.
- cancelReshape(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.NodeReshapeHandler
-
- cancelReshape(IInputModeContext, RectD) - Method in class com.yworks.yfiles.view.input.ConstrainedReshapeHandler
-
- cancelReshape(IInputModeContext, RectD) - Method in interface com.yworks.yfiles.view.input.IReshapeHandler
-
Called by clients to indicate that the reshaping has been canceled by the user.
- cancelReshape(IInputModeContext, RectD) - Method in class com.yworks.yfiles.view.input.TableReshapeHandler
-
- canConvert(IWriteContext, Object) - Method in class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
- canConvert(IWriteContext, Object) - Method in class com.yworks.yfiles.graph.portlocationmodels.GenericPortLocationModel
-
- canConvert(IWriteContext, Object) - Method in interface com.yworks.yfiles.graphml.IMarkupExtensionConverter
-
Returns if the converter can convert the
value
to a
MarkupExtension
in the current write context.
- canConvertFromString(String, IValueSerializerContext) - Method in class com.yworks.yfiles.graphml.ValueSerializer
-
Determines whether this instance can convert the specified value from the given string.
- canConvertToString(Object, IValueSerializerContext) - Method in class com.yworks.yfiles.graphml.ValueSerializer
-
Determines whether this instance can convert the specified value to a string.
- canDecorate(Class) - Method in interface com.yworks.yfiles.graph.ILookupDecorator
-
Determines whether this instance can be used to decorate the lookup for a certain type.
- CANDIDATE_DRAWING_INVALID_FOCUSED_KEY - Static variable in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- CANDIDATE_DRAWING_INVALID_NON_FOCUSED_KEY - Static variable in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- CANDIDATE_DRAWING_VALID_FOCUSED_KEY - Static variable in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- CANDIDATE_DRAWING_VALID_NON_FOCUSED_KEY - Static variable in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- CANDIDATE_TEMPLATE_KEY - Static variable in class com.yworks.yfiles.view.input.LabelPositionHandler
-
- canExecute(Object, Object) - Method in interface com.yworks.yfiles.view.input.ICommand
-
Determines whether this command be executed with respect to the given parameter and target.
- canExecute(Object) - Method in interface com.yworks.yfiles.view.input.ICommand
-
Determines whether this command be executed with respect to the given parameter and target.
- canExecute() - Method in interface com.yworks.yfiles.view.input.ICommand
-
Determines whether this command be executed with respect to the given parameter and target.
- canExecuteCommand(ICommand, Object, Object) - Method in interface com.yworks.yfiles.view.input.KeyboardInputMode.CanExecuteCommandHandler
-
Defines the contract for determining whether a given
ICommand
can be executed for the given parameter set.
- canRedo() - Method in class com.yworks.yfiles.graph.CompositeUndoUnit
-
- canRedo() - Method in class com.yworks.yfiles.graph.UndoEngine
-
- canRemoveBend(IInputModeContext, IBend) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeHelper
-
Returns whether the given bend can be removed.
- canRequestMutex() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Determines whether this instance can request the mutex.
- canRequestMutex() - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Determines if the mutex can be successfully requested currently.
- canStartWaiting() - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
Returns if this mode can request the mutex when
Waiting
is set to
true
.
- canUndo() - Method in class com.yworks.yfiles.graph.CompositeUndoUnit
-
- canUndo() - Method in class com.yworks.yfiles.graph.UndoEngine
-
- canvas - Variable in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
- CanvasControl - Class in com.yworks.yfiles.view
-
The
CanvasControl
can be used to efficiently display all kinds of data.
- CanvasControl() - Constructor for class com.yworks.yfiles.view.CanvasControl
-
- CanvasEvent - Class in com.yworks.yfiles.view
-
An event used by the com.yworks.yfiles.canvas.CanvasControl
to notify when the control is updated.
- CanvasEvent(CanvasControl, EventTarget, EventType<? extends Event>) - Constructor for class com.yworks.yfiles.view.CanvasEvent
-
Returns a new instance.
- CanvasPrinter - Class in com.yworks.yfiles.view
-
- CanvasPrinter() - Constructor for class com.yworks.yfiles.view.CanvasPrinter
-
- CanvasPrinter(CanvasControl) - Constructor for class com.yworks.yfiles.view.CanvasPrinter
-
Initializes a new instance using the provided
CanvasControl
for printing.
- CanvasPrinter.PrintInfo - Class in com.yworks.yfiles.view
-
Encapsulates information for printing with a specific PageLayout
,
i.e. the scale dependent on the screen DPI as well as the number of rows and columns for poster printing.
- canvasProperty() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
- canvasProperty() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns the property that holds the canvas to print.
- CellEntrance - Class in com.yworks.yfiles.layout.router.polyline
-
This class describes the location and the direction from which a given
partition cell
has been
entered during a path search.
- CellEntrance(PartitionCell) - Constructor for class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- CellEntrance(CellEntrance) - Constructor for class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- CellSegmentInfo - Class in com.yworks.yfiles.layout.router.polyline
-
This class stores information about the part of an edge segment that lies inside a specified
partition cell
.
- CellSegmentInfo(Edge, int, Direction, Interval, Interval, Interval, PartitionCell) - Constructor for class com.yworks.yfiles.layout.router.polyline.CellSegmentInfo
-
- cellSegmentInfoCount() - Method in class com.yworks.yfiles.layout.router.polyline.SegmentInfo
-
- CENTER - Static variable in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
A convenience parameter instance that can be shared between label instances.
- CENTER - Static variable in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
A convenience parameter instance that can be shared between label instances.
- CENTER - Static variable in class com.yworks.yfiles.layout.DiscreteEdgeLabelPositions
-
Position specifier that describes a label placement near the middle of the edge, directly on the edge's path.
- CENTER - Static variable in class com.yworks.yfiles.layout.DiscreteNodeLabelPositions
-
Position specifier that describes a label placement at the center of the node.
- CENTER - Static variable in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer.RootAlignment
-
- CENTER - Static variable in class com.yworks.yfiles.view.input.HandlePositions
-
Indicates the position at the center.
- CENTER - Static variable in class com.yworks.yfiles.view.input.SnapLineSnapTypes
-
Describes snap lines to which the center of elements will snap.
- CENTER_ABOVE - Static variable in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
A convenience parameter instance that can be shared between label instances.
- CENTER_BELOW - Static variable in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
A convenience parameter instance that can be shared between label instances.
- CENTER_CENTERED - Static variable in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
A convenience parameter instance that can be shared between label instances.
- CENTER_OVER_CHILDREN - Static variable in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer.RootAlignment
-
Horizontal alignment at the center of the children.
- CENTERED - Static variable in class com.yworks.yfiles.layout.DiscreteEdgeLabelPositions
-
- centeringContentEnabledProperty() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns the property that holds the value for whether the contents should be centered on the page.
- CenterNodesPolicy - Enum in com.yworks.yfiles.layout.radial
-
- centerZoomEventRecognizerProperty() - Method in class com.yworks.yfiles.view.CanvasControl
-
- Centrality - Class in com.yworks.yfiles.algorithms
-
This class provides methods to determine various centrality indices of nodes or edges of a graph.
- ChainSubstructureStyle - Enum in com.yworks.yfiles.layout.organic
-
- changeEdge(Edge, Edge, Edge, GraphElementInsertion, GraphElementInsertion) - Method in class com.yworks.yfiles.algorithms.Graph
-
Redefines an edge's end points and fires corresponding notification events to inform registered listeners.
- changeEdge(Edge, Node, Edge, GraphElementInsertion, Node, Edge, GraphElementInsertion) - Method in class com.yworks.yfiles.algorithms.Graph
-
Redefines an edge's end points and fires corresponding notification events to inform registered listeners.
- changeEdge(Edge, Node, Node) - Method in class com.yworks.yfiles.algorithms.Graph
-
Redefines an edge's end points and fires corresponding notification events to inform registered listeners.
- Channel - Class in com.yworks.yfiles.layout.router.polyline
-
This class describes a channel, i.e., a set of vertical or horizontal edge segments whose locations depend on each
other.
- Channel(SegmentInfo) - Constructor for class com.yworks.yfiles.layout.router.polyline.Channel
-
- ChannelBasedPathRouting - Class in com.yworks.yfiles.layout.router.polyline
-
This class routes edges using their pre-calculated
Path
information.
- ChannelBasedPathRouting() - Constructor for class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
-
- ChannelEdgeRouter - Class in com.yworks.yfiles.layout.router
-
This edge routing algorithm generates orthogonal routes for the edges of the graph.
- ChannelEdgeRouter() - Constructor for class com.yworks.yfiles.layout.router.ChannelEdgeRouter
-
- ChannelEdgeRouterData - Class in com.yworks.yfiles.layout.router
-
- ChannelEdgeRouterData() - Constructor for class com.yworks.yfiles.layout.router.ChannelEdgeRouterData
-
- check() - Method in class com.yworks.yfiles.algorithms.AbortHandler
-
Determines whether or not an algorithm should terminate immediately.
- check(Graph) - Static method in class com.yworks.yfiles.algorithms.AbortHandler
-
Determines whether or not an algorithm should terminate immediately.
- checkConstraints() - Method in class com.yworks.yfiles.layout.hierarchic.ConstraintIncrementalLayerer
-
Checks if the current setting of constraints is consistent (i.e.
- checkIntersection(Object, Object) - Method in interface com.yworks.yfiles.algorithms.IntersectionAlgorithm.IIntersectionHandler
-
This method is called at every intersection.
- checkNodeSize(LayoutGraph) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Checks the sizes of the nodes to be non-zero.
- checkNodeSize(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.ChannelEdgeRouter
-
Checks the sizes of the nodes to be non-zero.
- checkNodeSize(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Checks the sizes of the nodes to be non-zero.
- checkNodeSize(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Checks the sizes of the nodes to be non-zero.
- checkNodeSize(LayoutGraph) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Checks the sizes of the nodes to be non-zero.
- ChildAlignmentPolicy - Enum in com.yworks.yfiles.layout.tree
-
- childInputModeContextLookup(Class) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- childInputModeContextLookup(Class) - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
- childInputModeContextLookup(Class) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- ChildOrderingPolicy - Enum in com.yworks.yfiles.layout.tree
-
- ChildParseContext - Class in com.yworks.yfiles.graphml
-
- ChildParseContext(IParseContext, Object) - Constructor for class com.yworks.yfiles.graphml.ChildParseContext
-
Initializes a new instance of the
ChildParseContext
class that delegates to the provided context and adds the
currentObject
to the
ObjectStack
.
- ChildParseContext(IParseContext) - Constructor for class com.yworks.yfiles.graphml.ChildParseContext
-
Initializes a new instance of the
ChildParseContext
class that delegates to the provided context.
- ChildPlacement - Enum in com.yworks.yfiles.layout.tree
-
- childVisualRemoved(Node) - Method in interface com.yworks.yfiles.view.IRenderContext
-
Notifies the context that the visual
has been removed from the visual tree.
- ChildWriteContext - Class in com.yworks.yfiles.graphml
-
- ChildWriteContext(IWriteContext, Object) - Constructor for class com.yworks.yfiles.graphml.ChildWriteContext
-
- ChildWriteContext(IWriteContext) - Constructor for class com.yworks.yfiles.graphml.ChildWriteContext
-
Initializes a new instance of the
ChildWriteContext
class that delegates to the given parent context.
- CIRCLE - Static variable in interface com.yworks.yfiles.graph.styles.IArrow
-
A singleton
IArrow
instance that paints a simple circle-shaped black arrow.
- CIRCLE_ID_DPKEY - Static variable in class com.yworks.yfiles.layout.circular.CircularLayout
-
A DataAcceptor
key for publishing the final circle information
For each node, the ID of the circle on which it was placed will be stored.
- CircularLayout - Class in com.yworks.yfiles.layout.circular
-
This layout algorithm arranges graphs in a circular fashion.
- CircularLayout() - Constructor for class com.yworks.yfiles.layout.circular.CircularLayout
-
- CircularLayoutData - Class in com.yworks.yfiles.layout.circular
-
- CircularLayoutData() - Constructor for class com.yworks.yfiles.layout.circular.CircularLayoutData
-
- ClassicOrganicLayout - Class in com.yworks.yfiles.layout.organic
-
A layout algorithm that arranges graphs in an organic fashion, using a force-directed drawing approach.
- ClassicOrganicLayout() - Constructor for class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
- ClassicTreeLayout - Class in com.yworks.yfiles.layout.tree
-
This layout algorithm arranges graphs with a tree structure.
- ClassicTreeLayout() - Constructor for class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
- cleanup() - Method in class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
-
- cleanup() - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartitionExtensionAdapter
-
- cleanup() - Method in interface com.yworks.yfiles.layout.router.polyline.IGraphPartitionExtension
-
- cleanUp() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
- cleanUp(IGraph) - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
- cleanup() - Method in interface com.yworks.yfiles.view.IAnimation
-
Cleans up after an animation has finished.
- cleanUp() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Disposes of all previously temporarily collected state and clears the
SnapResults
collection.
- cleanup() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
- cleanUp() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
- cleanUp() - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Performs clean up procedures.
- cleanUp() - Method in class com.yworks.yfiles.view.input.SnapContext
-
Performs clean up procedures.
- cleanup() - Method in class com.yworks.yfiles.view.TableAnimation
-
- cleanup() - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Cleans up after the animation.
- cleanupDropTarget() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Cleans up the drop target and its highlighting.
- cleanUpEdge(IInputModeContext, IGraph, IEdge) - Method in interface com.yworks.yfiles.view.input.IOrthogonalEdgeHelper
-
Callback method that is invoked after the provided edge has been edited orthogonally.
- cleanUpEdge(IInputModeContext, IGraph, IEdge) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeHelper
-
Callback method that is invoked after the provided edge has been edited orthogonally.
- cleanUpEdgePath(IGraph, IEdge) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
- cleanupEdgePaths(IGraph) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Called after a successfully
finished drag
to clean up artifacts of modified edges.
- cleanUpGraphPartition(GraphPartition) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- cleanupPreview() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Cleans up the item preview.
- cleanupSnapContext() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Cleans up the snap context.
- clear() - Method in class com.yworks.yfiles.algorithms.Graph
-
Removes all nodes and edges from this graph and fires corresponding notification events to inform registered listeners.
- clear() - Method in class com.yworks.yfiles.algorithms.YList
-
Removes all elements from this list.
- clear() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Resets this path to be an empty path.
- clear() - Method in class com.yworks.yfiles.graph.CompositeUndoUnit
-
Clears the internal collection of units.
- clear() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Clears the clipboard's contents.
- clear() - Method in interface com.yworks.yfiles.graph.IGraph
-
Clears the graph instance, removing all entities in proper order.
- clear() - Method in interface com.yworks.yfiles.graph.ITable
-
Convenience method that clears all stripes from a table.
- clear() - Method in class com.yworks.yfiles.graph.Mapper
-
- clear() - Method in class com.yworks.yfiles.graph.UndoEngine
-
Clears the internal queue and
disposes
all units in it.
- clear() - Method in class com.yworks.yfiles.graphml.CreationProperties
-
Clears all entries from this property store.
- clear() - Method in class com.yworks.yfiles.graphml.TypedKeyMapper
-
Clears this instance.
- clear() - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
- clear() - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
- clear() - Method in interface com.yworks.yfiles.layout.router.polyline.IObstaclePartition
-
- clear() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearch
-
- clear() - Method in class com.yworks.yfiles.utils.ObservableCollection
-
Clears this collection, triggering an
ItemRemoved
event for each element
removed.
- clear() - Method in class com.yworks.yfiles.view.DefaultSelectionModel
-
- clear() - Method in class com.yworks.yfiles.view.GraphSelection
-
- clear() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Resets the contents of the text box.
- clear() - Method in interface com.yworks.yfiles.view.ISelectionModel
-
Clears the selection.
- clear() - Method in class com.yworks.yfiles.view.StripeSelection
-
- clearAssertionStatus() - Method in class com.yworks.yfiles.graphml.DelegatingClassLoader
-
- clearBends() - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
- clearBends(IEdge) - Method in interface com.yworks.yfiles.graph.IGraph
-
Removes all bends from the given edge.
- clearCopyCache() - Method in class com.yworks.yfiles.graph.GraphCopier
-
Clears the cache for the
cached copies
of the instance copied using this class.
- clearData() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
- clearHighlights() - Method in class com.yworks.yfiles.view.HighlightIndicatorManager
-
Removes all highlights.
- clearLabels() - Method in class com.yworks.yfiles.graph.FoldingLabelOwnerState
-
- clearMenu(TContextMenu) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Clears all items of the given popup menu.
- clearMenu(ContextMenu) - Method in class com.yworks.yfiles.view.input.ContextMenuInputMode
-
- clearPoints() - Method in interface com.yworks.yfiles.layout.IEdgeLayout
-
Removes all control points from this edge layout.
- clearSelection() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- clearSelection() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Clears the current selection.
- clickCreateNode(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Creates a node on click.
- CLICKED - Static variable in class com.yworks.yfiles.view.Mouse2DEvent
-
A mouse click has been recognized.
- ClickEventArgs - Class in com.yworks.yfiles.view.input
-
- ClickEventArgs(IInputModeContext, PointD, ModifierKeys, MouseButtons, int) - Constructor for class com.yworks.yfiles.view.input.ClickEventArgs
-
- ClickInputMode - Class in com.yworks.yfiles.view.input
-
An input mode that recognizes simple mouse clicks.
- ClickInputMode() - Constructor for class com.yworks.yfiles.view.input.ClickInputMode
-
Creates a new instance of this mode that detects left mouse clicks.
- clipEdgeOnBounds(LayoutGraph, Edge) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Clips the path of the given edge on the bounding box of the source and target points.
- clipEdgePathOnBounds(LayoutGraph, Edge) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the path of an edge clipped on the bounding box of the source and target node.
- clipEdgePathOnBounds(IEdgeLayout, INodeLayout, INodeLayout, double) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the path of an edge clipped on insets of the bounding box of the source and target node.
- clipEdgePathOnBounds(IEdgeLayout, INodeLayout, INodeLayout) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the path of an edge clipped on insets of the bounding box of the source and target node.
- clipEdgesOnBounds(LayoutGraph) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Clips the path of all edges in the graph on the bounding box of their source and target points.
- clipPathOnBounds(YPointPath, YRectangle, YRectangle) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the path of a given edge path clipped on the given bounding boxes of the source and target node.
- CLOCKWISE - Static variable in class com.yworks.yfiles.layout.LabelAngleOnRightSideRotations
-
Angle interpretation specifier which expresses that the rotation angle should be interpreted clockwise.
- clone() - Method in class com.yworks.yfiles.algorithms.Point2D
-
Creates a new instance of this class that has the same values as this objects.
- clone() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Creates a new instance of this class that has the same values as this objects.
- clone() - Method in class com.yworks.yfiles.algorithms.YInsets
-
- clone() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Creates a clone of this instance, copying the path information to the new instance.
- clone() - Method in class com.yworks.yfiles.geometry.Matrix2D
-
Clones this instance.
- clone() - Method in class com.yworks.yfiles.geometry.MutablePoint
-
Returns a clone of this instance.
- clone() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Creates a copy of the current state of this instance using a new
MutablePoint
and
Size
to
store the position and size.
- clone() - Method in class com.yworks.yfiles.geometry.MutableSize
-
Returns a memberwise clone of this instance.
- clone() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Creates a copy of the current state of this instance using a new
MutablePoint
and
Size
to
store the anchor and size.
- clone() - Method in class com.yworks.yfiles.geometry.PointD
-
- clone() - Method in class com.yworks.yfiles.geometry.Tangent
-
- clone() - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
- clone() - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Creates a new object that is a copy of the current instance.
- clone() - Method in class com.yworks.yfiles.graph.styles.AbstractLabelStyle
-
Creates a new object that is a copy of the current instance.
- clone() - Method in class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
Creates a new object that is a copy of the current instance.
- clone() - Method in class com.yworks.yfiles.graph.styles.AbstractPortStyle
-
Creates a new object that is a copy of the current instance.
- clone() - Method in class com.yworks.yfiles.graph.styles.AbstractStripeStyle
-
Creates a new object that is a copy of the current instance.
- clone() - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
Performs a shallow clone of this instance, except for the value of
StyleTag
which is cloned, too,
if it can be cloned.
- clone() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.Arrow
-
- clone() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
- clone() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyle
-
This implementation performs a shallow copy with respect to the
BitmapSource
property.
- clone() - Method in class com.yworks.yfiles.graph.styles.NodeStyleLabelStyleAdapter
-
- clone() - Method in class com.yworks.yfiles.graph.styles.NodeStylePortStyleAdapter
-
- clone() - Method in class com.yworks.yfiles.graph.styles.NodeStyleStripeStyleAdapter
-
- clone() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.ShadowNodeStyleDecorator
-
- clone() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
- clone() - Method in class com.yworks.yfiles.graph.styles.VoidEdgeStyle
-
Returns this
.
- clone() - Method in class com.yworks.yfiles.graph.styles.VoidLabelStyle
-
Returns this
.
- clone() - Method in class com.yworks.yfiles.graph.styles.VoidNodeStyle
-
Returns this
.
- clone() - Method in class com.yworks.yfiles.graph.styles.VoidPortStyle
-
Returns this
.
- clone() - Method in class com.yworks.yfiles.graph.styles.VoidStripeStyle
-
Returns this
.
- clone() - Method in class com.yworks.yfiles.graph.Table
-
- clone() - Method in class com.yworks.yfiles.layout.tree.AbstractNodePlacer
-
- clone() - Method in interface com.yworks.yfiles.utils.ICloneable
-
Creates a copy of this object and returns it.
- clone() - Method in class com.yworks.yfiles.view.Pen
-
- cloneCurrentValue() - Method in class com.yworks.yfiles.view.Pen
-
Clones the current value of this instance to a new unfrozen pen.
- close() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
- close() - Method in interface com.yworks.yfiles.utils.IDisposable
-
- CLOSE - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- closeLabelEditor(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Closes the label editor if it is currently open.
- closenessCentrality(Graph, INodeMap, boolean, IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Centrality
-
Computes the closeness centrality for the nodes of a graph.
- coerceViewportLimits() - Method in class com.yworks.yfiles.view.CanvasControl
-
Helper method that ensures that the view port limit as returned by the
ViewportLimiter
are
obeyed.
- collapse(INode) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
This method will collapse the
children
of a group node into the group node.
- COLLAPSE_GROUP - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- collapseGroup(INode) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- collapseSelection() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- CollapsibleNodeStyleDecorator - Class in com.yworks.yfiles.graph.styles
-
Decorates an arbitrary node styles with an additional collapse/expand handle.
- CollapsibleNodeStyleDecorator() - Constructor for class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
- CollapsibleNodeStyleDecorator(INodeStyle, CollapsibleNodeStyleDecoratorRenderer) - Constructor for class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
- CollapsibleNodeStyleDecorator(INodeStyle) - Constructor for class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
- CollapsibleNodeStyleDecoratorRenderer - Class in com.yworks.yfiles.graph.styles
-
- CollapsibleNodeStyleDecoratorRenderer() - Constructor for class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- collectFixedNodeSnapLines(CollectGraphSnapLinesEventArgs) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- collectFixedPortSnapLines(CollectGraphSnapLinesEventArgs) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- collectFixedSegmentSnapLines(CollectGraphSnapLinesEventArgs) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Collects snap lines for edge segments.
- CollectGraphSnapLinesEventArgs - Class in com.yworks.yfiles.view.input
-
- CollectGraphSnapLinesEventArgs(IInputModeContext, Collection<OrthogonalSnapLine>, Collection<OrthogonalSnapLine>, Collection<OrthogonalSnapLine>, Collection<OrthogonalSnapLine>) - Constructor for class com.yworks.yfiles.view.input.CollectGraphSnapLinesEventArgs
-
- collectGridSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, INode, ReshapeRectangleContext, RectD) - Method in class com.yworks.yfiles.view.input.NodeReshapeSnapResultProvider
-
Collects the snap results for the grid.
- collectGridSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, RectD, INode) - Method in class com.yworks.yfiles.view.input.NodeSnapResultProvider
-
Collects snap results that snap the node to a grid and
adds them
to the argument.
- CollectionModelManager<T> - Class in com.yworks.yfiles.view
-
- CollectionModelManager(Class<T>, IObservableCollection<T>) - Constructor for class com.yworks.yfiles.view.CollectionModelManager
-
Creates a new instance using the given model
.
- CollectionModelManager(Class<T>) - Constructor for class com.yworks.yfiles.view.CollectionModelManager
-
Creates a new instance.
- CollectLabelSnapLineEventArgs - Class in com.yworks.yfiles.view.input
-
The event arguments used by
LabelSnapContext
to collect custom snap lines for each drag.
- CollectLabelSnapLineEventArgs(IInputModeContext, Collection<SnapLine>) - Constructor for class com.yworks.yfiles.view.input.CollectLabelSnapLineEventArgs
-
Creates a new instance of this class.
- collectSameSizeEntries() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- collectSameSizeSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, INode, ReshapeRectangleContext, RectD) - Method in class com.yworks.yfiles.view.input.NodeReshapeSnapResultProvider
-
Collects the snap results that make the node the same size as other elements.
- collectSnapLineResults(GraphSnapContext, CollectSnapResultsEventArgs, INode, ReshapeRectangleContext, RectD) - Method in class com.yworks.yfiles.view.input.NodeReshapeSnapResultProvider
-
- collectSnapLineSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, RectD, INode) - Method in class com.yworks.yfiles.view.input.NodeSnapResultProvider
-
Collects the results for the given layout for all snap lines in question.
- collectSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, PointD, IBend) - Method in interface com.yworks.yfiles.view.input.IBendSnapResultProvider
-
- collectSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, IListEnumerable<MovementInfo>, IEdge) - Method in interface com.yworks.yfiles.view.input.IEdgeSnapResultProvider
-
- collectSnapResults(LabelSnapContext, CollectSnapResultsEventArgs, IOrientedRectangle, ILabel) - Method in interface com.yworks.yfiles.view.input.ILabelSnapContextHelper
-
- collectSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, INode, ReshapeRectangleContext) - Method in interface com.yworks.yfiles.view.input.INodeReshapeSnapResultProvider
-
- collectSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, RectD, INode) - Method in interface com.yworks.yfiles.view.input.INodeSnapResultProvider
-
- collectSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, PointD, IPort) - Method in interface com.yworks.yfiles.view.input.IPortSnapResultProvider
-
- collectSnapResults(Object, CollectSnapResultsEventArgs) - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
- collectSnapResults(LabelSnapContext, CollectSnapResultsEventArgs, IOrientedRectangle, ILabel) - Method in class com.yworks.yfiles.view.input.LabelSnapContextHelper
-
- collectSnapResults(Object, CollectSnapResultsEventArgs) - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
- collectSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, INode, ReshapeRectangleContext) - Method in class com.yworks.yfiles.view.input.NodeReshapeSnapResultProvider
-
- collectSnapResults(GraphSnapContext, CollectSnapResultsEventArgs, RectD, INode) - Method in class com.yworks.yfiles.view.input.NodeSnapResultProvider
-
- collectSnapResults(CollectSnapResultsEventArgs, OrthogonalSnapLine, RectD, INode) - Method in class com.yworks.yfiles.view.input.NodeSnapResultProvider
-
Verifies whether the node will snap to the given snap line.
- collectSnapResults(Object, CollectSnapResultsEventArgs) - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
Called during the drag to collect snap results.
- CollectSnapResultsEventArgs - Class in com.yworks.yfiles.view.input
-
- CollectSnapResultsEventArgs(IInputModeContext, PointD, PointD, double, Collection<SnapResult>) - Constructor for class com.yworks.yfiles.view.input.CollectSnapResultsEventArgs
-
Creates a new instance of the event arguments using the provided values for initialization.
- collectSubtree(Node, NodeList) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Collects all nodes of the subtree starting from the given root node.
- collectVisibleNodePairs() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- collinear(YPoint, YPoint, YPoint) - Static method in class com.yworks.yfiles.algorithms.Geom
-
Returns true
iff the given points are collinear, i.e.
- COLUMN - Static variable in class com.yworks.yfiles.graph.StripeTypes
-
Constant for columns.
- ColumnDescriptor - Class in com.yworks.yfiles.layout
-
- com.yworks.yfiles.algorithms - package com.yworks.yfiles.algorithms
-
Provides the yFiles library's most fundamental classes and interfaces that model an efficient graph data type (class
Graph
), its nodes and edges (classes
Node
and
Edge
), and related container structures and iteration mechanisms (class
YList
and interface
ICursor
).
- com.yworks.yfiles.geometry - package com.yworks.yfiles.geometry
-
Contains definitions, default implementations, structs and support classes that deal with the representation of geometric data.
- com.yworks.yfiles.graph - package com.yworks.yfiles.graph
-
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
- com.yworks.yfiles.graph.labelmodels - package com.yworks.yfiles.graph.labelmodels
-
Contains interfaces and default implementations for label layout models.
- com.yworks.yfiles.graph.portlocationmodels - package com.yworks.yfiles.graph.portlocationmodels
-
Contains interfaces and default implementations for port location models.
- com.yworks.yfiles.graph.styles - package com.yworks.yfiles.graph.styles
-
Contains interfaces and default implementations for graph element styles.
- com.yworks.yfiles.graphml - package com.yworks.yfiles.graphml
-
Definitions, default implementations, and support classes for GraphML I/O support.
- com.yworks.yfiles.layout - package com.yworks.yfiles.layout
-
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
- com.yworks.yfiles.layout.circular - package com.yworks.yfiles.layout.circular
-
Provides circular layout style algorithms.
- com.yworks.yfiles.layout.genealogy - package com.yworks.yfiles.layout.genealogy
-
Provides layout algorithms that are especially suited for genealogical family trees.
- com.yworks.yfiles.layout.hierarchic - package com.yworks.yfiles.layout.hierarchic
-
Provides hierarchic layout style algorithms.
- com.yworks.yfiles.layout.labeling - package com.yworks.yfiles.layout.labeling
-
Provides algorithms for the automatic placement of node and edge labels, so called generic labeling algorithms.
- com.yworks.yfiles.layout.multipage - package com.yworks.yfiles.layout.multipage
-
Provides the
MultiPageLayout
that subdivides the input graph into several smaller graphs whose layouts fit the specified maximum page size.
- com.yworks.yfiles.layout.organic - package com.yworks.yfiles.layout.organic
-
Provides organic layout style algorithms that are based on a force-directed layout paradigm.
- com.yworks.yfiles.layout.orthogonal - package com.yworks.yfiles.layout.orthogonal
-
Provides orthogonal layout style algorithms.
- com.yworks.yfiles.layout.partial - package com.yworks.yfiles.layout.partial
-
Provides class
PartialLayout
that enables layout of user-specified, distinct parts of a diagram without altering the existing layout of the remainder of the diagram.
- com.yworks.yfiles.layout.radial - package com.yworks.yfiles.layout.radial
-
Provides the radial layout algorithm.
- com.yworks.yfiles.layout.router - package com.yworks.yfiles.layout.router
-
Provides classes for automatic routing of the edges in a graph.
- com.yworks.yfiles.layout.router.polyline - package com.yworks.yfiles.layout.router.polyline
-
Provides classes and interfaces for automatic polyline routing of the edges of a graph.
- com.yworks.yfiles.layout.seriesparallel - package com.yworks.yfiles.layout.seriesparallel
-
Provides the series-parallel layout algorithm.
- com.yworks.yfiles.layout.tree - package com.yworks.yfiles.layout.tree
-
Provides tree layout style algorithms.
- com.yworks.yfiles.utils - package com.yworks.yfiles.utils
-
Contains classes and interfaces which support the yFiles collection and event handling framework,
and other utility classes.
- com.yworks.yfiles.view - package com.yworks.yfiles.view
-
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph
instances.
- com.yworks.yfiles.view.input - package com.yworks.yfiles.view.input
-
Contains definitions, default implementations, and support classes that deal with the
user interaction in a
CanvasControl
in general, as well as specialized utility classes and
IInputMode
implementations that can be used to work with and edit
IGraph
instances in a
GraphControl
.
- combine(Iterable<IPortCandidateProvider>) - Static method in interface com.yworks.yfiles.view.input.IPortCandidateProvider
-
- combine(IPortCandidateProvider...) - Static method in interface com.yworks.yfiles.view.input.IPortCandidateProvider
-
- commit() - Method in interface com.yworks.yfiles.graph.ICompoundEdit
-
This method commits the compound editing process.
- commitLayoutToOriginalGraph() - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Writes the current layout information of all elements of this copied graph to the original graph.
- commitPositions() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Writes calculated intermediate locations of nodes and edges to the actual graph.
- commitPositionsSmoothly(double, double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Writes calculated intermediate locations of nodes and edges to the actual graph and returns the largest movement value.
- compact() - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
Performs the compaction of an orthogonal shape of a simple planar graph.
- compactionAlgorithm - Variable in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
the algorithm used.
- COMPACTOR_FLOW - Static variable in class com.yworks.yfiles.layout.orthogonal.KandinskyConstants
-
- COMPACTOR_SIMPLEX - Static variable in class com.yworks.yfiles.layout.orthogonal.KandinskyConstants
-
- COMPACTOR_SSP - Static variable in class com.yworks.yfiles.layout.orthogonal.KandinskyConstants
-
- CompactOrthogonalLayout - Class in com.yworks.yfiles.layout.orthogonal
-
This layout algorithm arranges a graph in a compact, orthogonal fashion.
- CompactOrthogonalLayout() - Constructor for class com.yworks.yfiles.layout.orthogonal.CompactOrthogonalLayout
-
- Comparators - Class in com.yworks.yfiles.algorithms
-
This class provides access to some Comparator instances that are commonly used in yFiles.
- compare(double, double) - Static method in class com.yworks.yfiles.algorithms.Comparators
-
Compares the specified floating point numbers.
- compare(Object, Object) - Method in class com.yworks.yfiles.layout.seriesparallel.DefaultOutEdgeComparator
-
- compare(Object, Object) - Method in class com.yworks.yfiles.layout.tree.NodeOrderComparator
-
Compares two edges according to their index in the order specified using a
IDataProvider
.
- compare(IModelItem, IModelItem) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Compares two items with respect to their visibility order.
- compareRenderOrder(ICanvasObject, ICanvasObject) - Method in class com.yworks.yfiles.view.CanvasControl
-
Compares two
ICanvasObject
instances that are live in this canvas.
- compareTo(Object) - Method in class com.yworks.yfiles.algorithms.YDimension
-
- compareTo(Object) - Method in class com.yworks.yfiles.algorithms.YPoint
-
Comparable implementation.
- compareTo(Object) - Method in class com.yworks.yfiles.algorithms.YRectangle
-
- compareTo(Object) - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
- compareTo(Object) - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
- compareTo(Object) - Method in class com.yworks.yfiles.layout.PartitionCellId.Cell
-
- compareTo(Object) - Method in class com.yworks.yfiles.layout.RowDescriptor
-
- compareTo(SnapResult) - Method in class com.yworks.yfiles.view.input.SnapResult
-
- completeOrientationChange(LayoutGraph) - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Applies the desired orientation to the graph.
- completeTransform(YPoint) - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Transforms the given point during completion.
- COMPONENT_ID_DPKEY - Static variable in class com.yworks.yfiles.layout.ComponentLayout
-
A DataProvider
key for specifying custom graph components
- COMPONENT_ID_DPKEY - Static variable in class com.yworks.yfiles.layout.partial.PartialLayout
-
A DataProvider
key for defining custom subgraph components.
- ComponentArrangementPolicy - Enum in com.yworks.yfiles.layout.hierarchic
-
- ComponentArrangementStyles - Class in com.yworks.yfiles.layout
-
- ComponentAssignmentStrategy - Enum in com.yworks.yfiles.layout.partial
-
- ComponentLayout - Class in com.yworks.yfiles.layout
-
- ComponentLayout(ILayoutAlgorithm) - Constructor for class com.yworks.yfiles.layout.ComponentLayout
-
- ComponentLayout() - Constructor for class com.yworks.yfiles.layout.ComponentLayout
-
- ComponentLayoutData - Class in com.yworks.yfiles.layout
-
- ComponentLayoutData() - Constructor for class com.yworks.yfiles.layout.ComponentLayoutData
-
- CompositeLabelModel - Class in com.yworks.yfiles.graph.labelmodels
-
An implementation of
ILabelModel
that can be used to create custom label models out of existing
ILabelModel
instances.
- CompositeLabelModel() - Constructor for class com.yworks.yfiles.graph.labelmodels.CompositeLabelModel
-
Creates a new instance of this label model with an empty
LabelModels
collection.
- CompositeLayoutData - Class in com.yworks.yfiles.layout
-
- CompositeLayoutData() - Constructor for class com.yworks.yfiles.layout.CompositeLayoutData
-
Creates an instance.
- CompositeLayoutData(Collection<LayoutData>) - Constructor for class com.yworks.yfiles.layout.CompositeLayoutData
-
Creates an instance using the specified layout data collection.
- CompositeLayoutData(LayoutData...) - Constructor for class com.yworks.yfiles.layout.CompositeLayoutData
-
Creates an instance using the specified layout data objects.
- CompositeLayoutStage - Class in com.yworks.yfiles.layout
-
- CompositeLayoutStage() - Constructor for class com.yworks.yfiles.layout.CompositeLayoutStage
-
- CompositeLayoutStage(ILayoutStage, ILayoutStage) - Constructor for class com.yworks.yfiles.layout.CompositeLayoutStage
-
- CompositeUndoUnit - Class in com.yworks.yfiles.graph
-
A group of
IUndoUnit
s that are undone/redone as a single unit.
- CompositeUndoUnit() - Constructor for class com.yworks.yfiles.graph.CompositeUndoUnit
-
Creates a new instance with null names.
- CompositeUndoUnit(String, String) - Constructor for class com.yworks.yfiles.graph.CompositeUndoUnit
-
Creates a new instance using the provided names.
- CompoundKeyEvent - Class in com.yworks.yfiles.view
-
Event argument class for key events that carries the type of event.
- CompoundKeyEvent(Object, EventType<CompoundKeyEvent>, KeyEvent) - Constructor for class com.yworks.yfiles.view.CompoundKeyEvent
-
Constructs a new event.
- CompoundKeyEvent(Object, KeyEvent) - Constructor for class com.yworks.yfiles.view.CompoundKeyEvent
-
Constructs a new event for a key that has been typed.
- compress() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Compresses the internal data structures so that the amount of memory used by this instance is minimal with respect to
the information stored in it.
- computedHorizontalScrollBarStateProperty() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns an
IntegerProperty
that holds the state of the horizontal scroll bar.
- computedVerticalScrollBarStateProperty() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns an
IntegerProperty
that holds the state of the vertical scroll bar.
- concat(Iterable<? extends T>, Iterable<? extends T>) - Static method in interface com.yworks.yfiles.utils.IEnumerable
-
Creates a composite enumerable that enumerates two given iterables one after the other.
- concat(Iterable<? extends T>) - Method in interface com.yworks.yfiles.utils.IEnumerable
-
Creates a composite enumerable that enumerates two given iterables one after the other.
- concat(IEnumerator<? extends T>, IEnumerator<? extends T>) - Static method in interface com.yworks.yfiles.utils.IEnumerator
-
Creates a composite enumerator that enumerates two given enumerators one after the other.
- concat(IListEnumerable<? extends T>, IListEnumerable<? extends T>) - Static method in interface com.yworks.yfiles.utils.IListEnumerable
-
Creates a composite enumerable that enumerates two given
IListEnumerable
one after the other.
- concatenate(ICursor, ICursor) - Static method in class com.yworks.yfiles.algorithms.Cursors
-
Creates a new cursor that provides a logical view on the concatenation of the two given cursors.
- ConcurrencyController - Class in com.yworks.yfiles.view.input
-
A controller class that manages a single
IInputMode
implementation.
- ConcurrencyController(IInputMode) - Constructor for class com.yworks.yfiles.view.input.ConcurrencyController
-
- configure() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- configure() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Prepares this instance for subsequent calls after the style and node have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
Prepares this instance for subsequent calls after the style and node have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
Prepares this instance for subsequent calls after the style and label have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
Prepares this instance for subsequent calls after the style and node have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- configure() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Prepares this instance for subsequent calls after the style and node have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Prepares this instance for subsequent calls after the style and node have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Prepares this instance for subsequent calls after the style and node have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Prepares this instance for subsequent calls after the style and edge have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Prepares this instance for subsequent calls after the style and node have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
Prepares this instance for subsequent calls after the style and node have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
Prepares this instance for subsequent calls after the style and node have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- configure() - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Prepares this instance for subsequent calls after the style and node have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
Prepares this instance for subsequent calls after the style and port have been initialized.
- configure() - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyleRenderer
-
Prepares this instance for subsequent calls after the style and stripe have been initialized.
- configure(IInputModeContext, TextEditorInputMode, ILabel) - Method in interface com.yworks.yfiles.view.input.ITextEditorInputModeConfigurationHandler
-
- configureComponentLayout(LayoutGraph, ComponentLayout) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Configures the given
ComponentLayout
to take fixed nodes in components into account.
- configureCoreLayout(LayoutGraph, HierarchicLayoutCore) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Configures the core layout algorithm with the settings of this
HierarchicLayout
instance.
- configureDeserializationHandlers(IGraph, GraphMLParser) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- configureDeserializationPropertyOverrides(GraphMLParser) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- configureEdgeRouter(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
This method is called each time when edges are routed with an edge router.
- configureGraphMLParser(GraphMLParser, IGraph) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Configures a given instance of
GraphMLParser
that can handle the given graph.
- configureGraphMLWriter(GraphMLWriter, IGraph) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- configureGraphPartition(GraphPartition) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- configureInputHandlers(GraphMLParser) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- configureLookup(IGraph, GraphMLWriter) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Configure the lookup map of writer
.
- configureLookup(GraphMLParser) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Configures the lookup of the given parser.
- configureNamespaces(GraphMLWriter) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- configureOutputHandlers(IGraph, GraphMLWriter) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- configurePathSearch(PathSearch) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- configureSchemaLocations(GraphMLWriter) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- configureSerializationHandlers(IGraph, GraphMLWriter) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- configureSerializationProperties(IGraph, GraphMLWriter) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Configure important serialization properties from properties of
GraphMLIOHandler
.
- configureSerializationPropertyOverrides(GraphMLWriter) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- configureXMLWriter(IXmlWriter) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Configure writer
.
- conflictGraph - Variable in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
The conflict graph modeling
LabelCandidate
s as nodes and edges between them as conflicts, i.e., overlaps among candidates.
- connectedComponents(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphConnectivity
-
Calculates the connected components of a given graph.
- connectedComponents(Graph, INodeMap) - Static method in class com.yworks.yfiles.algorithms.GraphConnectivity
-
Calculates the connected components of a given graph and returns their number.
- ConnectorDirection - Enum in com.yworks.yfiles.layout.tree
-
A direction constant that describes that the last connector segment points up.
- ConstantLabelCandidateDescriptorProvider - Class in com.yworks.yfiles.graph.labelmodels
-
- ConstantLabelCandidateDescriptorProvider(ILabelCandidateDescriptor) - Constructor for class com.yworks.yfiles.graph.labelmodels.ConstantLabelCandidateDescriptorProvider
-
- ConstrainedDragHandler<TWrapped extends IDragHandler> - Class in com.yworks.yfiles.view.input
-
A utility implementation of the
IDragHandler
interface that can be used to constrain the movement of an existing
instance.
- ConstrainedDragHandler(TWrapped) - Constructor for class com.yworks.yfiles.view.input.ConstrainedDragHandler
-
- ConstrainedHandle - Class in com.yworks.yfiles.view.input
-
A convenience implementation of the
IHandle
interface that can be used to constrain the handle of an item.
- ConstrainedHandle(IHandle) - Constructor for class com.yworks.yfiles.view.input.ConstrainedHandle
-
Initializes a new instance of the
ConstrainedHandle
class that delegates to the
wrappedHandle
.
- ConstrainedPositionHandler - Class in com.yworks.yfiles.view.input
-
A convenience implementation of the
IPositionHandler
interface that can be used to constrain the position of an
item.
- ConstrainedPositionHandler(IPositionHandler) - Constructor for class com.yworks.yfiles.view.input.ConstrainedPositionHandler
-
- ConstrainedReshapeHandler - Class in com.yworks.yfiles.view.input
-
A utility implementation of the
IReshapeHandler
interface that can be used to constrain the reshaping of an
existing instance conveniently.
- ConstrainedReshapeHandler(IReshapeHandler) - Constructor for class com.yworks.yfiles.view.input.ConstrainedReshapeHandler
-
- constrainNewBounds(IInputModeContext, RectD, RectD) - Method in class com.yworks.yfiles.view.input.ConstrainedReshapeHandler
-
Callback that needs to implement the constraints for the new bounds.
- constrainNewLocation(IInputModeContext, PointD, PointD) - Method in class com.yworks.yfiles.view.input.ConstrainedDragHandler
-
Callback that needs to implement the constraints for the new location.
- ConstraintIncrementalLayerer - Class in com.yworks.yfiles.layout.hierarchic
-
- ConstraintIncrementalLayerer(ILayerer) - Constructor for class com.yworks.yfiles.layout.hierarchic.ConstraintIncrementalLayerer
-
- constructEdgePath(Node, Node, Edge[]) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
Convenience method that constructs an explicit
path of edges
from the result returned by one of the
shortest paths methods defined in this class.
- constructEdgePath(Node, Node, IDataProvider) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
- constructNodePath(EdgeList) - Static method in class com.yworks.yfiles.algorithms.Paths
-
- constructNodePath(Node, Node, Edge[]) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
Convenience method that constructs an explicit
path of nodes
from the result returned by one of the
shortest paths methods defined in this class.
- constructNodePath(Node, Node, IDataProvider) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
- ConsumerUndoUnit<T> - Class in com.yworks.yfiles.graph
-
A convenience implementation of the
IUndoUnit
interface that uses simple delegates for the actual undo and redo
operations.
- ConsumerUndoUnit(String, Consumer<T>, T, T) - Constructor for class com.yworks.yfiles.graph.ConsumerUndoUnit
-
Creates a new instance using the provided name and a undo/redo handler as well as the parameters to pass to the
delegates.
- ConsumerUndoUnit(String, Consumer<T>, Consumer<T>, T, T) - Constructor for class com.yworks.yfiles.graph.ConsumerUndoUnit
-
Creates a new instance using the provided name and a undo and redo handler as well as the parameters to pass to the
delegates.
- ConsumerUndoUnit(String, Consumer<T>, T) - Constructor for class com.yworks.yfiles.graph.ConsumerUndoUnit
-
Creates a new instance using the provided name and a undo/redo handler as well as the parameters to pass to the
delegates.
- ConsumerUndoUnit(String, Consumer<T>) - Constructor for class com.yworks.yfiles.graph.ConsumerUndoUnit
-
Creates a new instance using the provided name and a undo/redo handler as well as the parameters to pass to the
delegates.
- ConsumerUndoUnit(String, Consumer<T>, Consumer<T>, T) - Constructor for class com.yworks.yfiles.graph.ConsumerUndoUnit
-
Creates a new instance using the provided name and a undo and redo handler as well as the parameters to pass to the
delegates.
- ConsumerUndoUnit(String, Consumer<T>, Consumer<T>) - Constructor for class com.yworks.yfiles.graph.ConsumerUndoUnit
-
Creates a new instance using the provided name and a undo and redo handler as well as the parameters to pass to the
delegates.
- contains(Node) - Method in class com.yworks.yfiles.algorithms.Graph
-
Whether or not this graph contains the given node.
- contains(Edge) - Method in class com.yworks.yfiles.algorithms.Graph
-
Whether or not this graph contains the given edge.
- contains(YPoint) - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Checks whether a given point lies on this line segment.
- contains(double, double) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Checks if the point specified by the given coordinates is contained in this rectangle.
- contains(double, double, double, double) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Checks whether this rectangle completely contains the second specified rectangle.
- contains(Rectangle2D) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Checks whether this rectangle completely contains the second specified rectangle.
- contains(Object) - Method in class com.yworks.yfiles.algorithms.YList
-
Whether or not this list contains the given element.
- contains(double, double, boolean) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Determines whether or not the specified point lies inside this oriented rectangle.
- contains(YOrientedRectangle, YPoint, double) - Static method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Determines whether the given oriented rectangle contains the provided point, using an epsilon value.
- contains(YOrientedRectangle, double, double, double) - Static method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Determines whether the given oriented rectangle contains the provided point, using an epsilon value.
- contains(YOrientedRectangle, YOrientedRectangle, double) - Static method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Determines whether the given rectangle r1 contains rectangle r2, using an epsilon value.
- contains(double, double) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Determines whether or not the specified point lies inside this oriented rectangle.
- contains(double, double) - Method in class com.yworks.yfiles.algorithms.YRectangle
-
Checks whether or not this YRectangle
contains the given point.
- contains(double, double, double, double, double, double, boolean) - Static method in class com.yworks.yfiles.algorithms.YRectangle
-
Determines whether the specified rectangle contains the specified point.
- contains(YPoint) - Method in class com.yworks.yfiles.algorithms.YRectangle
-
Checks whether or not this YRectangle
contains the given point.
- contains(YRectangle) - Method in class com.yworks.yfiles.algorithms.YRectangle
-
Checks whether or not this YRectangle
contains the given rectangle.
- contains(double, double, double, double) - Method in class com.yworks.yfiles.algorithms.YRectangle
-
Checks whether or not this YRectangle
contains the rectangle defined by the given frame.
- contains(double, double, double, double, double, double) - Static method in class com.yworks.yfiles.algorithms.YRectangle
-
Determines whether the specified rectangle contains the specified point.
- contains(PointD, double) - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Determines whether the given oriented rectangle contains the provided point, using an epsilon value.
- contains(IPoint) - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Determines whether the given rectangle contains the provided point.
- contains(PointD) - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Determines whether the given rectangle contains the provided point.
- contains(PointD, double) - Method in class com.yworks.yfiles.geometry.RectD
-
Determines whether this rectangle contains the specified point with respect to a given epsilon.
- contains(IModelItem) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- contains(IModelItem) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Determines whether this graph contains the specified item.
- contains(IModelItem) - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- contains(Iterable<IModelItem>) - Method in class com.yworks.yfiles.graph.GraphItemTypes
-
Determines whether the specified items collection contains any of the types described by types
.
- contains(IModelItem) - Method in interface com.yworks.yfiles.graph.IGraph
-
Determines whether this graph contains the specified item.
- contains(TypedKey<T>) - Method in class com.yworks.yfiles.graphml.TypedKeyMapper
-
Determines whether this instance contains the specified key.
- contains(double) - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Checks whether or not the given value lies within the interval.
- contains(FlagsEnum<T>) - Method in class com.yworks.yfiles.utils.FlagsEnum
-
Determines whether any flag in other
is also contained in this instance.
- contains(Object) - Method in class com.yworks.yfiles.utils.ObservableCollection
-
Checks for containment of the item in this collection.
- contains(IInputModeContext, IBend) - Method in interface com.yworks.yfiles.view.input.IContainsBendTester
-
Determines whether the provided bend
is deemed to lie within the shape this test is implemented for.
- containsAll(Collection<? extends Object>) - Method in class com.yworks.yfiles.algorithms.YList
-
Whether or not this list contains all the elements in the given collection.
- containsAll(FlagsEnum<T>) - Method in class com.yworks.yfiles.utils.FlagsEnum
-
Determines whether all flags in other
are also contained in this instance.
- containsAll(Collection<? extends Object>) - Method in interface com.yworks.yfiles.utils.ICollection
-
- containsAll(Collection<?>) - Method in interface com.yworks.yfiles.utils.IList
-
- containsEdge(Node, Node) - Method in class com.yworks.yfiles.algorithms.Graph
-
Returns whether or not this graph contains an edge that connects the given nodes.
- content - Variable in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
- contentMarginsProperty() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns the property that holds the content margins.
- contentProperty() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Returns a property holding a content object that can be defined by the user.
- contentRectProperty() - Method in class com.yworks.yfiles.view.CanvasControl
-
- ContextConfigurator - Class in com.yworks.yfiles.view
-
- ContextConfigurator(RectD, double) - Constructor for class com.yworks.yfiles.view.ContextConfigurator
-
- ContextConfigurator(RectD) - Constructor for class com.yworks.yfiles.view.ContextConfigurator
-
- ContextItemMapping<TItem,TValue,TContext> - Class in com.yworks.yfiles.layout
-
Provides different ways to define a mapping from items to values that takes a context object into consideration, too.
- ContextItemMapping() - Constructor for class com.yworks.yfiles.layout.ContextItemMapping
-
- ContextMenuInputMode - Class in com.yworks.yfiles.view.input
-
The default implementation of
AbstractContextMenuInputMode
interface that will
display a
ContextMenu
when the user right clicks on the
com.yworks.yfiles.canvas.CanvasControl
or presses the menu key.
- ContextMenuInputMode() - Constructor for class com.yworks.yfiles.view.input.ContextMenuInputMode
-
Creates a new instance with no initial popup menu.
- ContextMenuInputMode(ContextMenu) - Constructor for class com.yworks.yfiles.view.input.ContextMenuInputMode
-
Creates a new instance using the provided menu.
- CONTROL - Static variable in class com.yworks.yfiles.view.ModifierKeys
-
- CONTROL_KEY - Static variable in class com.yworks.yfiles.view.DragDropKeyStates
-
The control key is down.
- convert(IWriteContext, Object) - Method in class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
- convert(IWriteContext, Object) - Method in class com.yworks.yfiles.graph.portlocationmodels.GenericPortLocationModel
-
- convert(IWriteContext, Object) - Method in interface com.yworks.yfiles.graphml.IMarkupExtensionConverter
-
- convertFrom(MutableRectangle) - Static method in class com.yworks.yfiles.geometry.OrientedRectangle
-
A casting operator that creates a new instance of
OrientedRectangle
using the current state of the rectangle
that is cast.
- convertFrom(MutablePoint) - Static method in class com.yworks.yfiles.geometry.PointD
-
- convertFrom(MutableRectangle) - Static method in class com.yworks.yfiles.geometry.RectD
-
- convertFrom(MutableSize) - Static method in class com.yworks.yfiles.geometry.SizeD
-
- convertFrom(String) - Static method in class com.yworks.yfiles.graphml.XmlName
-
Factory method that creates a new XmlName for the given local name.
- convertFromString(String, IValueSerializerContext) - Method in class com.yworks.yfiles.graphml.ValueSerializer
-
Converts the string to an appropriate instance.
- convertToLabelNode(Node) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Converts a given
Node
to a label node.
- convertToMutablePoint(PointD) - Static method in class com.yworks.yfiles.geometry.PointD
-
- convertToMutableRectangle(RectD) - Static method in class com.yworks.yfiles.geometry.RectD
-
- convertToMutableSize(SizeD) - Static method in class com.yworks.yfiles.geometry.SizeD
-
- convertToString(Object, IValueSerializerContext) - Method in class com.yworks.yfiles.graphml.ValueSerializer
-
Converts the given value to string.
- CopiedLayoutGraph - Class in com.yworks.yfiles.layout
-
- CopiedLayoutGraph(LayoutGraph) - Constructor for class com.yworks.yfiles.layout.CopiedLayoutGraph
-
- copy(IGraph, Predicate<IModelItem>, IGraph, INode, IElementCopiedCallback) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- copy(IGraph, Predicate<IModelItem>) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Copies the elements indicated by the filter to the clipboard graph.
- copy(IGraph, IGraph) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Copies sourceGraph
to targetGraph
.
- copy(IGraph, Predicate<IModelItem>, IGraph, PointD, IElementCopiedCallback) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Copies a subgraph described by a
Predicate
from the
sourceGraph
to the
targetGraph
.
- copy(IGraph, Predicate<IModelItem>, IGraph, INode, PointD, IElementCopiedCallback) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Copies a subgraph induced by a
Predicate
from the
sourceGraph
to the
targetGraph
.
- copy(IGraphClipboardContext, IModelItem) - Method in interface com.yworks.yfiles.graph.IClipboardHelper
-
- copy(WritableImage, WritableImage, int, int, int, int, int, int) - Static method in class com.yworks.yfiles.utils.ImageSupport
-
Copys pixels from an image to another image.
- COPY - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- copyBackgroundStyle(INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
Create a copy of the background style when this style instance is cloned.
- copyColumn(IColumn) - Method in class com.yworks.yfiles.graph.Table
-
- copyDefaults(IStripeDefaults) - Method in class com.yworks.yfiles.graph.Table
-
- copyEdge(IGraph, IGraph, IEdge, IPort, IPort) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback method that adds an edge to the targetGraph as a copy of the source edge.
- copyEdgeStyle(IGraph, IEdge) - Method in class com.yworks.yfiles.graph.GraphCopier
-
- copyEdgeTag(IEdge, Object) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback that copies the
Tag
of an
IEdge
.
- copyGroupNode(IGraph, IGraph, INode, INode, PointD) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback method that creates a copy of the sourceGroupNode
in the targetGraph
.
- copyHandler(Graph, Graph) - Static method in class com.yworks.yfiles.algorithms.AbortHandler
-
Attaches the
AbortHandler
instance of the given source graph to the target graph as well.
- copyLabelLayoutParameter(IGraph, ILabel) - Method in class com.yworks.yfiles.graph.GraphCopier
-
- copyLabelStyle(IGraph, ILabel) - Method in class com.yworks.yfiles.graph.GraphCopier
-
- copyLabelTag(ILabel, Object) - Method in class com.yworks.yfiles.graph.GraphCopier
-
- copyNode(IGraph, IGraph, INode, PointD) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback method that creates a copy of the node
in the targetGraph
.
- copyNode(IGraph, IGraph, INode, INode, PointD) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback method that creates a copy of the node
in the targetGraph
.
- copyNodeStyle(IGraph, INode) - Method in class com.yworks.yfiles.graph.GraphCopier
-
- copyNodeTag(INode, Object) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback that copies the
Tag
of a
INode
.
- copyPortLocationParameter(IGraph, IPort) - Method in class com.yworks.yfiles.graph.GraphCopier
-
- copyPortStyle(IGraph, IPort) - Method in class com.yworks.yfiles.graph.GraphCopier
-
- copyPortTag(IPort, Object) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback that copies the
Tag
of a
IPort
.
- copyRow(IRow) - Method in class com.yworks.yfiles.graph.Table
-
- copyStyle(IEdgeStyle) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Creates a copy of an
IEdgeStyle
instance that is used during the layout for path calculations and the like.
- copyStyle(INodeStyle) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Creates a copy of an
INodeStyle
instance that is used during the layout.
- copyTable(ITable) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
Create a copy of the table when this style instance is cloned.
- copyTag(IModelItem, Object) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback that will copy a
Tag
for the target graph.
- copyTo(Object, int) - Method in class com.yworks.yfiles.algorithms.YList
-
Copies the elements of this collection to an
Object
, starting at a particular
Object
index.
- copyTo(Object[], int) - Method in class com.yworks.yfiles.algorithms.YList
-
Copies the elements of this collection to an array, starting at the specified array index.
- copyTo(T[], int) - Method in class com.yworks.yfiles.utils.ObservableCollection
-
Copies the items to the given array.
- CORE_NODES_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.BFSLayerer
-
A DataProvider
key for identifying the core nodes of the BFS layering.
- CORNER_MASK - Static variable in class com.yworks.yfiles.layout.DiscreteNodeLabelPositions
-
Position mask that constrains the positions to the corners outside the node.
- CORNERS - Static variable in class com.yworks.yfiles.view.input.HandlePositions
-
A combined bitset of all possible handle positions at the four corners of a rectangle.
- cost(EdgeList, IDataProvider) - Static method in class com.yworks.yfiles.algorithms.SpanningTrees
-
Returns the overall cost of a previously calculated minimum spanning tree.
- COUNTER_CLOCKWISE - Static variable in class com.yworks.yfiles.layout.LabelAngleOnRightSideRotations
-
Angle interpretation specifier which expresses that the rotation angle should be interpreted
counter-clockwise.
- coveredBy(Interval, double) - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Checks whether or not the given
interval
fully covers this
interval
given a small
epsilon value.
- coveredBy(Interval) - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Checks whether or not the given
interval
fully covers this
interval
given a small
epsilon value.
- coveredBy(OrthogonalInterval) - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- create(Class<TKey>, Class<TValue>, IMapper<TKey, TValue>) - Static method in class com.yworks.yfiles.graph.MapperMetadata
-
Creates an instance for the specified mapper.
- create(double, double, double, double) - Static method in class com.yworks.yfiles.layout.NodeHalo
-
Creates a
NodeHalo
with the specified values.
- create(double) - Static method in class com.yworks.yfiles.layout.NodeHalo
-
Creates a
NodeHalo
object with the specified value on each side of the node.
- create(PortSide, boolean) - Static method in class com.yworks.yfiles.layout.PortConstraint
-
Creates a new
PortConstraint
that constrains the edge to connect to the given side of a node and that can be
either strong or weak.
- create(PortSide) - Static method in class com.yworks.yfiles.layout.PortConstraint
-
Creates a new
PortConstraint
that constrains the edge to connect to the given side of a node and that can be
either strong or weak.
- create(T) - Static method in interface com.yworks.yfiles.utils.IEnumerable
-
An IEnumerable
that enumerates a single item, only.
- create(Iterable<T>) - Static method in interface com.yworks.yfiles.utils.IEnumerable
-
- create(T) - Static method in interface com.yworks.yfiles.utils.IListEnumerable
-
An IListEnumerable
that enumerates a single item, only.
- create(List<T>) - Static method in interface com.yworks.yfiles.utils.IListEnumerable
-
Creates a new instance using the given backing list.
- create(CanvasControl, double, double) - Static method in interface com.yworks.yfiles.view.ICanvasContext
-
- create(CanvasControl, double) - Static method in interface com.yworks.yfiles.view.ICanvasContext
-
- create(CanvasControl) - Static method in interface com.yworks.yfiles.view.ICanvasContext
-
- create(IHitTestableHandler) - Static method in interface com.yworks.yfiles.view.input.IHitTestable
-
Wrap a handler into an interface.
- create(IInputMode, ILookup) - Static method in interface com.yworks.yfiles.view.input.IInputModeContext
-
Factory method that creates an
IInputModeContext
that uses the provided parent mode and lookup decoration.
- create(IInputMode, IContextLookup) - Static method in interface com.yworks.yfiles.view.input.IInputModeContext
-
Factory method that creates an
IInputModeContext
that uses the provided parent mode and lookup decoration.
- create(IInputMode, IInputModeContext, ILookup) - Static method in interface com.yworks.yfiles.view.input.IInputModeContext
-
Factory method that creates an
IInputModeContext
that uses the provided parent mode, parent context, and lookup
decoration.
- create(IInputMode, IInputModeContext, IContextLookup) - Static method in interface com.yworks.yfiles.view.input.IInputModeContext
-
Factory method that creates an
IInputModeContext
that uses the provided parent mode, parent context, and lookup
decoration.
- create(CanvasControl, IInputMode, ILookup) - Static method in interface com.yworks.yfiles.view.input.IInputModeContext
-
- create(IInputMode) - Static method in interface com.yworks.yfiles.view.input.IInputModeContext
-
Factory method that creates an
IInputModeContext
that uses the provided parent mode and lookup decoration.
- create(CanvasControl, IInputMode) - Static method in interface com.yworks.yfiles.view.input.IInputModeContext
-
- create(CanvasControl) - Static method in interface com.yworks.yfiles.view.input.IInputModeContext
-
- createAbortHandler() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- createAbsolute(PointD, double) - Method in class com.yworks.yfiles.graph.labelmodels.FreeLabelModel
-
Creates a new label model parameter that places the label at the given absolute position using the provided angle.
- createAddingLookupChainLink(Class, Object) - Static method in interface com.yworks.yfiles.graph.IContextLookupChainLink
-
Factory method for a lookup chain element that simply adds an entry to a lookup chain.
- createAddingLookupChainLink(Object) - Static method in interface com.yworks.yfiles.graph.IContextLookupChainLink
-
Factory method for a lookup chain element that adds an dynamic instance to a lookup chain.
- createAddingLookupChainLink(ILookup) - Static method in interface com.yworks.yfiles.graph.IContextLookupChainLink
-
Factory method for a lookup chain element that adds an
ILookup
layer to a lookup chain.
- createAnchored(IPoint, double) - Method in class com.yworks.yfiles.graph.labelmodels.FreeLabelModel
-
Creates a new label at the given dynamic location using the provided angle.
- createAndRecognizer(IEventRecognizer...) - Static method in interface com.yworks.yfiles.view.input.IEventRecognizer
-
Creates an instance that is the logical 'and' combination of the provided recognizers.
- createAnimation() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Factory method that creates the
IAnimation
that will be used by this instance after the layout has been
calculated.
- createAspectRatioRestriction(double) - Static method in class com.yworks.yfiles.layout.organic.OutputRestriction
-
Creates an
OutputRestriction
that confines the layout result to a rectangular area which roughly complies with
the given
aspect ratio.
- createBackgroundGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Factory method for the BackgroundGroup property.
- createBend(IEdge, PointD) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Creates the bend.
- createBend(IInputModeContext, IGraph, IEdge, PointD) - Method in class com.yworks.yfiles.view.input.DefaultBendCreator
-
- createBend(IInputModeContext, IGraph, IEdge, PointD) - Method in interface com.yworks.yfiles.view.input.IBendCreator
-
Creates a bend at the given graph for the given edge at the position supplied.
- CreateBendInputMode - Class in com.yworks.yfiles.view.input
-
- CreateBendInputMode() - Constructor for class com.yworks.yfiles.view.input.CreateBendInputMode
-
- createBendNode(ILayer, Edge, SwimlaneDescriptor) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- createBendNode(ILayer, Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- createBendNodeData(Node, Edge, SwimlaneDescriptor) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- createBendNodeData(Node, Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- createBends(IEdgeLayout, Node, Node, RootPlacement, SubtreeArrangement) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
- createBendSelectionModel() - Method in class com.yworks.yfiles.view.GraphSelection
-
- createBorderInterval(PartitionCell.PartitionCellBorder) - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
- createBorderLine(int, INodeLayout) - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
Creates, stores and returns a
BorderLine
for the given side or returns the current
BorderLine
instance
if it already exists.
- createButton(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
Factory method that creates the toggle button instance.
- createCandidate(PortDirections) - Static method in class com.yworks.yfiles.layout.PortCandidate
-
Factory method that creates a free
PortCandidate
instance with the given direction and zero cost of usage.
- createCandidate(PortDirections, double) - Static method in class com.yworks.yfiles.layout.PortCandidate
-
Factory method that creates a free
PortCandidate
instance with the given direction and cost of usage.
- createCandidate(double, double, PortDirections, double) - Static method in class com.yworks.yfiles.layout.PortCandidate
-
Factory method that creates a fixed
PortCandidate
instance with the given cost of usage, direction and offset
values.
- createCandidate(PortConstraint) - Static method in class com.yworks.yfiles.layout.PortCandidate
-
- createCandidate(double, double, PortDirections) - Static method in class com.yworks.yfiles.layout.PortCandidate
-
Factory method that creates a fixed
PortCandidate
instance with the given cost of usage, direction and offset
values.
- createCandidate(IPortOwner, IPortLocationModelParameter, boolean) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- createCandidate(IPortOwner, IPortLocationModelParameter) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- createCandidateDescriptor(IInputModeContext, boolean) - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
- createCanonicalParameter(RectD, IOrientedRectangle, PointD) - Method in class com.yworks.yfiles.graph.labelmodels.FreeNodeLabelModel
-
Creates a parameter instance that anchors the label to the node at the canonical position with respect to the given
reference point.
- createCanonicalParameter(RectD, IOrientedRectangle) - Method in class com.yworks.yfiles.graph.labelmodels.FreeNodeLabelModel
-
Creates a parameter instance that anchors the label to the node at the canonical position with respect to the given
reference point.
- createCellId(RowDescriptor, ColumnDescriptor) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
- createCellId(int, int) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Creates a
partition cell
identifier that represents the cell defined by the given column and row
index.
- createCellSpanId(int, int, int, int) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Creates a
partition cell
identifier that represents a multi-cell spanning multiple columns and
rows.
- createCellSpanId(Collection<Object>, Collection<Object>) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Creates a
partition cell
identifier that represents a multi-cell spanning multiple columns and
rows.
- createCellSpanId(RowDescriptor, ColumnDescriptor, RowDescriptor, ColumnDescriptor) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Creates a
partition cell
identifier that represents a multi-cell spanning multiple columns and
rows.
- createCenterSnapLine(GraphSnapContext, INode, SnapLineOrientation, PointD) - Method in class com.yworks.yfiles.view.input.NodeSnapLineProvider
-
Convenience method that creates a snap line for the center of nodes.
- createChannelInterEdgeRouter(ChannelEdgeRouter) - Static method in interface com.yworks.yfiles.layout.PartitionLayout.IInterEdgeRouter
-
com.yworks.yfiles.layout.PartitionLayout.ChannelInterEdgeRouter
routes inter-edges using
ChannelEdgeRouter
.
- createChannelInterEdgeRouter() - Static method in interface com.yworks.yfiles.layout.PartitionLayout.IInterEdgeRouter
-
com.yworks.yfiles.layout.PartitionLayout.ChannelInterEdgeRouter
routes inter-edges using
ChannelEdgeRouter
.
- createChildInputModeContext() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
- createChildInputModeContext() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
- createCircularCageRestriction(double, double, double) - Static method in class com.yworks.yfiles.layout.organic.OutputRestriction
-
- createClickInputMode() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
- createClickInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- createClickRecognizer() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Creates the event recognizer that is used to recognize the clicks for this instance.
- createClipboardGraph() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Creates the graph used for the clipboard.
- createClipBoardHelperCopyFilter() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createClipBoardHelperCutFilter() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createClipBoardHelperPasteFilter() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createColumn(IColumn, double, double, InsetsD, IStripeStyle, Object, int) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new column as the index
th child of owner
with the given parameters.
- createColumn(double, double, InsetsD, IStripeStyle, Object, int) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a column as last child of table
.
- createColumn(IColumn, double, double, InsetsD, IStripeStyle, Object) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new column as the index
th child of owner
with the given parameters.
- createColumn(IColumn, double, double, InsetsD, IStripeStyle) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new column as the index
th child of owner
with the given parameters.
- createColumn(IColumn, double, double, InsetsD) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new column as the index
th child of owner
with the given parameters.
- createColumn(IColumn, double, double) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new column as the index
th child of owner
with the given parameters.
- createColumn(IColumn, double) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new column as the index
th child of owner
with the given parameters.
- createColumn(IColumn) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new column as the index
th child of owner
with the given parameters.
- createColumn(double, double, InsetsD, IStripeStyle, Object) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a column as last child of table
.
- createColumn(double, double, InsetsD, IStripeStyle) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a column as last child of table
.
- createColumn(double, double, InsetsD) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a column as last child of table
.
- createColumn(double, double) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a column as last child of table
.
- createColumn(double) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a column as last child of table
.
- createColumn() - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a column as last child of table
.
- createColumn(IColumn, double, double, InsetsD, IStripeStyle, Object, int) - Method in class com.yworks.yfiles.graph.Table
-
- createColumnDefaults() - Method in class com.yworks.yfiles.graph.Table
-
Callback method that creates the Column defaults.
- createColumnSpanId(int) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Creates a
partition cell
identifier that represents a cell spanning a whole column.
- createCommand(String) - Static method in interface com.yworks.yfiles.view.input.ICommand
-
Creates a new
ICommand
instance that does nothing.
- createCommand() - Static method in interface com.yworks.yfiles.view.input.ICommand
-
Creates a new
ICommand
instance that does nothing.
- createComparableComparator() - Static method in class com.yworks.yfiles.algorithms.Comparators
-
Returns a
Comparator
that compares to Objects of type Comparable.
- createComparableDataComparator(IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Comparators
-
Returns a
Comparator
that compares objects of arbitrary type.
- createComparator() - Method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
Creates a
Comparator
for outgoing edges that takes the rotation into account.
- createComparator() - Method in class com.yworks.yfiles.layout.tree.AssistantNodePlacer
-
- createComparator() - Method in class com.yworks.yfiles.layout.tree.BusNodePlacer
-
Creates a
Comparator
for outgoing edges that takes the rotation into account.
- createComparator() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Creates a
Comparator
for outgoing edges which takes the initial coordinates of the edges' targets into account.
- createComparator() - Method in class com.yworks.yfiles.layout.tree.DendrogramNodePlacer
-
Creates a
Comparator
that sorts outgoing edges according to the x-coordinate of their target nodes.
- createComparator() - Method in class com.yworks.yfiles.layout.tree.LeftRightNodePlacer
-
Returns a
Comparator
for outgoing edges that considers the locations of the target nodes.
- createComponentPartitionPlacer(ComponentLayout) - Static method in interface com.yworks.yfiles.layout.PartitionLayout.IPartitionPlacer
-
- createComponentPartitionPlacer() - Static method in interface com.yworks.yfiles.layout.PartitionLayout.IPartitionPlacer
-
- createCompoundComparator(Comparator<Object>, Comparator<Object>) - Static method in class com.yworks.yfiles.layout.tree.AssistantNodePlacer
-
Creates a
Comparator
that compares outgoing edges connecting to assistant nodes and edges connecting to
non-assistant nodes separately.
- createConfiguration(LayoutGraph, GroupingSupport) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- createConnectorEdge(LayoutContext, Node, Node, Object, boolean) - Method in class com.yworks.yfiles.layout.multipage.DefaultElementFactory
-
- createConnectorEdge(LayoutContext, Node, Node, Object, boolean) - Method in interface com.yworks.yfiles.layout.multipage.IElementFactory
-
- createConnectorNode(LayoutContext, YList, Object) - Method in class com.yworks.yfiles.layout.multipage.DefaultElementFactory
-
- createConnectorNode(LayoutContext, YList, Object) - Method in interface com.yworks.yfiles.layout.multipage.IElementFactory
-
- createConnectorProxyForGroup(Node, Object, ILayer, Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a dummy
Node
that mimics a connector to a group
Node
.
- createConstantDataProvider(Object) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider that returns the given value for each key.
- createConstantMapper(Class<K>, Class<V>, Object, V) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates a simple read-only
IMapper
implementation and
adds
it
to the
registry
using the provided
tag
.
- createConstantMapper(Class<V>, NodeDpKey<V>, V) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates a simple read-only
IMapper
implementation with key type
INode
and
adds
it to the
registry
using the provided
tag
.
- createConstantMapper(Class<V>, EdgeDpKey<V>, V) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates a simple read-only
IMapper
implementation with key type
IEdge
and
adds
it to the
registry
using the provided
tag
.
- createConstantMapper(Class<V>, ILabelLayoutDpKey<V>, V) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates a simple read-only
IMapper
implementation with key type
ILabel
and
adds
it to the
registry
using the provided
tag
.
- createContentConnectorProxyForGroup(Node, Object, ILayer, Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a dummy node that mimics a connector to a group node from a descendant.
- createContentGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Factory method for the ContentGroup property.
- createContentGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- createContext(IGraph, IGraph) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Factory method that creates the context for the upcoming calls to the
IClipboardHelper
methods.
- createContextConfigurator(RectD) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
- createContextLookupChainLink(IContextLookup) - Static method in interface com.yworks.yfiles.graph.IContextLookupChainLink
-
Creates a lookup chain link that is backed by the given callback.
- createControl(IRenderContext, ILabel) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyle
-
Factory method that is called by the
TemplateLabelStyleRenderer
to create the control that will be used for the
display of the label.
- createControl(IRenderContext, INode) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
Factory method that is called by the
TemplateNodeStyleRenderer
to create the control that will be used for the
display of the node.
- createControl(IRenderContext, IPort) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyle
-
Factory method that is called by the
TemplatePortStyleRenderer
to create the control that will be used for the
display of the port.
- createControl(IRenderContext, IStripe) - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyle
-
Factory method that is called by the
TemplateStripeStyleRenderer
to create the control that will be used for the
display of the stripe.
- createCopiedLayoutGraph() - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- createCopy(boolean, boolean) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Creates a copy of this borderline.
- createCopy(Graph, Node, Node) - Method in class com.yworks.yfiles.algorithms.Edge
-
Creates a copy of this edge that will be inserted into the given graph connecting the given source and target nodes.
- createCopy() - Method in class com.yworks.yfiles.algorithms.Graph
-
Creates a copy of this graph.
- createCopy(Graph) - Method in class com.yworks.yfiles.algorithms.Node
-
Creates a copy of this node that will be inserted into the given graph.
- createCopy() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
- createCopy() - Method in class com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor
-
- createCopy() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
- createCopy() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
- createCopy() - Method in class com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor
-
- createCopy(AbstractRotatableNodePlacer.Matrix) - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- createCreateBendInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- createCreateEdgeInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- createCurrentPortCandidateDescriptor() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- createCursor(Collection<T>) - Static method in class com.yworks.yfiles.algorithms.Cursors
-
Creates a cursor view of the given collection.
- createCursor() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Creates a cursor for iterating over the elements of this path.
- createCustomBridge(IRenderContext, GeneralPath, PointD, PointD, double) - Method in interface com.yworks.yfiles.view.IBridgeCreator
-
- createDataMap(Map<Object, Object>) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Create a DataMap view of the given map.
- createDataMap(Class<K>, Class<V>, IMapper<K, V>) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createDataProvider(Class<K>, IMapper<K, V>) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createDataProvider(Class<K>, Function<K, V>) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
Creates an
IDataProvider
that delegates to the provided delegate when queried for items in the
YGraph
.
- createdChildren - Variable in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
The list containing the created children.
- createDefaultClipboardIdProvider() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createDefaultCopyFilter(IGraphSelection, IGraph) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createDefaultCutFilter(IGraphSelection, IGraph) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createDefaultDuplicateFilter(IGraphSelection, IGraph) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createDefaultEdgeOrderComparator(LayoutGraph, PathSearchConfiguration) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Creates a default
Comparator
instance to determine the order of the edges according to which they will be
routed.
- createDefaultLabelLayoutParameter(ILabelOwner) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates the label layout parameter for a given
ILabelOwner
.
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.CompositeLabelModel
-
Creates a default parameter that can be used for this model.
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.DescriptorWrapperLabelModel
-
Creates a default parameter that can be used for this model.
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
A model parameter that encodes the default position of this model's allowed edge label positions.
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
A model parameter that encodes the default position of this model's allowed edge label positions.
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.ExteriorLabelModel
-
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.FreeEdgeLabelModel
-
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.FreeLabelModel
-
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.FreeNodeLabelModel
-
Creates a parameter that is anchored at the node center and has no rotation.
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
- createDefaultParameter() - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelModel
-
Creates a default parameter that can be used for this model.
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.SandwichLabelModel
-
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
- createDefaultParameter() - Method in class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
- createDefaultPortLocationParameter(IPortOwner, PointD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a location model parameter for a newly created
IPort
at the
owner
that matches the
location
.
- createDefaultPortLocationParameter(IPortOwner) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a location model parameter for a newly created
IPort
at the
owner
that matches the
location
.
- createDefaultValueSerializerContext() - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Creates the default value serializer context and returns it.
- createDelegateMapper(Class<K>, Class<V>, Object, Function<K, V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates a delegate-based read-only
IMapper
implementation and
adds
it to the
registry
using the provided
tag
.
- createDelegateMapper(Class<V>, NodeDpKey<V>, Function<INode, V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates a delegate-based read-only
IMapper
implementation with key type
INode
and
adds
it to the
registry
using the provided
tag
.
- createDelegateMapper(Class<V>, EdgeDpKey<V>, Function<IEdge, V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates a delegate-based read-only
IMapper
implementation with key type
IEdge
and
adds
it to the
registry
using the provided
tag
.
- createDelegateMapper(Class<V>, ILabelLayoutDpKey<V>, Function<ILabel, V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates a delegate-based read-only
IMapper
implementation with key type
ILabel
and
adds
it to the
registry
using the provided
tag
.
- createDictionaryLookup(HashMap<Class, Object>) - Static method in interface com.yworks.yfiles.graph.ILookup
-
Creates a simple mutable
ILookup
implementation that is backed by a dictionary.
- createDistanceNode(ILayer, Rectangle2D, Edge[]) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a spacer
Node
for the drawing phase using the given bounds in the given
ILayer
.
- createDoubleDataComparator(IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Comparators
-
Returns a
Comparator
that compares objects of arbitrary type.
- createDoubleDataSourceComparator(IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Comparators
-
- createDoubleDataTargetComparator(IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Comparators
-
- createDrawingDistanceCalculator() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- createDummyEdge(Node, Node, Edge, boolean, boolean) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a dummy
Edge
using the given data.
- createDummyEdge() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Creates the dummy edge that will be displayed by the input mode during the creation.
- createDummyEdge(IEdge) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Factory method that creates the dummy edge that will be shown during the drag operation.
- createDummyEdgeGraph() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Factory method that will create the dummy graph to hold the preview of the
DummyEdge
.
- createDummyEdgeVisualCreator(SimpleEdge) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Factory method that creates a dummy paintable for the dummy edge during the drag operation.
- createDuplicateCopier() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createDynamic(Object) - Static method in interface com.yworks.yfiles.graph.ILookup
-
Creates a dynamic lookup implementation that for each type that the given subject can be assigned to yields that
subject.
- createDynamic(IOrientedRectangle) - Method in class com.yworks.yfiles.graph.labelmodels.FreeLabelModel
-
Creates a new label model parameter that dynamically reads the label layout from the provided instance.
- createEasedAnimation(IAnimation, double, double) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates an eased animation for the given base animation.
- createEasedAnimation(IAnimation, double) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates an eased animation for the given base animation.
- createEasedAnimation(IAnimation) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates an eased animation for the given base animation.
- createEdge(Node, Node) - Method in class com.yworks.yfiles.algorithms.Graph
-
Creates a new edge in this graph and fires a corresponding notification event to inform registered listeners.
- createEdge(Node, Edge, Node, Edge, GraphElementInsertion, GraphElementInsertion) - Method in class com.yworks.yfiles.algorithms.Graph
-
Creates a new edge in this graph to be ordered before or after a given edge and fires a corresponding notification event
to inform registered listeners.
- createEdge(IPort, IPort, IEdgeStyle, Object) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- createEdge(INode, INode, IEdgeStyle, Object) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- createEdge(INode, INode, IEdgeStyle, Object) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Convenience method that creates and returns an edge that connects to the given node instances using the given style
instance.
- createEdge(IPort, IPort, IEdgeStyle, Object) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- createEdge(IPort, IPort, IEdgeStyle, Object) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates and returns an edge that connects to the given port instances.
- createEdge(INode, INode, IEdgeStyle, Object) - Method in interface com.yworks.yfiles.graph.IGraph
-
Convenience method that creates and returns an edge that connects to the given node instances using the given style
instance.
- createEdge(IPort, IPort, IEdgeStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates and returns an edge that connects to the given port instances.
- createEdge(IPort, IPort) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates and returns an edge that connects to the given port instances.
- createEdge(INode, INode, IEdgeStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Convenience method that creates and returns an edge that connects to the given node instances using the given style
instance.
- createEdge(INode, INode) - Method in interface com.yworks.yfiles.graph.IGraph
-
Convenience method that creates and returns an edge that connects to the given node instances using the given style
instance.
- createEdge(IParseContext, INode, IPort, INode, IPort) - Method in interface com.yworks.yfiles.graphml.IGraphElementFactory
-
Creates an edge for the given context and the provided source and target nodes or ports.
- createEdge(Object) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Creates an edge in the copied graph that corresponds to the given original edge.
- createEdge(Node, Node, Object) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
All methods of the
IElementFactory
have to use this method to create an
edge.
- createEdge() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Callback at the end of the edge creation process.
- createEdge(IGraph, IPortCandidate, IPortCandidate) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- createEdge(IInputModeContext, IGraph, IPortCandidate, IPortCandidate, IEdge) - Method in interface com.yworks.yfiles.view.input.IEdgeCreationCallback
-
- createEdgeAnchored(double, double, double) - Method in class com.yworks.yfiles.graph.labelmodels.FreeEdgeLabelModel
-
Creates a parameter for the given location.
- createEdgeBetweennessPartitionFinder(int, int) - Static method in interface com.yworks.yfiles.layout.PartitionLayout.IPartitionFinder
-
- createEdgeBetweennessPartitionFinder(int) - Static method in interface com.yworks.yfiles.layout.PartitionLayout.IPartitionFinder
-
- createEdgeBetweennessPartitionFinder() - Static method in interface com.yworks.yfiles.layout.PartitionLayout.IPartitionFinder
-
- createEdgeCreationInputModeContext() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Creates an
IInputModeContext
for use with the port candidates queries for the upcoming edge creation operation
and the actual edge creation.
- createEdgeCursor(Collection<T>) - Static method in class com.yworks.yfiles.algorithms.Cursors
-
Creates a cursor view of the given collection.
- createEdgeDataProvider(double[]) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider view of a double array defined for edges.
- createEdgeDataProvider(int[]) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider view of an int array defined for edges.
- createEdgeDataProvider(boolean[]) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider view of a boolean array defined for edges.
- createEdgeDataProvider(Object[]) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider view of an Object array defined for edges.
- createEdgeDataProvider(double[], int[], boolean[], Object[]) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider view of a double, int, boolean and Object array defined for edges.
- createEdgeEnumerable(EdgeList) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createEdgeGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- createEdgeGroupNode(ILayer, Object) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- createEdgeGroupNodeData(Node, Object, boolean) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- CreateEdgeInputMode - Class in com.yworks.yfiles.view.input
-
- CreateEdgeInputMode() - Constructor for class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- createEdgeLabelCandidate(ILabel, ILabel, ILabelModelParameter, IEdgeLabelLayout) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- createEdgeLabelGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- createEdgeLayout() - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
- createEdgeLayout(IEdge) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Factory method that creates an
IEdgeLayout
implementation that wraps the given
IEdge
.
- createEdgeLayoutDescriptor() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Returns a new
EdgeLayoutDescriptor
instance that will be used during the various phases of the layout algorithm
to determine the drawing details of the edges of the graph.
- createEdgeLayoutDescriptor() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Returns a new
EdgeLayoutDescriptor
instance that will be used during the various phases of the layout algorithm
to determine the drawing details of the edges of the graph.
- createEdgeList(Iterable<IEdge>) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createEdgeMap() - Method in class com.yworks.yfiles.algorithms.Graph
-
Returns a newly created edge map that is valid for the edges in this graph.
- createEdgeMap(Map<Object, Object>) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Create an EdgeMap view of the given map.
- createEdgeMap(IMapper<IEdge, V>) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createEdgeMap(Function<IEdge, V>) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
Creates an
IEdgeMap
that delegates to the provided delegate when queried for
Edge
s in the
YGraph
.
- createEdgePortLayout(IPort) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Callback factory method that creates the
INodeLayout
for the given
IPort
that is used as a dummy to
represent the port at the
IEdge
that owns
port
.
- createEdgeReverser() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- createEdges() - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
Creates the edges in the conflict graph, i.e., one edge between two nodes if the corresponding
LabelCandidate
s intersect.
- createEdgeSegmentAnimation(IGraph, IEdge, IPoint[], PointD, PointD, Duration) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates a new
IAnimation
that animates the given
edge
's bends from its current shape linearly to the
shape given by the
endBends
and final port locations.
- createEdgeSelectionModel() - Method in class com.yworks.yfiles.view.GraphSelection
-
- createEdgeStyle(IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- createElementFactory() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
- createEllipticalCageRestriction(double, double, double, double) - Static method in class com.yworks.yfiles.layout.organic.OutputRestriction
-
- createEnlargedBounds(LayoutGraph, Node, NodeList, Rectangle2D) - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Enlarges the given graph bounds by the insets associated with the given group node.
- createExistingPortCandidate(IPort) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Factory method that creates the candidate for the existing port.
- createFactoryLookupChainLink(Class<TContext>, Class<TResult>, Function<TContext, TResult>) - Static method in interface com.yworks.yfiles.graph.IContextLookupChainLink
-
Factory method for a lookup chain element that uses a
Function
to yield a
TResult
for a specific
TContext
.
- createFocusGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
- createFocusIndicatorManager() - Method in class com.yworks.yfiles.view.GraphControl
-
Factory method for the FocusIndicatorManager property.
- createFolderNode(INode, RectD, INodeStyle, Object) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Directly creates a collapsed node on this instance with the given parameters.
- createFolderNode(INode, RectD, INodeStyle) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Directly creates a collapsed node on this instance with the given parameters.
- createFolderNode(INode, RectD) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Directly creates a collapsed node on this instance with the given parameters.
- createFolderNode(INode) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Directly creates a collapsed node on this instance with the given parameters.
- createFolderNode() - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Directly creates a collapsed node on this instance with the given parameters.
- createFoldingView(INode, Predicate<INode>) - Method in class com.yworks.yfiles.graph.FoldingManager
-
Creates a separate view instance of the
MasterGraph
which is a synchronized copy of a subset
of the items from the master graph.
- createFoldingView(INode) - Method in class com.yworks.yfiles.graph.FoldingManager
-
Creates a separate view instance of the
MasterGraph
which is a synchronized copy of a subset
of the items from the master graph.
- createFoldingView() - Method in class com.yworks.yfiles.graph.FoldingManager
-
Creates a separate view instance of the
MasterGraph
which is a synchronized copy of a subset
of the items from the master graph.
- createForGraph(Graph) - Static method in class com.yworks.yfiles.algorithms.AbortHandler
-
Creates an
handler
instance and attaches it to the given graph.
- createFromClipboardCopier() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createFromSketchComparator() - Method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
- createFromSketchComparator() - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
Creates an
edge comparator
which takes the initial coordinates of the nodes into account.
- createFromSketchComparator() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
- createFromSketchComparator() - Method in class com.yworks.yfiles.layout.tree.DendrogramNodePlacer
-
Creates a
Comparator
for the edges which takes the initial x-coordinates of the nodes into account.
- createFromSketchComparator() - Method in class com.yworks.yfiles.layout.tree.GridNodePlacer
-
Creates a
Comparator
that sorts the outgoing edges according to the rows and x-coordinates of their target
nodes.
- createFromSketchComparator() - Method in interface com.yworks.yfiles.layout.tree.IFromSketchNodePlacer
-
Creates an
edge comparator
which takes the initial coordinates of the nodes into account.
- createFromSource(int) - Method in class com.yworks.yfiles.graph.portlocationmodels.BendAnchoredPortLocationModel
-
Creates a parameter that indicates the location of the bend with index bendIndex
starting from the source side.
- createFromSource(double, int) - Method in class com.yworks.yfiles.graph.portlocationmodels.SegmentRatioPortLocationModel
-
Creates the a new parameter for the specified segment index and ratio.
- createFromTarget(int) - Method in class com.yworks.yfiles.graph.portlocationmodels.BendAnchoredPortLocationModel
-
Creates a parameter that indicates the location of the bend with index bendIndex
starting from the target side.
- createFromTarget(double, int) - Method in class com.yworks.yfiles.graph.portlocationmodels.SegmentRatioPortLocationModel
-
Creates the a new parameter for the specified segment index counted from the target end of the edge and the provided
ratio.
- createGeneralPath(Matrix2D) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Creates a new
GeneralPath
that is a copy of this path with all geometry transformed using the supplied matrix.
- createGraph() - Method in class com.yworks.yfiles.algorithms.Graph
-
Creates an empty base object of the same type as this graph.
- createGraph() - Method in class com.yworks.yfiles.view.GraphControl
-
Factory method for the Graph property.
- createGraphAnimation(IGraph, IMapper<INode, IRectangle>, IMapper<IEdge, IPoint[]>, IMapper<IPort, IPortLocationModelParameter>, IMapper<ILabel, ILabelModelParameter>, Duration) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates a new
IAnimation
that animates the given layout of all types of graph items.
- createGraphClipboard() - Method in class com.yworks.yfiles.view.GraphControl
-
Creates the default instance to use if no custom instance has been set.
- createGraphElementFactory(GraphMLParser, IGraph) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- createGraphMLParser(IGraph) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Create a suitable instance of
GraphMLParser
that can handle the given graph.
- createGraphMLWriter(IGraph) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Create and configure a new
GraphMLWriter
that is used for writing
graph
.
- createGraphModelManager() - Method in class com.yworks.yfiles.view.GraphControl
-
- createGraphPartition(IObstaclePartition) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Creates a
GraphPartition
instance that divides the area of the graph into several rectangles.
- createGraphVisualCreator(IGraph) - Method in class com.yworks.yfiles.view.GraphOverviewControl
-
Factory method that creates the
IVisualCreator
that renders the preview of the graph.
- createGrid(int, int) - Method in interface com.yworks.yfiles.graph.ITable
-
Convenience method that creates a columns
x rows
.
- createGroupBorderEdge(Node, Node) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates an
Edge
that connects two group border
Node
s.
- createGroupBorderNode(Node, ILayer, NodeDataType) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a group boundary
Node
for a group node in the given
ILayer
.
- createGrouping(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- createGroupLayerDummyNode() - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- createGroupNode(INode, RectD, INodeStyle, Object) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- createGroupNode(INode, RectD, INodeStyle, Object) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- createGroupNode(INode, RectD, INodeStyle, Object) - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- createGroupNode(INode, RectD, INodeStyle, Object) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a new group node using the provided style and layout as a child of parent
.
- createGroupNode(INode, RectD, INodeStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a new group node using the provided style and layout as a child of parent
.
- createGroupNode(INode, RectD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a new group node using the provided style and layout as a child of parent
.
- createGroupNode(INode) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a new group node using the provided style and layout as a child of parent
.
- createGroupNode() - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a new group node using the provided style and layout as a child of parent
.
- createGroupNodeConnectorEdge(Node, Node, Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a group node connector
Edge
between two group
Node
s.
- createHandleInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- createHandleInputMode() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Factory method for the HandleInputMode property.
- createHandleInputModeContext() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
- createHashedDataMap() - Static method in class com.yworks.yfiles.algorithms.Maps
-
Creates a DataMap that is based on hashing.
- createHashedEdgeMap() - Static method in class com.yworks.yfiles.algorithms.Maps
-
Creates an EdgeMap that is based on hashing.
- createHashedNodeMap() - Static method in class com.yworks.yfiles.algorithms.Maps
-
Creates a NodeMap that is based on hashing.
- createHashMap(Collection<Map.Entry<K, V>>) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Factory method that creates a
Map
that is a special hash map implementation mainly used by the layout
algorithms.
- createHashMap() - Static method in class com.yworks.yfiles.algorithms.Maps
-
Factory method that creates a
Map
that is a special hash map implementation mainly used by the layout
algorithms.
- createHashSet(Iterable<T>) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Factory method that creates an
Collection
implementation with set semantics that is a special hash map based
implementation mainly used by the layout algorithms.
- createHashSet() - Static method in class com.yworks.yfiles.algorithms.Maps
-
Factory method that creates an
Collection
implementation with set semantics that is a special hash map based
implementation mainly used by the layout algorithms.
- createHidingLookupChainLink(Class) - Static method in interface com.yworks.yfiles.graph.IContextLookupChainLink
-
Factory method for a lookup chain element that removes the entry from the lookup chain for a given type.
- createHierarchicLayoutCore() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
- createHighlightGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Factory method for the HighlightGroup property.
- createHighlightIndicatorManager() - Method in class com.yworks.yfiles.view.GraphControl
-
- createHitTester(Class<T>) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Gets a
IHitTester
that can be used to enumerate hits on the canvas at a given world coordinate position.
- createHoverInputModeContext() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
- createIdProvider(IGraphElementIdProvider) - Method in class com.yworks.yfiles.graphml.GraphElementIdAcceptor
-
- createImmutable(double, double, double, double, double, double) - Static method in class com.yworks.yfiles.geometry.OrientedRectangle
-
- createImplicitlyMovedBendInfo(IBend, MovementInfo, MovementInfo) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Creates or obtains a previously created
MovementInfo
for the provided implicitly moved bend.
- createIncrementalGroupHint(Object) - Method in interface com.yworks.yfiles.layout.hierarchic.IIncrementalHintsFactory
-
Creates a hint
Object
for a group
Node
that should be inserted
incrementally during the layering phase.
- createIncrementalHintsFactory() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Returns a
IIncrementalHintsFactory
instance that must be used to obtain hints to be associated with graph
elements that should be laid out incrementally.
- createIncrementalHintsFactory() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Creates an
IIncrementalHintsFactory
implementation used for obtaining hint objects associated with nodes and
edges of the graph prior to the invocation of the layout algorithm.
- createIncrementalLayerer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- createIndexEdgeMap(double[]) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Returns a EdgeMap view of a double array defined for edges.
- createIndexEdgeMap(int[]) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Returns a EdgeMap view of an int array defined for edges.
- createIndexEdgeMap(boolean[]) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Returns a EdgeMap view of a boolean array defined for edges.
- createIndexEdgeMap(Object[]) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Returns a EdgeMap view of an Object array defined for edges.
- createIndexEdgeMap(double[], int[], boolean[], Object[]) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Returns a EdgeMap view of a double, int, boolean and Object array defined for edges.
- createIndexNodeMap(double[]) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Returns a NodeMap view of a double array defined for nodes.
- createIndexNodeMap(int[]) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Returns a NodeMap view of an int array defined for nodes.
- createIndexNodeMap(boolean[]) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Returns a NodeMap view of a boolean array defined for nodes.
- createIndexNodeMap(Object[]) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Returns a NodeMap view of an Object array defined for nodes.
- createIndexNodeMap(double[], int[], boolean[], Object[]) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Returns a NodeMap view of a double, int, boolean and Object array defined for nodes.
- createInfoMap(Graph) - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Creates a
INodeMap
to store hierarchy information for each node.
- createInputHandler(QueryInputHandlersEventArgs) - Method in interface com.yworks.yfiles.graphml.IGenericInputHandlerFactory
-
- createInputModeContext() - Method in class com.yworks.yfiles.view.CanvasControl
-
- createInputModeContext() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
- createInputModeEventArgs(IInputModeContext) - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
- createInputModeEventArgs() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
- createInputModeEventArgs() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
- createInputModeEventArgs() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
- createInputModeEventArgs(IInputModeContext) - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
- createInputModeGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Factory method for the InputModeGroup property.
- createInstance() - Method in interface com.yworks.yfiles.layout.hierarchic.ILayers
-
Creates a new and empty
ILayers
instance that can be used on the same graph instance for temporary results.
- createInstance(IInputModeContext, DefaultPortCandidate) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- createInstance(IInputModeContext, IGraph, IPortLocationModelParameter, IPortStyle, Object) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Actually creates the
IPort
instance.
- createIntDataComparator(IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Comparators
-
Returns a
Comparator
that compares objects of arbitrary type.
- createIntDataSourceComparator(IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Comparators
-
- createIntDataTargetComparator(IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Comparators
-
- createIntersection(Rectangle2D) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Calculates the intersection of this rectangle with the given rectangle and returns the result as new rectangle.
- createItem(IInputModeContext, IGraph, T, IModelItem, PointD) - Method in interface com.yworks.yfiles.view.input.IDropCreationCallback
-
Callback for creating a copy of the dragged item in graph at the specified location.
- createItemData(LayoutGraph, IItemFactory) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- createKeyboardInputMode() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Factory method for the KeyboardInputMode property.
- createKeyboardInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- createKeyEventRecognizer(EventType<KeyEvent>, KeyCode) - Static method in interface com.yworks.yfiles.view.input.IEventRecognizer
-
Creates an event recognizer for a given key and type using a given set of modifiers.
- createKeyEventRecognizer(EventType<KeyEvent>, KeyCode, ModifierKeys) - Static method in interface com.yworks.yfiles.view.input.IEventRecognizer
-
Creates an event recognizer for a given key and type using a given set of modifiers.
- createKeyEventRecognizer(char) - Static method in interface com.yworks.yfiles.view.input.IEventRecognizer
-
Creates an event recognizer that recognizes a key being typed.
- createKeyPress(KeyCodeCombination) - Static method in interface com.yworks.yfiles.view.input.IEventRecognizer
-
- createLabel(ILabelOwner) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Interactively creates a new label for the provided label owner.
- createLabel(IStripe) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Interactively creates a new label for the provided stripe.
- createLabelAnimation(IGraph, ILabel, ILabelModelParameter, Duration) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates a new
IAnimation
that animates the given
label
from its current layout linearly to the layout
given by the
targetLayoutParameter
.
- createLabelFactory() - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
- createLabelFactory() - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
- createLabelFactory() - Method in class com.yworks.yfiles.layout.LayoutGraph
-
- createLabelHitTestable() - Method in class com.yworks.yfiles.view.input.MoveLabelInputMode
-
Creates the hit testable that will be used to determine whether this mode may be activated.
- createLabelLayout(Node, YOrientedRectangle) - Method in interface com.yworks.yfiles.layout.ILabelLayoutFactory
-
- createLabelLayout(Node, YOrientedRectangle, INodeLabelLayoutModel) - Method in interface com.yworks.yfiles.layout.ILabelLayoutFactory
-
- createLabelLayout(Edge, YOrientedRectangle) - Method in interface com.yworks.yfiles.layout.ILabelLayoutFactory
-
- createLabelLayout(Edge, YOrientedRectangle, IEdgeLabelLayoutModel, PreferredPlacementDescriptor) - Method in interface com.yworks.yfiles.layout.ILabelLayoutFactory
-
- createLabelLayoutParameter(IFoldingView, ILabel, ILabel) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- createLabelLayoutParameter(IFoldingView, ILabel, ILabel) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- createLabelLayoutParameter(IStripe) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates the label model parameter for a given
ILabelOwner
.
- createLabelPositionHandler(ILabel) - Method in class com.yworks.yfiles.view.input.MoveLabelInputMode
-
- createLabelSelectionModel() - Method in class com.yworks.yfiles.view.GraphSelection
-
- createLabelSnapResult(ILabelModelParameter, double, PointD, Object, SnapLine, PointD, Object) - Static method in class com.yworks.yfiles.view.input.SnapResult
-
Factory method that creates a
SnapResult
to which a
ILabel
will snap, based on
the given
snapLine
.
- createLabelStyle(IFoldingView, ILabel, ILabel) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- createLabelStyle(IFoldingView, ILabel, ILabel) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- createLabelStyle(IStripe) - Method in interface com.yworks.yfiles.graph.ITable
-
- createLayerConstraintFactory(HierarchicLayout, IGraph) - Static method in class com.yworks.yfiles.graph.LayoutUtilities
-
Creates and registers an incremental layer constraint factory for an
IGraph
.
- createLayerConstraintFactory(Graph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
- createLayerConstraintFactory(Graph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- createLayerer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Factory method that is called lazily upon first usage by
Layerer
if no
ILayerer
instance
is given as input.
- createLayerIncrementallyHint(Object) - Method in interface com.yworks.yfiles.layout.hierarchic.IIncrementalHintsFactory
-
Creates a hint
Object
for a
Node
that should be inserted incrementally
during the layering phase.
- createLayers(ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- createLayoutAnimation(IGraph, CopiedLayoutGraph, Duration) - Static method in class com.yworks.yfiles.graph.LayoutUtilities
-
- createLeftRightDataProvider(IDataProvider) - Static method in class com.yworks.yfiles.layout.tree.LeftRightNodePlacer
-
Creates a special
IDataProvider
that determines whether a given node is placed left or right of the parent
node.
- createMapper(Class<K>, Class<V>, Object) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates and
adds
a new
Mapper
to the
registry
using
the provided
tag
.
- createMapper(Class<V>, NodeDpKey<V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates and
adds
a new
Mapper
with key type
INode
to
the
registry
using the provided
tag
.
- createMapper(Class<V>, ILabelLayoutDpKey<V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates and
adds
a new
Mapper
with key type
ILabel
to
the
registry
using the provided
tag
.
- createMapper(Class<V>, EdgeDpKey<V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates and
adds
a new
Mapper
with key type
IEdge
to
the
registry
using the provided
tag
.
- createMapper(Class<TKey>, Class<TData>, IParseContext, Object) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- createMapper(INodeMap) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createMapper(IEdgeMap) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createMapper(IDataProvider) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createMapperInputHandler(Class<TKey>, Class<TData>, IMapper<TKey, TData>, IEventHandler<HandleDeserializationEventArgs>) - Static method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Convenience factory method that can create an instance of several predefined
IInputHandler
implementations that
match the provided
TKey
and
TData
.
- createMapperOutputHandler(Class<TKey>, Class<TData>, String, IMapper<TKey, TData>, IEventHandler<HandleSerializationEventArgs>) - Static method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Convenience factory method that can create an instance of several predefined
IOutputHandler
implementations that
match the provided
TKey
and
TData
.
- createMarqueeSelectionInputMode() - Method in class com.yworks.yfiles.view.input.GraphViewerInputMode
-
- createMatcher() - Method in class com.yworks.yfiles.layout.PortCandidateSet
-
- createMax(BorderLine) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Merges this borderline with the given borderline using the "maximum" policy.
- createMenu() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Creates a new instance of the popup menu.
- createMenu() - Method in class com.yworks.yfiles.view.input.ContextMenuInputMode
-
- createMin(BorderLine) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Merges this borderline with the given borderline using the "minimum" policy.
- createModelParameter(YOrientedRectangle, IEdgeLayout, INodeLayout, INodeLayout) - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
- createModelParameter(YOrientedRectangle, INodeLayout) - Method in class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
-
- createModelParameter(YOrientedRectangle, IEdgeLayout, INodeLayout, INodeLayout) - Method in class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel
-
Creates a model parameter that represents the given edge label position within this model.
- createModelParameter(YOrientedRectangle, INodeLayout) - Method in class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel
-
Creates a model parameter that represents the given node label position within this model.
- createModelParameter(YOrientedRectangle, IEdgeLayout, INodeLayout, INodeLayout) - Method in interface com.yworks.yfiles.layout.IEdgeLabelLayoutModel
-
Creates a model parameter that represents the given edge label position within this model.
- createModelParameter(YOrientedRectangle, INodeLayout) - Method in interface com.yworks.yfiles.layout.INodeLabelLayoutModel
-
Creates a model parameter that represents the given node label position within this model.
- createModelParameter(YOrientedRectangle, IEdgeLayout, INodeLayout, INodeLayout) - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
- createMorphAnimation() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Factory method that creates the animation for the
IGraph
.
- createMoveInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- createMoveInputMode() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Factory method for the MoveInputMode property.
- createMoveLabelInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- createMoveUnselectedInputMode(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Helper method that can be used to create a
MoveInputMode
instance that can be used to move unselected model
items.
- createMoveViewportInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- createNamespaceManager() - Method in class com.yworks.yfiles.graphml.XmlWriter
-
Factory method that creates the namespace manager for this instance.
- createNavigationInputMode() - Method in class com.yworks.yfiles.view.input.GraphViewerInputMode
-
- createNegatedDataProvider(IDataProvider) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider that returns the negated boolean values provided by another data provider.
- createNode() - Method in class com.yworks.yfiles.algorithms.Graph
-
Creates a new node in this graph and fires a corresponding notification event to inform registered listeners.
- createNode(RectD, INodeStyle, Object) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- createNode(INode, RectD, INodeStyle, Object) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- createNode(RectD, INodeStyle, Object) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- createNode(INode, RectD, INodeStyle, Object) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- createNode(INode, RectD, INodeStyle, Object) - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- createNode(RectD, INodeStyle, Object) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates and returns a node using the specified values for the initial geometry, style, and
Tag
.
- createNode(INode, RectD, INodeStyle, Object) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a new ordinary node as a direct descendant of parent
using the given layout and style.
- createNode(PointD, INodeStyle, Object) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates and returns a node using the specified initial center location and style, as well as the tag.
- createNode(RectD, INodeStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates and returns a node using the specified values for the initial geometry, style, and
Tag
.
- createNode(RectD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates and returns a node using the specified values for the initial geometry, style, and
Tag
.
- createNode(INode, RectD, INodeStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a new ordinary node as a direct descendant of parent
using the given layout and style.
- createNode(INode, RectD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a new ordinary node as a direct descendant of parent
using the given layout and style.
- createNode(INode) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a new ordinary node as a direct descendant of parent
using the given layout and style.
- createNode() - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates a new ordinary node as a direct descendant of parent
using the given layout and style.
- createNode(PointD, INodeStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates and returns a node using the specified initial center location and style, as well as the tag.
- createNode(PointD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Creates and returns a node using the specified initial center location and style, as well as the tag.
- createNode(IParseContext) - Method in interface com.yworks.yfiles.graphml.IGraphElementFactory
-
Creates a node for the given context.
- createNode(Object) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Creates a node in the copied graph that corresponds to the given original node.
- createNode(Object) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
All methods of the
IElementFactory
have to use this method to create a node.
- createNode(PointD) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Creates a node given a certain click point.
- createNode(IInputModeContext, IGraph, PointD, INode) - Method in interface com.yworks.yfiles.view.input.INodeCreationCallback
-
- createNode(IInputModeContext, IGraph, INode, IModelItem, RectD) - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
Creates the node in the graph after it's been dropped.
- createNodeAnimation(IGraph, INode, IRectangle, Duration) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates a new
IAnimation
that animates the given
node
from its current layout to the new given
targetLayout
.
- createNodeCursor(Collection<T>) - Static method in class com.yworks.yfiles.algorithms.Cursors
-
Creates a cursor view of the given collection.
- createNodeDataProvider(double[]) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider view of a double array defined for nodes.
- createNodeDataProvider(int[]) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider view of an int array defined for nodes.
- createNodeDataProvider(boolean[]) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider view of a boolean array defined for nodes.
- createNodeDataProvider(Object[]) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider view of an Object array defined for nodes.
- createNodeDataProvider(double[], int[], boolean[], Object[]) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider view of a double, int, boolean and Object array defined for nodes.
- createNodeDropInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Factory method that creates the
NodeDropInputMode
lazily the first time the property is
accessed.
- createNodeEnlargementStage() - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Returns a
ILayoutStage
which temporarily increases the sizes of the nodes to avoid overlaps.
- createNodeEnumerable(NodeList) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createNodeGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- createNodeLabelCandidate(ILabel, ILabel, ILabelModelParameter, INodeLabelLayout) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- createNodeLabelGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- createNodeLayout() - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
- createNodeLayout(INode) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Factory method that creates a
INodeLayout
implementation that wraps the given
INode
.
- createNodeLayoutDescriptor() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Returns a new
NodeLayoutDescriptor
instance that will be used during the various phases of the layout algorithm
to determine the drawing details of the nodes of the graph.
- createNodeList(Iterable<INode>) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createNodeMap() - Method in class com.yworks.yfiles.algorithms.Graph
-
Returns a newly created node map that is valid for the nodes in this graph.
- createNodeMap(Map<Object, Object>) - Static method in class com.yworks.yfiles.algorithms.Maps
-
Create a NodeMap view of the given map.
- createNodeMap(IMapper<INode, V>) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
- createNodeMap(Function<INode, V>) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
Creates an
INodeMap
that delegates to the provided delegate when queried for
Node
s in the
YGraph
.
- createNodePlacer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Factory method that is called lazily upon first usage by
NodePlacer
if the given
INodePlacer
instance is
null
.
- createNodeSelectionModel() - Method in class com.yworks.yfiles.view.GraphSelection
-
- createNodeShape(Node) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- createNodeStyle(IFoldingView, INode, INode) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- createNonAmbiguous(PreferredPlacementDescriptor) - Method in class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
-
- createNormalEdgeData(Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates an
IEdgeData
object for a normal
Edge
and associates it with the edge.
- createNormalNodeData(Node) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- createNorthParameter() - Method in class com.yworks.yfiles.graph.labelmodels.SandwichLabelModel
-
Creates a parameter for the north side of the node.
- createObstacle(YRectangle, Object) - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
Creates and returns a new
Obstacle
using the given bounds and data.
- createObstacleDecomposition() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- createOpenFileDialog() - Method in class com.yworks.yfiles.view.GraphControl
-
- createOrientedInsets(YInsets) - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Creates
YInsets
that are a geometric transformation of the given
YInsets
.
- createOrientedNodeHalo(NodeHalo) - Method in class com.yworks.yfiles.layout.OrientationLayout
-
- createOrientedNodeSize(YDimension) - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Creates a
YDimension
that is a geometric transformation of the given size.
- createOrRecognizer(IEventRecognizer...) - Static method in interface com.yworks.yfiles.view.input.IEventRecognizer
-
Creates an instance that is the logical 'or' combination of the provided recognizers.
- createPageMarks(PageLayout, int) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Creates page marks.
- createParallelAnimation(IAnimation, Iterable<IAnimation>, boolean) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates an
IAnimation
according to the composite design pattern that animates multiple animations in parallel to
this animation.
- createParallelAnimation(Iterable<IAnimation>, boolean) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates an
IAnimation
according to the composite design pattern that animates multiple animations in parallel.
- createParallelAnimation(IAnimation, Iterable<IAnimation>) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates an
IAnimation
according to the composite design pattern that animates multiple animations in parallel to
this animation.
- createParallelAnimation(Iterable<IAnimation>) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates an
IAnimation
according to the composite design pattern that animates multiple animations in parallel.
- createParallelAnimation(IAnimation...) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates an
IAnimation
according to the composite design pattern that animates multiple animations in parallel.
- createParameter(ExteriorLabelModel.Position) - Method in class com.yworks.yfiles.graph.labelmodels.ExteriorLabelModel
-
Creates a new parameter that is associated with this instance for the provided position.
- createParameter(PointD, PointD, PointD, PointD, double) - Method in class com.yworks.yfiles.graph.labelmodels.FreeNodeLabelModel
-
Creates a parameter instance that anchors the label to the node at a given position.
- createParameter(InteriorLabelModel.Position) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
Creates the parameter for the given position.
- createParameter(InteriorStretchLabelModel.Position) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
Creates the parameter for the given position.
- createParameter(NinePositionsEdgeLabelModel.Position) - Method in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
Create a model parameter for the specified .
- createParameter(StretchStripeLabelModel.Position) - Method in class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
Creates the parameter for the given position.
- createParameter(StripeLabelModel.Position) - Method in class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
Creates the parameter for the given position.
- createParameter(IPortOwner, PointD) - Method in class com.yworks.yfiles.graph.portlocationmodels.BendAnchoredPortLocationModel
-
- createParameter(PointD, PointD) - Method in class com.yworks.yfiles.graph.portlocationmodels.FreeNodePortLocationModel
-
Creates a parameter that uses the given ratios and offsets.
- createParameter(IPortOwner, PointD) - Method in class com.yworks.yfiles.graph.portlocationmodels.FreeNodePortLocationModel
-
- createParameter(PointD) - Method in class com.yworks.yfiles.graph.portlocationmodels.FreeNodePortLocationModel
-
Creates a parameter that uses the given ratios and offsets.
- createParameter(IPortOwner, PointD) - Method in class com.yworks.yfiles.graph.portlocationmodels.GenericPortLocationModel
-
Factory method that creates a parameter for the given port that tries to match the provided location in absolute world
coordinates.
- createParameter(IPortOwner, PointD) - Method in interface com.yworks.yfiles.graph.portlocationmodels.IPortLocationModel
-
Factory method that creates a parameter for the given port that tries to match the provided location in absolute world
coordinates.
- createParameter(IPortOwner, PointD) - Method in class com.yworks.yfiles.graph.portlocationmodels.SegmentRatioPortLocationModel
-
- createParameterFromCenter(double, EdgeSides) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Creates a parameter where the label is attached to the edge segment that contains the edge's midpoint.
- createParameterFromSource(int, double, EdgeSides) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Creates a parameter that measures the provided segment index from the source side of the edge path.
- createParameterFromSource(int, double, double) - Method in class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
Creates a parameter that measures the provided segment index from the source side of the edge path.
- createParameterFromTarget(int, double, EdgeSides) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Creates a parameter that measures the provided segment index from the target side of the edge path.
- createParameterFromTarget(int, double, double) - Method in class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
Creates a parameter that measures the provided segment index from the target side of the edge path.
- createParseContext(IGraph) - Method in class com.yworks.yfiles.graphml.GraphMLParser
-
- createPath(Paint, Pen, Matrix2D) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Creates a
Path
instance using the provided parameters.
- createPath() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- createPath() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
This method should create the basic uncropped path given the control points.
- createPath() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyleRenderer
-
- createPathAnimation(GeneralPath, IMutablePoint, Duration) - Static method in interface com.yworks.yfiles.view.IAnimation
-
- createPathRouting() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- createPathSearch() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- createPathSearchContext(PathSearch, PathSearchConfiguration) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Creates a
PathSearchContext
that provides context information for the path searching algorithm.
- createPointSnapResult(PointD, double, Object, IVisualCreator, SnapTypes) - Static method in class com.yworks.yfiles.view.input.SnapResult
-
Factory method that creates a
SnapResult
that snaps to a given location.
- createPolylineInterEdgeRouter(EdgeRouter) - Static method in interface com.yworks.yfiles.layout.PartitionLayout.IInterEdgeRouter
-
com.yworks.yfiles.layout.PartitionLayout.PolylineInterEdgeRouter
routes inter-edges using
EdgeRouter
.
- createPolylineInterEdgeRouter() - Static method in interface com.yworks.yfiles.layout.PartitionLayout.IInterEdgeRouter
-
com.yworks.yfiles.layout.PartitionLayout.PolylineInterEdgeRouter
routes inter-edges using
EdgeRouter
.
- createPopulateMenuContext() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
- createPort(IInputModeContext) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
- createPort(IInputModeContext) - Method in interface com.yworks.yfiles.view.input.IPortCandidate
-
If the client decides to use this port candidate, this method will serve as a factory to create the instance.
- createPortAllocator() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- createPortAnimation(IGraph, IPort, IPortLocationModelParameter, Duration) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates a new
IAnimation
that animates the given
port
from its current location to the new location
given by the
targetLocationParameter
.
- createPortCandidateDescriptor() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- createPortConstraintFromSketch(LayoutGraph, Edge, boolean, boolean) - Method in class com.yworks.yfiles.layout.PortConstraintConfigurator
-
- createPortConstraintOptimizer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- createPortConstraintsFromSketch(LayoutGraph, IEdgeMap, IEdgeMap) - Method in class com.yworks.yfiles.layout.PortConstraintConfigurator
-
- createPortConstraintsFromSketch(LayoutGraph, IEdgeCursor, IEdgeMap, boolean, IEdgeMap, boolean) - Method in class com.yworks.yfiles.layout.PortConstraintConfigurator
-
- createPortGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- createPortLocationParameter(IFoldingView, IPort, IPort) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- createPortRelocationHandle(IGraph, IEdge, boolean) - Method in class com.yworks.yfiles.view.input.PortRelocationHandleProvider
-
Factory method that creates the handle for this provider.
- createPortSelectionModel() - Method in class com.yworks.yfiles.view.GraphSelection
-
- createPortStyle(IFoldingView, IPort, IPort) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- createPositionHandlerInputModeContext() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
- createPositionParameter(int) - Static method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Returns a model parameter that encodes the specified position.
- createPressRecognizer() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Creates the event recognizer that is used to recognize the press event for this instance.
- createPressRecognizer() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Creates the event recognizer that is used to recognize the press event for this instance.
- createPreviewTable() - Method in class com.yworks.yfiles.view.input.StripeDropInputMode
-
Create a preview version of the table that is temporarily used to show the dragged stripe.
- createPrintInfo(PageLayout) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
- createPrintingNode(IRenderContext) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Constructs the node instance that is used for printing.
- createProcessor(TreeLayout, LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.tree.AbstractNodePlacer
-
Creates an optional
IProcessor
for pre- and post-processing.
- createProcessor(TreeLayout, LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
Creates an optional
IProcessor
for pre- and post-processing.
- createProcessor(TreeLayout, LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.tree.AssistantNodePlacer
-
Creates a
IProcessor
that prepares the graph for placing assistant node.
- createProcessor(TreeLayout, LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
-
Creates a
IProcessor
that partitions child nodes of the current root node into two subsets.
- createProcessor(TreeLayout, LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.tree.DendrogramNodePlacer
-
Creates an optional
IProcessor
for pre- and post-processing.
- createProcessor(TreeLayout, LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.tree.FreeNodePlacer
-
- createProcessor(TreeLayout, LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.tree.GroupedNodePlacer
-
Creates a
IProcessor
that prepares the graph for edge grouping.
- createProcessor(TreeLayout, LayoutGraph, Node) - Method in interface com.yworks.yfiles.layout.tree.INodePlacer
-
Creates an optional
IProcessor
for pre- and post-processing.
- createProcessor(TreeLayout, LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Creates a
IProcessor
that distributes the nodes over the layers.
- createProcessor(TreeLayout, LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.tree.LeafNodePlacer
-
Creates an optional
IProcessor
for pre- and post-processing.
- createProxyEdge(LayoutContext, Node, Node, Object, Object) - Method in class com.yworks.yfiles.layout.multipage.DefaultElementFactory
-
- createProxyEdge(LayoutContext, Node, Node, Object, Object) - Method in interface com.yworks.yfiles.layout.multipage.IElementFactory
-
- createProxyNode(Edge, boolean, SwimlaneDescriptor) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a proxy
Node
for an
Edge
during the drawing phase, changing the
Edge
to end/start at the
proxy and assigns it to a
SwimlaneDescriptor
instance.
- createProxyNode(Edge, boolean) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a proxy
Node
for an
Edge
during the drawing phase, changing the
Edge
to end/start at the
proxy and assigns it to a
SwimlaneDescriptor
instance.
- createProxyNode(LayoutContext, Object) - Method in class com.yworks.yfiles.layout.multipage.DefaultElementFactory
-
- createProxyNode(LayoutContext, Object) - Method in interface com.yworks.yfiles.layout.multipage.IElementFactory
-
- createProxyNodeData(Node, Node, Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a
INodeData
object for a proxy
Node
and associates it with the proxy node.
- createProxyReferenceEdge(LayoutContext, Node, Node, Object) - Method in class com.yworks.yfiles.layout.multipage.DefaultElementFactory
-
- createProxyReferenceEdge(LayoutContext, Node, Node, Object) - Method in interface com.yworks.yfiles.layout.multipage.IElementFactory
-
- createProxyReferenceNode(LayoutContext, Object) - Method in class com.yworks.yfiles.layout.multipage.DefaultElementFactory
-
- createProxyReferenceNode(LayoutContext, Object) - Method in interface com.yworks.yfiles.layout.multipage.IElementFactory
-
- createRatioParameter(double, EdgeSides) - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Creates a parameter at the provided edge path ratio.
- createRectangleSelfLoop(double, double, double, double, double, double) - Static method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Static utility method that creates a rectangular self loop path.
- createRectangularCageRestriction(double, double, double, double) - Static method in class com.yworks.yfiles.layout.organic.OutputRestriction
-
- createRecursiveDummyEdge(Node, Node, Edge, boolean, boolean) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a dummy edge that belongs to a recursive
Edge
.
- createRecursiveEdgeDummy(ILayer, Edge, SwimlaneDescriptor) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a dummy
Node
that represents a bend node of a recursive
Edge
.
- createRecursiveEdgeNodeData(Node, Edge, SwimlaneDescriptor) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- createRecursiveSameLayerEdgeData(Edge, IEdgeData, boolean) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates an
IEdgeData
object for a same-layer recursive
Edge
and associates it with the edge.
- createRedirectedGroupEdge(Node, Node, Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a redirected
Edge
to replace an
Edge
connected to a group
Node
.
- createReleaseRecognizer() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Creates the event recognizer that is used to recognize the release event for this instance.
- createReleaseRecognizer() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Creates the event recognizer that is used to recognize the release event for this instance.
- createRenderContext() - Method in class com.yworks.yfiles.view.CanvasControl
-
- createRenderContext(CanvasControl) - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Returns an initialized IRenderContext and taht contains a transforms and clip such that
a part of the given CanvasControl instance can be exported.
- createReparentNodeHandler() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Factory method for the ReparentNodeHandler property.
- createReparentStripeHandler() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- createReparentStripeInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- createResizeSnapResult(double, double, Object, Iterable<IRectangle>, double, boolean) - Static method in class com.yworks.yfiles.view.input.SnapResult
-
Factory method that creates a
SnapResult
which snaps to a given size through a resize operation.
- createResizeStripeInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- createReverse() - Method in class com.yworks.yfiles.algorithms.YPointPath
-
Create a point path with reverse ordering of the points.
- createReverseDummyEdge(Node, Node, Edge, boolean, boolean) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a reversed dummy
Edge
using the given data.
- createRotateInstance(double) - Static method in class com.yworks.yfiles.geometry.Matrix2D
-
Creates a matrix rotation instance around the origin.
- createRoundSelfLoop(double, double, double, double, double, double) - Static method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Static utility method that creates a round self loop path.
- createRow(IRow, double, double, InsetsD, IStripeStyle, Object, int) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new row as the index
th child of owner
with the given parameters.
- createRow(double, double, InsetsD, IStripeStyle, Object, int) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a row as last child of table
.
- createRow(IRow, double, double, InsetsD, IStripeStyle, Object) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new row as the index
th child of owner
with the given parameters.
- createRow(IRow, double, double, InsetsD, IStripeStyle) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new row as the index
th child of owner
with the given parameters.
- createRow(IRow, double, double, InsetsD) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new row as the index
th child of owner
with the given parameters.
- createRow(IRow, double, double) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new row as the index
th child of owner
with the given parameters.
- createRow(IRow, double) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new row as the index
th child of owner
with the given parameters.
- createRow(IRow) - Method in interface com.yworks.yfiles.graph.ITable
-
Create a new row as the index
th child of owner
with the given parameters.
- createRow(double, double, InsetsD, IStripeStyle, Object) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a row as last child of table
.
- createRow(double, double, InsetsD, IStripeStyle) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a row as last child of table
.
- createRow(double, double, InsetsD) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a row as last child of table
.
- createRow(double, double) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a row as last child of table
.
- createRow(double) - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a row as last child of table
.
- createRow() - Method in interface com.yworks.yfiles.graph.ITable
-
Creates and returns a row as last child of table
.
- createRow(IRow, double, double, InsetsD, IStripeStyle, Object, int) - Method in class com.yworks.yfiles.graph.Table
-
- createRowDefaults() - Method in class com.yworks.yfiles.graph.Table
-
Callback method that creates the row defaults.
- createRowSpanId(int) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Creates a
partition cell
identifier that represents a cell spanning a whole row.
- createSameLayerEdgeData(Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates an
IEdgeData
object for a same-layer
Edge
and associates it with the edge.
- createSameLayerProxy(ILayer, Edge, Node) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a same-layer
Edge
proxy connecting a newly created proxy
Node
and a given proxy
Node
in
the given
ILayer
.
- createSameLayerSideProxy(ILayer, Node, Edge, SwimlaneDescriptor) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a proxy
Node
for a same-layer
Edge
during the drawing phase that ends at the side of a node.
- createSameLayerSideProxy(ILayer, Node, Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a proxy
Node
for a same-layer
Edge
during the drawing phase that ends at the side of a node.
- createSameLayerSwitchProxy(ILayer, Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates a same-layer switch proxy
Node
(switching between two same-layer
Edge
s on two different sides of the layer).
- createSaveFileDialog() - Method in class com.yworks.yfiles.view.GraphControl
-
- createSegmentInfoComparator(YList, PathSearchResult, PathSearchConfiguration) - Method in class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
-
Creates a
comparator
for sorting the
SegmentInfo
s in a
Channel
from left to right
(for vertical segments) or top to bottom (for horizontal segments), respectively.
- createSelection() - Method in class com.yworks.yfiles.view.GraphControl
-
Factory method for the Selection property.
- createSelectionFilter(IGraphSelection, IGraph) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createSelectionGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Factory method for the SelectionGroup property.
- createSelectionIndicatorManager() - Method in class com.yworks.yfiles.view.GraphControl
-
- createSelectionInstaller() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- createSelfLoopEdgeData(Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Creates an
IEdgeData
object for a self-loop
Edge
and associates it with the edge.
- createSelfLoopPath(boolean) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Special implementation that will create a self loop path.
- createSequenceConstraintFactory(HierarchicLayout, IGraph) - Static method in class com.yworks.yfiles.graph.LayoutUtilities
-
Creates and registers a sequencer constraint factory for an
IGraph
.
- createSequenceConstraintFactory(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
- createSequenceConstraintFactory(Graph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Creates sequence constraints that affect the sequence of the nodes within each layer.
- createSequenceIncrementallyHint(Object) - Method in interface com.yworks.yfiles.layout.hierarchic.IIncrementalHintsFactory
-
Creates a hint
Object
for a
Node
or
Edge
that should be inserted incrementally during the sequencing phase.
- createSequencer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Factory method that is called lazily upon first usage by
Sequencer
if the given
ISequencer
instance is
null
.
- createSingle(Object, Class) - Static method in interface com.yworks.yfiles.graph.ILookup
-
Creates a simple lookup implementation that yields subject
if type
is queried.
- createSingle(Class<T>, T) - Static method in interface com.yworks.yfiles.graph.ILookup
-
Creates a simple lookup implementation that yields subject
if type
is queried.
- createSmoothedPath(double) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Creates a new path based on this one where corners are smoothed with a quadratic Bézier arc starting at smoothingLength
away from the corner.
- createSnapLineSnapResult(double, PointD, Object, SnapLine, PointD, Object) - Static method in class com.yworks.yfiles.view.input.SnapResult
-
Factory method that creates a
SnapResult
which represents a
SnapLine
to which the current moved item
will potentially snap.
- createSnapResultCanvasObjectDescriptor() - Method in class com.yworks.yfiles.view.input.SnapContext
-
- createSnapResultsModelManager(CanvasControl) - Method in class com.yworks.yfiles.view.input.SnapContext
-
- createSnapshotParameters() - Method in class com.yworks.yfiles.view.PixelImageExporter
-
- createSourceDataProvider(IDataProvider) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider for edges that return the data provider values bound to their source nodes.
- createSourceGhostVisualization(IInputModeContext) - Method in class com.yworks.yfiles.view.input.ReparentStripePositionHandler
-
Create a visualization for the source region of the reparent gesture.
- createSourcePortLocationParameter(IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- createSourcePortStyle(IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- createSouthParameter() - Method in class com.yworks.yfiles.graph.labelmodels.SandwichLabelModel
-
Creates a parameter for the south side of the node.
- createStraightLineRouter() - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
Creates a routing algorithm that routes edges as a single straight segment.
- createStripe(IInputModeContext, IStripe) - Method in class com.yworks.yfiles.view.input.StripeDropInputMode
-
Create a new stripe as the result of a drag and drop gesture.
- createStripeAnimation(IStripe, double) - Method in class com.yworks.yfiles.view.TableAnimation
-
Create the animation for a single
IStripe
.
- createStripeDropInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Factory method that creates the
StripeDropInputMode
lazily the first time the property
is accessed.
- createStripeSelection() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- createSubgraphLayerSequencer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- createTableAnimation(ITable, double[], double[]) - Static method in interface com.yworks.yfiles.view.IAnimation
-
Creates a new
IAnimation
for the given table that animates the table and its
stripes
.
- createTableAnimations() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Creates an animation that morphs the layout of all
ITable
s in the graph.
- createTableLayoutConfigurator() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- createTapInputMode() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
- createTapRecognizer() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Creates the event recognizer that is used to recognize the taps for this instance.
- createTargetDataProvider(IDataProvider) - Static method in class com.yworks.yfiles.algorithms.DataProviders
-
Returns a DataProvider for edges that return the data provider values bound to their target nodes.
- createTargetGhostVisualization(IInputModeContext, IStripe) - Method in class com.yworks.yfiles.view.input.ReparentStripePositionHandler
-
Create a visualization for the target region of the reparent gesture.
- createTargetPortLocationParameter(IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- createTargetPortStyle(IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- createTextBox() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Factory method that creates a default text box.
- createTextEditorInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- createTextEditorInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- createToClipboardCopier() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- createTransform() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Creates a transformation matrix that can be used to transform points that are in the local coordinate system of the
oriented rectangle if the top-left corner is the origin.
- createUndoEngine() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- createUndoUnitForBendAddition(IBend, int) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the bend addition
undo unit
for the given bend.
- createUndoUnitForBendRemoval(IBend) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the bend removal
undo unit
for the given bend.
- createUndoUnitForEdgeCreation(IEdge) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the edge creation
undo unit
for the given edge.
- createUndoUnitForEdgeReconnection(IEdge, IPort, IPort) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the edge reconnection
undo unit
for the given edge.
- createUndoUnitForEdgeRemoval(IEdge) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the edge removal
undo unit
for the given edge.
- createUndoUnitForIsGroupNodeChange(INode, boolean) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the
undo unit
for changing whether the given node is a group node.
- createUndoUnitForLabelAddition(ILabel) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the label addition
undo unit
for the given label.
- createUndoUnitForLabelRemoval(ILabel) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the label removal
undo unit
for the given label.
- createUndoUnitForNodeCreation(INode, INode, boolean) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the node creation
undo unit
for the given node.
- createUndoUnitForNodeRemoval(INode) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the node removal
undo unit
for the given node.
- createUndoUnitForParentChange(INode, INode, INode) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the parent change
undo unit
for the given node.
- createUndoUnitForPortAddition(IPort) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the port addition
undo unit
for the given port.
- createUndoUnitForPortRemoval(IPort) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Creates the port removal
undo unit
for the given port.
- createUnion(Rectangle2D) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Calculates the union of this rectangle with the given rectangle and returns the result as new rectangle.
- createUnion(InsetsD) - Method in class com.yworks.yfiles.geometry.InsetsD
-
Calculates the union of this instance and the given inset which is done by performing
Math.max(double, double)
on all four inset values.
- createUseExactCoordinatesHint(Object) - Method in interface com.yworks.yfiles.layout.hierarchic.IIncrementalHintsFactory
-
Creates a hint
Object
for a
Node
that should be inserted incrementally into
the graph on its exact current position.
- createUseExactLayerCoordinatesHint(Object) - Method in interface com.yworks.yfiles.layout.hierarchic.IIncrementalHintsFactory
-
Creates a hint
Object
for a
Node
that should be inserted incrementally into
the graph on its exact current layer position.
- createUseExactSequenceCoordinatesHint(Object) - Method in interface com.yworks.yfiles.layout.hierarchic.IIncrementalHintsFactory
-
Creates a hint
Object
for a
Node
that should be inserted incrementally into
the graph on its exact current sequence position.
- createViewportAnimation(RectD) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Factory method that creates the animation for the
Viewport
.
- createVisual(IRenderContext, IEdge) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Callback that creates the visual.
- createVisual(IRenderContext, ILabel) - Method in class com.yworks.yfiles.graph.styles.AbstractLabelStyle
-
Callback that creates the visual.
- createVisual(IRenderContext, INode) - Method in class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
Callback that creates the visual.
- createVisual(IRenderContext, IPort) - Method in class com.yworks.yfiles.graph.styles.AbstractPortStyle
-
Callback that creates the visual.
- createVisual(IRenderContext, IStripe) - Method in class com.yworks.yfiles.graph.styles.AbstractStripeStyle
-
Callback that creates the visual.
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
Creates the visual for the given context.
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyleRenderer
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.view.GridVisualCreator
-
- createVisual(IRenderContext, IHandle) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Callback that creates the
Node
for the given handle.
- createVisual(IRenderContext) - Method in interface com.yworks.yfiles.view.IVisualCreator
-
This method is called by the framework to create a
Node
that will be included into the
IRenderContext
.
- createVisual(IRenderContext, RectD, Object) - Method in interface com.yworks.yfiles.view.IVisualTemplate
-
This method is called by the framework to create a
Node
with the given
bounds
that will be included into the
IRenderContext
.
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
- createVisual(IRenderContext) - Method in class com.yworks.yfiles.view.VoidVisualCreator
-
Returns null
.
- createVisualFromTemplate(IVisualTemplate, PointD, IRenderContext) - Static method in class com.yworks.yfiles.view.CanvasControl
-
Creates a visual representation (
Node
) using the given template.
- createVisualFromTemplate(IVisualTemplate, PointD, IRenderContext, RectD) - Static method in class com.yworks.yfiles.view.CanvasControl
-
Creates a visual representation (
Node
) using the given template.
- createVisualFromTemplate(IVisualTemplate, PointD, IRenderContext, RectD, Object) - Static method in class com.yworks.yfiles.view.CanvasControl
-
Creates a visual representation (
Node
) using the given template.
- createWeakMapper(Class<K>, Class<V>, Object) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates and
adds
a new
Mapper
to the
registry
using
the provided
tag
.
- createWeakMapper(Class<V>, NodeDpKey<V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates and
adds
a new
Mapper
with key type
INode
to
the
registry
using the provided
tag
.
- createWeakMapper(Class<V>, ILabelLayoutDpKey<V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates and
adds
a new
Mapper
with key type
ILabel
to
the
registry
using the provided
tag
.
- createWeakMapper(Class<V>, EdgeDpKey<V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Creates and
adds
a new
Mapper
with key type
IEdge
to
the
registry
using the provided
tag
.
- createWrapped(ILookup, ILookup) - Static method in interface com.yworks.yfiles.graph.ILookup
-
Creates a lookup implementation that wraps an existing ILookup
instance using an additional lookup
implementations.
- createWrappedFilter(Predicate<IModelItem>, IGraph, boolean) - Static method in class com.yworks.yfiles.graph.GraphClipboard
-
- createWriteContext(IGraph, IXmlWriter) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
- createXamlNameMapper() - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Configure mappings from package to XML names.
- createXamlPrefixMapper() - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Configure mappings from XML namespaces to prefixes.
- createXMLWriter(Writer) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Factory method that creates and configures a suitable
IXmlWriter
implementation that can write the graph to the
given
Writer
with the given settings.
- createXMLWriter(OutputStream, Charset) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Factory method that creates and configures a suitable
IXmlWriter
implementation that can write the graph to the
given
InputStream
with the given settings.
- CreationProperties - Class in com.yworks.yfiles.graphml
-
A simple mutable implementation of
IMapper
that is typed for
Object
keys and values.
- CreationProperties() - Constructor for class com.yworks.yfiles.graphml.CreationProperties
-
- CRITICAL_EDGE_DPKEY - Static variable in class com.yworks.yfiles.layout.tree.TreeLayout
-
A DataProvider
key for defining the priority of critical edges.
- CRITICAL_EDGE_PRIORITY_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
A DataProvider
key for defining the priority of critical edges.
- cropAfter(GeneralPath.PathCursor) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Crops the path after the position indicated by the cursor.
- cropBefore(GeneralPath.PathCursor) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Crops the path before the position indicated by the cursor.
- cropEdgePath(IEdge, boolean, IArrow, GeneralPath) - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Crops the provided path
at one end of an edge.
- cropEdgePath(IEdge, boolean, IArrow, GeneralPath) - Method in interface com.yworks.yfiles.graph.styles.IEdgePathCropper
-
Crops the provided path
at one end of an edge.
- cropEdgePathAtArrow(boolean, IArrow, GeneralPath) - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Crops an edge's path at the source or target side with respect to the given arrow.
- cropEdgePathAtPortGeometry(IEdge, boolean, IArrow, GeneralPath) - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Crops an edge's path at the source or target side at the
port geometry
with respect to
the given arrow.
- cropPath(IEdge, IArrow, IArrow, GeneralPath) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Convenience method that crops the edge's path at the nodes.
- cropPath(GeneralPath) - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- cropPath(GeneralPath) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Crops the edge's path at the nodes.
- CROSS - Static variable in interface com.yworks.yfiles.graph.styles.IArrow
-
A singleton
IArrow
instance that paints a simple cross-shaped black arrow.
- crosses(OrthogonalInterval) - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- CTRL_DOWN - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An event recognizer that recognizes when the ctrl modifier is being pressed.
- CTRL_PRESSED - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An event recognizer that recognizes when the control modifier is active.
- CTRL_UP - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An event recognizer that recognizes when the Ctrl modifier is being released.
- cubicTo(double, double, double, double, double, double) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
- cubicTo(PointD, PointD, PointD) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
- cubicTo(IPoint, IPoint, IPoint) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
- current() - Method in interface com.yworks.yfiles.algorithms.ICursor
-
Gets the object currently pointed on.
- current() - Method in interface com.yworks.yfiles.utils.IEnumerator
-
Returns the item at the current position of this enumerator.
- CURRENT_KEY_SCOPE - Static variable in class com.yworks.yfiles.graphml.SerializationProperties
-
- currentItemProperty() - Method in class com.yworks.yfiles.view.GraphControl
-
The property for the 'current item'.
- cursor() - Method in class com.yworks.yfiles.algorithms.YList
-
Returns a cursor for this list.
- cursor() - Method in class com.yworks.yfiles.algorithms.YPointPath
-
Get the points in the path.
- Cursors - Class in com.yworks.yfiles.algorithms
-
Provides utility methods for working with
cursors
.
- CurveFittingLayoutStage - Class in com.yworks.yfiles.layout
-
- CurveFittingLayoutStage(ILayoutAlgorithm) - Constructor for class com.yworks.yfiles.layout.CurveFittingLayoutStage
-
- CurveFittingLayoutStage() - Constructor for class com.yworks.yfiles.layout.CurveFittingLayoutStage
-
- CUSTOM_GROUPS_DPKEY - Static variable in class com.yworks.yfiles.layout.circular.CircularLayout
-
A
DataProvider
key for defining custom node partitions
The
IDataProvider
needs to provide a mapping from
Node
s to unique
Object
IDs for each group of
nodes.
- cut(IGraph, Predicate<IModelItem>) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Cuts the items indicated by filter
to the clipboard and removes them from the graph.
- cut(IGraphClipboardContext, IModelItem) - Method in interface com.yworks.yfiles.graph.IClipboardHelper
-
- cut() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Cuts and inserts the currently selected elements to the clipboard.
- CUT - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
A
ICommand
to cut an item and place it in the clipboard.
- Cycles - Class in com.yworks.yfiles.algorithms
-
This class is responsible for finding cycles within a graph that have certain properties.
- CycleSubstructureStyle - Enum in com.yworks.yfiles.layout.organic
-
- cyclicNext() - Method in interface com.yworks.yfiles.algorithms.IEdgeCursor
-
Moves the cursor to the cyclic next element of the underlying sequence.
- cyclicNext() - Method in interface com.yworks.yfiles.algorithms.INodeCursor
-
Moves the cursor to the cyclic next element of the underlying sequence.
- cyclicPred(ListCell) - Method in class com.yworks.yfiles.algorithms.YList
-
Returns the cyclic predecessor cell of the given list cell.
- cyclicPrev() - Method in interface com.yworks.yfiles.algorithms.IEdgeCursor
-
Moves the cursor to the cyclic previous element of the underlying sequence.
- cyclicPrev() - Method in interface com.yworks.yfiles.algorithms.INodeCursor
-
Moves the cursor to the cyclic previous element of the underlying sequence.
- cyclicSucc(ListCell) - Method in class com.yworks.yfiles.algorithms.YList
-
Returns the cyclic successor cell of the given list cell.
- gapAngle - Variable in class com.yworks.yfiles.layout.tree.BalloonLayout.NodeInfo
-
The angle of the gap to the wedge of the previous child node.
- gaussian1D(double, int) - Static method in class com.yworks.yfiles.utils.ImageSupport
-
- gaussian1DScaled(double, int) - Static method in class com.yworks.yfiles.utils.ImageSupport
-
- gaussianBlur(WritableImage, double, int) - Static method in class com.yworks.yfiles.utils.ImageSupport
-
- gaussianBlur(WritableImage, int[]) - Static method in class com.yworks.yfiles.utils.ImageSupport
-
- GeneralPath - Class in com.yworks.yfiles.geometry
-
Models a path that consists of lines and Bézier curves.
- GeneralPath(int) - Constructor for class com.yworks.yfiles.geometry.GeneralPath
-
Creates a new instance with given initial capacity.
- GeneralPath(Path) - Constructor for class com.yworks.yfiles.geometry.GeneralPath
-
Creates a new instance from a JavaFX
Path
.
- GeneralPath() - Constructor for class com.yworks.yfiles.geometry.GeneralPath
-
Creates a new instance with given initial capacity.
- GeneralPath.PathCursor - Class in com.yworks.yfiles.geometry
-
A class that is used by
GeneralPath
to iterate over the elements the path is made up of.
- GeneralPathNodeStyle - Class in com.yworks.yfiles.graph.styles
-
A node style that can display node shapes with a boundary that is defined by a
GeneralPath
instance.
- GeneralPathNodeStyle() - Constructor for class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
- GeneralPathNodeStyle(GeneralPath, GeneralPathNodeStyleRenderer) - Constructor for class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
Creates a new instance using the specified path and a custom renderer instance.
- GeneralPathNodeStyle(GeneralPath) - Constructor for class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
Creates a new instance using the specified path and a custom renderer instance.
- GeneralPathNodeStyleRenderer - Class in com.yworks.yfiles.graph.styles
-
- GeneralPathNodeStyleRenderer() - Constructor for class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- GenericLabeling - Class in com.yworks.yfiles.layout.labeling
-
A generic labeling algorithm for placing the labels of a graph.
- GenericLabeling() - Constructor for class com.yworks.yfiles.layout.labeling.GenericLabeling
-
- GenericLabelModel - Class in com.yworks.yfiles.graph.labelmodels
-
- GenericLabelModel(ILabelModelParameter, ILabelCandidateDescriptor) - Constructor for class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
- GenericLabelModel(ILabelModelParameter) - Constructor for class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
- GenericPortLocationModel - Class in com.yworks.yfiles.graph.portlocationmodels
-
- GenericPortLocationModel() - Constructor for class com.yworks.yfiles.graph.portlocationmodels.GenericPortLocationModel
-
- Geom - Class in com.yworks.yfiles.algorithms
-
This class provides useful geometric primitives and advanced geometric algorithms.
- GeomUtilities - Class in com.yworks.yfiles.geometry
-
Utility class that performs all kind of geometric operations.
- get(Object) - Method in class com.yworks.yfiles.algorithms.DataProviderAdapter
-
Subclasses may override this method to provide access to object values.
- get(Object) - Method in interface com.yworks.yfiles.algorithms.IDataProvider
-
Returns an object value associated with the given data holder.
- get(Object) - Method in interface com.yworks.yfiles.algorithms.IEdgeMap
-
Returns the value bound to the given edge.
- get(Object) - Method in interface com.yworks.yfiles.algorithms.INodeMap
-
Returns the value bound to the given node.
- get(int) - Method in class com.yworks.yfiles.algorithms.YList
-
- get(TypedKey<T>) - Method in class com.yworks.yfiles.graphml.TypedKeyMapper
-
Finds the associated value for the given key in the mapping or (re-)associates the given key with the value provided,
removing previous associations.
- get(String, String) - Static method in class com.yworks.yfiles.graphml.XmlName
-
Factory method that creates a new XmlName from the given arguments.
- get(Object) - Method in class com.yworks.yfiles.layout.DataProviderAdapter
-
- getA() - Method in class com.yworks.yfiles.algorithms.AffineLine
-
Gets a from ax+by+c = 0.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.ComponentLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets the
AbortHandler
that is used during the layout calculation.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.ParallelEdgeRouterData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouterData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.tree.BalloonLayoutData
-
Gets the AbortHandler used during the layout.
- getAbortHandler() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Gets the AbortHandler used during the layout.
- getAbsJoinEndDistance() - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Gets the absolute distance from the end point of the joined lines to the first parallel segments.
- getAbsoluteBounds(INode) - Method in interface com.yworks.yfiles.graph.IStripe
-
Returns the layout of stripe
in absolute coordinates.
- getAccelerator() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeKeyBinding
-
Gets the keyboard shortcut that is bound by this instance.
- getAccumulatedInsets() - Method in interface com.yworks.yfiles.graph.ITable
-
Return the accumulated insets for the table.
- getActiveButtons() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Determines for which button(s) mouse clicks should be processed.
- getActualInsets() - Method in interface com.yworks.yfiles.graph.IStripe
-
Gets the insets that are currently in effect for this stripe.
- getActualMinSize() - Method in interface com.yworks.yfiles.graph.IStripe
-
Returns the actual minimum size a stripe can acquire.
- getActualSize() - Method in interface com.yworks.yfiles.graph.IStripe
-
The current actual dimension of the stripe.
- getAdaptedGraph() - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Gets or yields the original
IGraph
instance that is adapted by this instance.
- getAddedBends() - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
- getAdditionalSnapLines() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- getAdditionalSnapLines(SnapLineOrientation, SnapLineSnapTypes, RectD) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets a subset of
AdditionalSnapLines
that matches the given
orientation
,
snapType
and intersects with the provided
area
.
- getAdjustContentRectPolicy() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a property that determines whether this instance should automatically adjust the
ContentRect
if the graph changes.
- getAffectedComponents() - Method in class com.yworks.yfiles.layout.ComponentLayoutData
-
Gets a collection of nodes that determine the components that shall be laid out.
- getAffectedEdges() - Method in class com.yworks.yfiles.layout.ParallelEdgeRouterData
-
Gets the collection of edges affected by this router.
- getAffectedEdges() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Gets the collection of edges placed by the layout.
- getAffectedEdges() - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
Gets the collection of affected edges.
- getAffectedEdges() - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
Gets the collection of edges affected by this router.
- getAffectedEdges() - Method in class com.yworks.yfiles.layout.router.ChannelEdgeRouterData
-
Gets the collection of edges affected by this router.
- getAffectedEdges() - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouterData
-
Gets the collection of edges routed by this router.
- getAffectedEdges() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
Gets the collection of edges affected by this router.
- getAffectedEdges() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets the collection of affected edges.
- getAffectedEdges() - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouterData
-
Gets the collection of affected edges.
- getAffectedEdgesDpKey() - Method in class com.yworks.yfiles.layout.BendConverter
-
Gets the key to register a
IDataProvider
which identifies edges as
selected.
- getAffectedEdgesDpKey() - Method in class com.yworks.yfiles.layout.CurveFittingLayoutStage
-
Gets the
IDataProvider
key to look up the selection state of the edges that defines whether or not an edge's
path should be approximated by a bezier curve.
- getAffectedEdgesDpKey() - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
Gets the
IDataProvider
key to determine which edges are to be split by this layout stage.
- getAffectedEdgesDpKey() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets the key to register a
IDataProvider
for marking edges as
selected.
- getAffectedEdgesDpKey() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Gets the key to register a
IDataProvider
which determines the edges that shall be routed by this algorithm.
- getAffectedEdgesDpKey() - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Gets the key to register a
IDataProvider
which determines the edges that shall be routed by this algorithm.
- getAffectedEdgesDpKey() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets the
IDataProvider
key to look up the selection state of the edges.
- getAffectedEdgesDpKey() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Gets the
IDataProvider
key used for looking up the selected state of the edges of the graph to be laid out.
- getAffectedEdgesDpKey() - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
-
Gets the key to register a
IDataProvider
that provides the selected state of the edges of the graph.
- getAffectedItems() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets an immutable snapshot of the
IModelItem
s affected by the currently modified
handle
gesture.
- getAffectedItems() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets an immutable snapshot of the
IModelItem
s affected by the currently
active
gesture.
- getAffectedLabels() - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Gets the collection of labels that shall be placed by the algorithm.
- getAffectedLabelsDpKey() - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Gets the
IDataProvider
key to mark labels as selected for placement.
- getAffectedNodes() - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Gets the collection of nodes that is laid out by the layout.
- getAffectedNodes() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Gets the collection of nodes placed by the layout.
- getAffectedNodes() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets the collection of affected nodes.
- getAffectedNodes() - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouterData
-
Gets the collection of affected nodes.
- getAffectedNodesDpKey() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets the
IDataProvider
key to look up the selection state of the nodes.
- getAffectedNodesDpKey() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Gets the
IDataProvider
key used for looking up the selected state of the nodes of the graph to be laid out.
- getAffectedNodesDpKey() - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
-
Gets the key to register a
IDataProvider
that provides the selected state of the nodes of the graph.
- getAffectedNodesDpKey() - Method in class com.yworks.yfiles.layout.SubgraphLayout
-
Gets the key to register a
IDataProvider
which marks the nodes that induce the subgraph to be arranged.
- getAlgorithmProperty(Object) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Provides access to implementation specific properties of the algorithms used.
- getAliceBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getAlignment() - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Gets the vertical alignment of the individual nodes in the same generation.
- getAlternativeEdgePath() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapping from edges to alternative paths for edges connecting to groups, group content or folder nodes.
- getAlternativeGroupBounds() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapping from group/folder nodes to alternative bounds for these nodes.
- getAnchor() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets the anchor of this oriented rectangle.
- getAnchor() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Returns the instance that stores the anchor of this oriented rectangle.
- getAnchor() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets the anchor of the text box.
- getAnchorLocation() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Gets the anchor location of the oriented rectangle as a
PointD
struct.
- getAnchorX() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets the x-coordinate of this rectangle's anchor point.
- getAnchorX() - Method in interface com.yworks.yfiles.geometry.IMutableOrientedRectangle
-
Gets the x coordinate for the anchor of the rectangle.
- getAnchorX() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Returns the x coordinate of the anchor of the oriented rectangle.
- getAnchorX() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
- getAnchorX() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Gets the x coordinate of the anchor of this instance from the
Anchor
instance.
- getAnchorY() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets the y-coordinate of this rectangle's anchor point.
- getAnchorY() - Method in interface com.yworks.yfiles.geometry.IMutableOrientedRectangle
-
Gets the y coordinate for the anchor of the rectangle.
- getAnchorY() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Returns the y coordinate of the anchor of the oriented rectangle.
- getAnchorY() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
- getAnchorY() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Gets the y coordinate of the anchor of this instance from the
Anchor
instance.
- getAngle() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets the angle (measured in radians) of this rectangle.
- getAngle() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Gets the orientation of this rectangle.
- getAngle() - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Gets the rotation angle of all labels with this model in radians.
- getAngle() - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Gets the rotation angle of all labels with this model in radians.
- getAngle() - Method in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
Gets the angle for the rotation of the labels.
- getAngle() - Method in class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
Gets the rotation angle of all labels with this model.
- getAngle() - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Gets the angle (measured in radians) of the label model.
- getAngle() - Method in class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel.ModelParameter
-
Gets the rotation angle of the label that is placed using this model parameter.
- getAngle() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets the angle (in radians) for the label rotation.
- getAngle() - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Gets the angle (measured in radians) of the label model.
- getAngleOffsetOnRightSide() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets the angle offset for labels that are placed on the right side of the edge.
- getAngleReference() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets the reference of the angle given by
Angle
.
- getAngleRotationOnRightSide() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets how the angle is applied to labels on the right side in respect of the labels of the left side of the edge.
- getAngleSum() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout.NodeInfo
-
Gets the sum of all wedge angles of the subtree rooted at this node.
- getAnnotation(Class<T>) - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
- getAnnotationsByType(Class<T>) - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
- getAntiqueWhite() - Static method in class com.yworks.yfiles.view.Pen
-
- getAqua() - Static method in class com.yworks.yfiles.view.Pen
-
- getAquamarine() - Static method in class com.yworks.yfiles.view.Pen
-
- getArea() - Method in class com.yworks.yfiles.geometry.RectD
-
- getArea() - Method in class com.yworks.yfiles.geometry.SizeD
-
- getArmedCursor() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the cursor to use when this mode is in "armed" state.
- getAsFrozen() - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Returns an immutable
IArrow
instance that uses the current properties.
- getAspectRatio() - Method in class com.yworks.yfiles.layout.orthogonal.CompactOrthogonalLayout
-
Gets the desired aspect ratio (i.e.
- getAspectRatio() - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
Gets the preferred aspect ratio (width/height) for the subtrees.
- getAspectRatio(Node) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Retrieves the aspect ratio for the subtree that is rooted at the given node.
- getAspectRatio() - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
- getAssistantNodes() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- getAssociatedEdge() - Method in class com.yworks.yfiles.algorithms.Dart
-
Gets the edge associated with this dart.
- getAssociatedEdge() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
- getAssociatedEdge() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
- getAssociatedNode() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
- getAssociatedNode() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
Gets the associated
Node
of this
INodeData
instance (in case of e.g.
- getAttraction() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the edge attraction value.
- getAutoDragInsets() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the auto drag insets.
- getAutoGroupNodeAlignmentPolicy() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Gets the the location that should be kept fixed if toggling a group node state.
- getAutoMergeTime() - Method in class com.yworks.yfiles.graph.UndoEngine
-
Gets the duration during which the engine will try to merge newly added units.
- getAvailableCommands() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Gets the list of commands that are available in this instance.
- getAvailableCommands() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Gets the list of commands that are available in this instance.
- getAvailableHandles(IInputModeContext) - Method in class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
- getAvailableHandles(IInputModeContext) - Method in interface com.yworks.yfiles.view.input.IReshapeHandleProvider
-
Returns a bitwise combination of all of the
HandlePositions
this interface can provide an implementation for.
- getAzure() - Static method in class com.yworks.yfiles.view.Pen
-
- getB() - Method in class com.yworks.yfiles.algorithms.AffineLine
-
Gets b from ax+by+c = 0.
- getBackgroundFill() - Method in class com.yworks.yfiles.view.PixelImageExporter
-
Returns the background fill to use for image export.
- getBackgroundGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the BackgroundGroup property.
- getBackgroundPaint() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets the brush to use for the background box of the label.
- getBackgroundPen() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets the pen to use for the background box of the label.
- getBackgroundStyle() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
Gets the style that is used to draw the background of the table.
- getBackgroundStyle() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getBackLoopPenalty() - Method in class com.yworks.yfiles.layout.hierarchic.PortCandidateOptimizer
-
Gets the penalty cost associated with each back-loop.
- getBackLoopRoutingStyle() - Method in class com.yworks.yfiles.layout.hierarchic.RoutingStyle
-
Gets the routing style for back-loop edges.
- getBalloonLayout() - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Gets the
BalloonLayout
instance used for arranging multiple partitions.
- getBeginHitTestable() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the
IHitTestable
that determines where bends may be created.
- getBeginHitTestable() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets a
IHitTestable
that determines, whether it is valid to start an edge creation gesture here.
- getBeige() - Static method in class com.yworks.yfiles.view.Pen
-
- getBendCost() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Gets the costs for creating a bend on the edge's path.
- getBendCount() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
Gets the number of bends of the edge within this cell.
- getBendCreatorDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getBendDecorator() - Method in class com.yworks.yfiles.graph.GraphDecorator
-
Returns a
BendDecorator
instance that can be used to decorate the
IBend
instances in the graph that this decorator has been created for.
- getBendDistance() - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Gets the preferred distance between any two bends of an edge.
- getBendDrawing(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeDecorationInstaller
-
Callback method that retrieves the drawing of the bend for the context.
- getBendDrawing(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeFocusIndicatorInstaller
-
Callback method that retrieves the drawing of the bend for the context.
- getBendDrawing(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeHighlightIndicatorInstaller
-
Callback method that retrieves the drawing of the bend for the context.
- getBendDrawing(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeSelectionIndicatorInstaller
-
Callback method that retrieves the drawing of the bend for the context.
- getBendGridConstraintProvider() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the grid constraint provider for the
IBend
s.
- getBendPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for an edge bend.
- getBends() - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
- getBends() - Method in interface com.yworks.yfiles.graph.IEdge
-
Provides access to a collection of
bends
that describe the geometry of this edge.
- getBends() - Method in interface com.yworks.yfiles.graph.IGraph
-
Gets a live view of all bends contained in this
IGraph
.
- getBends() - Method in class com.yworks.yfiles.graph.SimpleEdge
-
- getBendSelectionTesterDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getBendsInBox(IInputModeContext, RectD) - Method in interface com.yworks.yfiles.view.input.IBendSelectionTester
-
Returns the bends within the given rectangle.
- getBendsInNodeToEdgeDistancePenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for an edge bend being closer to the border of the source node, the target node or one of their
ancestor group nodes than the minimum node to edge distance.
- getBendSnapResultProviderDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getBfsLayererCoreNodes() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets the collection of core nodes used by the
BFSLayerer
.
- getBipartition(Graph, INodeMap) - Static method in class com.yworks.yfiles.algorithms.Bipartitions
-
Calculates a bipartition of the given graph, if one exists.
- getBisque() - Static method in class com.yworks.yfiles.view.Pen
-
- getBitmapSource() - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyle
-
Gets the bitmap source.
- getBlack() - Static method in class com.yworks.yfiles.view.Pen
-
- getBlanchedAlmond() - Static method in class com.yworks.yfiles.view.Pen
-
- getBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getBlueViolet() - Static method in class com.yworks.yfiles.view.Pen
-
- getBool(Object) - Method in class com.yworks.yfiles.algorithms.DataProviderAdapter
-
Subclasses may override this method to provide access to boolean values.
- getBool(Object) - Method in interface com.yworks.yfiles.algorithms.IDataProvider
-
Returns a boolean value associated with the given data holder.
- getBool(Object) - Method in interface com.yworks.yfiles.algorithms.IEdgeMap
-
Returns the boolean value bound to the given edge.
- getBool(Object) - Method in interface com.yworks.yfiles.algorithms.INodeMap
-
Returns the boolean value bound to the given node.
- getBool(Object) - Method in class com.yworks.yfiles.layout.DataProviderAdapter
-
- getBorderGapToPortGapRatio() - Method in class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
-
Gets the ratio of the border gap (distance between the outer ports and the node border) to the port gap
(distance between adjacent ports).
- getBorderGapToPortGapRatio() - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
Gets the ratio of the border gap (distance between the outer ports to the node border) to the port gap
(distance between adjacent ports).
- getBorderLine(int) - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- getBottom() - Method in class com.yworks.yfiles.geometry.InsetsD
-
Gets the bottom inset.
- getBottomInset() - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Gets the bottom inset in which no element will lie in the resulting layout.
- getBottomLeft() - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Gets the coordinates of the bottom left corner of the rectangle as a
PointD
.
- getBottomLeft() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the coordinates of the bottom left corner of the rectangle.
- getBottomRight() - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Gets the coordinates of the bottom right corner of the rectangle as a
PointD
.
- getBottomRight() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the coordinates of the bottom right corner of the rectangle.
- getBottomRightChangeFactor() - Method in class com.yworks.yfiles.view.input.ReshapeRectangleContext
-
Gets the factor by which the bottom right corner of the node layout changes when the handle is dragged.
- getBoundingBox() - Method in interface com.yworks.yfiles.algorithms.IPlaneObject
-
Gets the smallest Rectangle which contains the object.
- getBoundingBox() - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Gets the smallest Rectangle which contains the object.
- getBoundingBox() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Calculates the paraxial bounding box of this oriented rectangle.
- getBoundingBox() - Method in class com.yworks.yfiles.algorithms.YRectangle
-
Gets this object.
- getBoundingBox() - Method in class com.yworks.yfiles.layout.AbstractLabelLayout
-
Gets the bounding box of the label.
- getBoundingBox() - Method in interface com.yworks.yfiles.layout.ILabelLayout
-
Gets the bounding box of the label.
- getBoundingBox() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the bounding box of this candidate.
- getBoundingBox(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the rectangle describing the bounding box of the given node.
- getBoundingBox() - Method in class com.yworks.yfiles.layout.LayoutGraph
-
- getBoundingBox() - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- getBoundingBox(LayoutGraph, INodeCursor, IEdgeCursor) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the bounding box of the nodes and edges accessible through the given cursors.
- getBoundingBox(LayoutGraph, Node) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the bounding box of the given node.
- getBoundingBox(LayoutGraph, INodeCursor) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the bounding box of the nodes accessible through the given cursor.
- getBoundingBox(LayoutGraph, Edge) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the bounding box of the given edge.
- getBoundingBox(LayoutGraph, IEdgeCursor) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the bounding box of the edges accessible through the given cursor.
- getBoundingBox(LayoutGraph, INodeCursor, IEdgeCursor, boolean) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the bounding box of the nodes and edges accessible through the given cursors, optionally including node labels
and edge labels.
- getBoundingBox(LayoutGraph, INodeCursor, IEdgeCursor, boolean, boolean) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the bounding box of the nodes and edges accessible through the given cursors, optionally including node labels
or edge labels.
- getBoundingBox(LayoutGraph, INodeCursor, IEdgeCursor, boolean, boolean, boolean) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the bounding box of the nodes and edges accessible through the given cursors, optionally including node labels,
edge labels or
NodeHalo
s.
- getBounds(double) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Gets the bounds of a flattened version the path.
- getBounds() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Calculates the bounds of this path and returns it.
- getBounds() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Determines the bounds of an oriented rectangle.
- getBounds() - Method in class com.yworks.yfiles.graph.NodeReshapeHandler
-
- getBounds(ICanvasContext, IEdge) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Gets the bounds of the visual for the edge in the given context.
- getBounds(ICanvasContext, ILabel) - Method in class com.yworks.yfiles.graph.styles.AbstractLabelStyle
-
Gets the bounds of the visual for the label in the given context.
- getBounds(ICanvasContext, INode) - Method in class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
Gets the bounds of the visual for the node in the given context.
- getBounds(ICanvasContext, IPort) - Method in class com.yworks.yfiles.graph.styles.AbstractPortStyle
-
Callback that returns the bounds of the visual for the port in the given context.
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Returns the layout bounds as an upper bound for the painting bound.
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Returns the layout bounds as an upper bound for the painting bound.
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Returns the layout bounds as an upper bound for the painting bound.
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Returns the layout bounds as an upper bound for the painting bound.
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Returns the layout bounds as an upper bound for the painting bound.
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- getBounds() - Method in class com.yworks.yfiles.layout.LabelLayoutData
-
- getBounds() - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- getBounds() - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
Gets the bounds of the original rectangular area that is being partitioned.
- getBounds() - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
Gets the bounds of the original rectangular area that is being partitioned.
- getBounds() - Method in interface com.yworks.yfiles.layout.router.polyline.IPartition
-
Gets the bounds of the original rectangular area that is partitioned.
- getBounds() - Method in class com.yworks.yfiles.layout.router.polyline.Obstacle
-
Gets the bounds of the obstacle.
- getBounds() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
- getBounds(List<Object>) - Static method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer.RootAlignment
-
Calculates the common bounds of the given subtree shapes.
- getBounds() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- getBounds(ICanvasObject) - Method in class com.yworks.yfiles.view.CanvasControl
-
Convenience method that calculates the bounds for a given canvas object in the scene graph.
- getBounds(ICanvasContext) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- getBounds(ICanvasContext) - Method in interface com.yworks.yfiles.view.IBoundsProvider
-
Returns a tight rectangular area where the whole rendering would fit into.
- getBounds() - Method in class com.yworks.yfiles.view.input.ConstrainedReshapeHandler
-
- getBounds() - Method in interface com.yworks.yfiles.view.input.IReshapeHandler
-
Returns a view of the bounds of the item.
- getBounds() - Method in class com.yworks.yfiles.view.input.TableReshapeHandler
-
- getBounds() - Method in class com.yworks.yfiles.view.ViewportLimiter
-
Gets the maximal allowed navigable bounds for the viewport.
- getBounds2D() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the bounds of this instance in double precision.
- getBoundsProvider(IEdge, boolean, PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.Arrow
-
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getBoundsProvider(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- getBoundsProvider(IEdge, boolean, PointD, PointD) - Method in interface com.yworks.yfiles.graph.styles.IArrow
-
Gets an
IBoundsProvider
implementation that can yield this arrow's bounds if painted at the given location using
the given direction for the given edge.
- getBoundsProvider(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getBoundsProvider(IEdge, IEdgeStyle) - Method in interface com.yworks.yfiles.graph.styles.IEdgeStyleRenderer
-
Gets an implementation of the
IBoundsProvider
interface that can handle the provided edge and its associated
style.
- getBoundsProvider(ILabel, ILabelStyle) - Method in interface com.yworks.yfiles.graph.styles.ILabelStyleRenderer
-
Gets an implementation of the
IBoundsProvider
interface that can handle the provided label and its associated
style.
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
- getBoundsProvider(INode, INodeStyle) - Method in interface com.yworks.yfiles.graph.styles.INodeStyleRenderer
-
Gets an implementation of the
IBoundsProvider
interface that can handle the provided node and its associated
style.
- getBoundsProvider(IPort, IPortStyle) - Method in interface com.yworks.yfiles.graph.styles.IPortStyleRenderer
-
Gets an implementation of the
IBoundsProvider
interface that can handle the provided port and its associated
style.
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- getBoundsProvider(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getBoundsProvider(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
- getBoundsProvider(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- getBoundsProvider(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidEdgeStyleRenderer
-
- getBoundsProvider(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.VoidLabelStyleRenderer
-
- getBoundsProvider(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidNodeStyleRenderer
-
- getBoundsProvider(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.VoidPortStyleRenderer
-
- getBoundsProvider(Object) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- getBoundsProvider(Object) - Method in interface com.yworks.yfiles.view.ICanvasObjectDescriptor
-
Returns an implementation of
IBoundsProvider
that can determine the visible bounds of the rendering of the user
object.
- getBox() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the oriented box of this candidate.
- getBridgeCreator() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- getBridgeCrossingPolicy() - Method in class com.yworks.yfiles.view.BridgeManager
-
- getBridgeHeight(IRenderContext) - Method in interface com.yworks.yfiles.view.IBridgeCreator
-
- getBridgeWidth(IRenderContext) - Method in interface com.yworks.yfiles.view.IBridgeCreator
-
- getBrown() - Static method in class com.yworks.yfiles.view.Pen
-
- getBundlingQuality() - Method in class com.yworks.yfiles.layout.EdgeBundling
-
Gets the desired quality of the calculated edge bundling.
- getBundlingStrength() - Method in class com.yworks.yfiles.layout.EdgeBundling
-
Gets the strength of the edge bundling.
- getBurlyWood() - Static method in class com.yworks.yfiles.view.Pen
-
- getBusAlignment() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets the vertical bus alignment for orthogonally routed edge buses.
- getBusAlignment() - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Gets the vertical bus alignment for orthogonally routed edges.
- getBusId() - Method in class com.yworks.yfiles.layout.router.BusDescriptor
-
Gets the bus ID.
- getButtonPlacement() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
Gets an
ILabelModelParameter
that determines the placement of the button for toggling the expanded state.
- getButtonPlacement() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getButtons() - Method in class com.yworks.yfiles.view.Mouse2DEvent
-
The state of the mouse buttons at the time of the event creation.
- getButtonSize() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
Returns the size of the collapse button.
- getButtonSize() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
Returns the size of the collapse button.
- getC() - Method in class com.yworks.yfiles.algorithms.AffineLine
-
Gets c from ax+by+c = 0.
- getCadetBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getCancelDuration() - Method in class com.yworks.yfiles.algorithms.AbortHandler
-
Gets the duration an algorithm may run before being cancelled automatically.
- getCancelRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the property that determines cancel events.
- getCancelRecognizer() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets the "cancel" recognizer.
- getCancelRecognizer() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the "cancel" recognizer.
- getCancelRecognizer() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the "cancel" recognizer.
- getCancelRecognizer() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets the "cancel" recognizer.
- getCancelRecognizer() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
- getCancelRecognizerTouch() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the property that determines cancel events via touch.
- getCandidateDescriptor() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- getCandidateMask() - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Gets the candidate mask which specifies the valid positions for edge labels.
- getCandidateMask() - Method in class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
-
Gets the candidate mask which specifies the valid positions for node labels.
- getCandidateParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.DefaultLabelModelParameterFinder
-
Retrieves an enumerator over all candidates for a given label and model.
- getCandidateTag() - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Gets the tag for this candidate.
- getCandidateTag() - Method in interface com.yworks.yfiles.view.input.IPortCandidate
-
Possibly yields a user defined tag for this candidate.
- getCandidateTemplate() - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
Gets the template to use for showing candidates.
- getCanExecuteHandler() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeCommandBinding
-
- getCanvas() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Gets the value of the property canvas.
- getCanvas() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Gets the canvas to print.
- getCanvas() - Method in class com.yworks.yfiles.view.ModelManager
-
Gets the canvas instance this instance is managing.
- getCanvasContext() - Method in class com.yworks.yfiles.view.CanvasControl
-
- getCanvasControl() - Method in class com.yworks.yfiles.view.BridgeManager
-
- getCanvasControl() - Method in class com.yworks.yfiles.view.CanvasEvent
-
Returns the CanvasControl
that is the source of this event.
- getCanvasControl() - Method in interface com.yworks.yfiles.view.ICanvasContext
-
Yields the Canvas that is associated with this context.
- getCanvasObject(PointD) - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the top most canvas object instance that is hit at the given coordinate set.
- getCanvasObject(IModelItem) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Retrieves the
ICanvasObject
for a given model item managed by this instance.
- getCanvasObject(T) - Method in class com.yworks.yfiles.view.ItemModelManager
-
Retrieves the canvas object that has been registered for the given item or null
.
- getCanvasObjectGroup(T) - Method in class com.yworks.yfiles.view.FocusIndicatorManager
-
- getCanvasObjectGroup(INode) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Retrieves the Canvas Object group to use for the given node.
- getCanvasObjectGroup(IEdge) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Retrieves the Canvas Object group to use for the given edge.
- getCanvasObjectGroup(IPort) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Retrieves the Canvas Object group to use for the given port.
- getCanvasObjectGroup(ILabel) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Retrieves the Canvas Object group to use for the given label.
- getCanvasObjectGroup(T) - Method in class com.yworks.yfiles.view.HighlightIndicatorManager
-
- getCanvasObjectGroup() - Method in class com.yworks.yfiles.view.ItemModelManager
-
- getCanvasObjectGroup(T) - Method in class com.yworks.yfiles.view.ItemModelManager
-
- getCanvasObjectGroup(T) - Method in class com.yworks.yfiles.view.ModelManager
-
- getCanvasObjectGroup(T) - Method in class com.yworks.yfiles.view.SelectionIndicatorManager
-
- getCanvasObjects() - Method in class com.yworks.yfiles.view.CanvasControl
-
Enumerates over all possible
ICanvasObject
instances in the tree.
- getCanvasObjects(ICanvasObjectGroup) - Method in class com.yworks.yfiles.view.CanvasControl
-
Enumerates over all possible
ICanvasObject
instances in the tree below the given group.
- getCanvasObjects(PointD) - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns a list of all canvas objects in hit order at the given world coordinate location.
- getCanvasPropertyKey() - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- getCell(int) - Method in class com.yworks.yfiles.algorithms.YList
-
Gets the cell at the given index.
- getCell() - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- getCell() - Method in class com.yworks.yfiles.layout.router.polyline.CellSegmentInfo
-
Gets the
partition cell
within which this part of the edge segment lies.
- getCell() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
- getCellBounds(INode, IColumn, IRow) - Static method in interface com.yworks.yfiles.graph.ITable
-
Calculates the absolute bounds of a table cell that is determined by column
and .
- getCellBounds(IColumn, IRow) - Method in interface com.yworks.yfiles.graph.ITable
-
Calculates the relative bounds of a table cell that is determined by column
and .
- getCellIds() - Method in class com.yworks.yfiles.layout.PartitionGridData
-
Gets the mapping from nodes to
PartitionCellId
using the partition grid as context.
- getCells() - Method in class com.yworks.yfiles.layout.PartitionCellId
-
- getCells(Obstacle) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
- getCells(YRectangle) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
Returns a list of all
PartitionCell
s that intersect or cover the given rectangle.
- getCells(Node) - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
Returns all
PartitionCell
s that are completely covered by the bounds of the given node.
- getCells(YRectangle) - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
Returns a list of all
PartitionCell
s that intersect or cover the given rectangle by delegating to the
corresponding method of the
inner partition
.
- getCells(Obstacle) - Method in interface com.yworks.yfiles.layout.router.polyline.IObstaclePartition
-
- getCells(YRectangle) - Method in interface com.yworks.yfiles.layout.router.polyline.IPartition
-
Returns a list of all
PartitionCell
s that intersect or cover the given rectangle.
- getCellSegmentInfo(int) - Method in class com.yworks.yfiles.layout.router.polyline.SegmentInfo
-
- getCellSegmentInfos() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
- getCenter() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets the current center of the oriented rectangle.
- getCenter() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Gets the current center of the oriented rectangle as a
PointD
struct.
- getCenter() - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Gets the coordinates of the center of the rectangle as a
PointD
.
- getCenter() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Gets the coordinates of the center of the rectangle as a
PointD
.
- getCenter() - Method in class com.yworks.yfiles.geometry.RectD
-
- getCenter() - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
Gets the center of the port.
- getCenter(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the center coordinates of the given node.
- getCenter(Node) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Polls the current coordinates of the center of the given node.
- getCenter() - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Gets the midpoint of the interval.
- getCenter() - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- getCenter() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the world coordinate at the center of the control.
- getCenterNodes() - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
- getCenterNodesDpKey() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets the
IDataProvider
key used for looking up the selected nodes that should be placed in the center.
- getCenterNodesPolicy() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets the policy that determines which nodes are selected as roots of the (virtual) tree for the layout process and are
set in the center of the circles.
- getCenterOffset() - Method in class com.yworks.yfiles.layout.radial.RadialLayout.NodeInfo
-
Gets the offset from the center of the circle, the node is placed on, to the center of the node.
- getCenterPoint(Object) - Method in class com.yworks.yfiles.view.PointSelectionIndicatorInstaller
-
Factory method that retrieves the center for a given user object.
- getCenterRoot(Graph) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Returns the center node of an undirected tree.
- getCenterX() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the x coordinate of the center point of this rectangle.
- getCenterX() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the center X coordinate of the rectangle.
- getCenterX(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the x-coordinate of the given node's center.
- getCenterX(Node) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Polls the current x-coordinate of the center location of the given node.
- getCenterY() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the y coordinate of the center point of this rectangle.
- getCenterY() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the center Y coordinate of the rectangle.
- getCenterY(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the y-coordinate of the given node's center.
- getCenterY(Node) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Polls the current y-coordinate of the center location of the given node.
- getCenterZoomEventRecognizer() - Method in class com.yworks.yfiles.view.CanvasControl
-
Specifies an
IEventRecognizer
that determines whether the zooming to the center of the view, rather than at the
mouse location should be used.
- getChainSubstructureStyle() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the style specifier for chain substructures.
- getChangedButtons() - Method in class com.yworks.yfiles.view.Mouse2DEvent
-
Returns the mouse buttons that have changed for this event.
- getChangedModifiers() - Method in class com.yworks.yfiles.view.Mouse2DEvent
-
Returns the modifier keys that have changed for this event.
- getChangedModifiers() - Method in class com.yworks.yfiles.view.Touch2DEvent
-
Returns the modifier keys that have changed for this event.
- getChartreuse() - Static method in class com.yworks.yfiles.view.Pen
-
- getChildAlignmentPolicy() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the child alignment policy for this layout algorithm.
- getChildColumns() - Method in interface com.yworks.yfiles.graph.IColumn
-
Returns the child columns.
- getChildNodePlacer() - Method in class com.yworks.yfiles.layout.tree.AssistantNodePlacer
-
Gets the
INodePlacer
instance that places the non-assistant children.
- getChildOrderingPolicy() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the child ordering policy for sorting the child nodes around their parents.
- getChildPlacement() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Gets the direction in which the child nodes are placed with respect to their parent node.
- getChildren(Node) - Method in class com.yworks.yfiles.algorithms.Groups.Dendrogram
-
Returns a
NodeList
that contains the child nodes of the given parent node.
- getChildren(INode) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getChildren(INode) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getChildren(INode) - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- getChildren(INode) - Method in interface com.yworks.yfiles.graph.IGraph
-
Returns an enumerable over the children of the provided node.
- getChildren(Node) - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Returns the direct children of the given group node.
- getChildren(Node) - Method in class com.yworks.yfiles.layout.hierarchic.GroupingSupport
-
Returns the direct children of the given group node.
- getChildRows() - Method in interface com.yworks.yfiles.graph.IRow
-
Returns the child rows.
- getChildStripes() - Method in interface com.yworks.yfiles.graph.IStripe
-
Gets the direct children of stripe
in a table hierarchy.
- getChocolate() - Static method in class com.yworks.yfiles.view.Pen
-
- getCircleIds() - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
Gets the mapper from nodes to their circle id.
- getCircleIndex() - Method in class com.yworks.yfiles.layout.radial.RadialLayout.NodeInfo
-
Gets the index of the circle the node is placed on.
- getClassLoader() - Static method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- getClickCount() - Method in class com.yworks.yfiles.view.input.ClickEventArgs
-
Gets the number of clicks associated with this event.
- getClickCount() - Method in class com.yworks.yfiles.view.Mouse2DEvent
-
- getClickInputMode() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
- getClickInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- getClickLocation() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Gets the location of the last click.
- getClickSelectableItems() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Gets a property that determines which types of items should be selectable through
mouse clicks.
.
- getClickSelectableRegions() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- getClientCanvas() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Gets the canvas this canvas should use to navigate.
- getClientObject() - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
- getClip() - Method in interface com.yworks.yfiles.view.IRenderContext
-
The clipping rectangle in world coordinates.
- getClipboard() - Method in interface com.yworks.yfiles.graph.IGraphClipboardContext
-
Gets the clipboard that created this context and is used during the current operation.
- getClipboard() - Method in class com.yworks.yfiles.view.GraphControl
-
- getClipboardGraph() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Gets the graph that contains the clipboard's contents.
- getClipboardHelper(IModelItem) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- getClipboardHelperDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getClipboardHelperDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getClipboardHelperDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getClipboardHelperDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getClipboardHelperDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getClipMargin() - Method in class com.yworks.yfiles.view.BridgeManager
-
Gets the margin by which the
Clip
should be enlarged to accommodate for clipped away
lines being taken into account for bridge calculation.
- getClone() - Method in class com.yworks.yfiles.graph.GraphCopier
-
Gets the types of items that should be
cloned
for the copy operation.
- getClosest(double) - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Returns the
interval
bound that is closest to the given value.
- getClosestCandidate(Iterable<IPortCandidate>, PointD) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- getClosestCandidate(IInputModeContext, PointD, Iterable<IPortCandidate>) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Finds the closest candidate from the given set of candidates.
- getClosestCandidateDescriptor() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- getClosestHitHandle(PointD) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Finds the closest hit handle for the given world coordinate pair.
- getClosestHitHandleTouch(PointD) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Finds the closest hit handle for the given world coordinate pair.
- getClosestSourceCandidate(Iterable<IPortCandidate>, PointD) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Finds the closest candidate given a number of
IPortCandidate
s and a location in world coordinates.
- getClosestTargetCandidate(Iterable<IPortCandidate>, PointD) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Finds the closest target candidate given a number of
IPortCandidate
s and a location in world coordinates.
- getClusteringQuality() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the quality measure of the clustering algorithm.
- getClusterNodes(Node) - Method in class com.yworks.yfiles.algorithms.Groups.Dendrogram
-
Returns an array of
NodeList
s that contain the nodes of the original graph that are associated with the given dendrogram node.
- getColor() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyle
-
Gets the base color to use.
- getColor() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Retrieves the color from the style.
- getColor() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyle
-
Gets the base color to use.
- getColor() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Retrieves the color from the style.
- getColumn() - Method in class com.yworks.yfiles.layout.PartitionCellId.Cell
-
- getColumn() - Method in class com.yworks.yfiles.layout.PartitionCellId
-
- getColumn(int) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Returns the
column
with the given index.
- getColumn() - Method in class com.yworks.yfiles.view.PrintingEvent
-
Gets the index of the column of the page that is about to be or was printed.
- getColumnCount() - Method in class com.yworks.yfiles.view.CanvasPrinter.PrintInfo
-
Returns the number of columns that the content to print would need considering the PageLayout
.
- getColumnDefaults() - Method in interface com.yworks.yfiles.graph.ITable
-
Gets the defaults for Columns.
- getColumnDefaults() - Method in class com.yworks.yfiles.graph.Table
-
Gets the defaults for Columns.
- getColumnIndices() - Method in class com.yworks.yfiles.layout.PartitionGridData
-
Gets the mapping from nodes to the index of their columns.
- getColumnLayout(ITable, RectD) - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
Return the sizes of all leaf rows.
- getColumns() - Method in class com.yworks.yfiles.graph.Table
-
The toplevel
IColumn
s in this table.
- getColumns() - Method in class com.yworks.yfiles.layout.PartitionGrid
-
- getCombinedSourceCell() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
- getCombinedTargetCell() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
- getCommand() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeBinding
-
Gets the
ICommand
that is associated with this binding.
- getCommand() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeCommandBinding
-
Gets the
ICommand
that is associated with this binding.
- getCommand() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeKeyBinding
-
Gets the
ICommand
that is associated with this binding.
- getCommand() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeRecognizerBinding
-
Gets the
ICommand
that is associated with this binding.
- getCommandBindings(ICommand) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Returns the command bindings that have been registered using one of this
mode's addCommandBinding
methods for the given command.
- getCommandParameter() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeKeyBinding
-
Gets the command parameter to use for execution of the command.
- getCommandParameter() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeRecognizerBinding
-
Gets the command parameter to use for execution of the command.
- getCommonLocationRange() - Method in class com.yworks.yfiles.layout.router.polyline.SegmentGroup
-
Gets the common location range for the
segments
in this group.
- getCommonSegmentInfo() - Method in class com.yworks.yfiles.layout.router.polyline.SegmentGroup
-
Gets the common
SegmentInfo
representing the grouped segments.
- getCompactnessFactor() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the compactness factor for the layout algorithm.
- getCompactnessFactor() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the factor defining how compact layout results will potentially be, where a smaller factor produces potentially
more compact layouts.
- getCompactorInstance() - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
Gets an instance of compactor to be used.
- getComparator() - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Gets the
Comparator
instance used for sorting the lanes.
- getComparator() - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Gets the
Comparator
that will be used for sorting the
outgoing edges
of
each local root in the tree before they are being arranged.
- getComparator() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the
Comparator
instance that determines the order of the outgoing edges for each node of the tree.
- getComparator() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets the
Comparator
instance that is used for sorting the outgoing edges of each node of the tree.
- getComparator() - Method in class com.yworks.yfiles.view.GraphModelManager
-
Gets an
Comparator
instance that can be used to compare two model items with respect to their visual display
order.
- getComparator() - Method in class com.yworks.yfiles.view.ItemModelManager
-
Gets a comparer that compares the items so that they are put into the correct order in the canvas tree.
- getComponentArrangementPolicy() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the policy that specifies how to arrange connected components.
- getComponentAssignmentStrategy() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets the strategy that assigns partial nodes to subgraph components.
- getComponentComparator() - Method in class com.yworks.yfiles.layout.hierarchic.MultiComponentLayerer
-
- getComponentIds() - Method in class com.yworks.yfiles.layout.ComponentLayoutData
-
Gets the mapping from nodes to their component comparable that is used to sort the components.
- getComponentIds() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Gets the mapping from partial nodes to an object defining their component assignment.
- getComponentLayout() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets the
ILayoutStage
that arranges the connected components of an input graph.
- getComponentSpacing() - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Gets the distance between the bounding boxes of the components.
- getComputedHeight() - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Gets the computed height of the row after the layout has been calculated.
- getComputedHorizontalScrollBarState() - Method in class com.yworks.yfiles.view.CanvasControl
-
Determines the state of the horizontal scroll bar.
- getComputedLaneIndex() - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Gets the computed zero-based index of the swimlane after the layout has been calculated.
- getComputedLanePosition() - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Gets the computed position (smaller coordinate) of the swimlane after the layout has been calculated.
- getComputedLaneWidth() - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Gets the computed width of the swimlane after the layout has been calculated.
- getComputedPosition() - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Gets the computed position (smallest x-coordinate) of the column after the layout has been calculated.
- getComputedPosition() - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Gets the computed position (smallest y-coordinate) of the row after the layout has been calculated.
- getComputedVerticalScrollBarState() - Method in class com.yworks.yfiles.view.CanvasControl
-
Determines the state of the vertical scroll bar.
- getComputedWidth() - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Gets the computed width of the column after the layout has been calculated.
- getConfiguration() - Method in class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
-
- getConfiguration() - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartitionExtensionAdapter
-
- getConfiguration() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
- getConfiguration() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
Gets the configuration used for the path search.
- getConfiguration() - Method in class com.yworks.yfiles.view.PixelImageExporter
-
- getConnectionCount() - Method in class com.yworks.yfiles.layout.PortCandidateSet
-
- getConnections() - Method in interface com.yworks.yfiles.layout.PortCandidateSet.IEntry
-
- getConnectorDirection() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
Gets the direction of the last connector segment.
- getConnectorX() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
Gets the current x-coordinate of the connection point to which the layout algorithm connects the ingoing edge.
- getConnectorY() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
Gets the current y-coordinate of the connection point to which the layout algorithm connects the ingoing edge.
- getConstant() - Method in class com.yworks.yfiles.layout.ItemMapping
-
Gets a constant value all items are mapped to.
- getConstrained(RectD) - Method in class com.yworks.yfiles.geometry.PointD
-
Create a constrained copy of this instance that lies within the given non-empty rectangle
.
- getConstraintIncrementalLayererAdditionalEdgeWeights() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- getContent() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Gets the value of the property content.
- getContentGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the ContentGroup property.
- getContentGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
Gets the content group this manager instance uses to add visual representation of the graph to.
- getContentMargins() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns the margins that are defined on this printable.
- getContentProperty(Object) - Static method in class com.yworks.yfiles.graphml.Property
-
- getContentPropertyKey() - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- getContentRect() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the Rectangle in world coordinates that holds the contents.
- getContentRectangle() - Method in class com.yworks.yfiles.view.CanvasPrinter.PrintInfo
-
Returns the rectangle that defines the visible area of the page (that is, the printable area plus the content margins).
- getContentRectMargins() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getContentVisualGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the container holding the content of the CanvasControl.
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.CompositeLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.DescriptorWrapperLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Returns an empty context.
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Returns an empty context.
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.ExteriorLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.FreeEdgeLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.FreeLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.FreeNodeLabelModel
-
Returns an empty context.
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelModel
-
Provides a
lookup context
for the given combination of label and parameter.
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.SandwichLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
- getContext(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
- getContext(IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.portlocationmodels.BendAnchoredPortLocationModel
-
- getContext(IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.portlocationmodels.FreeNodePortLocationModel
-
- getContext(IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.portlocationmodels.GenericPortLocationModel
-
- getContext(IPort, IPortLocationModelParameter) - Method in interface com.yworks.yfiles.graph.portlocationmodels.IPortLocationModel
-
Provides a
lookup context
for the given combination of port and parameter.
- getContext(IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.portlocationmodels.SegmentRatioPortLocationModel
-
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getContext(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- getContext(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getContext(IEdge, IEdgeStyle) - Method in interface com.yworks.yfiles.graph.styles.IEdgeStyleRenderer
-
Gets a temporary context instance that can be used to query additional information for the edge's style.
- getContext(ILabel, ILabelStyle) - Method in interface com.yworks.yfiles.graph.styles.ILabelStyleRenderer
-
Gets a temporary context instance that can be used to query additional information for the label's style.
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
- getContext(INode, INodeStyle) - Method in interface com.yworks.yfiles.graph.styles.INodeStyleRenderer
-
Gets a temporary context instance that can be used to query additional information for the node's style.
- getContext(IPort, IPortStyle) - Method in interface com.yworks.yfiles.graph.styles.IPortStyleRenderer
-
Gets a temporary context instance that can be used to query additional information for the port's style.
- getContext(IStripe, IStripeStyle) - Method in interface com.yworks.yfiles.graph.styles.IStripeStyleRenderer
-
Gets a temporary context instance that can be used to query additional information for the stripe's style.
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- getContext(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getContext(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
- getContext(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- getContext(IStripe, IStripeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyleRenderer
-
- getContext(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidEdgeStyleRenderer
-
- getContext(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.VoidLabelStyleRenderer
-
- getContext(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidNodeStyleRenderer
-
- getContext(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.VoidPortStyleRenderer
-
- getContext(IStripe, IStripeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidStripeStyleRenderer
-
- getContext() - Method in class com.yworks.yfiles.graphml.HandleDeserializationEventArgs
-
Gets the context in which the
XmlNode
shall be deserialized.
- getContext() - Method in class com.yworks.yfiles.graphml.HandleSerializationEventArgs
-
Gets the context to be used for writing.
- getContext() - Method in class com.yworks.yfiles.graphml.ParseEventArgs
-
Gets the context that is being used for parsing.
- getContext() - Method in class com.yworks.yfiles.graphml.QueryInputHandlersEventArgs
-
The
IParseContext
instance that can queried for further information.
- getContext() - Method in class com.yworks.yfiles.graphml.QueryOutputHandlersEventArgs
-
Gets the context for which the handlers are queried.
- getContext() - Method in class com.yworks.yfiles.graphml.QueryReferenceIdEventArgs
-
The current write context that can be used by the event handler for additional information.
- getContext() - Method in class com.yworks.yfiles.graphml.ResolveReferenceEventArgs
-
The current parse context that can be used by the event handler for additional information.
- getContext() - Method in class com.yworks.yfiles.graphml.WriteEventArgs
-
Gets the context that is being used for writing.
- getContext() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
Gets the current context of the path search.
- getContext() - Method in class com.yworks.yfiles.view.input.InputModeEventArgs
-
Gets the context for the current event.
- getContext() - Method in class com.yworks.yfiles.view.PrepareRenderContextEventArgs
-
Gets the context.
- getContext() - Method in class com.yworks.yfiles.view.PrintingEvent
-
Gets the context that was used initially to create the node that is being printed.
- getContext() - Method in class com.yworks.yfiles.view.RenderContextEvent
-
Gets the context.
- getContextDelegate() - Method in class com.yworks.yfiles.layout.ContextItemMapping
-
Gets a delegate from the items and a context object to the values.
- getContextLookup() - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- getContextLookup(TemplateNodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
- getContextLookup(TemplateStripeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyleRenderer
-
- getControl() - Method in class com.yworks.yfiles.view.Animator
-
The control the animations are run on.
- getController() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
- getController() - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
- getCoordinates() - Method in class com.yworks.yfiles.view.input.SnapLine
-
The coordinates of the center point of the snap line.
- getCopiedEdge(Object) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Returns the copied edge that corresponds to the given original edge.
- getCopiedEdge(IEdge) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
Yields the edge that has been created as a copy in
YGraph
to represent the given edge.
- getCopiedNode(Object) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Returns the copied node that corresponds to the given original node.
- getCopiedNode(INode) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
Yields the node that has been created as a copy in
YGraph
to represent the given node.
- getCopy(Class<T>, T, ObjectReference<T>) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Tries to obtain a previously
cached
copy for the given original.
- getCopy() - Method in class com.yworks.yfiles.graph.ItemCopiedEventArgs
-
The copied item.
- getCopyItems() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Gets the type of items that can be copied and pasted at all using the clipboard.
- getCoral() - Static method in class com.yworks.yfiles.view.Pen
-
- getCoreBounds() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- getCoreHandler() - Method in class com.yworks.yfiles.view.input.TableReshapeHandler
-
The core reshape handler wrapped by this instance.
- getCoreLayout() - Method in class com.yworks.yfiles.layout.AbstractLayoutStage
-
Gets the core layout algorithm that is wrapped by this stage.
- getCoreLayout() - Method in class com.yworks.yfiles.layout.BendConverter
-
Gets the core layout algorithm that is wrapped by this
ILayoutStage
.
- getCoreLayout() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
- getCoreLayout() - Method in interface com.yworks.yfiles.layout.ILayoutStage
-
Gets the core layout algorithm.
- getCoreLayout() - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Gets the core layout algorithm that is wrapped by this
ILayoutStage
.
- getCoreLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.LayoutMultiplexer
-
Returns the core layout algorithm associated with the nodes contained in the given graph.
- getCoreLayout() - Method in class com.yworks.yfiles.layout.organic.RemoveOverlapsStage
-
- getCoreLayout() - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
- getCoreLayout() - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
- getCoreLayout() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
- getCoreLayout() - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Gets the core layout algorithm which arranges the graph before edge routing.
- getCoreLayout() - Method in class com.yworks.yfiles.layout.tree.TreeComponentLayout
-
- getCornerApproximationPointsCount() - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
Gets the number of points that are used for rounding the corners of the self-loops.
- getCornflowerBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getCornsilk() - Static method in class com.yworks.yfiles.view.Pen
-
- getCost() - Method in class com.yworks.yfiles.layout.PortCandidate
-
- getCost(PortCandidateSet.IEntry, Edge, boolean, double, double) - Method in class com.yworks.yfiles.layout.PortCandidateSet
-
Calculates the penalty cost for the usage of the given
entry
and the given parameters.
- getCost() - Method in class com.yworks.yfiles.layout.router.polyline.Path
-
Gets the overall cost of this path.
- getCosts() - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- getCount() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Gets the number of
PathType
operations stored in this instance.
- getCreateBendInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getCreateBendRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the creation of a bend.
- getCreateBendRecognizerTouch() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the creation of a bend via touch.
- getCreateEdgeInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getCreateLabelLayout() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- getCrimson() - Static method in class com.yworks.yfiles.view.Pen
-
- getCriticalEdgePriorities() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapping from edges to their priority to be a 'critical' edge.
- getCropLength() - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Gets the cropping length associated with this instance.
- getCropLength() - Method in interface com.yworks.yfiles.graph.styles.IArrow
-
Gets the cropping length associated with this instance.
- getCroppedImage(WritableImage, int, int, int, int) - Static method in class com.yworks.yfiles.utils.ImageSupport
-
Returns an image that is the cropped version of the given image with the coordinates of the pixels from (x,y)
to (x+width, y+height).
- getCrossing(AffineLine, AffineLine) - Static method in class com.yworks.yfiles.algorithms.AffineLine
-
Returns the crossing of two lines.
- getCrossingCost() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets the cost for each edge crossing.
- getCrossingPenalty() - Method in class com.yworks.yfiles.layout.hierarchic.PortCandidateOptimizer
-
Gets the penalty cost associated with a crossing that would occur if a given combination of
PortCandidate
s would be chosen.
- getCrossingStyle(IRenderContext) - Method in interface com.yworks.yfiles.view.IBridgeCreator
-
- getCurrent(double[]) - Method in class com.yworks.yfiles.geometry.GeneralPath.PathCursor
-
Places the coordinates for the current type into the given array.
- getCurrent() - Method in class com.yworks.yfiles.graphml.ChildParseContext
-
- getCurrent() - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
- getCurrent() - Method in interface com.yworks.yfiles.graphml.IParseContext
-
Returns the most current (the last element) within the container hierarchy as it is returned by
ObjectStack
or
default(T)
if the most current element is not of the desired target type.
- getCurrent() - Method in interface com.yworks.yfiles.graphml.IWriteContext
-
Returns the most current (the last element) within the container hierarchy as it is returned by
ObjectStack
or
default(T)
if the most current element is not of the desired target type.
- getCurrentBounds(CanvasControl, RectD) - Method in class com.yworks.yfiles.view.ViewportLimiter
-
Gets the to bounds that should be honored for the upcoming call.
- getCurrentEdge() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Gets the edge that is currently routed.
- getCurrentEdgeLayoutDescriptor() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
- getCurrentEndPoint() - Method in class com.yworks.yfiles.geometry.GeneralPath.PathCursor
-
Gets the current end point of the last path element.
- getCurrentEndPoint(double[]) - Method in class com.yworks.yfiles.geometry.GeneralPath.PathCursor
-
Places the current end coordinates of the last path element into the array.
- getCurrentEndPointX() - Method in class com.yworks.yfiles.geometry.GeneralPath.PathCursor
-
Returns the current x coordinate of the last path element.
- getCurrentEndPointY() - Method in class com.yworks.yfiles.geometry.GeneralPath.PathCursor
-
Returns the current y coordinate of the last path element.
- getCurrentHandle() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets the handle that is currently being moved or null
otherwise.
- getCurrentHoverItem() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Gets the current item the mouse is hovering over.
- getCurrentInputModeContext() - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Gets the current input mode context that is in effect for the current edit.
- getCurrentInputModeContext() - Method in class com.yworks.yfiles.view.input.SnapContext
-
Gets the current input mode context.
- getCurrentItem() - Method in class com.yworks.yfiles.view.GraphControl
-
Gets the 'current' item.
- getCurrentLocation(SegmentInfo) - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- getCurrentLocation() - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Gets the current location as a live point.
- getCurrentMasterSource() - Method in class com.yworks.yfiles.graph.FoldingEdgeStateId
-
The source node of the edge or an ancestor (both in the
MasterGraph
).
- getCurrentMasterTarget() - Method in class com.yworks.yfiles.graph.FoldingEdgeStateId
-
The target node of the edge or an ancestor (both in the
MasterGraph
).
- getCurrentTouchDevices() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets a list of the active
Touch2DPoint
s at the time of invocation.
- getCursor() - Method in class com.yworks.yfiles.view.input.ConstrainedHandle
-
- getCursor() - Method in interface com.yworks.yfiles.view.input.IHandle
-
Provides the cursor to display when the mouse hovers over or drags this handle.
- getCursor() - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
Gets the cursor to display when the mouse hovers over or drags this handle.
- getCursor() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- getCursor() - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Gets the cursor to display when the mouse hovers over or drags this handle.
- getCursor() - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Gets the cursor to display when the mouse hovers over or drags this handle.
- getCustomGroups() - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
Gets the mapping from nodes to their custom group object.
- getCustomProfit() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the custom profit for this candidate.
- getCustomProfitModelRatio() - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
Gets the ratio between the internal profit (ip) and the profit computed using the specified
profit model
(sp).
- getCutObstacleCost() - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
Gets the costs incurred for every
Obstacle
that must be cut in a subdivision.
- getCyan() - Static method in class com.yworks.yfiles.view.Pen
-
- getCycleSubstructureStyle() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the style specifier for cycle substructures.
- getCyclicNext(Dart) - Method in class com.yworks.yfiles.algorithms.PlanarEmbedding
-
Returns the cyclic next dart of the given dart.
- getCyclicPrevious(Dart) - Method in class com.yworks.yfiles.algorithms.PlanarEmbedding
-
Returns the cyclic previous dart of the given dart.
- getDarkBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkCyan() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkGoldenrod() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkGray() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkKhaki() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkMagenta() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkOliveGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkOrange() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkOrchid() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkRed() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkSalmon() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkSeaGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkSlateBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkSlateGray() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkTurquoise() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarkViolet() - Static method in class com.yworks.yfiles.view.Pen
-
- getDarts(Edge) - Method in class com.yworks.yfiles.algorithms.PlanarEmbedding
-
Returns the two darts associated with the given edge.
- getDash() - Static method in class com.yworks.yfiles.view.DashStyle
-
Gets the dash style with a single dash.
- getDashDot() - Static method in class com.yworks.yfiles.view.DashStyle
-
Gets the dash style with a single dash and dot.
- getDashDotDot() - Static method in class com.yworks.yfiles.view.DashStyle
-
Gets the dash style with a single dash and two dots.
- getDashes() - Method in class com.yworks.yfiles.view.DashStyle
-
Gets the dashes.
- getDashStyle() - Method in class com.yworks.yfiles.view.Pen
-
Gets the dash style for the pen.
- getData() - Method in class com.yworks.yfiles.layout.router.polyline.Obstacle
-
Gets the additional data related to the obstacle.
- getData(Object) - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
Returns the additional data associated with the given key for this
PartitionCell
.
- getDataProvider(Object) - Method in class com.yworks.yfiles.algorithms.Graph
-
Returns the data provider that is registered with the graph using the given look-up key.
- getDataProvider(Object) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- getDataProviderKeys() - Method in class com.yworks.yfiles.algorithms.Graph
-
Gets an array of all data provider look-up keys that are registered with this graph.
- getDataProviderKeys() - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- getDataTagAttributes() - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
- getDataTagAttributes() - Method in interface com.yworks.yfiles.graphml.IOutputHandler
-
Gets the XML attributes that should be added to the data element.
- getDeclaredAnnotations() - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
- getDeclaringClass() - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
- getDeclaringType() - Method in class com.yworks.yfiles.algorithms.DpKeyBase
-
Gets the type that declares this key.
- getDecorator() - Method in interface com.yworks.yfiles.graph.IGraph
-
- getDecorator() - Method in class com.yworks.yfiles.graph.LookupDecorator
-
- getDecoratorFor(Class<TInterface>, boolean, boolean) - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getDecoratorFor(Class<TInterface>, boolean) - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getDecoratorFor(Class<TInterface>) - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getDecoratorFor(Class<TInterface>, boolean, boolean) - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getDecoratorFor(Class<TInterface>, boolean) - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getDecoratorFor(Class<TInterface>) - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getDecoratorFor(Class<TInterface>, boolean, boolean) - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getDecoratorFor(Class<TInterface>, boolean) - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getDecoratorFor(Class<TInterface>) - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getDecoratorFor(Class<TInterface>, boolean, boolean) - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getDecoratorFor(Class<TInterface>, boolean) - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getDecoratorFor(Class<TInterface>) - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getDecoratorFor(Class<TInterface>, boolean, boolean) - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getDecoratorFor(Class<TInterface>, boolean) - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getDecoratorFor(Class<TInterface>) - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getDecoratorStyleClass(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeDecorationInstaller
-
Callback method that retrieves the style class for the context.
- getDecoratorStyleClass(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeFocusIndicatorInstaller
-
- getDecoratorStyleClass(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeHighlightIndicatorInstaller
-
- getDecoratorStyleClass(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeSelectionIndicatorInstaller
-
- getDeepPink() - Static method in class com.yworks.yfiles.view.Pen
-
- getDeepSkyBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getDefaultBendLookup() - Static method in class com.yworks.yfiles.graph.DefaultGraph
-
Gets an
IContextLookup
that provides the default implementations returned by an
IBend
's lookup.
- getDefaultBridgeCreator() - Method in class com.yworks.yfiles.view.BridgeManager
-
- getDefaultBridgeCrossingStyle() - Method in class com.yworks.yfiles.view.BridgeManager
-
- getDefaultBridgeHeight() - Method in class com.yworks.yfiles.view.BridgeManager
-
Gets the default height of a bridge that will be used by the default implementation of the
IBridgeCreator
that
is initially assigned to the
DefaultBridgeCreator
property.
- getDefaultBridgeOrientationStyle() - Method in class com.yworks.yfiles.view.BridgeManager
-
- getDefaultBridgeWidth() - Method in class com.yworks.yfiles.view.BridgeManager
-
- getDefaultBundleDescriptor() - Method in class com.yworks.yfiles.layout.EdgeBundling
-
- getDefaultColumnLookup() - Static method in class com.yworks.yfiles.graph.Table
-
- getDefaultCursor() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Gets the cursor to use whenever no child mode prefers a different cursor.
- getDefaultDrawingDistanceCalculator() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
- getDefaultEdgeLayoutDescriptor() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets the
EdgeLayoutDescriptor
instance used for all those edges that do not have a specific edge layout
descriptor assigned.
- getDefaultEdgeLayoutDescriptor() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the
EdgeLayoutDescriptor
instance used for all those edges that do not have a specific layout descriptor
assigned.
- getDefaultEdgeLookup() - Static method in class com.yworks.yfiles.graph.DefaultGraph
-
Gets an
IContextLookup
that provides the default implementations returned by an
IEdge
's lookup.
- getDefaultEdgeRoutingStyle() - Method in class com.yworks.yfiles.layout.hierarchic.RoutingStyle
-
Gets the default routing style for edges that have no individual routing style.
- getDefaultInsets() - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Gets the default insets that will be used if the
IDataProvider
registered with the
insets key
does not contain a mapping for a specific node.
- getDefaultLabelLookup() - Static method in class com.yworks.yfiles.graph.DefaultGraph
-
- getDefaultLeafPlacer() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Gets the default
INodePlacer
instance that places the leaf nodes of the tree.
- getDefaultMinimumNodeSize() - Method in class com.yworks.yfiles.layout.MinimumSizeGroupBoundsCalculator
-
Gets the default minimum size (width and height) for group nodes.
- getDefaultNodeBounds() - Method in interface com.yworks.yfiles.graph.IGraph
-
Gets the default node bounds for newly created nodes in the graph.
- getDefaultNodeLookup() - Static method in class com.yworks.yfiles.graph.DefaultGraph
-
Gets an
IContextLookup
that provides the default implementations returned by an
INode
's lookup.
- getDefaultNodePlacer() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- getDefaultNodeSize(LayoutContext, Object, byte) - Method in class com.yworks.yfiles.layout.multipage.DefaultElementFactory
-
Returns the default size for nodes created by this factory.
- getDefaultOutEdgeComparator() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the default
Comparator
used for sorting the outgoing edges incident to nodes that do not have a specific
Comparator
.
- getDefaultOutEdgeComparator() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- getDefaultParameter() - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Gets a model parameter that encodes the default position of this model's allowed edge label positions.
- getDefaultParameter() - Method in class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
-
Gets a model parameter that encodes the default position of this model's allowed node label positions.
- getDefaultParameter() - Method in class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel
-
- getDefaultParameter() - Method in class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel
-
- getDefaultParameter() - Method in interface com.yworks.yfiles.layout.IEdgeLabelLayoutModel
-
Gets a model parameter that encodes the default position of this model's allowed edge label positions.
- getDefaultParameter() - Method in interface com.yworks.yfiles.layout.INodeLabelLayoutModel
-
Gets a model parameter that encodes the default position of this model's allowed node label positions.
- getDefaultParameter() - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Gets a model parameter that encodes the default position of this model's allowed edge label positions.
- getDefaultPortAssignment() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the default
IPortAssignment
used for those nodes that do not have their own specific instance.
- getDefaultPortAssignment() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- getDefaultPortBorderGapRatio() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultPortAllocator
-
Gets the border gap ratio for the default port.
- getDefaultPortLookup() - Static method in class com.yworks.yfiles.graph.DefaultGraph
-
Gets an
IContextLookup
that provides the default implementations returned by an
IPort
's lookup.
- getDefaultRowLookup() - Static method in class com.yworks.yfiles.graph.Table
-
Gets an
IContextLookup
that provides the default implementations returned by an
IRow
's lookup.
- getDefaultStripeLookup() - Static method in class com.yworks.yfiles.graph.Table
-
- getDefaultValue() - Method in class com.yworks.yfiles.graph.Mapper
-
Gets the default value to return if no specific value has been set for a given key.
- getDefaultValue() - Method in class com.yworks.yfiles.graphml.AbstractInputHandler
-
Gets the default value that will be applied to the keys where the data attribute is missing.
- getDefaultValue() - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Gets the default value.
- getDefaultValue() - Method in class com.yworks.yfiles.graphml.Property
-
Gets the default value.
- getDefaultValue() - Method in class com.yworks.yfiles.graphml.TypedKey
-
Gets a default value that can be used if there is no value explicitly defined for this key.
- getDelay() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Gets the duration the mouse has to hover in one place to show a tool tip.
- getDelegate() - Method in class com.yworks.yfiles.layout.ItemCollection
-
Gets a delegate from the items to a boolean value.
- getDelegate() - Method in class com.yworks.yfiles.layout.ItemMapping
-
Gets a delegate that implements the mapping.
- getDelegatingNodePlacersPrimaryNodes() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- getDeletableItems() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getDeletableItems() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- getDeletablePredicate() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a predicate that is queried to determine whether an
IModelItem
can be deleted or not.
- getDelta() - Method in class com.yworks.yfiles.view.input.CollectSnapResultsEventArgs
-
Gets the vector by which the mouse has been moved since initialization of the snapping process.
- getDeltaX() - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Gets the distance from start to end point in x-coordinates.
- getDeltaY() - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Gets the distance from start to end point in y-coordinates.
- getDependentCopyItems() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Gets the type of items that depend on other elements but should automatically be copied implicitly to the clipboard if
all elements that it depends on are explicitly selected for copying.
- getDescendants(INode) - Method in class com.yworks.yfiles.graph.GroupingSupport
-
Returns all descendants of the provided node that are part of the grouped graph.
- getDescendants() - Method in interface com.yworks.yfiles.graph.IStripe
-
Returns a collection of all descendants of stripe
.
- getDescendants(Node) - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Returns all descendants of the given group node.
- getDescendants(Node) - Method in class com.yworks.yfiles.layout.hierarchic.GroupingSupport
-
Returns the descendant
Node
s of the given group node.
- getDescendantsBottomUp(INode) - Method in class com.yworks.yfiles.graph.GroupingSupport
-
Returns all descendants of the provided node that are part of the grouped graph.
- getDescriptor(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.ConstantLabelCandidateDescriptorProvider
-
Always yields the parameter that has been passed to the constructor.
- getDescriptor() - Method in class com.yworks.yfiles.graph.labelmodels.DescriptorWrapperLabelModel
-
Gets the descriptor.
- getDescriptor(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.DescriptorWrapperLabelModel
-
- getDescriptor(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
- getDescriptor(ILabel, ILabelModelParameter) - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelCandidateDescriptorProvider
-
- getDescriptor() - Method in class com.yworks.yfiles.layout.ExtendedEdgeLabelCandidate
-
Gets the label candidate descriptor.
- getDescriptor() - Method in class com.yworks.yfiles.layout.ExtendedNodeLabelCandidate
-
Gets the label candidate descriptor.
- getDescriptor() - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Gets the descriptor instance that interprets the
UserObject
during rendering, hit testing, and
bounds calculation.
- getDescriptor() - Method in class com.yworks.yfiles.view.ItemModelManager
-
- getDescriptor(T) - Method in class com.yworks.yfiles.view.ItemModelManager
-
- getDeserializationProperty(TypedKey<T>) - Method in class com.yworks.yfiles.graphml.ChildParseContext
-
- getDeserializationProperty(TypedKey<T>) - Method in class com.yworks.yfiles.graphml.GraphMLParser
-
- getDeserializationProperty(TypedKey<T>) - Method in interface com.yworks.yfiles.graphml.IParseContext
-
Get a property value that specifies information about how to handle specific cases.
- getDeserializationPropertyOverrides() - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Gets the mapper for the overrides of the deserialization properties.
- getDeserializationXmlNode(IParseContext, Node) - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
- getDeserializer() - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
Gets the deserializer.
- getDeserializerTargetType() - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
Gets the target deserialization type for the
TargetType
property.
- getDesiredAspectRatio() - Method in class com.yworks.yfiles.layout.hierarchic.AspectRatioComponentLayerer
-
Gets the desired aspect ratio.
- getDimGray() - Static method in class com.yworks.yfiles.view.Pen
-
- getDirectedEdges() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
Gets the collection of edges that should be routed in a way that point in the main layout direction.
- getDirectedEdges() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Gets the collection of edges that are considered as directed by the layout.
- getDirection() - Method in class com.yworks.yfiles.layout.Direction
-
Returns the direction encoded as an integer value.
- getDirection() - Method in class com.yworks.yfiles.layout.PortCandidate
-
- getDirection() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Gets the
Direction
to which the segment of this info points.
- getDirection() - Method in class com.yworks.yfiles.layout.router.polyline.CellSegmentInfo
-
Gets the direction to which the segment of this info points.
- getDirection() - Method in class com.yworks.yfiles.view.input.EdgeSegmentSnapLine
-
Gets the direction vector of this snap line.
- getDirectionForLayoutOrientation(LayoutOrientation) - Method in class com.yworks.yfiles.layout.PortCandidate
-
- getDisableSnappingRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- getDisableSnappingRecognizer() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets event recognizer that recognizes when the user temporarily disables snapping.
- getDisableSnappingRecognizer() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets event recognizer that recognizes when the user temporarily disables snapping.
- getDissimilarityValue(Node) - Method in class com.yworks.yfiles.algorithms.Groups.Dendrogram
-
Returns the dissimilarity value associated with the given node of the dendrogram.
- getDistance(Node, Node) - Method in interface com.yworks.yfiles.algorithms.Groups.INodeDistanceProvider
-
Returns the distance between two given nodes of a graph.
- getDistance() - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Gets the distance between the label box and the edge path.
- getDistance() - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Gets the distance between the label box and the edge path.
- getDistance() - Method in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
Gets the distance of the labels above or below the edge.
- getDistance(ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
Gets the distance from the edge path described by the specified parameter.
- getDistance() - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Gets the distance between the label's bounding box and the edge path.
- getDistance() - Method in class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
-
Gets the distance between the label's bounding box and the node.
- getDistance() - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Gets the distance between the label's box and the edge's path.
- getDistance() - Method in class com.yworks.yfiles.view.input.EdgeSegmentSnapLine
-
Gets the distance of this snap line from its related edge segment.
- getDistance(IOrientedRectangle, PointD) - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
Calculates a distance value between a candidate rectangle and the mouse location.
- getDistanceTo(BorderLine) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Calculates the minimal distance between this borderline and the other one.
- getDistanceToEdge() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets the preferred distance between a label and the corresponding edge segment.
- getDodgerBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getDot() - Static method in class com.yworks.yfiles.view.DashStyle
-
Gets the dash style with a single dot.
- getDouble(Object) - Method in class com.yworks.yfiles.algorithms.DataProviderAdapter
-
Subclasses may override this method to provide access to double values.
- getDouble(Object) - Method in interface com.yworks.yfiles.algorithms.IDataProvider
-
Returns a double value associated with the given data holder.
- getDouble(Object) - Method in interface com.yworks.yfiles.algorithms.IEdgeMap
-
Returns the double value bound to the given edge.
- getDouble(Object) - Method in interface com.yworks.yfiles.algorithms.INodeMap
-
Returns the double value bound to the given node.
- getDouble(Object) - Method in class com.yworks.yfiles.layout.DataProviderAdapter
-
- getDoubleClickPolicy() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
- getDoubleClickSize() - Method in class com.yworks.yfiles.view.CanvasControl
-
The area in view coordinates the mouse needs to stay in before multiple clicks are considered multiple single clicks
instead of multi-clicks.
- getDoubleClickTime() - Method in class com.yworks.yfiles.view.CanvasControl
-
The value of the double click time.
- getDoubleLineSpacingRatio() - Method in class com.yworks.yfiles.layout.tree.DoubleLineNodePlacer
-
Gets the ratio of the
spacing
between the root and the children
in the upper line and the spacing between the two lines of subtrees.
- getDoubleTapDuration() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the value of the double tap time.
- getDoubleTapSize() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the area in view coordinates the touch pointer needs to stay in before multiple taps are considered multiple single
taps instead of multi-taps.
- getDpKey() - Method in class com.yworks.yfiles.layout.DpKeyItemCollection
-
Gets the data provider key that is used for the item collection.
- getDragCursor() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
The cursor to use during the dragging.
- getDraggedItem() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
- getDraggedRecognizer() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the "dragged" recognizer.
- getDraggedRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the initial dragging gesture that is used to initiate the creation after the
preparation.
- getDraggedRecognizer() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets the "dragged" recognizer.
- getDraggedRecognizer() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the "dragged" recognizer.
- getDraggedRecognizer() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the "dragged" recognizer.
- getDraggedRecognizer() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets the "dragged" recognizer.
- getDraggedRecognizer() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets the "dragged" recognizer.
- getDraggedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the initial dragging gesture that is used to initiate the creation after the
preparation via touch.
- getDraggedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets the "dragged" recognizer for touch input.
- getDraggedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the "dragged" recognizer for touch input.
- getDraggedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the "dragged" recognizer for touch events.
- getDraggedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets the "dragged" recognizer for touch input.
- getDragPoint() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the dynamically updated dragging point for the edge creation.
- getDragSize() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the area in view coordinates the mouse may stay in before a movement is considered a drag.
- getDragSourceStripeTemplate() - Method in class com.yworks.yfiles.view.input.DefaultStripeInputVisualizationHelper
-
Data template that is used to visualize the current source of a stripe reparent operation.
- getDragTime() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the value of the drag time.
- getDrawingDistanceCalculator() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Gets the
IDrawingDistanceCalculator
instance responsible for determining the minimum distances between elements
that belong to the same layer.
- getDropData() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Gets the data carried by a drag operation.
- getDropData(Dragboard) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Gets the data carried by the drag operation.
- getDropDataMap() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Returns the map that maps a drop id to in instance of the type this DropInputMode
was created for.
- getDropLocation() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Gets the mouse position after dropping an item.
- getDropTarget() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
- getDropTarget(PointD) - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Returns the drop target at the specified location.
- getDropTarget(PointD) - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
- getDropTargetStripeTemplate() - Method in class com.yworks.yfiles.view.input.DefaultStripeInputVisualizationHelper
-
Data template that is used to visualize the current target of a stripe reparent operation.
- getDummyEdge() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the dummy edge instance that will be used to render a preview of the edge to be created.
- getDummyEdge() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Gets the dummy edge this instance uses during the edit.
- getDummyEdgeGraph() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the dummy graph instance that will hold the items that will render a preview of the newly created edge.
- getDummyEdgeSnapLines(GraphSnapContext, ISnapLineProvider) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the snap lines lines that are induced by the current dummy edge.
- getDummyNodes() - Method in class com.yworks.yfiles.layout.hierarchic.AbstractPortConstraintOptimizer.SameLayerData
-
- getDuplicateCopier() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Gets the
GraphCopier
instance that will be used to duplicate elements inside the graph.
- getDuration() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets the duration of the animation.
- getDuration() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Gets the duration to show the tool tip.
- getDynamicCenter() - Method in interface com.yworks.yfiles.geometry.IMutableRectangle
-
Create a dynamic
IMutablePoint
implementation that always points to the center of the given rectangle.
- getDynamicCenter() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Create a dynamic
IPoint
implementation that always points to the center of the given oriented rectangle.
- getDynamicCenter() - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Create a dynamic
IPoint
implementation that always points to the center of the given rectangle.
- getDynamicCenter() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Create a dynamic
IMutablePoint
implementation
that always points to the center of the given rectangle.
- getDynamicLocation() - Method in interface com.yworks.yfiles.graph.IPort
-
Gets a live view of the location of the port in world coordinates.
- getDynamicPoint(HandlePositions) - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Create a dynamic
IPoint
implementation that always points to the specified position at the given rectangle.
- getEdge(Node) - Method in class com.yworks.yfiles.algorithms.Node
-
Returns an edge that connects this node with the given node, if such an edge exists.
- getEdge(IPortOwner, IPortOwner) - Method in interface com.yworks.yfiles.graph.IGraph
-
Finds an edge that connects from
and to
in the given graph.
- getEdge(IPort, IPort) - Method in interface com.yworks.yfiles.graph.IGraph
-
Finds an edge that connects sourcePort
and targetPort
in the given graph.
- getEdge() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Gets the currently configured edge.
- getEdge() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Gets the edge to which the segment of this info belongs.
- getEdge() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
- getEdge() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
Gets the edge whose route is described by this
EdgeInfo
instance.
- getEdge() - Method in class com.yworks.yfiles.layout.router.polyline.Path
-
Gets the edge for which this path was calculated.
- getEdge(PointD) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Finds the edge at the given coordinate.
- getEdge() - Method in class com.yworks.yfiles.view.input.EdgeSegmentSnapLine
-
Gets the edge that is associated with this snap line.
- getEdge() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Gets the edge this instance acts upon.
- getEdgeArray() - Method in class com.yworks.yfiles.algorithms.Graph
-
Returns an array containing all edges of this graph.
- getEdgeBundleDescriptors() - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
- getEdgeBundleDescriptors() - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
- getEdgeBundleDescriptors() - Method in class com.yworks.yfiles.layout.tree.TreeReductionStageData
-
- getEdgeBundleModeMask() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Gets the bit mask for defining edge bundles.
- getEdgeBundling() - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Gets the
EdgeBundling
instance that defines the settings of the edge bundling feature.
- getEdgeBundling() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets the
EdgeBundling
instance that defines the settings of the edge bundling feature.
- getEdgeBundling() - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
Gets the
EdgeBundling
instance that defines the settings of the edge bundling feature.
- getEdgeCellInfo(CellEntrance) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
- getEdgeCellInfos() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
- getEdgeComparator() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets a custom
Comparator
to define the processing order of the edges.
- getEdgeCreator() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the ports based edge creation callback.
- getEdgeCrossingCost() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Gets the costs for a crossing between two edges.
- getEdgeCrossingPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for a crossing of two edges.
- getEdgeCursor() - Method in class com.yworks.yfiles.algorithms.Graph
-
Provides access to the edges of the graph.
- getEdgeCursor() - Method in class com.yworks.yfiles.algorithms.Node
-
Returns an edge cursor for all incoming and outgoing edges at this node.
- getEdgeData(Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayoutDataProvider
-
- getEdgeDecorator() - Method in class com.yworks.yfiles.graph.GraphDecorator
-
Returns an
EdgeDecorator
instance that can be used to decorate the
IEdge
instances in the graph that this decorator has been created for.
- getEdgeDefaults() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getEdgeDefaults() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getEdgeDefaults() - Method in interface com.yworks.yfiles.graph.IGraph
-
Gets the defaults for normal edges.
- getEdgeDefaults() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Convenience property for customizing the appearance of newly created edges.
- getEdgeDescriptor() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- getEdgeDescriptors() - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
- getEdgeDirectedness() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets the mapping from edges to their directedness.
- getEdgeDirectedness() - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Gets the mapping from edges to their directedness.
- getEdgeDistributionStrategy() - Method in class com.yworks.yfiles.layout.router.ChannelEdgeRouter
-
Gets the strategy for the edge distribution step.
- getEdgeFrom(Node) - Method in class com.yworks.yfiles.algorithms.Node
-
Returns an incoming edge that connects the given node with this node, if such an edge exists.
- getEdgeGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- getEdgeGroupRoutingStyle() - Method in class com.yworks.yfiles.layout.hierarchic.RoutingStyle
-
Gets the routing style for grouped edges at the common segments.
- getEdgeId(IWriteContext, IEdge) - Method in interface com.yworks.yfiles.graphml.IGraphElementIdProvider
-
Get an ID for the specified edge
object.
- getEdgeIds() - Method in class com.yworks.yfiles.graphml.GraphElementIdAcceptor
-
Return a mapping between all GraphML ids for
<edge>
elements and the corresponding
IEdge
instances.
- getEdgeIds() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Gets the mapping from edges to their unique IDs.
- getEdgeInfo(Edge) - Method in interface com.yworks.yfiles.layout.multipage.IElementInfoManager
-
Returns the edge information object of the given edge.
- getEdgeInfo(Edge) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
- getEdgeInfo(Edge) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutResult
-
- getEdgeInfo(Path) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchResult
-
- getEdgeInfo(Edge) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchResult
-
- getEdgeLabelCrossingPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for an edge crossing an edge label.
- getEdgeLabelDescriptor() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- getEdgeLabelGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- getEdgeLabelIds() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Gets the mapping from edge labels to their unique IDs.
- getEdgeLabelInfo(IEdgeLabelLayout) - Method in interface com.yworks.yfiles.layout.multipage.IElementInfoManager
-
Returns the edge label information object of the given edge label layout.
- getEdgeLabelInfo(IEdgeLabelLayout) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
- getEdgeLabelInfo(IEdgeLabelLayout) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutResult
-
- getEdgeLabelLayout(Object) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- getEdgeLabelModels() - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Gets the mapping from edge labels to an
IEdgeLabelLayoutModel
used by the labeling algorithm instead of the
original label model.
- getEdgeLabels() - Method in interface com.yworks.yfiles.graph.IGraph
-
Gets a live view of all edge labels contained in this
IGraph
.
- getEdgeLabelSpacing() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the distance between edge labels belonging to the same edge as well as the distance of the edge labels to the
target node of the edge.
- getEdgeLabelUpVector(PreferredPlacementDescriptor, Direction) - Static method in class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
-
Calculates the up vector of an edge label considering the preferred placement of the label as well as the direction of
the edge segment the label is attached to.
- getEdgeLayout(Object) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- getEdgeLayoutDescriptor() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the
EdgeLayoutDescriptor
instance used for all those edges that do not have a specific layout descriptor
assigned.
- getEdgeLayoutDescriptor() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
- getEdgeLayoutDescriptor() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets the
EdgeLayoutDescriptor
instance used for all those edges that do not have a specific layout descriptor
assigned.
- getEdgeLayoutDescriptor(Edge) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- getEdgeLayoutDescriptors(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- getEdgeLayoutDescriptors() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- getEdgeLayoutDescriptors() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
- getEdgeLayoutDescriptors() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
- getEdgeLayoutDescriptors() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
- getEdgeLengthPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for the edge length.
- getEdgeList() - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Gets a list of all edges in the graph.
- getEdgeOverlapCost() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Gets the costs for overlapping edge paths.
- getEdgeOverlapPenalty() - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelCandidateDescriptor
-
Gets a penalty value that is used by labeling algorithms to judge the severity if this candidate overlaps with an edge
path.
- getEdgeOverlapPenalty() - Method in class com.yworks.yfiles.graph.labelmodels.LabelCandidateDescriptor
-
- getEdgeOverlapPenalty() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets a penalty for a candidate position that overlaps the path of an edge.
- getEdgePathCropperDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getEdgePortHandleProviderDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getEdgePortNodeSize() - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Gets the size of the nodes that are inserted for the ports that are created for
IEdge
s that are connected at
other
IEdge
s.
- getEdgePredicate() - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
Gets the predicate function for the edges.
- getEdgeReconnectionPortCandidateProviderDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getEdgeRouter() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets the custom edge router instance that is used for partial edges and edges between different subgraph components
(so-called inter-edges).
- getEdgeRouter() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchConfiguration
-
Gets the edge routing algorithm using this configuration.
- getEdgeRoutingStrategy() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets the routing strategy that is used for partial edges and edges between different subgraph components (so-called
inter-edges).
- getEdgeRoutingStrategy() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets the edge routing strategy.
- getEdgeRoutingStyle() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets the edge routing style used by this layout algorithm.
- getEdges() - Method in class com.yworks.yfiles.algorithms.Graph
-
Yields a dynamic
Iterable
for
Edge
s that can be used to iterate over the edges that are contained in this instance.
- getEdges() - Method in class com.yworks.yfiles.algorithms.Node
-
Yields a dynamic
Iterable
for
Edge
s that can be used to iterate over the adjacent edges at this instance.
- getEdges() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getEdges() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getEdges() - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- getEdges() - Method in interface com.yworks.yfiles.graph.IGraph
-
A view of the edges contained in this graph.
- getEdges() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Gets the
IEdgeCursor
to iterate over the edges that are routed.
- getEdgesGoingIn(Node) - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Returns all edges crossing the bounds of the given group node such that their targets are inside the group node while
their sources lie outside the group node.
- getEdgesGoingOut(Node) - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Returns all edges crossing the bounds of the given group node such that their sources are inside the group node while
their targets lie outside the group node.
- getEdgeSnapResultProviderDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getEdgeSpacing() - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Gets the space that should be kept between edges.
- getEdgeStyle() - Method in class com.yworks.yfiles.layout.tree.MultiParentDescriptor
-
Gets the routing style for edges that connect to nodes which constitute a multi-parent structure.
- getEdgeStyle() - Method in class com.yworks.yfiles.view.EdgeStyleDecorationInstaller
-
The style to use for the rendering.
- getEdgeStyle() - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
Gets the overview edge style.
- getEdgeStyle(IEdge) - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
Callback that returns and/or configures a edge style for the given node to render.
- getEdgeThickness() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets the mapping from edges to their thickness.
- getEdgeTo(Node) - Method in class com.yworks.yfiles.algorithms.Node
-
Returns an outgoing edge that connects this node with the given node, if such an edge exists.
- getEdgeToEdgeDistance() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Gets the minimum distance between two edges.
- getEdgeToEdgeDistance() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the minimum distance between two adjacent edges in one layer.
- getEdgeToEdgeDistance() - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
Gets the minimum distance between two edges.
- getEdgeToEdgeDistance() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the preferred distance between edges.
- getEdgeTypes() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Gets the mapping from edges to their type.
- getEdgeVisualCreator(IRenderContext, IEdge) - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
- getEditLabelHelperDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getEditLabelHelperDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getEditLabelHelperDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getEditorText() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets the current text of the text input editor.
- getElement() - Method in class com.yworks.yfiles.graphml.ParseEventArgs
-
Gets the XML element that is currently parsed.
- getElementFactory() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Gets the
element factory
for creating special nodes and edges in a multi-page layout.
- getElements() - Method in class com.yworks.yfiles.geometry.Matrix2D
-
Returns a new double[] of the elements describing the matrix.
- getEnableSnappingRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- getEnableSnappingRecognizer() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets event recognizer that recognizes when the user reenables temporarily disabled snapping.
- getEnableSnappingRecognizer() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets event recognizer that recognizes when the user reenables temporarily disabled snapping.
- getEnd() - Method in class com.yworks.yfiles.algorithms.BorderLine.Segment
-
Gets the end of this segment.
- getEndHitTestable() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets a
IHitTestable
that determines, whether it is valid to finish an edge creation gesture here.
- getEndPointMovedRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the movement of the end point of the edge.
- getEnforceBendCreationRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the
IEventRecognizer
that will be queried to decide if bend creation is enforced.
- getEnlarged(InsetsD) - Method in class com.yworks.yfiles.geometry.InsetsD
-
Creates an enlarged instance by adding the insets of the specified insets to this instance and returning the result.
- getEnlarged(InsetsD) - Method in class com.yworks.yfiles.geometry.RectD
-
Creates an enlarged instance that is the same as this one but enlarged by the specified insets.
- getEnlarged(double) - Method in class com.yworks.yfiles.geometry.RectD
-
Creates an enlarged instance of this rectangle using the same insets for all sides.
- getEnterDirection() - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
Gets the direction from which this
cell
was entered.
- getEnterDirection() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
Gets the
direction
in which the edge enters this cell.
- getEnterInterval() - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- getEnterInterval() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
Gets the
interval
that the edge uses to enter this cell.
- getEnterSegmentGroup() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
- getEnterSegmentIndex() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
Gets the index of the edge segment that enters this cell.
- getEntrance(int) - Method in class com.yworks.yfiles.layout.router.polyline.Path
-
Returns the
CellEntrance
at the given position of this path.
- getEntries() - Method in class com.yworks.yfiles.graph.Mapper
-
Gets an enumerable over all entries in this (dictionary based) mapper.
- getEntries() - Method in class com.yworks.yfiles.graphml.CreationProperties
-
Gets all the entries stored by this instance.
- getEntries() - Method in class com.yworks.yfiles.layout.PortCandidateSet
-
- getEuclideanDistance(YRectangle) - Method in class com.yworks.yfiles.algorithms.YRectangle
-
Returns the Euclidean distance to the passed rectangle.
- getEventRecognizer() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeRecognizerBinding
-
Gets the event recognizing function bound by this instance.
- getEventSource() - Method in class com.yworks.yfiles.view.input.PopulateMenuEventArgs
-
Gets the source that triggered this event.
- getEventType() - Method in class com.yworks.yfiles.view.Mouse2DEvent
-
Gets the type of this event.
- getException() - Method in class com.yworks.yfiles.layout.LayoutEventArgs
-
Gets the exception this event is signaling, if the event was caused by an exception.
- getExecuteHandler() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeCommandBinding
-
- getExistingFoldingEdges(boolean) - Method in interface com.yworks.yfiles.graph.IFoldingEdgeFactory
-
- getExitDirection() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
Gets the
direction
in which the edge exits this cell.
- getExitInterval() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
Gets the
interval
that the edge uses to exit this cell.
- getExitSegmentGroup() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
- getExitSegmentIndex() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
Gets the index of the edge segment that exits this cell.
- getExpectedType() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
- getExtraCropLength() - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Gets an extra length the edge is cropped.
- getFace() - Method in class com.yworks.yfiles.algorithms.Dart
-
Gets the face list associated with this dart.
- getFaces() - Method in class com.yworks.yfiles.algorithms.PlanarEmbedding
-
Gets a
List
of face lists.
- getFamilyMembersSortingPolicy() - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Gets the order of individuals in the same generation (siblings, partners) based on their sex.
- getFamilyTypes() - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayoutData
-
Gets the mapping from nodes to their family type.
- getFarBorderHitTestable() - Method in interface com.yworks.yfiles.view.input.IStripeHitTestHelper
-
Return a
IHitTestable
that should report hits on the far border region of the stripe.
- getFillStyle() - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
Gets how rows/columns are aligned with each other.
- getFinalizedPath(Edge) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearch
-
Returns the path for the given edge if it has already been finalized.
- getFinalTemperature() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the absolute, final temperature value, which will cause the algorithm to stop if the average temperature falls
under this value.
- getFinishRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the finishing gesture that is used to end the edge creation on the target node.
- getFinishRecognizerTouch() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the finishing gesture that is used to end the edge creation on the target node by a
touch gesture.
- getFirebrick() - Static method in class com.yworks.yfiles.view.Pen
-
- getFirst() - Method in class com.yworks.yfiles.algorithms.YPointPath
-
Gets the first point in the path.
- getFirst() - Method in interface com.yworks.yfiles.view.ICanvasObjectGroup
-
Returns the first item in the rendering list of this group or null
.
- getFirstEndPoint() - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Gets the first end point of the line segment.
- getFirstNode() - Method in class com.yworks.yfiles.view.input.NodePairBasedSnapLine
-
Gets the first node that is associated with this snap line.
- getFirstSameLayerEdgeCell() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
Gets the first same-layer edge
ListCell
of all same-layer edges or
null
if there exists no same-layer
edge.
- getFirstSegmentDirection() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Calculates direction of first edge segment of the DummyNode.
- getFitContentViewMargins() - Method in class com.yworks.yfiles.view.CanvasControl
-
- getFixedElementsLayerer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the
ILayerer
instance that obtains the layering for fixed nodes during the incremental layout run.
- getFixedElementsSequencer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the
ISequencer
instance that calculates the sequence of the fixed nodes during the incremental layout run.
- getFixedGroupNodes() - Method in class com.yworks.yfiles.layout.FixGroupLayoutData
-
Gets the collection of group nodes whose contents should keep their relative positions.
- getFixedNode() - Method in class com.yworks.yfiles.layout.FixNodeLayoutData
-
Gets the collection of nodes which should be considered fixed.
- getFixedNodes() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the nodes that stay fixed for the current edit.
- getFixedNodeSnapLines() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- getFixedNodeSnapLines(SnapLineOrientation, SnapLineSnapTypes, RectD) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets a subset of
FixedNodeSnapLines
that matches the given
orientation
,
snapType
and intersects with the provided
area
.
- getFixedPortSnapLines() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- getFixedPortSnapLines(SnapLineOrientation, SnapLineSnapTypes, RectD) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets a subset of
FixedPortSnapLines
that matches the given
orientation
,
snapType
and intersects with the provided
area
.
- getFixedRadius() - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Gets a fixed radius for the circle on which the nodes will be placed.
- getFixedSegmentSnapLines() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- getFixedSegmentSnapLines(SnapLineOrientation, SnapLineSnapTypes, RectD) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets a subset of
FixedSegmentSnapLines
that matches the given
orientation
,
snapType
and intersects with the provided
area
.
- getFixedWidth() - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Gets the desired width of the lines.
- getFixPointPolicy() - Method in class com.yworks.yfiles.layout.FixNodeLayoutStage
-
- getFloralWhite() - Static method in class com.yworks.yfiles.view.Pen
-
- getFlowDirection() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets the flow direction.
- getFocusedItem() - Method in class com.yworks.yfiles.view.FocusIndicatorManager
-
Gets the focused item, updates the canvas and fires the corresponding property change event.
- getFocusGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the HighlightGroup property.
- getFocusIndicatorDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getFocusIndicatorDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getFocusIndicatorDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getFocusIndicatorDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getFocusIndicatorDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getFocusIndicatorManager() - Method in class com.yworks.yfiles.view.GraphControl
-
Gets the FocusIndicatorManager property.
- getFolderNodeConverter() - Method in class com.yworks.yfiles.graph.FoldingManager
-
Gets the
IFolderNodeConverter
implementation that is used to create/convert and modify the folder nodes inside
the view instances.
- getFolderNodes() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets the collection of folder nodes used for recursive edge styles in incremental mode.
- getFolderNodeSize() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
Gets the initial size of the
Layout
of the collapsed group node that will be assigned during
the
creation
of the
appearance of the collapsed group node.
- getFolderNodeState(INode) - Method in class com.yworks.yfiles.graph.FoldingManager
-
Provides access to the folder node state of a node.
- getFolderNodeStyle() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- getFoldingEdgeConverter() - Method in class com.yworks.yfiles.graph.FoldingManager
-
- getFoldingEdgeState(FoldingEdgeStateId) - Method in class com.yworks.yfiles.graph.FoldingManager
-
Return a data container implementation that is not part of any actual
IGraph
that describes the state of the
edge for the given
FoldingEdgeStateId
.
- getFoldingEdgeState(IEdge, FoldingEdgeStateId) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- getFoldingEdgeStyle() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- getFoldingPortState(IPort) - Method in class com.yworks.yfiles.graph.FolderNodeState
-
Provides access to the folding state of a master port.
- getFoldingView() - Method in interface com.yworks.yfiles.graph.IGraph
-
Gets the
folding view
instance associated with this
IGraph
or
null
if none is
associated with it.
- getFoldingView() - Method in interface com.yworks.yfiles.view.input.IInputModeContext
-
- getFont() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets the typeface to use for the label.
- getFontSmoothingType() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Returns the smoothing type for the Font that is used for the text.
- getForestGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getForkStyle() - Method in class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
-
Gets the fork style which influences the port assignment.
- getFrame() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the outer bounds of this rectangle in double coordinates.
- getFrom() - Method in class com.yworks.yfiles.view.input.SnapLine
-
The first location that delimits this snap line.
- getFromClipboardCopier() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Gets the
GraphCopier
instance that will be used to copy the graph from the clipboard to the target graph.
- getFromGraph(Graph) - Static method in class com.yworks.yfiles.algorithms.AbortHandler
-
- getFromScratchLayerer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
- getFromScratchLayeringStrategy() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets a predefined layering strategy for the
from scratch
layerer.
- getFromScratchSequencer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
- getFuchsia() - Static method in class com.yworks.yfiles.view.Pen
-
- getFXMLLoader() - Static method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- getGainsboro() - Static method in class com.yworks.yfiles.view.Pen
-
- getGeometricCutCosts(double, double, double, double, double) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
Calculates the cost of a cut with respect to the geometry of the sub-cells.
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.CompositeLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.DescriptorWrapperLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.ExteriorLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.FreeEdgeLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.FreeLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.FreeNodeLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelModel
-
Calculates the
geometry
of the given label using the given model parameter.
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.SandwichLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
Calculates the geometry in form of an
IOrientedRectangle
for a given label using the given model parameter.
- getGeometry(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
Calculates the geometry in form of an
IOrientedRectangle
for a given label using the given model parameter.
- getGetter() - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
Returns the getter method of this property.
- getGhostWhite() - Static method in class com.yworks.yfiles.view.Pen
-
- getGivenLayersLayererIds() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- getGlobalNamespaces() - Method in interface com.yworks.yfiles.graphml.IXmlNamespaceManager
-
Return a list of all namespace declarations that should be declared at the document's root element.
- getGold() - Static method in class com.yworks.yfiles.view.Pen
-
- getGoldenrod() - Static method in class com.yworks.yfiles.view.Pen
-
- getGraph() - Method in class com.yworks.yfiles.algorithms.Edge
-
Gets the graph this edge belongs to.
- getGraph() - Method in class com.yworks.yfiles.algorithms.GraphPartitionManager
-
Gets the Graph
for which this partition manager was created.
- getGraph() - Method in class com.yworks.yfiles.algorithms.LayoutGraphHider
-
Gets the Graph
for which this GraphHider
was created.
- getGraph() - Method in class com.yworks.yfiles.algorithms.Node
-
Gets the graph this node belongs to.
- getGraph() - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Provides a reference to the
IGraph
implementation that provides the actual view data.
- getGraph() - Method in class com.yworks.yfiles.graphml.ChildParseContext
-
- getGraph() - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
- getGraph() - Method in interface com.yworks.yfiles.graphml.IParseContext
-
Returns the currently active graph object.
- getGraph() - Method in interface com.yworks.yfiles.graphml.IWriteContext
-
Returns the currently active graph object.
- getGraph() - Method in class com.yworks.yfiles.layout.GroupingSupport
-
- getGraph() - Method in interface com.yworks.yfiles.layout.ILabelLayoutFactory
-
Gets the graph associated with this label factory instance.
- getGraph() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets the graph this instance is working on.
- getGraph() - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
Gets the relevant graph.
- getGraph() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchConfiguration
-
Gets the graph containing the edges whose path is searched.
- getGraph() - Method in class com.yworks.yfiles.view.GraphControl
-
Gets the graph that is displayed in this control.
- getGraph() - Method in class com.yworks.yfiles.view.GraphModelManager
-
Gets the graph this manager manages.
- getGraph(IRenderContext) - Method in class com.yworks.yfiles.view.GraphObstacleProvider
-
Helper method that retrieves the
IGraph
to use from the .
- getGraph() - Method in class com.yworks.yfiles.view.GraphOverviewControl
-
Gets the graph that is rendered in the overview.
- getGraph() - Method in class com.yworks.yfiles.view.GraphSelection
-
Gets the
IGraph
this instance is using as the domain for the selection.
- getGraph() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the Graph this mode is acting upon.
- getGraph() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the Graph this mode is acting upon.
- getGraph() - Method in class com.yworks.yfiles.view.input.EditLabelHelper
-
Gets the graph instance to retrieve the default values from.
- getGraph() - Method in interface com.yworks.yfiles.view.input.IInputModeContext
-
- getGraph() - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
- getGraph() - Method in class com.yworks.yfiles.view.input.MoveLabelInputMode
-
Gets the
IGraph
this mode is acting upon.
- getGraph() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Gets the graph this mode operates on.
- getGraph(IInputModeContext) - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
- getGraph(IInputModeContext) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Gets the graph to use from the context.
- getGraphControl() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets the control this instance has been created for.
- getGraphControl() - Method in class com.yworks.yfiles.view.GraphOverviewControl
-
Gets the client control, that will be used to retrieve the graph from and that will be used for navigating.
- getGraphControl() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets the
GraphControl
instance this mode is working on or
null
.
- getGraphControl() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- getGraphId(IWriteContext, IGraph) - Method in interface com.yworks.yfiles.graphml.IGraphElementIdProvider
-
Get an ID for the specified graph
object.
- getGraphIds() - Method in class com.yworks.yfiles.graphml.GraphElementIdAcceptor
-
Return a mapping between all GraphML ids for
<graph>
elements and the corresponding
IGraph
instances.
- getGraphMLAttribute() - Method in class com.yworks.yfiles.graphml.Property
-
Gets the GraphMLAttribute.
- getGraphMLIOHandler() - Method in class com.yworks.yfiles.view.GraphControl
-
- getGraphModelManager() - Method in class com.yworks.yfiles.view.GraphControl
-
- getGraphPartition() - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartitionExtensionAdapter
-
- getGraphSelection() - Method in interface com.yworks.yfiles.view.input.IInputModeContext
-
- getGraphSelection() - Method in class com.yworks.yfiles.view.input.MoveLabelInputMode
-
- getGraphSelection() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- getGraphVisualCreator() - Method in class com.yworks.yfiles.view.GraphOverviewControl
-
- getGravityFactor() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the gravity factor whose magnitude determines the strength of the force towards the barycenter of the graph.
- getGray() - Static method in class com.yworks.yfiles.view.Pen
-
- getGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getGreenYellow() - Static method in class com.yworks.yfiles.view.Pen
-
- getGrid() - Method in class com.yworks.yfiles.layout.PartitionGridData
-
Gets the partition grid.
- getGrid() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets the
Grid
instance on which the routing algorithm places the orthogonal segments.
- getGridInfo() - Method in class com.yworks.yfiles.view.GridVisualCreator
-
Gets the grid info that describes the geometry of the grid.
- getGridInfo() - Method in class com.yworks.yfiles.view.input.GridConstraintProvider
-
Gets the grid info that describes the geometry of the grid.
- getGridNodePlacerRowIndices() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Gets the mapping from nodes to the index of the row the
GridNodePlacer
shall place the node in.
- getGridOrigin() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Gets the origin of the grid.
- getGridOrigin() - Method in class com.yworks.yfiles.view.input.GridConstraintProvider
-
Gets the grid origin.
- getGridOrigin() - Method in interface com.yworks.yfiles.view.input.IGridConstraintProvider
-
Gets the canonic origin of the grid.
- getGridOriginX() - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Gets the x-coordinate of the origin of the grid.
- getGridOriginY() - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Gets the y-coordinate of the origin of the grid.
- getGridReference() - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Gets a reference point relative to the center of the node which will be placed on a grid coordinate.
- getGridSnapDistance() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the GridSnapDistance.
- getGridSnapType() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the type of the grid snapping that should be performed.
- getGridSpacing() - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Gets the current grid spacing.
- getGridSpacing() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the equidistant spacing between the horizontal and vertical grid lines.
- getGridSpacing() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Gets the equidistant spacing between the horizontal and vertical grid lines.
- getGridSpacing() - Method in class com.yworks.yfiles.layout.orthogonal.CompactOrthogonalLayout
-
Gets the equidistant spacing between the horizontal and vertical grid lines.
- getGridSpacing() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets the equidistant spacing between the horizontal and vertical grid lines.
- getGridSpacing() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets the equidistant spacing between the horizontal and vertical grid lines.
- getGridSpacing() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Gets the spacing of the grid on which edges are routed.
- getGridSpacing() - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Gets the spacing between two grid lines.
- getGridStyle() - Method in class com.yworks.yfiles.view.GridVisualCreator
-
Gets the grid style that this implementation uses.
- getGroup() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Gets the group that is represented by the
Edge
associated with this
IEdgeData
instance.
- getGroup() - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Gets the parent group of this instance.
- getGroupAlignmentPolicy() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the group layer alignment strategy used for recursive group layering.
- getGroupBoundsCalculator() - Method in class com.yworks.yfiles.layout.HideGroupsStage
-
- getGroupBoundsCalculator() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
- getGroupBoundsCalculator() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
- getGroupBoundsCalculator() - Method in class com.yworks.yfiles.layout.organic.RecursiveShuffleLayout
-
- getGroupBoundsCalculator() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
- getGroupBoundsCalculatorDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getGroupCompactionStrategy() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets the strategy used for controlling the horizontal compactness of group nodes.
- getGroupId() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
Gets the group ID of the
Node
of this
INodeData
instance if it is a bus-group node.
- getGrouping() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchConfiguration
-
Gets the grouping information of the graph.
- getGroupingMode() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Gets how to handle special nodes (like connector and proxy nodes) with respect to groups.
- getGroupingSupport() - Method in interface com.yworks.yfiles.graph.IGraph
-
- getGroupLayers() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
Gets the inner layers of the group
Node
of this
INodeData
instance.
- getGroupNode() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
Gets the group node this node belongs to.
- getGroupNodeCompactness() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the compactness of group nodes.
- getGroupNodeCompactness() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the compactness of group nodes.
- getGroupNodeCrossingPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for an edge crossing a group node.
- getGroupNodeDefaults() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getGroupNodeDefaults() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getGroupNodeDefaults() - Method in interface com.yworks.yfiles.graph.IGraph
-
Gets the defaults for group nodes.
- getGroupNodeInsetsDpKey() - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Gets the key to register a
IDataProvider
that is used to access the insets for the group nodes.
- getGroupNodeLayouts() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Gets the mapping from group nodes to the
ILayoutAlgorithm
used for their child nodes.
- getGroupNodeModes() - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Gets the mapping from group nodes to a mode constant describing how to handle the group node.
- getGroupNodePolicy() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the policy for the handling of group nodes.
- getGroupNodeStyle() - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
Gets the overview group node style.
- getGroupNodeStyle(INode) - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
Callback that returns and/or configures a group node style for the given node to render.
- getGroupNodeVisualCreator(IRenderContext, INode) - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
- getGuardCursor() - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
Gets the
Cursor
that will be shown during active guards.
- getHalo(LayoutGraph, Node) - Static method in class com.yworks.yfiles.layout.NodeHalo
-
Returns the
NodeHalo
associated with the given node.
- getHaloBox(LayoutGraph, Node) - Static method in class com.yworks.yfiles.layout.NodeHalo
-
- getHandle(IInputModeContext, HandlePositions) - Method in class com.yworks.yfiles.graph.NodeReshapeHandles
-
- getHandle(IWriteContext, Object) - Method in interface com.yworks.yfiles.graphml.IReferenceHandler
-
Gets the reference handle for a given subject.
- getHandle(IInputModeContext, HandlePositions) - Method in class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
Provides a
IHandle
that uses the rectangle and reshapeable instance bound to this instance to perform the actual
reshaping.
- getHandle(IInputModeContext, IEdge, boolean) - Method in interface com.yworks.yfiles.view.input.IEdgePortHandleProvider
-
Gets an
IHandle
implementation for one end of the provided
edge
.
- getHandle(IInputModeContext, HandlePositions) - Method in interface com.yworks.yfiles.view.input.IReshapeHandleProvider
-
Returns an implementation of an
IHandle
for the given position, that can be used to reshape an object.
- getHandle(IInputModeContext, IEdge, boolean) - Method in class com.yworks.yfiles.view.input.PortRelocationHandleProvider
-
- getHandle(IPort) - Method in class com.yworks.yfiles.view.input.PortsHandleProvider
-
Retrieves the handle implementation from the port's lookup.
- getHandle(IInputModeContext, HandlePositions) - Method in class com.yworks.yfiles.view.input.RectangleReshapeHandleProvider
-
Provides a
IHandle
that uses the rectangle instance to perform the actual reshaping.
- getHandleDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getHandleDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getHandleInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getHandleInputMode() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Gets the HandleInputMode.
- getHandlePositions() - Method in class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
Gets the bitwise combination of all handle positions this instance provides a handle for.
- getHandleProviderDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getHandleProviderDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getHandleProviderDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getHandleProviderDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getHandleProviderDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getHandlers() - Method in class com.yworks.yfiles.graphml.QueryInputHandlersEventArgs
-
The
IInputHandler
s that have been registered on this event argument instance so far.
- getHandlers() - Method in class com.yworks.yfiles.graphml.QueryOutputHandlersEventArgs
-
The
IOutputHandler
s that have been registered on this event argument instance so far.
- getHandles() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets the collection of
IHandle
s this mode manages.
- getHandles(IInputModeContext) - Method in interface com.yworks.yfiles.view.input.IHandleProvider
-
Returns a collection of zero or more
IHandle
implementations that are associated with this instance.
- getHandles(IInputModeContext) - Method in class com.yworks.yfiles.view.input.PortRelocationHandleProvider
-
- getHandles(IInputModeContext) - Method in class com.yworks.yfiles.view.input.PortsHandleProvider
-
Returns a collection of zero or more
IHandle
implementations that are associated with the ports of this
context.
- getHeight() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the height of this rectangle.
- getHeight() - Method in class com.yworks.yfiles.algorithms.YDimension
-
Gets the height of the dimension object.
- getHeight() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets the height of this rectangle.
- getHeight() - Method in interface com.yworks.yfiles.geometry.IMutableSize
-
Gets the height of this instance.
- getHeight() - Method in interface com.yworks.yfiles.geometry.ISize
-
Gets the current height of this instance.
- getHeight() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Gets the height of this instance from the
Size
instance.
- getHeight() - Method in class com.yworks.yfiles.geometry.MutableSize
-
Gets the height.
- getHeight() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Gets the height of this instance from the
Size
instance.
- getHeight() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets or sets the height of the rectangle.
- getHeight() - Method in class com.yworks.yfiles.geometry.SizeD
-
Gets the height.
- getHeight() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Gets the "height" of the arc.
- getHeight() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
Retrieves the
Height
of the style.
- getHeight() - Method in interface com.yworks.yfiles.layout.INodeLayout
-
Gets the height of the node.
- getHeight() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the height of the candidate's bounding box.
- getHeight() - Method in class com.yworks.yfiles.layout.LabelLayoutData
-
Gets the height of the label's bounding box.
- getHeight(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the height of the given node.
- getHeight() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
- getHeuristicCosts() - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- getHiddenEdgeCursor() - Method in class com.yworks.yfiles.algorithms.LayoutGraphHider
-
The edges that are currently hidden.
- getHiddenNodeCursor() - Method in class com.yworks.yfiles.algorithms.LayoutGraphHider
-
The nodes that are currently hidden.
- getHideGroupsStage() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets the
ILayoutStage
that hides the group nodes of the input graph.
- getHierarchicLayoutCore() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the current layout algorithm instance.
- getHighlightDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getHighlightDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getHighlightDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getHighlightDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getHighlightDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getHighlightGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the HighlightGroup property.
- getHighlightIndicatorManager() - Method in class com.yworks.yfiles.view.GraphControl
-
- getHighlightTemplate() - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
Gets the template to use for showing highlighted candidates.
- getHitBend(IInputModeContext, PointD) - Method in interface com.yworks.yfiles.view.input.IBendSelectionTester
-
Returns the bend at the given world coordinate position.
- getHitItemsAt(PointD) - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Gets the items that have been hit at the given location.
- getHitLabel(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.MoveLabelInputMode
-
Looks for a label that has been hit at the specified position.
- getHitPort(IInputModeContext, PointD) - Method in interface com.yworks.yfiles.view.input.IPortSelectionTester
-
Returns the port at the given world coordinate position or null
if there is no such port.
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getHitTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- getHitTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getHitTestable(IEdge, IEdgeStyle) - Method in interface com.yworks.yfiles.graph.styles.IEdgeStyleRenderer
-
Gets an implementation of the
IHitTestable
interface that can handle the provided edge and its associated
style.
- getHitTestable(ILabel, ILabelStyle) - Method in interface com.yworks.yfiles.graph.styles.ILabelStyleRenderer
-
Gets an implementation of the
IHitTestable
interface that can handle the provided label and its associated
style.
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
- getHitTestable(INode, INodeStyle) - Method in interface com.yworks.yfiles.graph.styles.INodeStyleRenderer
-
Gets an implementation of the
IHitTestable
interface that can handle the provided node and its associated
style.
- getHitTestable(IPort, IPortStyle) - Method in interface com.yworks.yfiles.graph.styles.IPortStyleRenderer
-
Gets an implementation of the
IHitTestable
interface that can handle the provided port and its associated
style.
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- getHitTestable(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Configures the style
and edge
parameters and returns this
.
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getHitTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Provides a
hit testing
implementation for the given style and node.
- getHitTestable(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- getHitTestable(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidEdgeStyleRenderer
-
- getHitTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.VoidLabelStyleRenderer
-
- getHitTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidNodeStyleRenderer
-
- getHitTestable(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.VoidPortStyleRenderer
-
- getHitTestable(Object) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- getHitTestable(Object) - Method in interface com.yworks.yfiles.view.ICanvasObjectDescriptor
-
Returns an implementation of
IHitTestable
that can determine whether the rendering of the user object has been
hit at a given coordinate.
- getHitTestable() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the
IHitTestable
that will be used by this mode to determine where the user may start dragging.
- getHitTester() - Method in class com.yworks.yfiles.view.GraphModelManager
-
Gets a
IHitTester
that can be used to enumerate hits on the canvas at a given world coordinate position.
- getHitTester() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets the hitTester property.
- getHitTestRadius() - Method in class com.yworks.yfiles.view.CanvasControl
-
Specifies the radius of the area around the mouse in view coordinates in which a
IHitTestable
may lie to be considered a valid hit.
- getHitTestRadius() - Method in interface com.yworks.yfiles.view.ICanvasContext
-
The radius for hit tests and marquee selection tests in world coordinates.
- getHoneydew() - Static method in class com.yworks.yfiles.view.Pen
-
- getHorizontalAnchor() - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Gets the horizontal movement info to which this info is anchored horizontally.
- getHorizontalDistance() - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
- getHorizontalDistance() - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Gets the horizontal distance between adjacent nodes.
- getHorizontalDistance() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
- getHorizontalDistance() - Method in class com.yworks.yfiles.layout.tree.LeftRightNodePlacer
-
Gets the horizontal distance between nodes or subtrees.
- getHorizontalGridWidth() - Method in class com.yworks.yfiles.view.input.GridConstraintProvider
-
Gets the grid height.
- getHorizontalGridWidth() - Method in interface com.yworks.yfiles.view.input.IGridConstraintProvider
-
Gets the canonic grid width in horizontal direction.
- getHorizontalInsets() - Method in class com.yworks.yfiles.geometry.InsetsD
-
- getHorizontalOffset() - Method in class com.yworks.yfiles.view.CanvasControl
-
- getHorizontalOverlapCriterion() - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
Gets the criterion for marking an overlap as horizontal.
- getHorizontalScrollBarPolicy() - Method in class com.yworks.yfiles.view.CanvasControl
-
Specifies the visibility policy for the vertical scrollbar.
- getHorizontalSpacing() - Method in class com.yworks.yfiles.view.GridInfo
-
Gets the horizontal spacing between grid points in the world coordinate system.
- getHotPink() - Static method in class com.yworks.yfiles.view.Pen
-
- getHoverCursor() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
- getHoverItems() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Gets which graph items are considered by this input mode.
- getHoverRecognizer() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the "hovering" state recognizer.
- getIcon() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Gets the icon to paint for the label.
- getIcon() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getIcon() - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
Gets the icon to paint for the label.
- getIconPlacement() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Gets the parameter that specifies the icon placement.
- getIconPlacement() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getIconPlacement() - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
Gets the icon placement model parameter.
- getIconSize() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Gets the size of the icon to paint for the label.
- getIconSize() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
Gets the size of the icon from the
IconSize
property.
- getIconSize() - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
Gets the size of the icon to paint for the label.
- getId(IGraphClipboardContext, IModelItem) - Method in interface com.yworks.yfiles.graph.IClipboardIdProvider
-
Gets the ID for the given originalItem
.
- getId() - Method in interface com.yworks.yfiles.graphml.IReferenceHandle
-
The id that identifies the resource in the GraphML document.
- getId() - Method in interface com.yworks.yfiles.layout.multipage.IEdgeInfo
-
Gets the unique ID of the associated edge.
- getId() - Method in interface com.yworks.yfiles.layout.multipage.IEdgeLabelInfo
-
Gets the unique ID of the associated edge label.
- getId() - Method in interface com.yworks.yfiles.layout.multipage.INodeInfo
-
Gets the unique ID of the node associated with this
info object
.
- getId() - Method in interface com.yworks.yfiles.layout.multipage.INodeLabelInfo
-
Gets the unique ID of the associated node label.
- getId() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
- getId() - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
- getIdProvider() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- getIgnoreContentRecognizer() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets the recognizer that changes the behavior to ignore the content of all stripes instead of moving them or considering
for minimum sizes.
- getIgnoredLabels() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets the collection of labels of nodes or fixed edges that are ignored by the router.
- getImage() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyle
-
Gets the image that is used for the style instance.
- getImage() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Get the image that is currently used to render the style.
- getImage() - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Get the image that is currently used to render the style.
- getIncrementalHint() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
- getIncrementalHints(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- getIncrementalHints() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapping from nodes and edges to their incrementally hints.
- getIncrementalLayeringNodes() - Method in class com.yworks.yfiles.layout.hierarchic.IncrementalHintItemMapping
-
- getIncrementalSequencingItems() - Method in class com.yworks.yfiles.layout.hierarchic.IncrementalHintItemMapping
-
- getIndependentCopyItems() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Gets the type of items that can be copied and pasted independently of their owning element.
- getIndependentSet(Graph) - Static method in class com.yworks.yfiles.algorithms.IndependentSets
-
Calculates an independent set for a given graph.
- getIndependentSets(Graph) - Static method in class com.yworks.yfiles.algorithms.IndependentSets
-
Partitions the set of nodes of the given graph into independent sets.
- getIndex() - Method in class com.yworks.yfiles.geometry.GeneralPath.PathCursor
-
Returns the current position of the cursor.
- getIndex() - Method in class com.yworks.yfiles.graph.BendEventArgs
-
Gets the former index of the bend in the
Bends
list.
- getIndex() - Method in class com.yworks.yfiles.graph.FoldingBendState
-
Gets the bend's index in the
Bends
of its owner.
- getIndex() - Method in interface com.yworks.yfiles.graph.IBend
-
Gets the index of the bend at its
Owner
.
- getIndex() - Method in interface com.yworks.yfiles.graph.ILabel
-
Gets the index of the label at its
Owner
.
- getIndex() - Method in interface com.yworks.yfiles.graph.IStripe
-
- getIndex() - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
- getIndex() - Method in interface com.yworks.yfiles.layout.hierarchic.ILayer
-
- getIndex() - Method in class com.yworks.yfiles.layout.RowDescriptor
-
- getIndianRed() - Static method in class com.yworks.yfiles.view.Pen
-
- getIndigo() - Static method in class com.yworks.yfiles.view.Pen
-
- getInEdgeCursor(Edge) - Method in class com.yworks.yfiles.algorithms.Node
-
Returns an edge cursor for incoming edges at this node.
- getInEdgeCursor() - Method in class com.yworks.yfiles.algorithms.Node
-
Returns an edge cursor for incoming edges at this node.
- getInEdges() - Method in class com.yworks.yfiles.algorithms.Node
-
Yields a dynamic
Iterable
for
Edge
s that can be used to iterate over ingoing edges at this instance.
- getInertia() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets the mode that determines when to use inertia when dragging the viewport.
- getInertiaDamping() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
The amount of damping that is applied to the inertia movement.
- getInertiaFactor() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets the factor that determines how much the recent movement data is taken into account for the calculation of inertia
speed and direction.
- getInertiaThreshold() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets the threshold that determines when inertia movement should stop.
- getInfo() - Method in class com.yworks.yfiles.algorithms.ListCell
-
Gets the element stored in this cell.
- getInfo(ListCell) - Method in class com.yworks.yfiles.algorithms.YList
-
Returns the element stored in the given list cell.
- getInitialAngle() - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Gets the angle that describes the location on the circle of the first node.
- getInitialBounds() - Method in class com.yworks.yfiles.view.input.ReshapeRectangleContext
-
Gets the initial bounds of the node.
- getInitialLocation() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Returns the initial position where the dragging was initiated.
- getInitialPlacement() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the strategy for the initial placement of nodes.
- getInitialTemperature() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the initial temperature for the force-directed layout process.
- getInnerModel() - Method in class com.yworks.yfiles.graph.labelmodels.DescriptorWrapperLabelModel
-
Gets the inner label model.
- getInnerStyle() - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
Gets the inner style to decorate.
- getInnerStyleInsets() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getInnerStyleInsets() - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
- getInputHandlers(IParseContext, Element) - Method in class com.yworks.yfiles.graphml.GraphMLParser
-
Dynamically retrieve all
IInputHandler
instances that process a GraphML attribute with key definition
keyDefinition
.
- getInputMode() - Method in class com.yworks.yfiles.view.CanvasControl
-
Specifies the single
IInputMode
instance that shall be installed for this canvas.
- getInputModeContext() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the InputModeContext property.
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Returns the context instance this mode is currently installed in or null
if this instance is not installed.
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
- getInputModeContext() - Method in interface com.yworks.yfiles.view.input.IInputMode
-
Returns the context instance this mode is currently installed in or null
if this instance is not installed.
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Gets the context to operate on.
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.ReparentStripePositionHandler
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
- getInputModeContext() - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
- getInputModeContextLookupChain() - Method in class com.yworks.yfiles.view.CanvasControl
-
- getInputModeGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the InputModeGroup property.
- getInset() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyle
-
Gets the insets to use for the bevel.
- getInset() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Retrieves the inset from the style.
- getInsets() - Method in interface com.yworks.yfiles.graph.IStripe
-
Gets the insets for this stripe.
- getInsets() - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Gets the default insets for a stripe.
- getInsets() - Method in interface com.yworks.yfiles.graph.ITable
-
Gets the insets for this table.
- getInsets() - Method in class com.yworks.yfiles.graph.labelmodels.ExteriorLabelModel
-
Gets the insets to use by this model.
- getInsets() - Method in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
Gets the insets to use within the node's
Layout
.
- getInsets() - Method in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
Gets the insets to use within the node's
Layout
.
- getInsets() - Method in class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
Gets the insets to use within the stripe's
Layout
.
- getInsets() - Method in class com.yworks.yfiles.graph.StripeDefaults
-
Gets the default insets for a stripe.
- getInsets() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
- getInsets() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets the insets for this label.
- getInsets() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyle
-
Gets the instance to use that provides the insets for this style.
- getInsets() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Gets the instance to use that provides the insets for this style.
- getInsets() - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
- getInsets(TemplateNodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Gets the insets by delegating to
Insets
.
- getInsets() - Method in class com.yworks.yfiles.graph.Table
-
- getInsets(INode) - Method in interface com.yworks.yfiles.view.input.INodeInsetsProvider
-
Returns the insets for the given node
.
- getInsetsProviderDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getInstaller(T) - Method in class com.yworks.yfiles.view.FocusIndicatorManager
-
- getInstaller(T) - Method in class com.yworks.yfiles.view.HighlightIndicatorManager
-
- getInstaller(T) - Method in class com.yworks.yfiles.view.ModelManager
-
- getInstaller(T) - Method in class com.yworks.yfiles.view.SelectionIndicatorManager
-
- getInstance() - Static method in class com.yworks.yfiles.graph.styles.VoidEdgeStyleRenderer
-
Returns the com.yworks.yfiles.common.drawing.VoidEdgeStyleRenderer
singleton.
- getInstance() - Static method in class com.yworks.yfiles.graph.styles.VoidLabelStyleRenderer
-
Returns the com.yworks.yfiles.common.drawing.VoidLabelStyleRenderer
singleton.
- getInstance() - Static method in class com.yworks.yfiles.graph.styles.VoidNodeStyleRenderer
-
Returns the com.yworks.yfiles.common.drawing.VoidNodeStyleRenderer
singleton.
- getInstance() - Static method in class com.yworks.yfiles.graph.styles.VoidPathGeometry
-
Returns the com.yworks.yfiles.common.drawing.VoidPathGeometry
singleton.
- getInstance() - Static method in class com.yworks.yfiles.graph.styles.VoidPortStyleRenderer
-
Returns the com.yworks.yfiles.common.drawing.VoidPortStyleRenderer
singleton.
- getInstance() - Static method in class com.yworks.yfiles.graph.styles.VoidShapeGeometry
-
Returns the com.yworks.yfiles.common.drawing.VoidShapeGeometry
singleton.
- getInt(Object) - Method in class com.yworks.yfiles.algorithms.DataProviderAdapter
-
Subclasses may override this method to provide access to integer values.
- getInt(Object) - Method in interface com.yworks.yfiles.algorithms.IDataProvider
-
Returns an integer value associated with the given data holder.
- getInt(Object) - Method in interface com.yworks.yfiles.algorithms.IEdgeMap
-
Returns the integer value bound to the given edge.
- getInt(Object) - Method in interface com.yworks.yfiles.algorithms.INodeMap
-
Returns the integer value bound to the given node.
- getInt(Object) - Method in class com.yworks.yfiles.layout.DataProviderAdapter
-
- getInterEdgeRouter() - Method in class com.yworks.yfiles.layout.FixGroupLayoutStage
-
Gets the edge routing algorithm that is applied to route the inter-edges.
- getInterEdgeRouter() - Method in class com.yworks.yfiles.layout.PartitionLayout
-
- getInterEdgeRouter() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Gets the current edge routing algorithm for handling inter-edges.
- getInterEdgeRoutingStyle() - Method in class com.yworks.yfiles.layout.FixGroupLayoutStage
-
Gets the inter-edge routing style used by this layout stage.
- getInterEdgesDpKey() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Gets the key for marking the inter-edges to be routed.
- getInterleavedMode() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the mode for child node arrangement.
- getInterleavedNodes() - Method in class com.yworks.yfiles.layout.tree.BalloonLayoutData
-
Gets the collection of nodes that should be arranged in an interleaved fashion.
- getInternalHandles() - Method in interface com.yworks.yfiles.graphml.IReferenceHandler
-
Return a collection of all registered reference handles that should be written to the GraphML shared data section.
- getIntersection(LineSegment, LineSegment) - Static method in class com.yworks.yfiles.algorithms.LineSegment
-
Returns intersection point between the two line segments, if there is one or null
if the two line segments do
not intersect.
- getIntersection(INode, PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
Gets the intersection of a line with the visual representation of the node.
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getIntersection(INode, IShapeGeometry, IEdge, PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Finds the intersection between a node and the edge.
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Tries to use the
NormalizedOutline
to perform the intersection
calculation, otherwise reverts to default (rectangular) behavior.
- getIntersection(PointD, PointD) - Method in interface com.yworks.yfiles.graph.styles.IShapeGeometry
-
Returns the intersection for the given line with this shape's geometry.
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Tries to use the
NormalizedOutline
to perform the intersection
calculation, otherwise reverts to default (rectangular) behavior.
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Finds an intersection for the current
node
using the
Style
.
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Tries to use the
outline shape
to perform the intersection calculation,
otherwise reverts to default (rectangular) behavior.
- getIntersection(PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.VoidShapeGeometry
-
This implementation always returns null
.
- getInvalidEdgeGroupingPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for an edge with a group ID that is not grouped at source or target side.
- getIsFlipped() - Method in class com.yworks.yfiles.graph.styles.LabelTemplate
-
Gets the value of the property isFlipped.
- getIsGroupNodePredicate() - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
- getIsInDomain() - Method in class com.yworks.yfiles.view.DefaultSelectionModel
-
Gets the predicate which determines whether the queried item should be considered for this selection model.
- getIsUpsideDown() - Method in class com.yworks.yfiles.graph.styles.LabelTemplate
-
Gets the value of the property isUpsideDown.
- getIsValidParentPredicate() - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
Gets the callback for testing whether an existing node in the graph can be used as a valid parent node in the context of
grouping.
- getItem(IGraphClipboardContext, Object) - Method in interface com.yworks.yfiles.graph.IClipboardIdProvider
-
Gets the item which is represented by the given id
.
- getItem(K) - Method in class com.yworks.yfiles.graph.Mapper
-
Finds the associated value for the given key in the mapping or (re-)associates the given key with the value provided,
removing previous associations.
- getItem() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Gets the value of property item.
- getItem() - Method in class com.yworks.yfiles.graphml.HandleSerializationEventArgs
-
Gets the item that should be serialized.
- getItem() - Method in class com.yworks.yfiles.graphml.WriteEventArgs
-
Gets the item that is currently being written or null
if nothing is applicable.
- getItem() - Method in class com.yworks.yfiles.layout.SingleItemCollection
-
Gets the single item this item collection contains.
- getItem(int) - Method in interface com.yworks.yfiles.utils.IListEnumerable
-
Returns the i-th element in the collection.
- getItem() - Method in class com.yworks.yfiles.utils.ItemEventArgs
-
Gets the item that is the subject of the event.
- getItem(ICanvasObject) - Method in class com.yworks.yfiles.view.CollectionModelManager
-
- getItem() - Method in class com.yworks.yfiles.view.input.PopulateItemContextMenuEventArgs
-
Gets the item for which the tool tip is queried.
- getItem() - Method in class com.yworks.yfiles.view.input.QueryItemToolTipEventArgs
-
Gets the item for which the tool tip is queried.
- getItem(ICanvasObject) - Method in class com.yworks.yfiles.view.ItemModelManager
-
Tries to find the item managed by this instance that is associated with the given canvas object.
- getItemCreator() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Gets the callback for item creation.
- getItemFocused() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Gets the value of property itemFocused.
- getItemHighlighted() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Gets the value of property itemHighlighted.
- getItemPropertyKey() - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- getItems() - Method in class com.yworks.yfiles.graph.AdjacencyTypes
-
- getItems() - Method in class com.yworks.yfiles.graph.GraphClipboard.ParentNodeDetectionModes
-
- getItems() - Method in class com.yworks.yfiles.graph.GraphCopier.CloneTypes
-
- getItems() - Method in class com.yworks.yfiles.graph.GraphItemTypes
-
- getItems() - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSides
-
- getItems() - Method in class com.yworks.yfiles.graph.StripeTypes
-
- getItems() - Method in class com.yworks.yfiles.layout.ComponentArrangementStyles
-
- getItems() - Method in class com.yworks.yfiles.layout.CompositeLayoutData
-
Gets a collection of composed layout data objects.
- getItems() - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelPositions
-
- getItems() - Method in class com.yworks.yfiles.layout.DiscreteNodeLabelPositions
-
- getItems() - Method in class com.yworks.yfiles.layout.ItemCollection
-
Gets a collection of items.
- getItems() - Method in class com.yworks.yfiles.layout.LabelAngleOnRightSideOffsets
-
- getItems() - Method in class com.yworks.yfiles.layout.LabelAngleOnRightSideRotations
-
- getItems() - Method in class com.yworks.yfiles.layout.LabelAngleReferences
-
- getItems() - Method in class com.yworks.yfiles.layout.LabelPlacements
-
- getItems() - Method in class com.yworks.yfiles.layout.LabelSideReferences
-
- getItems() - Method in class com.yworks.yfiles.layout.MirrorModes
-
- getItems() - Method in class com.yworks.yfiles.layout.multipage.EdgeBundleModes
-
- getItems() - Method in class com.yworks.yfiles.layout.PortDirections
-
- getItems() - Method in class com.yworks.yfiles.utils.FlagsEnum
-
Returns all items defined in this FlagsEnum.
- getItems() - Method in class com.yworks.yfiles.utils.ObservableCollection
-
Returns the collection used internally as the backing store.
- getItems() - Method in class com.yworks.yfiles.view.DragDropKeyStates
-
- getItems() - Method in class com.yworks.yfiles.view.input.GridSnapTypes
-
- getItems() - Method in class com.yworks.yfiles.view.input.HandlePositions
-
- getItems() - Method in class com.yworks.yfiles.view.input.HandleTypes
-
- getItems() - Method in class com.yworks.yfiles.view.input.InertiaPolicies
-
- getItems() - Method in class com.yworks.yfiles.view.input.MoveTypes
-
- getItems() - Method in class com.yworks.yfiles.view.input.SnapLineSnapTypes
-
- getItems() - Method in class com.yworks.yfiles.view.input.SnapTypes
-
- getItems() - Method in class com.yworks.yfiles.view.input.StripeSubregionTypes
-
- getItems() - Method in class com.yworks.yfiles.view.ModifierKeys
-
- getItems() - Method in class com.yworks.yfiles.view.MouseButtons
-
- getItems() - Method in class com.yworks.yfiles.view.MouseWheelBehaviors
-
- getItemSelected() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Gets the value of property itemSelected.
- getItemType(IModelItem) - Static method in class com.yworks.yfiles.graph.GraphItemTypes
-
Gets the type of the item.
- getItemTypes(Iterable<IModelItem>) - Static method in class com.yworks.yfiles.graph.GraphItemTypes
-
Determines the types of the items contained in the collection of items.
- getIterationFactor() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the iteration factor which influences the maximum number of optimization iterations the algorithm may perform.
- getIvory() - Static method in class com.yworks.yfiles.view.Pen
-
- getKey() - Method in class com.yworks.yfiles.view.KeyEventArgs
-
- getKey() - Method in class com.yworks.yfiles.view.ResourceKey
-
Gets the key that is used by this instance.
- getKeyBindings(ICommand) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Returns the key bindings registered for the given command.
- getKeyboardInputMode() - Method in class com.yworks.yfiles.view.input.KeyboardInputModeBinding
-
Returns the keyboard input mode for which this binding was created.
- getKeyboardInputMode() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Gets the KeyboardInputMode.
- getKeyboardInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- getKeyCode() - Method in class com.yworks.yfiles.view.CompoundKeyEvent
-
Returns the key code.
- getKeyDefinition() - Method in class com.yworks.yfiles.graphml.QueryInputHandlersEventArgs
-
The key definition of the GraphML attribute.
- getKeyDefinitionAttributes() - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
- getKeyDefinitionAttributes() - Method in interface com.yworks.yfiles.graphml.IOutputHandler
-
Gets the XML attributes that should be added to the key definition in the GraphML key element.
- getKeyEvent() - Method in class com.yworks.yfiles.view.CompoundKeyEvent
-
- getKeyEvent() - Method in class com.yworks.yfiles.view.KeyEventArgs
-
The key event.
- getKeyEventType() - Method in class com.yworks.yfiles.view.CompoundKeyEvent
-
Gets the type of the event.
- getKeyType() - Method in class com.yworks.yfiles.graph.MapperMetadata
-
- getKeyType() - Method in class com.yworks.yfiles.graphml.TypedKey
-
Gets the type of the value that is associated with this key.
- getKeyValue() - Method in class com.yworks.yfiles.view.CompoundKeyEvent
-
Returns the value of the character that has been typed.
- getKhaki() - Static method in class com.yworks.yfiles.view.Pen
-
- getLabel() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
Gets the currently configured label.
- getLabel() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
Gets the currently configured label.
- getLabel() - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
Gets the currently configured label.
- getLabel() - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Gets the label to edit.
- getLabel() - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
Gets the label instance.
- getLabel() - Method in class com.yworks.yfiles.view.input.LabelTextValidatingEventArgs
-
Gets the label that is being edited.
- getLabelCandidateDescriptor(ILabel, ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Callback that retrieves the label candidate descriptor for the given label and parameter.
- getLabelCandidateDescriptorProvider(IGraph) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Callback method that gets the label candidate descriptor provider for the given
IGraph
.
- getLabelCandidates(IEdgeLabelLayout, IEdgeLayout, INodeLayout, INodeLayout) - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
- getLabelCandidates(INodeLabelLayout, INodeLayout) - Method in class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
-
- getLabelCandidates(IEdgeLabelLayout, IEdgeLayout, INodeLayout, INodeLayout) - Method in class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel
-
- getLabelCandidates(INodeLabelLayout, INodeLayout) - Method in class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel
-
- getLabelCandidates(IEdgeLabelLayout, IEdgeLayout, INodeLayout, INodeLayout) - Method in interface com.yworks.yfiles.layout.IEdgeLabelLayoutModel
-
- getLabelCandidates(INodeLabelLayout, INodeLayout) - Method in interface com.yworks.yfiles.layout.INodeLabelLayoutModel
-
- getLabelCandidates(IEdgeLabelLayout, IEdgeLayout, INodeLayout, INodeLayout) - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
- getLabelCrossingPenaltyFactors() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets a mapping from labels to a crossing penalty factor.
- getLabelDecorator() - Method in class com.yworks.yfiles.graph.GraphDecorator
-
Returns a
LabelDecorator
instance that can be used to decorate the
ILabel
instances in the graph that this decorator has been created for.
- getLabelDefaults() - Method in class com.yworks.yfiles.graph.EdgeDefaults
-
- getLabelDefaults() - Method in interface com.yworks.yfiles.graph.IEdgeDefaults
-
Gets the defaults for labels at edges.
- getLabelDefaults(ILabelOwner) - Method in interface com.yworks.yfiles.graph.IGraph
-
- getLabelDefaults() - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
Gets the defaults for labels at nodes.
- getLabelDefaults() - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- getLabelEditableItems() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getLabelEditableItems() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Gets a property that determines which types of items may have their
labels edited
.
- getLabelFactory(LayoutGraph) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
- getLabeling() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Gets the
ILayoutStage
that places the labels of the input graph.
- getLabeling() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets the
ILayoutStage
that places the labels of the input graph.
- getLabelInsetsColor() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyle
-
Gets the base color to use for drawing the label insets background.
- getLabelLayout(Node) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Returns the layout information for all labels associated with the given node of the copied graph.
- getLabelLayout(Edge) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Returns the layout information for all labels associated with the given edge of the copied graph.
- getLabelLayout(Node) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
- getLabelLayout(Edge) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
- getLabelLayout(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the layout information for all labels associated with the given node.
- getLabelLayout(Edge) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the layout information for all labels associated with the given edge.
- getLabelLayoutParameter() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- getLabelLayoutParameter() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- getLabelLayoutParameter(GraphCopier, IGraph, ILabel, ILabelOwner) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- getLabelModel() - Method in interface com.yworks.yfiles.layout.IEdgeLabelLayout
-
Gets the label model that describes the valid locations for this label.
- getLabelModel() - Method in interface com.yworks.yfiles.layout.INodeLabelLayout
-
Gets the label model that describes the valid locations for this label.
- getLabelModelParameterFinderDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getLabelModelParameterProviderDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getLabelModels() - Method in class com.yworks.yfiles.graph.labelmodels.CompositeLabelModel
-
Gets a list of
ILabelModel
implementations that are wrapped by this instance.
- getLabelParameter(IInputModeContext, ILabelOwner) - Method in class com.yworks.yfiles.view.input.EditLabelHelper
-
Determines the label model parameter to use for the label, depending on the owner
.
- getLabelPlacement(YDimension, IEdgeLayout, INodeLayout, INodeLayout, Object) - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
- getLabelPlacement(YDimension, IEdgeLayout, INodeLayout, INodeLayout, DiscreteEdgeLabelPositions) - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Returns the oriented box of the label for the given label position.
- getLabelPlacement(YDimension, INodeLayout, Object) - Method in class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
-
- getLabelPlacement(YDimension, INodeLayout, DiscreteNodeLabelPositions) - Method in class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
-
Returns the oriented box of the label for the given label position.
- getLabelPlacement(YDimension, IEdgeLayout, INodeLayout, INodeLayout, Object) - Method in class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel
-
- getLabelPlacement(YDimension, INodeLayout, Object) - Method in class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel
-
- getLabelPlacement(YDimension, IEdgeLayout, INodeLayout, INodeLayout, Object) - Method in interface com.yworks.yfiles.layout.IEdgeLabelLayoutModel
-
Returns the oriented box of the label for the position encoded by the given model parameter.
- getLabelPlacement(YDimension, INodeLayout, Object) - Method in interface com.yworks.yfiles.layout.INodeLabelLayoutModel
-
Returns the bounds of the label for the position encoded by the given model parameter.
- getLabelPlacement(INodeLabelLayoutModel, YDimension, INodeLayout, Object) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the upper-left corner of the paraxial bounding box of the given node label as encoded by the specified model
parameter.
- getLabelPlacement(IEdgeLabelLayoutModel, YDimension, IEdgeLayout, INodeLayout, INodeLayout, Object) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the upper-left corner of the paraxial bounding box of the given edge label as encoded by the specified model
parameter.
- getLabelPlacement(YDimension, IEdgeLayout, INodeLayout, INodeLayout, Object) - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
- getLabels() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getLabels() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getLabels() - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- getLabels() - Method in class com.yworks.yfiles.graph.FoldingLabelOwnerState
-
- getLabels() - Method in interface com.yworks.yfiles.graph.IGraph
-
A view of the node and edge labels contained in this graph.
- getLabels() - Method in interface com.yworks.yfiles.graph.ILabelOwner
-
Provides access to a collection of
labels
that are owned by this instance.
- getLabels() - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Gets the defaults for labels at stripes.
- getLabels() - Method in class com.yworks.yfiles.graph.SimpleEdge
-
Gets the collection for the labels.
- getLabels() - Method in class com.yworks.yfiles.graph.SimpleNode
-
Gets the collection for the labels.
- getLabels() - Method in class com.yworks.yfiles.graph.StripeDefaults
-
- getLabelSnapContext() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
The
LabelSnapContext
instance that handles interactive snapping of
ILabel
s to their owner during drag operations like movements.
- getLabelSnapContextHelperDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getLabelStyle() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Gets the
ILabelStyle
to use for the first label of the folding edge.
- getLabelStyle() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
Gets the
ILabelStyle
to use for the first label of the collapsed group nodes.
- getLabelStyle() - Method in class com.yworks.yfiles.graph.styles.NodeStyleLabelStyleAdapter
-
Gets the
ILabelStyle
that is used for rendering the foreground of the label.
- getLabelStyle(IInputModeContext, ILabelOwner) - Method in class com.yworks.yfiles.view.input.EditLabelHelper
-
Determines the style to use for the label, depending on the owner
.
- getLabelStyle() - Method in class com.yworks.yfiles.view.LabelStyleDecorationInstaller
-
The style to use for the rendering.
- getLabelStyleInsets() - Method in class com.yworks.yfiles.graph.styles.NodeStyleLabelStyleAdapter
-
Gets the insets to apply for the
LabelStyle
as margins.
- getLabelText() - Method in class com.yworks.yfiles.graph.styles.LabelTemplate
-
Gets the value of property labelText.
- getLabelUpVector(double) - Static method in class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
-
Calculates the up vector for a label whose right vector is rotated clockwise by the given angle.
- getLaneTightness() - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Gets the tightness factor of the lane.
- getLargeHorizontalChange() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the change of the horizontal scroll bar when the track of the bar is clicked.
- getLargeVerticalChange() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the change of the vertical scroll bar when the track of the bar is clicked.
- getLast() - Method in class com.yworks.yfiles.algorithms.YPointPath
-
Gets the last point in the path.
- getLast() - Method in interface com.yworks.yfiles.view.ICanvasObjectGroup
-
Returns the last item in the rendering list of this group or null
.
- getLastAppliedRadius() - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Gets the radius that was applied to the last layout calculated by this algorithm.
- getLastCoordinate() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Gets the last coordinates of the last path element.
- getLastDragEvent() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Gets the last processed drag event argument.
- getLastEventLocation() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the last location provided by a pointing device (for instance mouse or touch).
- getLastEventTime() - Method in class com.yworks.yfiles.view.Touch2DPoint
-
Gets the time of the last
event
that was raised by this device.
- getLastMouse2DEvent() - Method in class com.yworks.yfiles.view.CanvasControl
-
- getLastTouch2DEvent() - Method in class com.yworks.yfiles.view.CanvasControl
-
- getLastViewCoordinate() - Method in class com.yworks.yfiles.view.Touch2DPoint
-
Gets the last device coordinate in the view coordinate system.
- getLastWakeupTime() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
- getLastX() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Gets the last x coordinate of the last path element.
- getLastY() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Gets the last y coordinate of the last path element.
- getLavender() - Static method in class com.yworks.yfiles.view.Pen
-
- getLavenderBlush() - Static method in class com.yworks.yfiles.view.Pen
-
- getLawnGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getLayer(int) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayers
-
- getLayer() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
- getLayerAlignment() - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
- getLayerAlignment(LayoutGraph, ILayoutDataProvider, Node, int, double) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Returns the alignment of the node with a specified layer.
- getLayerConstraintFactory() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets the factory to specify layer constraints.
- getLayerer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Gets the
ILayerer
instance responsible for generating the layer assignment (first phase of the layout
algorithm).
- getLayerIndices() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapper from nodes to the index of their layer.
- getLayeringStrategy() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets the layering strategy that determines how nodes are distributed into different layers.
- getLayers(Graph, NodeList) - Static method in class com.yworks.yfiles.algorithms.Bfs
-
Returns the layers of nodes calculated by a breadth first search.
- getLayers(Graph, IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Bfs
-
Returns the layers of nodes constructed by a breadth first search.
- getLayers(Graph, IDataProvider, INodeMap) - Static method in class com.yworks.yfiles.algorithms.Bfs
-
Returns the layers of nodes constructed by a breadth first search.
- getLayers(Graph, NodeList, INodeMap) - Static method in class com.yworks.yfiles.algorithms.Bfs
-
Returns the layers of nodes constructed by a breadth first search.
- getLayers(Graph, NodeList, boolean, INodeMap, int) - Static method in class com.yworks.yfiles.algorithms.Bfs
-
Returns the layers of nodes constructed by a directed/undirected breadth first search where the maximum number of layers
is restricted.
- getLayers(Graph, NodeList, BfsDirection, INodeMap, int) - Static method in class com.yworks.yfiles.algorithms.Bfs
-
Returns the layers of nodes constructed by a directed/undirected breadth first search where the maximum number of layers
is restricted.
- getLayers(Graph, NodeList, boolean, INodeMap) - Static method in class com.yworks.yfiles.algorithms.Bfs
-
Returns the layers of nodes constructed by a directed/undirected breadth first search where the maximum number of layers
is restricted.
- getLayers(Graph, NodeList, BfsDirection, INodeMap) - Static method in class com.yworks.yfiles.algorithms.Bfs
-
Returns the layers of nodes constructed by a directed/undirected breadth first search where the maximum number of layers
is restricted.
- getLayerSpacing() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets the spacing between two consecutive circles (layers).
- getLayerSpacing() - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Gets the distance between two adjacent layers.
- getLayout() - Method in class com.yworks.yfiles.graph.FolderNodeState
-
The layout of the node.
- getLayout() - Method in interface com.yworks.yfiles.graph.ILabel
-
Gets a snapshot of the current layout of the label.
- getLayout() - Method in interface com.yworks.yfiles.graph.INode
-
Returns a live view of the layout of the node.
- getLayout() - Method in interface com.yworks.yfiles.graph.IStripe
-
Returns a live view of the relative layout of the stripe.
- getLayout() - Method in interface com.yworks.yfiles.graph.ITable
-
Gets the relative layout of the table.
- getLayout() - Method in class com.yworks.yfiles.graph.SimpleNode
-
- getLayout() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Returns the
Layout
of the node this renderer is currently configured for.
- getLayout() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
Returns the
Layout
of the node this renderer is currently configured for.
- getLayout() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- getLayout() - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
Returns the
Layout
of the node this renderer is currently configured for.
- getLayout() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Returns the
Layout
of the node this renderer is currently configured for.
- getLayout() - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Returns the
Layout
of the node this renderer is currently configured for.
- getLayout() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Returns the
Layout
of the node this renderer is currently configured for.
- getLayout() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Returns the
Layout
of the node this renderer is currently configured for.
- getLayout() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
Returns the
Layout
of the node this renderer is currently configured for.
- getLayout() - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
Holds the layout of the current label.
- getLayout() - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Returns the
Layout
of the node this renderer is currently configured for.
- getLayout() - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyleRenderer
-
Returns the
Layout
of the stripe this renderer is currently configured for.
- getLayout() - Method in class com.yworks.yfiles.graph.Table
-
Gets the relative layout of the table.
- getLayout(Node) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Returns the layout information for the given node of the copied graph.
- getLayout(Edge) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Returns the layout information for the given edge of the copied graph.
- getLayout(Node) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
- getLayout(Edge) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
- getLayout() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- getLayout(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the layout information for the given node.
- getLayout(Edge) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the layout information for the given edge.
- getLayout() - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
Gets the layouter object that belongs to this layout context.
- getLayoutCallback() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Gets the
callback
that is notified upon completion of multi-page layout calculation runs.
- getLayoutData() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets the layout data that is applied when
starting
the executor.
- getLayoutGraph() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets the layout graph that is used by this instance to calculate the layout.
- getLayoutMode() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the layout mode this layouter should use for upcoming layouts.
- getLayoutOrientation() - Method in class com.yworks.yfiles.layout.hierarchic.AbstractPortConstraintOptimizer
-
Gets the layout orientation.
- getLayoutOrientation() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets the main orientation of the layout.
- getLayoutOrientation() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets the layout orientation that is considered during the placement of partial elements.
- getLayoutParameter() - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
- getLayoutParameter() - Method in interface com.yworks.yfiles.graph.ILabel
-
Gets the label model's parameter that determines the positioning of this label.
- getLayoutParameter() - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
Gets the label model parameter to use for labels.
- getLayoutParameter() - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- getLayoutParameter() - Method in class com.yworks.yfiles.graph.SimpleLabel
-
- getLayoutParameter() - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
- getLayoutParameterInstance(ILabelOwner) - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
Factory method that returns a label model parameter instance for use with newly created labels.
- getLayoutParameterInstance(ILabelOwner) - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- getLayouts() - Method in class com.yworks.yfiles.layout.SequentialLayout
-
- getLayoutStages() - Method in class com.yworks.yfiles.layout.CompositeLayoutStage
-
- getLayoutStyle() - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Gets the global layout style for this layout algorithm.
- getLayoutStyle() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets the layout style for this layout algorithm.
- getLayoutStyle() - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
Gets the layout style of the self-loops.
- getLeadingEdges() - Method in class com.yworks.yfiles.layout.ParallelEdgeRouterData
-
Gets the collection of leading edges.
- getLeadingHeaderHitTestable() - Method in interface com.yworks.yfiles.view.input.IStripeHitTestHelper
-
Return a
IHitTestable
that should report hits on the leading header region of the stripe.
- getLeafNodes(Graph, boolean) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Returns all leaf nodes of the given tree.
- getLeafPlacement() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets the layout policy for leaf nodes.
- getLeaves() - Method in interface com.yworks.yfiles.graph.IStripe
-
Returns a collection of all descendants of stripe
that are leaves and therefore don't have any child stripes.
- getLeft() - Method in class com.yworks.yfiles.geometry.InsetsD
-
Gets the left inset.
- getLeftInset() - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Gets the left column inset in which no element will lie in the resulting layout.
- getLeftLaneInset() - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Gets the left insets of the swimlane in which no element will lie in the resulting layout.
- getLeftRightPlacersLeftNodes() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Gets a mapping from nodes to a boolean value that specifies whether a node should be placed left of the bus
(true
) or right of the bus (false
).
- getLemonChiffon() - Static method in class com.yworks.yfiles.view.Pen
-
- getLength() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Returns the geometric length of this path.
- getLength() - Method in class com.yworks.yfiles.graph.styles.Arrow
-
- getLength() - Method in interface com.yworks.yfiles.graph.styles.IArrow
-
Returns the length of the arrow (the distance from the arrow's tip to the position where the visual representation of
the edge's path should begin).
- getLengthInterval() - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- getLevel(Node) - Method in class com.yworks.yfiles.algorithms.Groups.Dendrogram
-
Returns the level of the given node of the dendrogram.
- getLevelCount() - Method in class com.yworks.yfiles.algorithms.Groups.Dendrogram
-
Gets the number of levels this dendrogram has.
- getLightBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightCoral() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightCyan() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightGoldenrodYellow() - Static method in class com.yworks.yfiles.view.Pen
-
Gets a
frozen
Pen
that uses
LightGoldenrodYellow
as its
Paint
and has a
Thickness
of
1
.
- getLightGray() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightPink() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightSalmon() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightSeaGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightSkyBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightSlateGray() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightSteelBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getLightYellow() - Static method in class com.yworks.yfiles.view.Pen
-
- getLime() - Static method in class com.yworks.yfiles.view.Pen
-
- getLimeGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getLineBreakRecognizer() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
- getLineCap() - Method in class com.yworks.yfiles.view.Pen
-
Gets the line cap for the end of the line.
- getLineDistance() - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Gets the distance between two adjacent edge paths that run in parallel.
- getLineDistance() - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
Gets the distance between two self-loops incident to the same node.
- getLineJoin() - Method in class com.yworks.yfiles.view.Pen
-
Gets the line join property.
- getLinen() - Static method in class com.yworks.yfiles.view.Pen
-
- getLineSegment(int) - Method in class com.yworks.yfiles.algorithms.YPointPath
-
Returns a line segment in the path.
- getLineSegmentCount() - Method in class com.yworks.yfiles.algorithms.YPointPath
-
Gets the number of line segments in the path.
- getLineSpacing() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Returns the value for the lineSpacing property of the JavaFX text.
- getList() - Method in interface com.yworks.yfiles.layout.hierarchic.ILayer
-
Gets a list of the
Node
s associated with this
ILayer
instance.
- getLocalName() - Method in class com.yworks.yfiles.graphml.XmlName
-
Returns the local (unqualified) name of this
XmlName
.
- getLocalRoot() - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Gets an entity of the
MasterGraph
hierarchy to serve as the virtual root for the
view's local hierarchy.
- getLocation() - Method in class com.yworks.yfiles.algorithms.YRectangle
-
Gets coordinates of upper left corner.
- getLocation() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Returns the instance that stores the position of this rectangle.
- getLocation() - Method in class com.yworks.yfiles.graph.FoldingBendState
-
The location of the bend.
- getLocation() - Method in interface com.yworks.yfiles.graph.IBend
-
Gets a view of the location of the bend in the world coordinate system.
- getLocation() - Method in interface com.yworks.yfiles.graph.IPort
-
Gets a snapshot of the current location of the port.
- getLocation(IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.portlocationmodels.BendAnchoredPortLocationModel
-
- getLocation(IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.portlocationmodels.FreeNodePortLocationModel
-
- getLocation(IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.portlocationmodels.GenericPortLocationModel
-
- getLocation(IPort, IPortLocationModelParameter) - Method in interface com.yworks.yfiles.graph.portlocationmodels.IPortLocationModel
-
Determines the location of the port for the given parameter.
- getLocation(IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.portlocationmodels.SegmentRatioPortLocationModel
-
- getLocation() - Method in class com.yworks.yfiles.graph.SimpleBend
-
Gets the location of this bend.
- getLocation() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the coordinates of the upper-left corner of the candidate's bounds.
- getLocation(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the coordinates of the given node's upper-left corner.
- getLocation() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
- getLocation() - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
Gets the vertical coordinate for horizontal intervals or the horizontal coordinate for vertical intervals,
respectively.
- getLocation() - Method in class com.yworks.yfiles.view.input.ClickEventArgs
-
Gets the location of the click.
- getLocation() - Method in class com.yworks.yfiles.view.input.ConstrainedDragHandler
-
- getLocation() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the location where the bend creation gesture was initialized.
- getLocation() - Method in interface com.yworks.yfiles.view.input.IDragHandler
-
Returns a view of the location of the item.
- getLocation() - Method in class com.yworks.yfiles.view.input.ItemClickedEventArgs
-
Gets the location of the click.
- getLocation() - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
- getLocation() - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
- getLocation() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Returns a view of the location of the item.
- getLocation() - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Returns a view of the center of the handle.
- getLocation() - Method in class com.yworks.yfiles.view.input.ReparentStripePositionHandler
-
- getLocation() - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Returns a view of the center of the handle.
- getLocation() - Method in class com.yworks.yfiles.view.input.SnapState
-
Gets the current location.
- getLocation() - Method in class com.yworks.yfiles.view.input.TapEventArgs
-
Gets the location of the tap.
- getLocation() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets the location of the text box in world coordinates.
- getLocation() - Method in class com.yworks.yfiles.view.Mouse2DEvent
-
Returns the coordinates in the world coordinate space associated with this event.
- getLocation() - Method in class com.yworks.yfiles.view.Touch2DEvent
-
Returns the location represented by this event in world coordinates.
- getLocationParameter() - Method in class com.yworks.yfiles.graph.FoldingPortState
-
- getLocationParameter() - Method in interface com.yworks.yfiles.graph.IPort
-
- getLocationParameter() - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
Gets the location model parameter to use for ports.
- getLocationParameter() - Method in class com.yworks.yfiles.graph.PortDefaults
-
- getLocationParameter() - Method in class com.yworks.yfiles.graph.SimplePort
-
- getLocationParameter() - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Gets the model parameter that will be used for the
LocationParameter
if this
candidate is chosen.
- getLocationParameter() - Method in interface com.yworks.yfiles.view.input.IPortCandidate
-
Returns the model parameter that will be used for the
LocationParameter
if this
candidate is chosen.
- getLocationParameterInstance(IPortOwner) - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
Factory method that returns a location model parameter instance for use with newly created ports.
- getLocationParameterInstance(IPortOwner) - Method in class com.yworks.yfiles.graph.PortDefaults
-
- getLocationParameters() - Method in class com.yworks.yfiles.graph.portlocationmodels.GenericPortLocationModel
-
Gets all parameters that are associated with this instance.
- getLocationRange() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Gets the range, i.e., the interval within which the segment should be placed.
- getLockedPortEdges() - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Provides access to the enumeration of
IEdge
instances whose ports have been locked at source and target end.
- getLongPressDuration() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the value of the long press time.
- getLookup() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getLookup() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getLookupImplementation() - Method in class com.yworks.yfiles.graph.SimpleBend
-
- getLookupImplementation() - Method in class com.yworks.yfiles.graph.SimpleEdge
-
- getLookupImplementation() - Method in class com.yworks.yfiles.graph.SimpleLabel
-
- getLookupImplementation() - Method in class com.yworks.yfiles.graph.SimpleNode
-
- getLookupImplementation() - Method in class com.yworks.yfiles.graph.SimplePort
-
- getMagenta() - Static method in class com.yworks.yfiles.view.Pen
-
- getManager() - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Provides access to the manager that created this view and that contains a reference to the
MasterGraph
.
- getManhattanDistance(YRectangle) - Method in class com.yworks.yfiles.algorithms.YRectangle
-
Returns the Manhattan distance to the passed rectangle.
- getMapper(Class<K>, Class<V>, Object) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Returns a mapper that has previously been registered with this instance for the given tag.
- getMapper(Class<V>, NodeDpKey<V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Returns a mapper that has previously been registered with this instance for the given tag.
- getMapper(Class<V>, EdgeDpKey<V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Returns a mapper that has previously been registered with this instance for the given tag.
- getMapper(Class<V>, ILabelLayoutDpKey<V>) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Returns a mapper that has previously been registered with this instance for the given tag.
- getMapper(Class<K>, Class<V>, Object) - Method in class com.yworks.yfiles.graph.MapperRegistry
-
- getMapper() - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
Gets the mapper to use for storing the data.
- getMapper() - Method in class com.yworks.yfiles.graphml.MapperOutputHandler
-
Gets the mapper to use for querying the data for each item.
- getMapper() - Method in class com.yworks.yfiles.layout.ItemCollection
-
Gets a mapping from the items to a boolean value.
- getMapper() - Method in class com.yworks.yfiles.layout.ItemMapping
-
Gets an
IMapper
that realizes the mapping.
- getMapperMetadata(Object) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Gets the mapper
meta data
for the mapper that is registered using the
tag
.
- getMapperMetadata(Object) - Method in class com.yworks.yfiles.graph.MapperRegistry
-
- getMapperMetadata() - Method in class com.yworks.yfiles.graphml.MapperOutputHandler
-
Gets the mapper metadata to serialize to the key definition.
- getMapperRegistry() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getMapperRegistry() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Gets the mapper registry that is associated with this graph instance.
- getMapperRegistry() - Method in interface com.yworks.yfiles.graph.IGraph
-
Gets the mapper registry that is associated with this graph instance.
- getMargin() - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Gets the margins for the exported image.
- getMargin() - Method in class com.yworks.yfiles.view.LabelStyleDecorationInstaller
-
Specifies the margin around the label layout.
- getMargin() - Method in class com.yworks.yfiles.view.NodeStyleDecorationInstaller
-
Specifies the margin around the node layout.
- getMargins() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
- getMaroon() - Static method in class com.yworks.yfiles.view.Pen
-
- getMarqueeCursor() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the cursor to use during the dragging of the marquee.
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getMarqueeTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- getMarqueeTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getMarqueeTestable(IEdge, IEdgeStyle) - Method in interface com.yworks.yfiles.graph.styles.IEdgeStyleRenderer
-
Gets an implementation of the
IMarqueeTestable
interface that can handle the provided edge and its associated
style.
- getMarqueeTestable(ILabel, ILabelStyle) - Method in interface com.yworks.yfiles.graph.styles.ILabelStyleRenderer
-
Gets an implementation of the
IMarqueeTestable
interface that can handle the provided label and its associated
style.
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
- getMarqueeTestable(INode, INodeStyle) - Method in interface com.yworks.yfiles.graph.styles.INodeStyleRenderer
-
Gets an implementation of the
IMarqueeTestable
interface that can handle the provided node and its associated
style.
- getMarqueeTestable(IPort, IPortStyle) - Method in interface com.yworks.yfiles.graph.styles.IPortStyleRenderer
-
Gets an implementation of the
IMarqueeTestable
interface that can handle the provided port and its associated
style.
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- getMarqueeTestable(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getMarqueeTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
- getMarqueeTestable(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- getMarqueeTestable(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidEdgeStyleRenderer
-
- getMarqueeTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.VoidLabelStyleRenderer
-
- getMarqueeTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidNodeStyleRenderer
-
- getMarqueeTestable(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.VoidPortStyleRenderer
-
- getMarqueeTestableDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getMarqueeTestableDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getMarqueeTestableDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getMarqueeTestableDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getMarqueeTestableDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getMasterEdge() - Method in class com.yworks.yfiles.graph.FoldingEdgeStateId
-
The edge instance in the
MasterGraph
that is represented
by the folding edge in a view.
- getMasterEdges(IEdge) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
- getMasterGraph() - Method in class com.yworks.yfiles.graph.FoldingManager
-
Yields the master
IGraph
instance that holds the complete model in expanded group node state.
- getMasterItem(T) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Helper method that can be used to retrieve the original "master" items in the
MasterGraph
that is managed by the
Manager
associated with this view.
- getMax() - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Gets the greatest position of this borderline.
- getMax(BorderLine.Segment) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Returns the maximum position of the given segment.
- getMax(LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Callback used for calculating the lower (max) value of a given node.
- getMax() - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Gets the upper bound of the interval.
- getMax() - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- getMaxColumnLevel() - Method in class com.yworks.yfiles.view.input.ReparentStripeHandler
-
The maximum nesting level the column hierarchy may acquire during a reparent gesture.
- getMaxExtension() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Gets the maximum extension that this segment can span.
- getMaximumChildSectorAngle() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets the maximum sector angle around a node within which the node's children will be placed.
- getMaximumDeviationAngle() - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Gets the maximum deviation angle allowed for an edge.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
Gets the time limit (in milliseconds) set for this sequencer per execution.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the time limit (in milliseconds) set for the layout algorithm.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Gets the time limit (in milliseconds) set for the layout algorithm.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets the time limit (in milliseconds) set for the layout algorithm.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
-
Gets the time limit in milliseconds set for the layout algorithm.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.labeling.GenericLabeling
-
Gets the time limit for this algorithm in milliseconds.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Gets the preferred time limit (in milliseconds) for the layout algorithm.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the maximum duration in milliseconds that this layout algorithm is allowed to run.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Gets the maximum duration in milliseconds that this algorithm is allowed to run.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the maximum duration in milliseconds that this layout algorithm is allowed to run.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.organic.OrganicRemoveOverlapsStage
-
Gets the maximum duration in milliseconds that this layout stage is allowed to run.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets the preferred time limit (in milliseconds) for the layout algorithm.
- getMaximumDuration() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets the time limit (in milliseconds) set for the edge routing algorithm.
- getMaximumError() - Method in class com.yworks.yfiles.layout.CurveFittingLayoutStage
-
Gets the maximum allowed error for the fitting process.
- getMaximumHorizontalOffset() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the maximum value for the horizontal scroll bar.
- getMaximumNodeSize() - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Gets the maximum size of a node used for calculating layer overlaps.
- getMaximumNonOrthogonalSegmentRatio() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Gets the maximum segment length ratio at each end of an orthogonal segment that may get converted into a
(non-orthogonal) polyline segment.
- getMaximumPageSize() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Gets the maximum size of a single page.
- getMaximumPolylineSegmentRatio() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets the maximum ratio between the horizontal/vertical part of a segment and the (non-orthogonal) polyline part.
- getMaximumSize() - Method in class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
Gets the maximum size allowed for the reshapeable.
- getMaximumSize(INode) - Method in interface com.yworks.yfiles.view.input.INodeSizeConstraintProvider
-
Returns the maximum size allowed for the given node
.
- getMaximumSize() - Method in class com.yworks.yfiles.view.input.NodeSizeConstraintProvider
-
- getMaximumSize(INode) - Method in class com.yworks.yfiles.view.input.NodeSizeConstraintProvider
-
- getMaximumSize() - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Gets the maximum size allowed for the reshapeable.
- getMaximumSize() - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Gets the maximum size allowed for the reshapeable.
- getMaximumSize() - Method in class com.yworks.yfiles.view.input.ReshapeRectangleContext
-
Gets the maximum size of the node.
- getMaximumSnapDistance() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Gets the maximum distance the pointer may be away of a candidate in order to be snapped to the candidate.
- getMaximumTargetZoom() - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Gets the maximum zoom level to use after the animation.
- getMaximumVerticalOffset() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the maximum value for the vertical scroll bar.
- getMaximumZoom() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the maximum zoom level that is valid for
Zoom
.
- getMaximumZoom(SizeD) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Determines the text box's maximum zoom value.
- getMaxRowLevel() - Method in class com.yworks.yfiles.view.input.ReparentStripeHandler
-
The maximum nesting level the row hierarchy may acquire during a reparent gesture.
- getMaxValue() - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Gets the maximum value that is set on this borderline.
- getMaxValue(double, double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Calculates the maximum value in the interval from->to.
- getMaxX() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the largest x coordinate of this rectangle.
- getMaxX() - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Gets the maximum X coordinate of the rectangle.
- getMaxX() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the coordinates of the right border for this struct.
- getMaxX() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
- getMaxX() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- getMaxY() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the largest y coordinate of this rectangle.
- getMaxY() - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Gets the maximum Y coordinate of the rectangle.
- getMaxY() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the coordinates of the lower border for this struct.
- getMaxY() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
Gets the y-coordinate of the bottom border of this
PartitionCell
.
- getMaxY() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- getMediumAquamarine() - Static method in class com.yworks.yfiles.view.Pen
-
- getMediumBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getMediumOrchid() - Static method in class com.yworks.yfiles.view.Pen
-
- getMediumPurple() - Static method in class com.yworks.yfiles.view.Pen
-
- getMediumSeaGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getMediumSlateBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getMediumSpringGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getMediumTurquoise() - Static method in class com.yworks.yfiles.view.Pen
-
- getMediumVioletRed() - Static method in class com.yworks.yfiles.view.Pen
-
- getMemento(IModelItem) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- getMemento() - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraintFactory
-
Gets a token that allows to bind a constraint factory to a graph instance after creation.
- getMemento() - Method in interface com.yworks.yfiles.layout.hierarchic.ISequenceConstraintFactory
-
Gets a token that allows to bind a constraint factory to a graph instance after creation.
- getMementoSupport(T) - Method in interface com.yworks.yfiles.graph.IMementoSupportProvider
-
A simple function that is used to retrieve an
IMementoSupport
for any given object.
- getMementoSupportDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getMementoSupportDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getMementoSupportDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getMementoSupportDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getMementoSupportDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getMenu() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Gets the menu to show.
- getMenu() - Method in class com.yworks.yfiles.view.input.PopulateMenuEventArgs
-
Gets the popup menu to populate.
- getMerger() - Method in class com.yworks.yfiles.layout.hierarchic.MultiComponentLayerer
-
- getMidnightBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getMin() - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Gets the smallest position of this borderline.
- getMin(BorderLine.Segment) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Returns the minimum position of the given segment.
- getMin(LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Callback used for calculating the upper (min) value of a given node.
- getMin() - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Gets the lower bound of the interval.
- getMin() - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- getMinDistance(LayoutGraph, ILayer, ILayoutDataProvider, Node, Node) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Determines the minimum distance between two
Node
s of the same layer.
- getMinDistance(LayoutGraph, ILayer, ILayoutDataProvider, Node, Node) - Method in interface com.yworks.yfiles.layout.hierarchic.IDrawingDistanceCalculator
-
Main interface method called by
INodePlacer
instances to determine the
minimum distance between
Node
s of same layer.
- getMinDistance(LayoutGraph, ILayer, Node, Node) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Specifies the minimum allowed distance between two nodes of the same given layer.
- getMinDistance(LayoutGraph, ILayer, ILayoutDataProvider, Node, Node) - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
- getMinExtension() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Gets the minimum known extension of the segment, i.e., the minimum interval that this segment will cover in any case.
- getMinimumBackboneSegmentLength() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets the preferred minimum length of a backbone segment.
- getMinimumBendAngle() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets the minimum bend angle (in degrees) between two adjacent edge segments.
- getMinimumBusConnectionsCount() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets the minimum number of bus connections a backbone segment must have.
- getMinimumBusDistance() - Method in class com.yworks.yfiles.layout.tree.MultiParentDescriptor
-
Gets the minimum distance between the nodes of a multi-parent structure and the bus connecting these nodes.
- getMinimumDistance() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets the preferred minimum distance to obstacles.
- getMinimumDistance() - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Gets the preferred minimum distance to obstacles.
- getMinimumDistance(LayoutGraph, Edge) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculator
-
Returns the minimum length between two edges associated with the given edge.
- getMinimumDistance() - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Gets the minimum distance the algorithm should guarantee between nodes and non-incident edges.
- getMinimumDistance() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Gets the minimum distance that an edge will maintain from its source and target node.
- getMinimumDistanceToEdge() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets the minimum distance between any two edge segments.
- getMinimumDistanceToNode() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets the minimum distance between edge segments and nodes.
- getMinimumEdgeDistances() - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Gets the mapping from edges to their minimum distance to the next edge and to node sides.
- getMinimumEdgeLength() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the minimum length that this layout algorithm assigns to edges of the graph.
- getMinimumEdgeToEdgeDistance() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
Gets the minimum distance between a pair of edges.
- getMinimumEdgeToEdgeDistance() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the minimum distance between edges.
- getMinimumEdgeToEdgeDistancePenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for violations of the minimum distance between any two edges.
- getMinimumEnclosedArea() - Method in class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
Gets the minimum rectangular area that needs to be contained in the reshapeable.
- getMinimumEnclosedArea(INode) - Method in interface com.yworks.yfiles.view.input.INodeSizeConstraintProvider
-
Returns the minimum area that needs to be enclosed by the given node
.
- getMinimumEnclosedArea() - Method in class com.yworks.yfiles.view.input.NodeSizeConstraintProvider
-
- getMinimumEnclosedArea(INode) - Method in class com.yworks.yfiles.view.input.NodeSizeConstraintProvider
-
- getMinimumEnclosedArea() - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Gets the minimum enclosed area that needs to be encompassed by this reshapeable.
- getMinimumEnclosedArea() - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Gets the minimum enclosed area that needs to be encompassed by this reshapeable.
- getMinimumEnclosedArea() - Method in class com.yworks.yfiles.view.input.ReshapeRectangleContext
-
Gets minimum area the node's layout needs to encompass.
- getMinimumFirstLastSegmentLengthPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for violations of the minimum length of the first and last segment of an edge.
- getMinimumFirstSegmentLength() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets the minimum length of the first segment of the edge path (at the source node).
- getMinimumFirstSegmentLength(LayoutGraph, Edge) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculator
-
Returns the minimum length of the first segment of the given edge.
- getMinimumFirstSegmentLength() - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
Gets the minimum length of the first segment of the edge path (at the source node).
- getMinimumFirstSegmentLength() - Method in class com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor
-
Gets the minimum length of the first segment of the edge path (at the source node).
- getMinimumFirstSegmentLength() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
Gets the minimum length of the first segment of the edge path (at the source node).
- getMinimumFirstSegmentLength() - Method in class com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor
-
Gets the minimum length for the first segment of the associated edge.
- getMinimumFirstSegmentLength() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Gets the minimum length for the first segment of an edge.
- getMinimumFirstSegmentLengths() - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Gets the mapping from edges to the minimum length of their first segment.
- getMinimumGroupDistance() - Method in class com.yworks.yfiles.layout.hierarchic.GroupingSupport
-
Gets the minimum distance between group nodes.
- getMinimumGroupNodeToEdgeDistancePenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for violations of the minimum distance between any edge and any group node side.
- getMinimumHeight() - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Gets the minimum height of the row.
- getMinimumHorizontalOffset() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the minimum value for the horizontal scroll bar.
- getMinimumLaneWidth() - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Gets the minimum width of the swimlane.
- getMinimumLastSegmentLength() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets the minimum length of the last segment of the edge path (at the target node).
- getMinimumLastSegmentLength(LayoutGraph, Edge) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculator
-
Returns the minimum length of the last segment of the given edge.
- getMinimumLastSegmentLength() - Method in class com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor
-
Gets the minimum length of the last segment of the edge path (at the target node).
- getMinimumLastSegmentLength() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
Gets the minimum length of the last segment of the edge path (at the target node).
- getMinimumLastSegmentLength() - Method in class com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor
-
Gets the minimum length for the last segment of the associated edge.
- getMinimumLastSegmentLength() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Gets the minimum length for the last segment of an edge.
- getMinimumLastSegmentLengths() - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Gets the mapping from edges to the minimum length of their last segment.
- getMinimumLayerDistance() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the minimum distance between two adjacent layers.
- getMinimumLayerDistance() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets the minimum distance between two circles.
- getMinimumLayerDistance() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets the minimum distance between two adjacent layers.
- getMinimumLayerHeight() - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Gets the minimum height of the layer to which this node is assigned.
- getMinimumLayerHeight(LayoutGraph, ILayoutDataProvider, ILayer) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Returns the minimum height of a given
layer
.
- getMinimumLength() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets the minimum length of an edge.
- getMinimumLength() - Method in class com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor
-
Gets the minimum length for the associated edge.
- getMinimumNodeCornerDistance() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
Gets the minimum distance that the edge should maintain from node corners when entering or leaving the node.
- getMinimumNodeCornerDistancePenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for violations of the minimum distance the edge shall maintain from node corners when entering or
leaving the node.
- getMinimumNodeDistance() - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Gets the minimum distance between nodes that are next to each other on the circle.
- getMinimumNodeDistance(LayoutGraph, Node) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculator
-
Returns the minimum distance between two nodes associated with the given node.
- getMinimumNodeDistance() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the minimum node distance that this algorithm should enforce between all pairs of nodes.
- getMinimumNodeDistance() - Method in class com.yworks.yfiles.layout.organic.OrganicRemoveOverlapsStage
-
Gets the minimum distance to be kept between any two nodes of the graph.
- getMinimumNodeDistance() - Method in class com.yworks.yfiles.layout.organic.RemoveOverlapsStage
-
Gets the minimum distance to be kept between any two nodes of the graph.
- getMinimumNodeDistance() - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
Gets the default minimum distance that has to be obeyed between any two nodes.
- getMinimumNodeDistance() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets the minimum distance between two adjacent nodes.
- getMinimumNodeDistance() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the minimum distance to be kept between the nodes in the tree.
- getMinimumNodeDistance() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets the minimum horizontal distance between adjacent nodes within the same layer.
- getMinimumNodeDistance() - Method in class com.yworks.yfiles.layout.tree.MultiParentDescriptor
-
Gets the minimum distance between two nodes belonging to the same multi-parent structure.
- getMinimumNodeDistances() - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Gets the mapping from nodes to their minimum distance to selfloop edges.
- getMinimumNodeDistances() - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Gets the mapping from nodes to their minimum distance to other nodes.
- getMinimumNodeSize(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
Returns the minimum size this model would require for the node owner of the label if the the given label was used with
the provided parameter.
- getMinimumNodeSize(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
Returns the minimum size this model would require for the node owner of the label if the the given label was used with
the provided parameter.
- getMinimumNodeSize() - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Gets the minimum size of a node used for calculating layer overlaps.
- getMinimumNodeSizeDpKey() - Method in class com.yworks.yfiles.layout.MinimumSizeGroupBoundsCalculator
-
Gets the key to register a
IDataProvider
that is used to access the minimum sizes for the group nodes.
- getMinimumNodeToEdgeDistance() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets the minimum distance between edges and node bounds.
- getMinimumNodeToEdgeDistance() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Gets the minimum distance between edges and node bounds.
- getMinimumNodeToEdgeDistance() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the minimum distance between nodes and edges.
- getMinimumNodeToEdgeDistancePenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for violations of the minimum distance between any edge and any normal node side.
- getMinimumNodeToNodeDistance() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets the minimum distance between two neighboring nodes of the same circle.
- getMinimumNodeToNodeDistance() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the minimum distance between nodes.
- getMinimumOctilinearSegmentLength() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets the minimum length of octilinear segments for this edge.
- getMinimumOctilinearSegmentLength(LayoutGraph, Edge) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculator
-
Returns the minimum octilinear segment length of the given edge.
- getMinimumOctilinearSegmentLengths() - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Gets the mapping from edges to the minimum length of their octilinear segments.
- getMinimumPolylineSegmentLength() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the minimum vertical distance of the edge segments that are not orthogonal.
- getMinimumRadius() - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Gets the minimum radius for the circle on which the nodes are placed.
- getMinimumRootDistance() - Method in class com.yworks.yfiles.layout.tree.DendrogramNodePlacer
-
Gets the minimum distance between the
TreeLayout.SubtreeShape
of a root node and the bus connecting to all of
its children.
- getMinimumSegmentLength() - Method in class com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor
-
Gets the minimum segment length of an edge.
- getMinimumSize() - Method in interface com.yworks.yfiles.graph.IStripe
-
The minimal permissible value for
Size
.
- getMinimumSize() - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Gets the default minimum stripe size.
- getMinimumSize() - Method in class com.yworks.yfiles.graph.StripeDefaults
-
Gets the default minimum stripe size.
- getMinimumSize() - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
- getMinimumSize(TemplateNodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
- getMinimumSize() - Method in class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
Gets the minimum size allowed for the reshapeable.
- getMinimumSize(INode) - Method in interface com.yworks.yfiles.view.input.INodeSizeConstraintProvider
-
Returns the minimum size allowed for the given node
.
- getMinimumSize() - Method in class com.yworks.yfiles.view.input.NodeSizeConstraintProvider
-
- getMinimumSize(INode) - Method in class com.yworks.yfiles.view.input.NodeSizeConstraintProvider
-
- getMinimumSize() - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Gets the minimum size allowed for the reshapeable.
- getMinimumSize() - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Gets the minimum size allowed for the reshapeable.
- getMinimumSize() - Method in class com.yworks.yfiles.view.input.ReshapeRectangleContext
-
Gets the minimum size of the node.
- getMinimumSlope() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets the minimum slope that the mid segments of this edge should have, if the edge is routed polyline in vertical
layouts.
- getMinimumSlope() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the minimum slope which a non-orthogonal edge segment should have.
- getMinimumSlope() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Gets the minimum slope of the edge segments.
- getMinimumSlopeHeight() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Gets the minimum height for sloped edge segments.
- getMinimumSublayerDistance() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets the minimum distance between the upper and lower sublayer.
- getMinimumSubtreeDistance() - Method in class com.yworks.yfiles.layout.tree.DendrogramNodePlacer
-
Gets the minimum horizontal distance between adjacent
SubtreeShapes
.
- getMinimumTableDistance() - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
Gets the minimum distance between two different table nodes.
- getMinimumVerticalOffset() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the minimum value for the vertical scroll bar.
- getMinimumWidth() - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Gets the minimum width of the column.
- getMinimumZoom() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the minimum zoom factor for this canvas control.
- getMinimumZoom(SizeD) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Determines the text box's minimum zoom value.
- getMintCream() - Static method in class com.yworks.yfiles.view.Pen
-
- getMinValue() - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Gets the minimum value that is set on this borderline.
- getMinValue(double, double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Calculates the minimum value in the interval from->to.
- getMinX() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the smallest x coordinate of this rectangle.
- getMinX() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the X coordinates of the left side of this instance.
- getMinX() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
- getMinX() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- getMinY() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the smallest y coordinate of this rectangle.
- getMinY() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the Y coordinates of the top side of this instance.
- getMinY() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
- getMinY() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- getMirror() - Method in class com.yworks.yfiles.layout.Direction
-
Gets the mirror direction.
- getMirrorBorder() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell.PartitionCellBorder
-
Gets the type of the border that is on the opposite side of the border defined by this type.
- getMirrorMode() - Method in class com.yworks.yfiles.layout.hierarchic.AbstractPortConstraintOptimizer
-
Gets the mirror mask that defines which orientations should be mirrored.
- getMirrorMode() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
- getMirrorMode() - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Gets the mirror mask that defines which orientations this
OrientationLayout
shall mirror.
- getMistyRose() - Static method in class com.yworks.yfiles.view.Pen
-
- getMiterLimit() - Method in class com.yworks.yfiles.view.Pen
-
Gets the miter limit.
- getMoccasin() - Static method in class com.yworks.yfiles.view.Pen
-
- getMode() - Method in class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
-
Gets the mode that describes how ports are placed.
- getMode() - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
- getMode() - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
Gets the mode that describes how ports are placed.
- getModel() - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelModelParameter
-
Gets the model that can be used to determine the geometry of a label given this parameter and a label instance.
- getModel() - Method in interface com.yworks.yfiles.graph.portlocationmodels.IPortLocationModelParameter
-
Gets the model that created this parameter.
- getModel() - Method in class com.yworks.yfiles.view.CollectionModelManager
-
Gets the model of the items to display in the canvas.
- getModel() - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
- getModel() - Method in class com.yworks.yfiles.view.SelectionIndicatorManager
-
Gets the model that describes the domain for the selection.
- getModelItem(ICanvasObject) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Retrieves the corresponding
IModelItem
for the given canvas object.
- getModelParameter() - Method in class com.yworks.yfiles.layout.AbstractLabelLayout
-
- getModelParameter() - Method in interface com.yworks.yfiles.layout.ILabelLayout
-
Gets the label model parameter that describes the position of this label.
- getModelParameter() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the model parameter that was used by the underlying model to generate this label candidate.
- getModificationMatrix() - Method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
Gets the modification matrix that defines the direction of the subtree.
- getModificationMatrix() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets the modification matrix used for rotating / mirroring the layout.
- getModifiers() - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
- getModifiers() - Method in class com.yworks.yfiles.view.CompoundKeyEvent
-
Returns the state of the modifiers at the time of the event.
- getModifiers() - Method in class com.yworks.yfiles.view.input.ClickEventArgs
-
Gets the state of the modifiers at the time of the click.
- getModifiers() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Returns the state of the modifier keys at the time of the end of the gesture.
- getModifiers() - Method in class com.yworks.yfiles.view.KeyEventArgs
-
Gets the modifiers.
- getModifiers() - Method in class com.yworks.yfiles.view.Mouse2DEvent
-
The state of the modifier keys at the time of the event creation.
- getModifiers() - Method in class com.yworks.yfiles.view.Touch2DEvent
-
The state of the modifier keys at the time of the event creation.
- getMonotonicPathRestriction() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Gets the monotonic path restriction that should be applied.
- getMonotonicPathRestriction() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
Gets the monotonic path restrictions that should be applied.
- getMonotonyViolationPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for violating the monotonic path restrictions of an edge.
- getMouseButtons() - Method in class com.yworks.yfiles.view.input.ClickEventArgs
-
- getMousePosition() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Gets the current mouse position during drag operations.
- getMouseWheelBehavior() - Method in class com.yworks.yfiles.view.CanvasControl
-
Determines the behavior of the mouse wheel.
- getMouseWheelScrollFactor() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets a factor that controls how fast the viewport scrolls when the mouse wheel is turned.
- getMouseWheelZoomFactor() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the factor by which the zoom level changes when the mouse wheel is turned.
- getMovableItems() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getMoveCursor() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the cursor to use during the move.
- getMovedInstance(double, double) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Creates a new OrientedRectangle
instance whose anchor point is moved by the specified distance values, but has
the same width, height, and up vector as this rectangle.
- getMovedItem() - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Gets the item that is being moved.
- getMovedLabel() - Method in class com.yworks.yfiles.view.input.MoveLabelInputMode
-
Gets the label that is currently moved or null
if there is no such label.
- getMovedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the "moved" state recognizer specifically for touch input.
- getMovedStripe() - Method in class com.yworks.yfiles.view.input.ReparentStripePositionHandler
-
Allows to query the moved stripe.
- getMoveInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getMoveInputMode() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Gets the MoveInputMode.
- getMoveLabelInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getMovementInfo(IBend) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the movement info for the given bend.
- getMovementInfo(INode) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the movement info for the given node.
- getMovementInfo(IPort) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the movement info for the given port.
- getMovementInfos(IEdge) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- getMovementInfos(IEdge) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Gets the
movement infos
that describe the orthogonal path of the edge.
- getMoveType() - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Indicates the type of the movement for this instance.
- getMoveType(IPort) - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
Determines the type of the movement for the given port.
- getMultiSelectionRecognizer() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Gets the
IEventRecognizer
that will be queried to decide if a click is deemed a multi selection gesture.
- getMutexOwner() - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Gets the current owner of the input mutex or null
if no mode currently owns the mutex.
- getMutexOwner() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Gets the
IInputMode
that currently owns the mutex.
- getName() - Method in class com.yworks.yfiles.algorithms.DpKeyBase
-
Gets the name of this key.
- getName() - Method in class com.yworks.yfiles.graphml.GraphMLXmlAttribute
-
Gets the fully qualified name of the attribute.
- getName(IWriteContext, Type) - Method in interface com.yworks.yfiles.graphml.IXamlNameMapper
-
Returns the XML tag name that belongs to type .
- getName() - Method in class com.yworks.yfiles.graphml.Property
-
Gets the name.
- getName() - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
- getName() - Method in class com.yworks.yfiles.graphml.TypedKey
-
Gets the name for this key.
- getName() - Method in class com.yworks.yfiles.utils.PropertyChangedEventArgs
-
Returns the name of the property that has been changed.
- getName() - Method in interface com.yworks.yfiles.view.input.ICommand
-
Gets an optional identifier for this command.
- getNamespaceManager() - Method in interface com.yworks.yfiles.graphml.IXmlWriter
-
Gets the namespace manager associated with this writer.
- getNamespaceManager() - Method in class com.yworks.yfiles.graphml.XmlWriter
-
Gets the namespace manager associated with this writer.
- getNamespaceName() - Method in class com.yworks.yfiles.graphml.XmlName
-
Returns the URI of the namespace of this
XmlName
.
- getNamespaceOfPrefix(String) - Method in interface com.yworks.yfiles.graphml.IXamlPrefixMapper
-
Gets the namespace for the given prefix.
- getNamespaceOfPrefix(String) - Method in interface com.yworks.yfiles.graphml.IXmlNamespaceManager
-
Gets the registered XML namespace URI of prefix
.
- getNavajoWhite() - Static method in class com.yworks.yfiles.view.Pen
-
- getNavigableItems() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Gets the item types that can be navigated to by this mode.
- getNavy() - Static method in class com.yworks.yfiles.view.Pen
-
- getNearBorderHitTestable() - Method in interface com.yworks.yfiles.view.input.IStripeHitTestHelper
-
Return a
IHitTestable
that should report hits on the near border region of the stripe.
- getNearestCommonAncestor(Graph, Node, boolean, NodeList) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Returns the nearest common ancestor of a subset of nodes within a directed rooted tree.
- getNearestCommonAncestor(INode...) - Method in class com.yworks.yfiles.graph.GroupingSupport
-
Determines the nearest common ancestor of the provided nodes in the graph.
- getNearestCommonAncestor(Iterable<INode>) - Method in class com.yworks.yfiles.graph.GroupingSupport
-
Determines the nearest common ancestor of the provided nodes in the graph.
- getNearestCommonAncestor(Node, Node) - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Returns the nearest common ancestor of the given nodes in the hierarchy structure.
- getNeighborCursor() - Method in class com.yworks.yfiles.algorithms.Node
-
Returns a node cursor for all neighbor nodes of this node.
- getNeighbors(Graph, NodeList, int) - Static method in class com.yworks.yfiles.algorithms.GraphConnectivity
-
Determines the direct or indirect neighbors of a given set of nodes.
- getNeighbors() - Method in class com.yworks.yfiles.algorithms.Node
-
Yields a dynamic
Iterable
for
Node
s that can be used to iterate over the opposite sides of adjacent adjacent edges at this instance.
- getNeighbors(PartitionCell) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
- getNeighbors(PartitionCell) - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
Returns a list of all
PartitionCell
s that are neighbors of the given cell, i.e., those cells that have a common border segment
with the given cell.
- getNeighbors(PartitionCell) - Method in interface com.yworks.yfiles.layout.router.polyline.IPartition
-
Returns a list of all
PartitionCell
s that are neighbors of the given cell, i.e., those cells that have a common border segment
with the given cell.
- getNewLocation() - Method in class com.yworks.yfiles.view.input.CollectSnapResultsEventArgs
-
Gets the new (current) location of the mouse that is going to be manipulated by the snapping process.
- getNewParameter(IPort, IPortLocationModel, PointD) - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
Callback method that obtains the new parameter for the given location and port.
- getNewSourcePort(IPortOwner) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Determines a
IPort
instance to use for the creation of a new edge that starts at the given
IPortOwner
.
- getNewTargetPort(IPortOwner) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Determines a
IPort
instance to use for the creation of a new edge that ends at the given
IPortOwner
.
- getNewText() - Method in class com.yworks.yfiles.view.input.LabelTextValidatingEventArgs
-
Gets the new text to use for the label.
- getNext() - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Gets the next item in the list of rendered items that is owned by this element's
Group
.
- getNextSegment(SegmentInfo) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
- getNode() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Gets the currently configured node.
- getNode() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
Gets the currently configured node.
- getNode() - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
Gets the currently configured node.
- getNode() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Gets the currently configured node.
- getNode() - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Gets the currently configured node.
- getNode() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Gets the currently configured node.
- getNode() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Gets the currently configured node.
- getNode() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
Gets the currently configured node.
- getNode() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
Gets the currently configured node.
- getNode() - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Gets the currently configured node.
- getNode() - Method in class com.yworks.yfiles.view.input.NodeBasedSnapLine
-
Gets the node that is associated with this snap line.
- getNode() - Method in class com.yworks.yfiles.view.PrintingEvent
-
Returns the node to be printed.
- getNodeArray() - Method in class com.yworks.yfiles.algorithms.Graph
-
Returns an array containing all nodes of this graph.
- getNodeAtLevel(int) - Method in class com.yworks.yfiles.algorithms.Groups.Dendrogram
-
Returns the node of the dendrogram that belongs to the given level index.
- getNodeBorderWidthRatio() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Defines the width of a node's border which is taken into account when deciding which way to route the first segment of
an orthogonal edge.
- getNodeClusterIds() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Gets the mapping from nodes to their cluster id.
- getNodeCount() - Method in class com.yworks.yfiles.algorithms.Groups.Dendrogram
-
Gets the number of nodes in this dendrogram.
- getNodeCreator() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets the callback that is responsible for creating a new node, for instance, in response to a mouse click.
- getNodeCrossingCost() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Gets the costs for edges that cross nodes.
- getNodeCrossingPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for an edge crossing a regular node.
- getNodeCursor() - Method in class com.yworks.yfiles.algorithms.Graph
-
Provides access to the nodes of the graph.
- getNodeData(Node) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayoutDataProvider
-
- getNodeDecorator() - Method in class com.yworks.yfiles.graph.GraphDecorator
-
Returns a
NodeDecorator
instance that can be used to decorate the
INode
instances in the graph that this decorator has been created for.
- getNodeDefaults() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getNodeDefaults() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getNodeDefaults() - Method in interface com.yworks.yfiles.graph.IGraph
-
Gets the defaults for normal nodes.
- getNodeDescriptor() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- getNodeDistance(LayoutGraph, Node, Node) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the distance between the centers of the two given nodes.
- getNodeDropInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets the
NodeDropInputMode
property that is responsible for handling drag and drop
operations of nodes onto the Canvas.
- getNodeGeometry(INode) - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Returns the
geometry
that is used to crop the edge at the node outline.
- getNodeGridConstraintProvider() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the grid constraint provider for the
INode
s.
- getNodeGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- getNodeHalo() - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Gets the size of the halo around a node, that means the insets that are used for calculating layer overlaps.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.ComponentLayoutData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.tree.BalloonLayoutData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeHalos() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Gets the mapping from nodes to their
NodeHalo
.
- getNodeId(IWriteContext, INode) - Method in interface com.yworks.yfiles.graphml.IGraphElementIdProvider
-
Get an ID for the specified node
object.
- getNodeIds() - Method in class com.yworks.yfiles.graphml.GraphElementIdAcceptor
-
Return a mapping between all GraphML ids for
<node>
elements and the corresponding
INode
instances.
- getNodeIds() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Gets the mapping from nodes to their unique IDs.
- getNodeInfo(Node) - Method in interface com.yworks.yfiles.layout.multipage.IElementInfoManager
-
Returns the node information object of the given node.
- getNodeInfo(Node) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
- getNodeInfo(Node) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutResult
-
- getNodeInfos() - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
Gets the mapping from nodes to a
RadialLayout.NodeInfo
describing on which circle and in which sector the node
is placed.
- getNodeInsets(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
Returns the insets this model would require for the node owner of the label if the the given label was used with the
provided parameter.
- getNodeInsets(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
Returns the insets this model would require for the node owner of the label if the the given label was used with the
provided parameter.
- getNodeLabelCrossingPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for an edge crossing a node label.
- getNodeLabelDescriptor() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- getNodeLabelGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- getNodeLabelIds() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Gets the mapping from node labels to their unique IDs.
- getNodeLabelInfo(INodeLabelLayout) - Method in interface com.yworks.yfiles.layout.multipage.IElementInfoManager
-
Returns the node label layout information object of the given node label layout.
- getNodeLabelInfo(INodeLabelLayout) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
- getNodeLabelInfo(INodeLabelLayout) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutResult
-
- getNodeLabelingPolicy() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the policy defining how node labels are placed by the integrated node labeling mechanism (for example, the desired
label orientation).
- getNodeLabelLayout(Object) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- getNodeLabelMode() - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Gets the mode that determines how node labels are handled by the algorithm during the layout.
- getNodeLabelModels() - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Gets the mapping from node labels to an
INodeLabelLayoutModel
used by the labeling algorithm instead of the
original label model.
- getNodeLabels() - Method in interface com.yworks.yfiles.graph.IGraph
-
Gets a live view of all node labels contained in this
IGraph
.
- getNodeLabelSpacing() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the distance between node labels belonging to the same node.
- getNodeLayout(Object) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- getNodeLayout(PointD, SizeD) - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
Calculates the layout of the new node.
- getNodeLayoutDescriptor() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the
NodeLayoutDescriptor
instance used for all those nodes that do not have a specific layout descriptor
assigned.
- getNodeLayoutDescriptor() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
- getNodeLayoutDescriptors(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- getNodeLayoutDescriptors() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- getNodeModel() - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
Gets the node model which is used.
- getNodeOverlapPenalty() - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelCandidateDescriptor
-
Gets a penalty value that is used by labeling algorithms to judge the severity if this label candidate overlaps with a
node's bounds.
- getNodeOverlapPenalty() - Method in class com.yworks.yfiles.graph.labelmodels.LabelCandidateDescriptor
-
- getNodeOverlapPenalty() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets a penalty for a candidate position that overlaps the box of a node.
- getNodePlacer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the
INodePlacer
instance that will calculate the final node placement of the layout.
- getNodePlacer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Gets the
INodePlacer
instance responsible for the assignment of the x-(sequence) and preliminary y-coordinates
of the nodes.
- getNodePlacer(Node) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- getNodePlacers() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- getNodePortCandidateSets() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- getNodePortCandidateSets() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
- getNodePortCandidateSets() - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
- getNodePortCandidateSets() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
- getNodePortCandidateSets() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
- getNodePositions(LayoutGraph) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns a
String
representation of all node positions in the graph.
- getNodePredicate() - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
Gets the predicate function for the nodes.
- getNodeReshapeSnapResultProviderDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getNodes() - Method in class com.yworks.yfiles.algorithms.Graph
-
Yields a dynamic
Iterable
for
Node
s that can be used to iterate over the nodes that are contained in this instance.
- getNodes() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getNodes() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getNodes() - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- getNodes() - Method in interface com.yworks.yfiles.graph.IGraph
-
A view of the nodes contained in this graph.
- getNodes(PartitionCell) - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
Returns a list of all
Node
s whose bounds intersect or cover the bounds of the given cell.
- getNodeScalingFactor() - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Gets the scaling factor used for scaling the size of the nodes.
- getNodeSequencer() - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Gets the
INodeSequencer
that will be used for determining the order of the nodes for the circle placement.
- getNodeShape(Node) - Method in class com.yworks.yfiles.layout.tree.AbstractNodePlacer
-
- getNodeShape(Node) - Method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
Returns the rotated subtree shape for the given node.
- getNodeSnapResultProviderDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getNodeStyle() - Method in class com.yworks.yfiles.graph.styles.NodeStyleLabelStyleAdapter
-
Gets the
INodeStyle
that is used for rendering the background of the label.
- getNodeStyle() - Method in class com.yworks.yfiles.graph.styles.NodeStylePortStyleAdapter
-
Gets the
INodeStyle
that is used for rendering the port.
- getNodeStyle() - Method in class com.yworks.yfiles.graph.styles.NodeStyleStripeStyleAdapter
-
Gets the
INodeStyle
that is used for rendering the stripe.
- getNodeStyle() - Method in class com.yworks.yfiles.view.NodeStyleDecorationInstaller
-
The style to use for the rendering.
- getNodeStyle() - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
Gets the overview node style.
- getNodeStyle(INode) - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
Callback that returns and/or configures a node style for the given node to render.
- getNodeToEdgeDistance() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Gets the minimum distance between a
Node
and an (non-adjacent)
Edge
.
- getNodeToEdgeDistance() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the minimum distance between an edge and an adjacent node in one layer.
- getNodeToEdgeDistance() - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
Gets the minimum distance between a
Node
and an (non-adjacent)
Edge
.
- getNodeToEdgeDistance() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
The preferred distance between node borders and edge segments.
- getNodeToNodeDistance() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Gets the minimum distance between two
Node
s.
- getNodeToNodeDistance() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets the minimum distance between two adjacent nodes in one layer.
- getNodeToNodeDistance() - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
Gets the minimum distance between two
Node
s.
- getNodeToNodeDistance() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
The preferred distance between node borders.
- getNodeVisualCreator(IRenderContext, INode) - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
- getNonSeriesParallelEdgeLabelingAlgorithm() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the labeling algorithm that is applied to all edge labels that belong to non-series-parallel edges.
- getNonSeriesParallelEdgeLabelSelectionKey() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
- getNonSeriesParallelEdgeRouter() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the edge routing algorithm used for the edges of a general graph that are not part of the series-parallel subgraph
whose layout is calculated.
- getNonSeriesParallelEdgesDpKey() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the key to register a
IDataProvider
that is used for marking non-series-parallel edges.
- getNonTreeEdgeLabelingAlgorithm() - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
Gets the labeling algorithm that is applied to all edge labels that belong to non-tree edges.
- getNonTreeEdgeLabelSelectionKey() - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
- getNonTreeEdgeRouter() - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
Gets the edge routing algorithm that is applied to all non-tree edges.
- getNonTreeEdges() - Method in class com.yworks.yfiles.layout.tree.TreeReductionStageData
-
Gets the collection of edges explicitly marked as not belonging to a tree.
- getNonTreeEdgeSelectionKey() - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
- getNormal(YVector) - Static method in class com.yworks.yfiles.algorithms.YVector
-
Returns this vector with unit length.
- getNormalized() - Method in class com.yworks.yfiles.geometry.PointD
-
Gets the normalized version of this vector.
- getNormalizedBorderLine(int) - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
Returns a
BorderLine
for the given side which is treated as if the position of the node is at (0,0).
- getNormalizedOutline() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyle
-
Gets the Shape
of the outline of the image that will be displayed.
- getNormalizedOutline() - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyle
-
Gets the normalized outline of the image that will be displayed.
- getNormalizedOutline() - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyle
-
Gets the normalized outline of a label that will be displayed using the
created control
.
- getNormalizedOutline(TemplateLabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- getNormalizedOutline() - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
Gets the normalized outline of a node that will be displayed using the
created control
.
- getNormalizedOutline(TemplateNodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
- getNormalizedOutline() - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyle
-
Gets the normalized outline of a port that will be displayed using the
created control
.
- getNormalizedOutline(TemplatePortStyle) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- getNullableChildren() - Method in class com.yworks.yfiles.view.VisualGroup
-
Provides read and write access to the list of children.
- getNullResult() - Static method in class com.yworks.yfiles.view.input.SnapResult
-
Gets a
SnapResult
representing that there is no snapping of the x or y coordinate.
- getObjectObjectMapper(Object) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Returns a mapper instance for which there has previously been registered an instance for the given tag, however using a
different type parameter set.
- getObjectStack() - Method in class com.yworks.yfiles.graphml.ChildParseContext
-
- getObjectStack() - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
- getObjectStack() - Method in interface com.yworks.yfiles.graphml.IParseContext
-
Returns the current nesting of created graphs and graph elements.
- getObjectStack() - Method in interface com.yworks.yfiles.graphml.IWriteContext
-
Returns the current nesting of graphs and graph elements.
- getObstacle(Object) - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
Returns the
Obstacle
that has been created earlier for the given data object.
- getObstacleCutCosts(int, int, int) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
Calculates the cost of a cut with respect to the subdivided obstacles.
- getObstacleHash(IRenderContext) - Method in class com.yworks.yfiles.view.BridgeManager
-
Gets a hash code that describes the current state of the obstacles.
- getObstacleProviderDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getObstacleProviderDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getObstacleProviderDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getObstacleProviderDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getObstacleProviderDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getObstacles(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- getObstacles(PartitionCell) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
- getObstacles(PartitionCell) - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
- getObstacles(PartitionCell) - Method in interface com.yworks.yfiles.layout.router.polyline.IObstaclePartition
-
- getObstacles(IRenderContext) - Method in class com.yworks.yfiles.view.GraphObstacleProvider
-
- getObstacles(IRenderContext) - Method in interface com.yworks.yfiles.view.IObstacleProvider
-
Returns a path representing obstacles that would need bridges.
- getOctilinearEdges() - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Gets the collection of edges that are octilinear.
- getOffset() - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Gets pr sets the offset of the label box and the edge path relative to the default placement.
- getOffset() - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Gets the offset of the label box and the edge path relative to the default placement.
- getOffset() - Method in class com.yworks.yfiles.view.DashStyle
-
Gets the offset.
- getOffsetForFamilyNodes() - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Gets the offset by which a
FamilyType.FAMILY
node is shifted down if its parents are not direct neighbors.
- getOldItem() - Method in class com.yworks.yfiles.view.input.HoveredItemChangedEventArgs
-
The item that was previously hovered, possibly null
.
- getOldLace() - Static method in class com.yworks.yfiles.view.Pen
-
- getOldValue() - Method in class com.yworks.yfiles.graph.ItemChangedEventArgs
-
Gets the value of the property before the change.
- getOlive() - Static method in class com.yworks.yfiles.view.Pen
-
- getOliveDrab() - Static method in class com.yworks.yfiles.view.Pen
-
- getOnCompoundKeyPressed() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onCompoundKeyPressed.
- getOnCompoundKeyReleased() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onCompoundKeyReleased.
- getOnCompoundKeyTyped() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onCompoundKeyTyped.
- getOnMouse2DClicked() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onMouse2DClicked.
- getOnMouse2DDragged() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onMouse2DDragged.
- getOnMouse2DEntered() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onMouse2DEntered.
- getOnMouse2DExited() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onMouse2DExited.
- getOnMouse2DMoved() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onMouse2DMoved.
- getOnMouse2DPressed() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onMouse2DPressed.
- getOnMouse2DReleased() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onMouse2DReleased.
- getOnMouse2DWheelTurned() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the value of the property onMouse2DWheelTurned.
- getOperation() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Gets the transformation operation.
- getOppositeDart() - Method in class com.yworks.yfiles.algorithms.Dart
-
Gets the opposite dart.
- getOptimizationStrategy() - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
Gets the optimization strategy which defines the importance of criteria when optimizing labeling results.
- getOrange() - Static method in class com.yworks.yfiles.view.Pen
-
- getOrangeRed() - Static method in class com.yworks.yfiles.view.Pen
-
- getOrchid() - Static method in class com.yworks.yfiles.view.Pen
-
- getOrCreateCopy(Class<T>, T, Function<T, T>) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Convenience method that either yields a previously
cached
copy for the given original
or uses the
copyDelegate
to create the copy of the original.
- getOrCreateUniqueMapping(String) - Method in interface com.yworks.yfiles.graphml.IXmlNamespaceManager
-
Returns a unique namespace prefix, or creates and registeres one.
- getOrientation() - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Gets the main direction of the layout.
- getOrientation() - Method in class com.yworks.yfiles.view.input.OrthogonalSnapLine
-
The orientation of the snap line.
- getOrientationLayout() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets the
ILayoutStage
that modifies the orientation of a computed layout.
- getOrientationStyle(IRenderContext) - Method in interface com.yworks.yfiles.view.IBridgeCreator
-
- getOrientedBox() - Method in class com.yworks.yfiles.layout.AbstractLabelLayout
-
Gets the box of the label.
- getOrientedBox() - Method in interface com.yworks.yfiles.layout.ILabelLayout
-
Gets the box of the label.
- getOrientedDirection(Direction, LayoutOrientation, MirrorModes) - Static method in class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
-
Transforms a direction of the layout to the oriented layout direction.
- getOrigin() - Method in class com.yworks.yfiles.view.GridInfo
-
Gets the canonic origin of the grid.
- getOriginal() - Method in class com.yworks.yfiles.graph.ItemCopiedEventArgs
-
- getOriginalEdge(Edge) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Returns the original edge that corresponds to the given copied edge.
- getOriginalEdge(Node) - Method in class com.yworks.yfiles.layout.hierarchic.AbstractPortConstraintOptimizer.SameLayerData
-
Returns the original (same-layer) edge associated with the given dummy
Node
.
- getOriginalEdge(Object) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
Returns the edge of the input graph with the given ID or null
if there is no such edge.
- getOriginalEdge(Edge) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
Yields the original edge from the
original IGraph
that the given edge has been created for.
- getOriginalGraph() - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
Gets the original graph instance.
- getOriginalHeight() - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Gets the original height of the row.
- getOriginalLocation() - Method in class com.yworks.yfiles.view.input.CollectSnapResultsEventArgs
-
Gets the original location of the mouse at the beginning of the gesture.
- getOriginalLocation() - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Gets the original location of the element at the time the editing started.
- getOriginalLocation() - Method in class com.yworks.yfiles.view.input.SnapContext
-
Gets the original location of the mouse at the time the gesture was initialized.
- getOriginalNode(Node) - Method in class com.yworks.yfiles.algorithms.Groups.Dendrogram
-
Returns the node of original graph that is mapped with the given leaf node of the dendrogram.
- getOriginalNode(Node) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Returns the original node that corresponds to the given copied node.
- getOriginalNode(Object) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
Returns the node of the input graph with the given ID or null
if there is no such node.
- getOriginalNode(Node) - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
Yields the original node from the
original IGraph
that the given node has been created for.
- getOriginalPosition() - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Gets the original position (smallest x-coordinate) of the column.
- getOriginalPosition() - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Gets the original position (smallest y-coordinate) of the row.
- getOriginalSource() - Method in class com.yworks.yfiles.view.RoutedEventArgs
-
- getOriginalTouchPoint() - Method in class com.yworks.yfiles.view.Touch2DPoint
-
- getOriginalWidth() - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Gets the original width of the column.
- getOriginX() - Method in class com.yworks.yfiles.layout.router.polyline.Grid
-
Gets the x-coordinate of the origin.
- getOriginX() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- getOriginY() - Method in class com.yworks.yfiles.layout.router.polyline.Grid
-
Gets the y-coordinate of the origin.
- getOriginY() - Method in class com.yworks.yfiles.layout.tree.TreeLayout.SubtreeShape
-
- getOrthogonalBendRemovalEnabled() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets the policy that controls whether removing bends from an orthogonal edge will keep the edge orthogonal.
- getOrthogonalEdgeCreationEnabled() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the the policy that controls whether edges will be create orthogonally.
- getOrthogonalEdgeEditingContext() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets the orthogonal edge editing context.
- getOrthogonalEdgeHelper(IEdge) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
- getOrthogonalEdgeHelperDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getOrthogonalSnapDistance() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the distance in the view coordinate system that determines how far the mouse should be snapped to a horizontal or
vertical line.
- getOutEdgeComparators() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
Gets the mapping from nodes to comparison functions used to sort the nodes' outgoing edges.
- getOutEdgeComparators() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Gets the mapping from nodes to comparison functions used to sort the nodes' outgoing edges.
- getOutEdgeComparer(Node) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Returns the
Comparator
instance that will sort the outgoing edges connecting to the given node.
- getOutEdgeCursor(Edge) - Method in class com.yworks.yfiles.algorithms.Node
-
Returns an edge cursor for outgoing edges at this node.
- getOutEdgeCursor() - Method in class com.yworks.yfiles.algorithms.Node
-
Returns an edge cursor for outgoing edges at this node.
- getOutEdges() - Method in class com.yworks.yfiles.algorithms.Node
-
Yields a dynamic
Iterable
for
Edge
s that can be used to iterate over outgoing edges at this instance.
- getOuterFace() - Method in class com.yworks.yfiles.algorithms.PlanarEmbedding
-
Gets the
List
that represents the outer face.
- getOutgoingDarts(Node) - Method in class com.yworks.yfiles.algorithms.PlanarEmbedding
-
Returns a
List
containing the (cyclic ordered) outgoing darts of the specified node.
- getOutline(INode) - Method in class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
Gets the outline of the visual style.
- getOutline() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- getOutline() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getOutline() - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- getOutline() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Tries to use the
NormalizedOutline
to create the outline shape path,
otherwise reverts to default (rectangular) behavior.
- getOutline() - Method in interface com.yworks.yfiles.graph.styles.IShapeGeometry
-
Returns the outline of the shape or null
.
- getOutline() - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Tries to use the
NormalizedOutline
to create the outline shape path,
otherwise reverts to default (rectangular) behavior.
- getOutline() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Returns the outline of the shape using the node's
Layout
.
- getOutline() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- getOutline() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- getOutline() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getOutline() - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Tries to use the
outline shape
to create the outline shape path,
otherwise reverts to default (rectangular) behavior.
- getOutline() - Method in class com.yworks.yfiles.graph.styles.VoidShapeGeometry
-
This implementation returns an empty path.
- getOutputHandlers(IWriteContext, KeyScope) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
Dynamically retrieve all
IOutputHandler
that should be used for the current write process.
- getOutputRestriction() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Gets an
OutputRestriction
which restricts the area for the layout result of this algorithm.
- getOutputRestriction() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the area restriction for the result of the layout algorithm.
- getOverlapPenalty() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the sum of node overlap penalty and edge overlap penalty.
- getOverUsagePenalty() - Method in class com.yworks.yfiles.layout.hierarchic.PortCandidateOptimizer
-
Gets the penalty cost associated with each edge being assigned to a port which has already reached its
capacity
.
- getOverviewInputMode() - Method in class com.yworks.yfiles.view.GraphOverviewControl
-
Gets the
IInputMode
that is used to navigate the client control.
- getOwner() - Method in class com.yworks.yfiles.graph.BendEventArgs
-
Gets the owner of the bend that owned the bend before the event happened.
- getOwner() - Method in interface com.yworks.yfiles.graph.IBend
-
Returns the edge this bend instance belongs to.
- getOwner() - Method in interface com.yworks.yfiles.graph.ILabel
-
Gets the owner of this label.
- getOwner() - Method in interface com.yworks.yfiles.graph.IPort
-
Returns the owner of this port.
- getOwner() - Method in class com.yworks.yfiles.graph.LabelEventArgs
-
Gets the owner of the label that owned the label before the event happened.
- getOwner() - Method in class com.yworks.yfiles.graph.PortEventArgs
-
Gets the owner the port the was connected to before the event happened.
- getOwner() - Method in class com.yworks.yfiles.graph.SimpleBend
-
- getOwner() - Method in class com.yworks.yfiles.graph.SimpleLabel
-
- getOwner() - Method in class com.yworks.yfiles.graph.SimplePort
-
- getOwner() - Method in class com.yworks.yfiles.graphml.GraphMLParseValueSerializerContext
-
The parent object if such an object exists currently.
- getOwner() - Method in class com.yworks.yfiles.graphml.GraphMLWriteValueSerializerContext
-
The parent object if such an object exists currently.
- getOwner(INodeLabelLayout) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Returns the edge of the copied graph to which the given
IEdgeLabelLayout
belongs.
- getOwner(IEdgeLabelLayout) - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Returns the edge of the copied graph to which the given
IEdgeLabelLayout
belongs.
- getOwner(INodeLabelLayout) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
- getOwner(IEdgeLabelLayout) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
- getOwner() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
- getOwner(INodeLabelLayout) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
- getOwner(IEdgeLabelLayout) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
- getOwner() - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Gets the owner of the port to be created.
- getOwner() - Method in interface com.yworks.yfiles.view.input.IPortCandidate
-
Returns the possible owner of the port to be created for this candidate.
- getOwner() - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Gets the owner of the label.
- getOwnerInstance() - Method in class com.yworks.yfiles.graphml.Property
-
Gets the owner instance.
- getOwnerType() - Method in class com.yworks.yfiles.graphml.Property
-
Gets the type of the owner.
- getPage(int) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutResult
-
Returns the page graph associated with the given page number.
- getPageEdge(Object) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
Returns the edge of a page graph (a graph that represents the result of the multi-page layout) with the given ID or null
if there is no such edge.
- getPageNo() - Method in interface com.yworks.yfiles.layout.multipage.INodeInfo
-
- getPageNode(Object) - Method in class com.yworks.yfiles.layout.multipage.LayoutContext
-
Returns the node of a page graph (a graph that represents the result of the multi-page layout) with the given ID or null
if there is no such node.
- getPaint() - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Gets the
Paint
of the fill of this arrow.
- getPaint() - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
Gets the
Paint
that is used to draw the shape.
- getPaint() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyle
-
Gets the
Paint
for this style.
- getPaint() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Get the brush that is currently used by this renderer.
- getPaint() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Gets the background brush for this style.
- getPaint() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
Retrieves the brush from the style.
- getPaint() - Method in class com.yworks.yfiles.view.Pen
-
Gets the brush for the pen.
- getPaint() - Method in class com.yworks.yfiles.view.PointSelectionIndicatorInstaller
-
Gets the brush to use for filling the point's ellipse in the view coordinate system.
- getPaleGoldenrod() - Static method in class com.yworks.yfiles.view.Pen
-
- getPaleGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getPaleTurquoise() - Static method in class com.yworks.yfiles.view.Pen
-
- getPaleVioletRed() - Static method in class com.yworks.yfiles.view.Pen
-
- getPapayaWhip() - Static method in class com.yworks.yfiles.view.Pen
-
- getParallelEdgeRouter() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
- getParallelSubstructureStyle() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the style specifier for parallel substructures.
- getParameterCandidates(ILabel) - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
Callback method that gets the candidates for the given label.
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.CompositeLabelModel
-
Returns an enumerator over a set of possible
ILabelModelParameter
instances that can be used for the given label
and model.
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.DescriptorWrapperLabelModel
-
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.ExteriorLabelModel
-
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.GenericLabelModel
-
- getParameters(ILabel, ILabelModel) - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelModelParameterProvider
-
Returns an enumerator over a set of possible
ILabelModelParameter
instances that can be used for the given label
and model.
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.SandwichLabelModel
-
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
- getParameters(ILabel, ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
- getParent(INode) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getParent(INode) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getParent(INode) - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- getParent(INode) - Method in interface com.yworks.yfiles.graph.IGraph
-
Returns the parent node of the node or null
if node
is a top-level node.
- getParent() - Method in class com.yworks.yfiles.graph.NodeEventArgs
-
The parent of the
node
before this event.
- getParent(Node) - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Returns the parent for the given node.
- getParentColumn() - Method in interface com.yworks.yfiles.graph.IColumn
-
Returns the parent of this column.
- getParentContext() - Method in class com.yworks.yfiles.graphml.ChildParseContext
-
Gets the parent context.
- getParentContext() - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
Gets the parent context to which most calls are delegated.
- getParentGroupNode() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
Gets the parent group node of the
Node
of this
INodeData
instance (if any).
- getParentInputMode() - Method in interface com.yworks.yfiles.view.input.IInputModeContext
-
Yields the
IInputMode
which issued the context object.
- getParentNode(Node) - Method in class com.yworks.yfiles.layout.hierarchic.GroupingSupport
-
Returns the parent group node of the given
Node
or
null
if the given node is a top-level node.
- getParentNodeDetection() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Gets whether or not nodes should be automatically put into a group node and if so how this group will be determined.
- getParentRow() - Method in interface com.yworks.yfiles.graph.IRow
-
Returns the parent of this row.
- getParentStripe() - Method in interface com.yworks.yfiles.graph.IStripe
-
Gets the parent of stripe
in a table hierarchy.
- getParentStripe() - Method in class com.yworks.yfiles.graph.StripeEventArgs
-
Gets the parent of the stripe that owned the stripe before the event happened.
- getParseEvents() - Method in class com.yworks.yfiles.graphml.ChildParseContext
-
- getParseEvents() - Method in interface com.yworks.yfiles.graphml.IParseContext
-
Returns an implementation of
IParseEvents
that allows to subscribe to various events in the parse process.
- getPartition() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- getPartition() - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
Gets the delegate inner obstacle partition.
- getPartition() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
- getPartitionFinder() - Method in class com.yworks.yfiles.layout.PartitionLayout
-
- getPartitionGrid(Graph) - Static method in class com.yworks.yfiles.layout.PartitionGrid
-
Returns the
PartitionGrid
instance associated with the given graph.
- getPartitionGridCellReentrancePenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for an edge leaving and reentering in the same
partition grid
cell.
- getPartitionGridData() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets the partition grid layout data.
- getPartitionGridData() - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Gets the partition grid layout data.
- getPartitionGridData() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Gets the partition grid layout data.
- getPartitionGridData() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets the partition grid layout data.
- getPartitionPlacer() - Method in class com.yworks.yfiles.layout.PartitionLayout
-
- getPartitionStyle() - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Gets the style for the arrangement of each partition.
- getPasteDelta() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Gets a vector that will be used to move nodes and bends by after they have been pasted to the target graph.
- getPasteDelta() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
The offset for paste operation if clipboard operations are enabled.
- getPasteSelectableItems() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getPath(IEdge) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Gets the path of the edge.
- getPath() - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
Gets the path that defines the boundary of the shape.
- getPath() - Method in interface com.yworks.yfiles.graph.styles.IPathGeometry
-
Returns a representation of the visible path of the edge in form of a
GeneralPath
.
- getPath() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- getPath() - Method in class com.yworks.yfiles.graph.styles.VoidPathGeometry
-
- getPath(Edge) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the path of an edge, including the ports.
- getPath(Edge) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchResult
-
Returns the previously registered path found for the edge.
- getPathFinderStrategy() - Method in class com.yworks.yfiles.layout.router.ChannelEdgeRouter
-
Gets the strategy for the path finding step.
- getPathGeometry(IEdge, IEdgeStyle) - Method in interface com.yworks.yfiles.graph.styles.IEdgeStyleRenderer
-
Gets an implementation of the
IPathGeometry
interface that can handle the provided edge and its associated
style.
- getPathGeometry(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Gets an implementation of the
IPathGeometry
interface that can handle the provided edge and its associated
style.
- getPathGeometry(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidEdgeStyleRenderer
-
- getPathLength(LayoutGraph, Edge) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Returns the length of the path of the given edge.
- getPathList(Edge) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the path of an edge, including the ports.
- getPathSearch() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
- getPathSearchResult() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
- getPathToRoot(INode) - Method in class com.yworks.yfiles.graph.GroupingSupport
-
Gets the path to root traversing all
parents
of the given item.
- getPathType() - Method in class com.yworks.yfiles.geometry.GeneralPath.PathCursor
-
Returns the type of the path at the position of the cursor.
- getPeachPuff() - Static method in class com.yworks.yfiles.view.Pen
-
- getPen() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Gets the
Pen
that is used to draw the arc.
- getPen() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- getPen() - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Gets the
Pen
of the outline of this arrow.
- getPen() - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
Gets the
Pen
that is used to draw the shape.
- getPen() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Gets the pen to use to render the path.
- getPen() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyle
-
Gets the
Pen
for the line.
- getPen() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyleRenderer
-
- getPen() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyle
-
Gets the
Pen
for this style.
- getPen() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Get the pen that is currently used by this renderer.
- getPen() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Gets the pen to use for the outline.
- getPen() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
Retrieves the pen from the style.
- getPen(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeDecorationInstaller
-
Callback method that retrieves the pen for the context.
- getPen(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeFocusIndicatorInstaller
-
Callback method that retrieves the pen for the context.
- getPen(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeHighlightIndicatorInstaller
-
Callback method that retrieves the pen for the context.
- getPen(CanvasControl, IEdge) - Method in class com.yworks.yfiles.view.EdgeSelectionIndicatorInstaller
-
Callback method that retrieves the pen for the context.
- getPen() - Method in class com.yworks.yfiles.view.GridVisualCreator
-
Gets the pen to use for painting the grid points.
- getPen() - Method in class com.yworks.yfiles.view.PointSelectionIndicatorInstaller
-
Gets the pen to use for drawing the point in the view coordinate system.
- getPenaltySettings() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
- getPeru() - Static method in class com.yworks.yfiles.view.Pen
-
- getPink() - Static method in class com.yworks.yfiles.view.Pen
-
- getPlaceAlongEdge() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets the preferred placement along the edge.
- getPlum() - Static method in class com.yworks.yfiles.view.Pen
-
- getPoint(double) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Gets a point on this path instance at the given ratio.
- getPoint() - Method in class com.yworks.yfiles.geometry.Tangent
-
Gets the point of tangency.
- getPoint() - Method in class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel.ModelParameter
-
Gets a point that represents the location of the label's center in relation to the source point of the edge.
- getPoint() - Method in class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel.ModelParameter
-
Gets the offset of the label's center to the upper-left corner of the node.
- getPoint(int) - Method in interface com.yworks.yfiles.layout.IEdgeLayout
-
Returns the control point at the given position in the sequence of control points.
- getPoint() - Method in class com.yworks.yfiles.view.input.PointBasedSnapLine
-
Gets the point that is associated with this snap line.
- getPointList(Edge) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the control points of an edge.
- getPoints(Edge) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the control points of an edge.
- getPolicy() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayeredComponentsMerger
-
- getPort() - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
Gets the currently configured port.
- getPort() - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Returns the instance provided to the constructor or to the
setter
.
- getPort() - Method in interface com.yworks.yfiles.view.input.IPortCandidate
-
Gets the port instance that is already live in the graph if this candidate wraps an existing port or null
otherwise.
- getPort() - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
Gets the port this instance acts on.
- getPort(IInputModeContext, IPortCandidate, PointD) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- getPortAllocator() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Gets the
IPortAllocator
instance responsible for assigning port coordinates to the adjacent edges of each node.
- getPortAssignment() - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Gets the assignment strategy which distributes the ports along the node borders.
- getPortAssignment(Node) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Returns the
IPortAssignment
instance that places the ports of the connecting edges of the given node.
- getPortAssignments() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
- getPortAssignments() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- getPortBorderGap(LayoutGraph, ILayoutDataProvider, Node, int, double, int) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultPortAllocator
-
Callback method used for determining the port border gap for each node and side.
- getPortBorderGap(double, int) - Method in class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
-
Determines the distance between the outer ports and the border of the node.
- getPortBorderGap(double, int) - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
Determines the distance between the outer ports and the border of the node.
- getPortBorderGapRatio(LayoutGraph, ILayoutDataProvider, Node, int, double, int) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultPortAllocator
-
Callback method used for determining the port border gap ratio.
- getPortBorderGapRatio(int) - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Returns the port border gap ratio for the port distribution at a given side of the node.
- getPortCandidate() - Method in interface com.yworks.yfiles.layout.PortCandidateSet.IEntry
-
- getPortCandidateAt(IInputModeContext, DefaultPortCandidate, PointD) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- getPortCandidateAt(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Returns a candidate that is derived from this instance that best fits the provided location
.
- getPortCandidateAt(IInputModeContext, PointD) - Method in interface com.yworks.yfiles.view.input.IPortCandidate
-
Returns a candidate that is derived from this instance that best fits the provided location
.
- getPortCandidateProviderDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getPortCandidateProviderDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getPortCandidateResolutionRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the event recognizer that determines whether dynamic port candidates should be resolved.
- getPortCandidateResolutionRecognizer() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- getPortCandidates(IInputModeContext) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
Creates an enumeration of possibly port candidates.
- getPortCandidates(IInputModeContext, IEdge, boolean) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Gets the possible candidates for the given edge.
- getPortCandidateSetDataProvider(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.PortCandidateOptimizer
-
Returns the data provider that provides the port candidate sets for nodes.
- getPortConstraint(Node) - Method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
- getPortConstraintOptimizer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Gets the
IPortConstraintOptimizer
instance responsible for optimizing the assignment of port constraints to the
adjacent edges of each node.
- getPortDecorator() - Method in class com.yworks.yfiles.graph.GraphDecorator
-
Returns a
PortDecorator
instance that can be used to decorate the
IPort
instances in the graph that this decorator has been created for.
- getPortDefaults() - Method in class com.yworks.yfiles.graph.EdgeDefaults
-
- getPortDefaults() - Method in interface com.yworks.yfiles.graph.IEdgeDefaults
-
Gets the defaults for ports at edges.
- getPortDefaults(IPortOwner) - Method in interface com.yworks.yfiles.graph.IGraph
-
- getPortDefaults() - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
Gets the defaults for ports at nodes.
- getPortDefaults() - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- getPortDescriptor() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- getPortDistanceDelta(LayoutGraph, ILayoutDataProvider, Node, int, double, int, double) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultPortAllocator
-
Callback method used for determining the distance between two adjacent ports.
- getPortDistanceDelta(double, int, double) - Method in class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
-
Determines the distance between two adjacent ports.
- getPortDistanceDelta(double, int, double) - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
Determines the distance between two adjacent ports.
- getPortGeometry(IPort) - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
- getPortGridConstraintProvider() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the grid constraint provider for the
IPort
s.
- getPortGroup() - Method in class com.yworks.yfiles.view.GraphModelManager
-
- getPortId(IWriteContext, IPort) - Method in interface com.yworks.yfiles.graphml.IGraphElementIdProvider
-
Get an ID for the specified port
object.
- getPortIds() - Method in class com.yworks.yfiles.graphml.GraphElementIdAcceptor
-
Return a mapping between all GraphML ids for
<port>
elements and the corresponding
IPort
instances.
- getPortLocationParameter() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- getPortLocationParameter(GraphCopier, IGraph, IPort, IPortOwner) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- getPortOwner(PointD) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Retrieves the port owner at a given position in world coordinates.
- getPortOwners() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Retrieves the port owners from the graph in the order of their importance.
- getPorts() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getPorts() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getPorts() - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- getPorts() - Method in class com.yworks.yfiles.graph.FolderNodeState
-
- getPorts() - Method in interface com.yworks.yfiles.graph.IGraph
-
A view of the ports contained in this graph.
- getPorts() - Method in interface com.yworks.yfiles.graph.IPortOwner
-
Provides access to a collection of
ports
that are owned by this instance.
- getPorts() - Method in class com.yworks.yfiles.graph.SimpleEdge
-
- getPorts() - Method in class com.yworks.yfiles.graph.SimpleNode
-
- getPortsInBox(IInputModeContext, RectD) - Method in interface com.yworks.yfiles.view.input.IPortSelectionTester
-
Returns the ports for the given marquee rectangle.
- getPortSnapResultProviderDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getPortStyle() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- getPortStyle() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets the port assignment policy that will be applied.
- getPortTag() - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Gets the port tag to create the port with.
- getPortViolationPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
- getPosition(Object) - Static method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Returns the position specifier that is encoded by the given model parameter.
- getPosition() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
Gets the current position of the
Node
of this
INodeData
instance within its layer.
- getPosition() - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
The position of the handle.
- getPositionHandler() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the
IPositionHandler
that will be used as fallback to handle that actual movement of the elements during
the drag.
- getPositionHandler() - Method in class com.yworks.yfiles.view.input.QueryPositionHandlerEventArgs
-
- getPositionHandlerDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getPositionHandlerDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getPositionHandlerDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getPositionHandlerDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getPositionHandlerDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getPowderBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getPrecedence() - Method in class com.yworks.yfiles.graphml.AbstractInputHandler
-
Gets the parse precedence that is associated with this handler.
- getPrecedence() - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Gets the write precedence for the handler.
- getPrecedence() - Method in interface com.yworks.yfiles.graphml.IInputHandler
-
Gets the parse precedence that is associated with this instance.
- getPrecedence() - Method in interface com.yworks.yfiles.graphml.IOutputHandler
-
Gets the write precedence that is associated with this instance.
- getPredecessorCursor() - Method in class com.yworks.yfiles.algorithms.Node
-
Returns a node cursor for all predecessor nodes of this node.
- getPredecessors(Graph, NodeList, int) - Static method in class com.yworks.yfiles.algorithms.GraphConnectivity
-
Determines the direct or indirect predecessors of a given list of nodes.
- getPredecessors() - Method in class com.yworks.yfiles.algorithms.Node
-
Yields a dynamic
Iterable
for
Node
s that can be used to iterate over the opposite sides of adjacent incoming edges at this instance.
- getPreferredAlignment() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Gets the preferred placement of this segment within its location range.
- getPreferredBackboneSegmentCount() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets the maximum number of selected backbone segments with the same orientation.
- getPreferredChildWedge() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the preferred radial amount (wedge) in degrees that child nodes may in total occupy around their parent node.
- getPreferredChildWedge(Node) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Returns the preferred radial amount (wedge) in degrees that child nodes may in total occupy around the given node.
- getPreferredCursor() - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Returns the cursor the associated mode of this controller would like to have displayed in the
CanvasControl
.
- getPreferredDistance() - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Gets the preferred distance between each two segments.
- getPreferredDuration() - Method in interface com.yworks.yfiles.view.IAnimation
-
Gets the preferred duration of the animation.
- getPreferredDuration() - Method in class com.yworks.yfiles.view.TableAnimation
-
Gets the preferred duration of the animation.
- getPreferredDuration() - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Gets the preferred duration of the animation.
- getPreferredEdgeLength() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the default preferred edge length.
- getPreferredEdgeLength() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Gets the default preferred edge length.
- getPreferredEdgeLength() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the default preferred edge length.
- getPreferredEdgeLengths() - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Gets the mapping from edges to their preferred edge length.
- getPreferredHeight() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Gets the preferred height of the layout.
- getPreferredMinimalEdgeDistance() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Defines the preferred minimal distance of orthogonal edges.
- getPreferredMinimumNodeToEdgeDistance() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the minimum preferred distance between nodes and edges when node-edge overlaps are not allowed.
- getPreferredNodeDistance() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Gets the preferred distance between nodes.
- getPreferredOctilinearSegmentLength() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the preferred length for non-orthogonal segments in octilinear edge routes.
- getPreferredPlacementDescriptor() - Method in interface com.yworks.yfiles.layout.IEdgeLabelLayout
-
Gets the preferred placement for this edge label, which can be considered by
layout algorithms
.
- getPreferredPlacementDescriptor() - Method in class com.yworks.yfiles.layout.LabelLayoutData
-
Gets the preferred placement of this label.
- getPreferredPolylineSegmentLength() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets the preferred length of (non-orthogonal) polyline segments.
- getPreferredPolylineSegmentLength() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Gets the preferred segment length for (non-orthogonal) polyline segments.
- getPreferredRootWedge() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the preferred radial amount (wedge) in degrees that child nodes may in total occupy around the global root.
- getPreferredSize() - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
The preferred size of the label.
- getPreferredSize() - Method in interface com.yworks.yfiles.graph.ILabel
-
Gets the preferred size of the label with respect to its current contents and the implementation of the visualization.
- getPreferredSize() - Method in class com.yworks.yfiles.graph.SimpleLabel
-
- getPreferredSize(ILabel) - Method in class com.yworks.yfiles.graph.styles.AbstractLabelStyle
-
Callback that returns the preferred
size
of the label.
- getPreferredSize(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- getPreferredSize() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
Calculates the preferred size given the current state of the renderer.
- getPreferredSize() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
Calculates the preferred size given the current state of the renderer.
- getPreferredSize(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getPreferredSize(ILabel, ILabelStyle) - Method in interface com.yworks.yfiles.graph.styles.ILabelStyleRenderer
-
Calculates the
preferred size
of a given label using the associated style.
- getPreferredSize(IRenderContext, ILabel) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyle
-
Convenience method that determines the preferred size of the label if this style was applied.
- getPreferredSize(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
Calculates the preferred size for the given label and style.
- getPreferredSize(IRenderContext, ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
Calculates the preferred size for the given label and style.
- getPreferredSize(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
Gets the size of the preferred for the current configuration using the provided context.
- getPreferredSize(IRenderContext, INode) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
Convenience method that determines the preferred size of the node if this style was applied.
- getPreferredSize(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Calculates the preferred size for the given node and style.
- getPreferredSize(IRenderContext, INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Calculates the preferred size for the given node and style in the provided context.
- getPreferredSize(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Calculates the preferred size given the current state of the renderer for the given context.
- getPreferredSize(IRenderContext, IPort) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyle
-
Convenience method that determines the preferred
RenderSize
of the port if this style was
applied.
- getPreferredSize(IRenderContext, IPort, TemplatePortStyle) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
Calculates the preferred size for the given port and style.
- getPreferredSize(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
Gets the preferred size for the current configuration.
- getPreferredSize(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.VoidLabelStyleRenderer
-
- getPreferredSize() - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Gets the preferred size of the layout.
- getPreferredSize(IInputModeContext, ILabel) - Method in class com.yworks.yfiles.view.input.EditLabelHelper
-
Gets the preferred size for the label.
- getPreferredSize() - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
- getPreferredWidth() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Gets the preferred width of the layout.
- getPrefixOfNamespace(String) - Method in interface com.yworks.yfiles.graphml.IXamlPrefixMapper
-
Gets the prefix of namespace.
- getPrefixOfNamespace(String) - Method in interface com.yworks.yfiles.graphml.IXmlNamespaceManager
-
Gets the registered XML prefix of ns
.
- getPrepareRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the starting gesture that is used to prepare the edge creation on the source node.
- getPrepareRecognizerTouch() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the "pressed" state recognizer specifically for touch input.
- getPrepareRecognizerTouch() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the starting gesture that is used to prepare the edge creation on the source node
via touch.
- getPressedRecognizer() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the "pressed" state recognizer.
- getPressedRecognizer() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets the "pressed" state recognizer.
- getPressedRecognizer() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the "pressed" state recognizer.
- getPressedRecognizer() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the "pressed" state recognizer.
- getPressedRecognizer() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets the "pressed" state recognizer.
- getPressedRecognizer() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets the "pressed" state recognizer.
- getPressedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets the "pressed" state recognizer for touch input.
- getPressedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the "pressed" state recognizer for touch input.
- getPressedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the "pressed" recognizer for touch events.
- getPressedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets the "pressed" state recognizer for touch input.
- getPreviewGraph() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Returns the graph displayed as item preview.
- getPreviewTableLayout(PointD, SizeD) - Method in class com.yworks.yfiles.view.input.StripeDropInputMode
-
Calculates the layout of the new table.
- getPrevious() - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Gets the previous item in the list of rendered items that is owned by this element's
Group
.
- getPreviousEdgeCellInfo() - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- getPreviousEntrance() - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
Gets the previous
CellEntrance
along the path that was traversed in order to reach the
cell
.
- getPreviousSegment(SegmentInfo) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
- getPrimaryDownRecognizer() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
- getPrimaryMoveRecognizer() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets the
IEventRecognizer
that moves the viewport or zooms the canvas if a secondary device is down.
- getPrimaryPlacer() - Method in class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
-
Gets the
INodePlacer
instance that will arrange the upper-left part of the graph.
- getPrimaryUpRecognizer() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
- getPrintInfo() - Method in class com.yworks.yfiles.view.PrintingEvent
-
Gets the com.yworks.yfiles.canvas.CanvasPrinter.PrintInfo
of the printing process.
- getPrintRectangle() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns the rectangle that will be printed.
- getPriority() - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraint
-
Gets the priority of a constraint.
- getPriority(PortCandidateSet.IEntry, Edge, boolean) - Method in class com.yworks.yfiles.layout.PortCandidateSet
-
Calculates the priority of the given
entry
.
- getPriority() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
- getPriority() - Method in interface com.yworks.yfiles.view.input.IInputMode
-
The priority of this input mode.
- getPriority() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
- getPriority() - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
- getProfit() - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelCandidateDescriptor
-
Gets a profit value that is used by labeling algorithms to judge how good this label candidate is.
- getProfit() - Method in class com.yworks.yfiles.graph.labelmodels.LabelCandidateDescriptor
-
- getProfit(LabelCandidate) - Method in class com.yworks.yfiles.layout.ExtendedLabelCandidateProfitModel
-
Returns the profit for placing a label-candidate.
- getProfit(LabelCandidate) - Method in interface com.yworks.yfiles.layout.IProfitModel
-
Returns the profit for placing a label using the given
LabelCandidate
.
- getProfit(LabelCandidate) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
- getProfit(LabelCandidate) - Method in class com.yworks.yfiles.layout.SimpleProfitModel
-
- getProfitModel() - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
- getProjectionOnLine(PointD, PointD) - Method in class com.yworks.yfiles.geometry.PointD
-
Calculates the projection of this point onto a line.
- getProjectionOnRay(PointD, PointD) - Method in class com.yworks.yfiles.geometry.PointD
-
Calculates the projection of this point onto a ray.
- getProjectionOnSegment(PointD, PointD) - Method in class com.yworks.yfiles.geometry.PointD
-
Calculates the projection of this point onto a segment.
- getPropertyInfo() - Method in class com.yworks.yfiles.graphml.Property
-
Gets the property info.
- getPropertyType() - Method in class com.yworks.yfiles.graphml.Property
-
Gets the type of the property.
- getPurple() - Static method in class com.yworks.yfiles.view.Pen
-
- getQualityTimeRatio() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Gets the ratio of layout quality versus running time.
- getQualityTimeRatio() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the ratio of layout quality versus running time.
- getQueryLocation() - Method in class com.yworks.yfiles.view.input.PopulateMenuEventArgs
-
Gets the queried location in world coordinates.
- getQueryLocation() - Method in class com.yworks.yfiles.view.input.QueryPositionHandlerEventArgs
-
Gets the location of the movement (where the drag has started).
- getQueryLocation() - Method in class com.yworks.yfiles.view.input.ToolTipQueryEventArgs
-
Gets the query location in world coordinates.
- getRadius() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyle
-
Gets the radius of the corner of the rounded rectangle.
- getRadius() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Retrieves the radius to use from the style.
- getRadius() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Gets the corner radius of the rounded rectangle.
- getRadius() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
Retrieves the radius from the style.
- getRadius() - Method in class com.yworks.yfiles.layout.radial.RadialLayout.NodeInfo
-
Gets the radius of the circle the node is placed on.
- getRandomizationRounds() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
Gets the number of randomized rounds that this algorithm performs, if there was no optimal solution.
- getRange() - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- getRankingPolicy() - Method in class com.yworks.yfiles.layout.hierarchic.TopologicalLayerer
-
- getRatio() - Method in class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
Gets the ratio how far the label should be positioned from the border in the header area.
- getRecognizerBindings(ICommand) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Returns the recognizer bindings registered for the given command.
- getRectangle() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionEventArgs
-
- getRectangle() - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
The rectangle instance to modify.
- getRectangle() - Method in class com.yworks.yfiles.view.input.RectangleReshapeHandleProvider
-
The rectangle to read the current state from.
- getRectangle(Object) - Method in class com.yworks.yfiles.view.OrientedRectangleIndicatorInstaller
-
- getRectangle(Object) - Method in class com.yworks.yfiles.view.RectangleIndicatorInstaller
-
Factory method that returns an
IRectangle
for a given user object.
- getRecursiveEdgeStyle() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets how edges in grouped graphs are routed between the content of different groups.
- getRed() - Static method in class com.yworks.yfiles.view.Pen
-
- getRedoName() - Method in class com.yworks.yfiles.graph.AbstractUndoUnit
-
- getRedoName() - Method in class com.yworks.yfiles.graph.CompositeUndoUnit
-
Returns the current redo name.
- getRedoName() - Method in interface com.yworks.yfiles.graph.IUndoUnit
-
Returns the name of the redo unit.
- getRedoName() - Method in class com.yworks.yfiles.graph.UndoEngine
-
- getReferenceId() - Method in class com.yworks.yfiles.graphml.QueryReferenceIdEventArgs
-
The reference id that should be evaluated by the event handler.
- getReferenceId() - Method in class com.yworks.yfiles.graphml.ResolveReferenceEventArgs
-
The reference id that should evaluated by the event handler.
- getReferenceType() - Method in interface com.yworks.yfiles.graphml.IReferenceHandle
-
The type of a resource (external or internal).
- getReferenceType() - Method in class com.yworks.yfiles.graphml.QueryReferenceIdEventArgs
-
Determines the type of the reference being queried.
- getReferencingNode() - Method in interface com.yworks.yfiles.layout.multipage.INodeInfo
-
Gets the node that refers to the one associated with this
info object
.
- getReferentialIdentityTypes() - Method in class com.yworks.yfiles.graph.GraphCopier
-
Gets the types of objects where the referential identity should be kept across clipboard operations.
- getRegisteredEdgeMaps() - Method in class com.yworks.yfiles.algorithms.Graph
-
Gets all edge maps that have been created by this graph but have not yet been disposed.
- getRegisteredNodeMaps() - Method in class com.yworks.yfiles.algorithms.Graph
-
Gets all node maps that have been created by this graph but have not yet been disposed.
- getRegisteredPartitionExtensions() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- getRegisteredPathSearchExtensions() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
- getRegisteredTags() - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Gets an enumerable over all tags that have been used to register mapper implementations with this interface.
- getRegisteredTags() - Method in class com.yworks.yfiles.graph.MapperRegistry
-
- getRelativeLocation() - Method in interface com.yworks.yfiles.graph.ITable
-
Gets the relative location of the upper left corner of the table.
- getRelativeLocation() - Method in class com.yworks.yfiles.graph.Table
-
- getReleasedRecognizer() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the "released" recognizer.
- getReleasedRecognizer() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets the "released" recognizer.
- getReleasedRecognizer() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the "released" recognizer.
- getReleasedRecognizer() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the "released" recognizer.
- getReleasedRecognizer() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets the "released" recognizer.
- getReleasedRecognizer() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets the "released" recognizer.
- getReleasedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the "released" state recognizer specifically for touch input.
- getReleasedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets the "released" recognizer for touch input.
- getReleasedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the "released" recognizer for touch input.
- getReleasedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the "released" recognizer for touch events.
- getReleasedRecognizerTouch() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets the "released" recognizer for touch input.
- getRelJoinEndDistance() - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Gets the relative distance from the end point of the joined lines to the first parallel segments.
- getRemainingTime() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchConfiguration
-
Gets the remaining time (in milliseconds) within which the algorithm should complete its calculation.
- getRemoveBendRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the property that determines bend removal events.
- getRemoveBendRecognizerTouch() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the property that determines bend removal events via touch.
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Gets the renderer implementation for this instance.
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.AbstractLabelStyle
-
Gets the renderer implementation for this instance.
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
Gets the renderer implementation for this instance.
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.AbstractPortStyle
-
Gets the renderer implementation for this instance.
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.AbstractStripeStyle
-
Gets the renderer implementation for this instance.
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Gets the renderer implementation that has been supplied to this instance in the constructor.
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
- getRenderer() - Method in interface com.yworks.yfiles.graph.styles.IEdgeStyle
-
Gets the renderer implementation that can be queried for implementations that provide details about the visual
appearance and visual behavior for a given edge and this style instance.
- getRenderer() - Method in interface com.yworks.yfiles.graph.styles.ILabelStyle
-
Gets the renderer implementation that can be queried for implementations that provide details about the visual
appearance and visual behavior for a given label and this style instance.
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyle
-
- getRenderer() - Method in interface com.yworks.yfiles.graph.styles.INodeStyle
-
Gets the renderer implementation that can be queried for implementations that provide details about the visual
appearance and visual behavior for a given node and this style instance.
- getRenderer() - Method in interface com.yworks.yfiles.graph.styles.IPortStyle
-
Gets the renderer implementation that can be queried for implementations that provide details about the visual
appearance and visual behavior for a given port and this style instance.
- getRenderer() - Method in interface com.yworks.yfiles.graph.styles.IStripeStyle
-
Gets the renderer implementation that can be queried for implementations that provide details about the visual
appearance and visual behavior for a given stripe and this style instance.
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.NodeStyleLabelStyleAdapter
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.NodeStylePortStyleAdapter
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.NodeStyleStripeStyleAdapter
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyle
-
Gets the renderer implementation that has been supplied to this instance in the constructor.
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.ShadowNodeStyleDecorator
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.VoidEdgeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.VoidLabelStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.VoidNodeStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.VoidPortStyle
-
- getRenderer() - Method in class com.yworks.yfiles.graph.styles.VoidStripeStyle
-
- getRenderSize() - Method in class com.yworks.yfiles.graph.styles.NodeStylePortStyleAdapter
-
- getRenderSize() - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyle
-
- getRenderSize() - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
Gets the size of the rendering from the style.
- getReparentNodeHandler() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets the
IReparentNodeHandler
that is used for moving nodes out of group nodes or into other group nodes.
- getReparentRecognizer() - Method in class com.yworks.yfiles.view.input.ReparentNodeHandler
-
Gets the
IEventRecognizer
that will be queried to determine whether the gesture is a reparent gesture.
- getReparentStripeHandler() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- getReparentStripeInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- getRepresentative(Node, Node) - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Returns an immediate child of the group node that represents the given node.
- getRepresentedEdge() - Method in interface com.yworks.yfiles.layout.multipage.IEdgeInfo
-
Gets the original edge associated with this
IEdgeInfo
.
- getRepresentedNode() - Method in interface com.yworks.yfiles.layout.multipage.INodeInfo
-
Gets the node of the input graph that is represented by the node associated with this
info object
.
- getRepulsion() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the node repulsion value.
- getReshapeHandleProviderDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getReshapeHandler() - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
The reshapeable instance to write the changes to.
- getReshapePosition() - Method in class com.yworks.yfiles.view.input.ReshapeRectangleContext
-
Gets the position of the reshape handle.
- getResizedInstance(double, double) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Creates a new OrientedRectangle
instance that has the specified width and height, but has the same anchor point
and up vector as this rectangle.
- getResizeNeighborsRecognizer() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets the recognizer that changes the behavior to resize adjacent stripes instead of moving them.
- getResizeStripeInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- getResizeStripeTemplate() - Method in class com.yworks.yfiles.view.input.DefaultStripeInputVisualizationHelper
-
Data template that is used to visualize the current stripe resize operation.
- getResource(String) - Method in class com.yworks.yfiles.graphml.DelegatingClassLoader
-
- getResourceKey() - Method in class com.yworks.yfiles.view.input.SnapLine
-
The resource key which determines the visual appearance of the snap line.
- getResources(String) - Method in class com.yworks.yfiles.graphml.DelegatingClassLoader
-
- getResult() - Method in class com.yworks.yfiles.graphml.HandleDeserializationEventArgs
-
Holds the result of the deserialization, which is null
initially.
- getRight() - Method in class com.yworks.yfiles.geometry.InsetsD
-
Gets the right inset.
- getRightInset() - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Gets the right column inset in which no element will lie in the resulting layout.
- getRightLaneInset() - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Gets the right insets of the swimlane in which no element will lie in the resulting layout.
- getRoot() - Method in class com.yworks.yfiles.algorithms.Groups.Dendrogram
-
Gets the root node of the dendrogram.
- getRoot(Graph) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Returns a possible root for the given (undirected) tree.
- getRoot() - Method in interface com.yworks.yfiles.graph.IStripe
-
Gets the root of the stripe hierarchy of stripe
in a table hierarchy.
- getRoot() - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Gets a
Node
instance associated with the virtual root of the hierarchy tree.
- getRootAlignment() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
- getRootAlignment() - Method in class com.yworks.yfiles.layout.tree.DoubleLineNodePlacer
-
Gets the
RootAlginment
that defines how the root node is aligned with
its children and their shapes.
- getRootAlignment() - Method in class com.yworks.yfiles.layout.tree.GridNodePlacer
-
Gets the
RootAlginment
that defines how the root node is aligned with
its children and their shapes.
- getRootAlignment() - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Gets the
RootAlginment
that defines how the root node is aligned with
its children and their shapes.
- getRootAlignment() - Method in class com.yworks.yfiles.layout.tree.SimpleNodePlacer
-
Gets the
RootAlignment
that defines how the root node is aligned with
its children and their shapes.
- getRootColumn() - Method in interface com.yworks.yfiles.graph.ITable
-
Gets the virtual root of the column hierarchy.
- getRootColumn() - Method in class com.yworks.yfiles.graph.Table
-
- getRootGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the root of the scene graph.
- getRootNodePolicy() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets the root node selection policy of this layout algorithm.
- getRootPlacement(Object) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Retrieves the root placement for the subtree that is rooted at the given node.
- getRootPlacement() - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Gets the desired placement of the tree's root node.
- getRootPlacements() - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayoutData
-
Gets the mapping from nodes with sub trees to their placements.
- getRootRow() - Method in interface com.yworks.yfiles.graph.ITable
-
Gets the virtual root of the row hierarchy.
- getRootRow() - Method in class com.yworks.yfiles.graph.Table
-
- getRootsArray(Node) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Returns an array of the nodes that will be laid out.
- getRosyBrown() - Static method in class com.yworks.yfiles.view.Pen
-
- getRotationAngle() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Gets the angle of rotation.
- getRoundRectArcRadius() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Gets the radius that is used to draw rounded edges.
- getRoutingStyle() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets the routing style for this edge.
- getRoutingStyle() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the currently used routing style for edges.
- getRoutingStyle() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Gets the style in which edge paths are routed.
- getRoutingStyle() - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Gets the routing style for the edges in the subtree.
- getRow() - Method in interface com.yworks.yfiles.layout.hierarchic.ILayer
-
- getRow() - Method in class com.yworks.yfiles.layout.PartitionCellId.Cell
-
- getRow() - Method in class com.yworks.yfiles.layout.PartitionCellId
-
- getRow(int) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Returns the
row
with the given index.
- getRow() - Method in class com.yworks.yfiles.view.PrintingEvent
-
Gets the index of the row of the page that is about to be or was printed.
- getRowCount() - Method in class com.yworks.yfiles.view.CanvasPrinter.PrintInfo
-
Returns the number of rows that the content to print would need considering the PageLayout
.
- getRowDefaults() - Method in interface com.yworks.yfiles.graph.ITable
-
Gets the defaults for rows.
- getRowDefaults() - Method in class com.yworks.yfiles.graph.Table
-
Gets the defaults for rows.
- getRowIndices() - Method in class com.yworks.yfiles.layout.PartitionGridData
-
Gets the mapping from nodes to the index of their rows.
- getRowLayout(ITable, RectD) - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
Return the sizes of all leaf rows.
- getRows() - Method in class com.yworks.yfiles.graph.Table
-
The toplevel
IRow
s in this table.
- getRows() - Method in class com.yworks.yfiles.layout.PartitionGrid
-
- getRoyalBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getSaddleBrown() - Static method in class com.yworks.yfiles.view.Pen
-
- getSalmon() - Static method in class com.yworks.yfiles.view.Pen
-
- getSameLayerEdgeRoutingStyle() - Method in class com.yworks.yfiles.layout.hierarchic.RoutingStyle
-
Gets the routing style for same-layer edges.
- getSameLayerEdges() - Method in interface com.yworks.yfiles.layout.hierarchic.ILayer
-
Gets a list of all same-layer
Edge
s associated with this
ILayer
instance.
- getSandyBrown() - Static method in class com.yworks.yfiles.view.Pen
-
- getScale() - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Gets the scale factor of this arrow.
- getScale() - Method in class com.yworks.yfiles.layout.RemoveCollinearBendsStage
-
Gets the scale that defines how accurate the algorithm is when it comes to comparing the coordinates of two bends.
- getScale() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns a scale factor to apply for printing.
- getScale() - Method in class com.yworks.yfiles.view.CanvasPrinter.PrintInfo
-
Returns the scale of the content for the PageLayout
.
- getScale() - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Gets the scale for the export.
- getScaleFactorX() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
- getScaleFactorY() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
- getScope() - Method in class com.yworks.yfiles.graphml.QueryOutputHandlersEventArgs
-
The scope where the handlers should be added.
- getScope() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets the scope that determines which nodes are placed by this algorithm.
- getScope() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the scope that determines which nodes are placed by this algorithm.
- getScope() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets the scope for this routing algorithm that determines which edges are routed.
- getScope() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets a (sub-)set of edges that shall be routed.
- getScope() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Gets the (sub-)set of edges to be routed in a polyline fashion.
- getScope() - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
-
Gets the (sub-)set of edges to be routed.
- getScrollAmount() - Method in class com.yworks.yfiles.view.Mouse2DEvent
-
- getScrollBarVisibility() - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Gets the scroll bar visibility that will be used during the animation.
- getScrollType() - Method in class com.yworks.yfiles.view.Mouse2DEvent
-
Gets the scrolling behavior.
- getSeaGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getSeaShell() - Static method in class com.yworks.yfiles.view.Pen
-
- getSecondaryDownRecognizer() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
- getSecondaryMoveRecognizer() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets the
IEventRecognizer
that zooms the canvas using the 'pinch' gesture or moves the viewport if no primary
device is down.
- getSecondaryPlacer() - Method in class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
-
Gets the
INodePlacer
instance that will arrange the lower-right part of the graph.
- getSecondaryUpRecognizer() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets the
IEventRecognizer
that ends the pinch zoom gesture or ends the move if no primary device is down.
- getSecondEndPoint() - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Gets the second end point of the line segment.
- getSecondNode() - Method in class com.yworks.yfiles.view.input.NodePairBasedSnapLine
-
Gets the second node that is associated with this snap line.
- getSectorSize() - Method in class com.yworks.yfiles.layout.radial.RadialLayout.NodeInfo
-
Gets the size in degrees of the sector the node is placed in.
- getSectorStart() - Method in class com.yworks.yfiles.layout.radial.RadialLayout.NodeInfo
-
Gets the start angle in degrees of the sector the node is placed in.
- getSegment(int) - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- getSegmentAt(double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Returns the segment at the given position.
- getSegmentCount() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
- getSegmentCount(IEdge) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Gets the number of segments of the edge.
- getSegmentCount() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- getSegmentCount() - Method in interface com.yworks.yfiles.graph.styles.IPathGeometry
-
Returns the number of "segments" this edge's path consists of.
- getSegmentCount() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Returns the number of "segments" this edge's path consists of.
- getSegmentCount() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyleRenderer
-
- getSegmentCount() - Method in class com.yworks.yfiles.graph.styles.VoidPathGeometry
-
- getSegmentGroup() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Gets the segment group to which this segment info belongs.
- getSegmentGroup(int) - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- getSegmentIndex() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Gets the index of the segment of this info.
- getSegmentIndex() - Method in class com.yworks.yfiles.view.input.EdgeSegmentSnapLine
-
Gets the segment index of the related edge segment.
- getSegmentInfo(int) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
Returns the
SegmentInfo
of the edge segment with the given index.
- getSegmentInfos() - Method in class com.yworks.yfiles.layout.router.polyline.SegmentGroup
-
- getSegmentOrientation(IInputModeContext, IEdge, int) - Method in interface com.yworks.yfiles.view.input.IOrthogonalEdgeHelper
-
Gets the declared orientation of the given segment at the provided edge.
- getSegmentOrientation(IEdge, int) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Gets the declared segment orientation for the provided segment at the given edge.
- getSegmentOrientation(IInputModeContext, IEdge, int) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeHelper
-
Gets the orientation of the given segment by looking at the geometry of the segment.
- getSegmentSource() - Method in class com.yworks.yfiles.view.input.EdgeSegmentSnapLine
-
Gets the location that represents the source of the related segment on this line.
- getSegmentTarget() - Method in class com.yworks.yfiles.view.input.EdgeSegmentSnapLine
-
Gets the location that represents the target of the related segment on this line.
- getSelectableItems() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Gets the types of the items that should be selectable by this instance.
- getSelectableItems() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Gets a property that determines which types of items should be selectable at all.
- getSelectedBends() - Method in class com.yworks.yfiles.view.GraphSelection
-
- getSelectedBends() - Method in interface com.yworks.yfiles.view.IGraphSelection
-
- getSelectedColumns() - Method in interface com.yworks.yfiles.view.IStripeSelection
-
- getSelectedColumns() - Method in class com.yworks.yfiles.view.StripeSelection
-
- getSelectedEdges() - Method in class com.yworks.yfiles.view.GraphSelection
-
- getSelectedEdges() - Method in interface com.yworks.yfiles.view.IGraphSelection
-
- getSelectedLabels() - Method in class com.yworks.yfiles.view.GraphSelection
-
- getSelectedLabels() - Method in interface com.yworks.yfiles.view.IGraphSelection
-
- getSelectedNodes() - Method in class com.yworks.yfiles.view.GraphSelection
-
- getSelectedNodes() - Method in interface com.yworks.yfiles.view.IGraphSelection
-
- getSelectedPorts() - Method in class com.yworks.yfiles.view.GraphSelection
-
- getSelectedPorts() - Method in interface com.yworks.yfiles.view.IGraphSelection
-
- getSelectedRows() - Method in interface com.yworks.yfiles.view.IStripeSelection
-
- getSelectedRows() - Method in class com.yworks.yfiles.view.StripeSelection
-
- getSelectedStripeTemplate() - Method in class com.yworks.yfiles.view.input.DefaultStripeInputVisualizationHelper
-
Data template that is used to visualize the current stripe resize operation.
- getSelection() - Method in class com.yworks.yfiles.view.DefaultSelectionModel
-
Provides an observable collection view over the selected items.
- getSelection() - Method in class com.yworks.yfiles.view.GraphControl
-
Gets the selection model that is used for this control.
- getSelection() - Method in class com.yworks.yfiles.view.input.SelectionEventArgs
-
Gets the selection these event arguments refer to.
- getSelectionDecorator() - Method in class com.yworks.yfiles.graph.BendDecorator
-
- getSelectionDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getSelectionDecorator() - Method in class com.yworks.yfiles.graph.LabelDecorator
-
- getSelectionDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getSelectionDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getSelectionGroup() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the SelectionGroup property.
- getSelectionIndicatorManager() - Method in class com.yworks.yfiles.view.GraphControl
-
- getSelectionModel() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- getSelectionModel() - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- getSelectionModel() - Method in class com.yworks.yfiles.view.HighlightIndicatorManager
-
Gets the selection model that determines which items are highlighted.
- getSelectionModel() - Method in class com.yworks.yfiles.view.SelectionIndicatorManager
-
Gets the selection model that determines which items are selected.
- getSelectionRectangle() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the current or last marquee selection rectangle.
- getSelfLoopCalculatorData() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- getSelfLoopDistance() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Gets the distance between the node's layout and its self loop control points.
- getSelfLoopRouter() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
- getSelfLoopRoutingStyle() - Method in class com.yworks.yfiles.layout.hierarchic.RoutingStyle
-
Gets the routing style for self-loops.
- getSequenceComparator() - Method in class com.yworks.yfiles.layout.hierarchic.GivenSequenceSequencer
-
- getSequenceConstraintFactory() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets the factory to specify sequence constraints.
- getSequenceIndices() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapper from nodes to the sequence index in their layer.
- getSequencer() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Gets the
ISequencer
instance responsible for calculating the sequence of nodes within each layer (second phase
of the layout algorithm).
- getSerializationProperty(TypedKey<T>) - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
- getSerializationProperty(TypedKey<T>) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
- getSerializationProperty(TypedKey<T>) - Method in interface com.yworks.yfiles.graphml.IWriteContext
-
Get a property value that specifies information about how to handle specific cases.
- getSerializationPropertyOverrides() - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Gets the mapper for the overrides of the serialization properties.
- getSerializationVisibility() - Method in class com.yworks.yfiles.graphml.Property
-
Gets the serialization visibility.
- getSerializer() - Method in class com.yworks.yfiles.graphml.MapperOutputHandler
-
- getSerializerFor(PropertyInfo, IValueSerializerContext) - Static method in class com.yworks.yfiles.graphml.ValueSerializer
-
- getSerializerFor(Type, IValueSerializerContext) - Static method in class com.yworks.yfiles.graphml.ValueSerializer
-
- getSerializerFor(Type) - Static method in class com.yworks.yfiles.graphml.ValueSerializer
-
- getSerializerFor(PropertyInfo) - Static method in class com.yworks.yfiles.graphml.ValueSerializer
-
- getSetter() - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
Returns the setter method of this property.
- getShape() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyle
-
Gets the shape for this style.
- getShape() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Get the shape that is currently used by this renderer.
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
- getShapeGeometry(INode, INodeStyle) - Method in interface com.yworks.yfiles.graph.styles.INodeStyleRenderer
-
Gets an implementation of the
IShapeGeometry
interface that can handle the provided node and its associated
style.
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Provides the geometry for the visual representation.
- getShapeGeometry(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidNodeStyleRenderer
-
- getShapeGeometryDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getShowFocusPolicy() - Method in class com.yworks.yfiles.view.FocusIndicatorManager
-
Gets the show focus policy.
- getShowHandleItems() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Determines which types of items should have their
IHandle
s shown.
- getShuffleLayout() - Method in class com.yworks.yfiles.layout.organic.RecursiveShuffleLayout
-
- getSide() - Method in class com.yworks.yfiles.layout.PortConstraint
-
Gets the side of the node to which an edge should connect.
- getSideOfEdge() - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Gets the side placement specifiers for edge labels.
- getSideOfEdge() - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Gets the side placement specifiers for edge labels.
- getSideOfEdge() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets the preferred side of the edge.
- getSideReference() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets how to interpret the preferred side as given by
SideOfEdge
.
- getSienna() - Static method in class com.yworks.yfiles.view.Pen
-
- getSilver() - Static method in class com.yworks.yfiles.view.Pen
-
- getSingleComponentLayerer() - Method in class com.yworks.yfiles.layout.hierarchic.AspectRatioComponentLayerer
-
- getSingleComponentLayerer() - Method in class com.yworks.yfiles.layout.hierarchic.MultiComponentLayerer
-
- getSingleCycleLayout() - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
- getSingleSideSelfLoopPenalty() - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Gets the penalty for bends of a self-loop edge.
- getSize() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets the size of this rectangle.
- getSize() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Returns the instance that stores the size of this rectangle.
- getSize() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Returns the instance that stores the size of this rectangle.
- getSize() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the size of this instance.
- getSize() - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
Gets the default node size.
- getSize() - Method in interface com.yworks.yfiles.graph.IStripe
-
The current changeable dimension of the stripe.
- getSize() - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Gets the default stripe size.
- getSize() - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- getSize() - Method in class com.yworks.yfiles.graph.StripeDefaults
-
Gets the default stripe size.
- getSize() - Method in class com.yworks.yfiles.graph.UndoEngine
-
Gets the maximum size of the undo queue this instance is managing.
- getSize() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the width and height of the candidate's bounds.
- getSize(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the size of the given node.
- getSize() - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
- getSize() - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- getSize() - Method in class com.yworks.yfiles.view.CanvasControl
-
- getSize() - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
Gets the logical size of the candidate.
- getSizeChangeFactor() - Method in class com.yworks.yfiles.view.input.ReshapeRectangleContext
-
Gets the factor by which the size of the node layout changes when the handle is dragged.
- getSizeConstraintProviderDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getSkyBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getSlateBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getSlateGray() - Static method in class com.yworks.yfiles.view.Pen
-
- getSlope(BorderLine.Segment) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Returns the slope of the given segment.
- getSlope() - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Gets the slope of the line segment.
- getSmallHorizontalChange() - Method in class com.yworks.yfiles.view.CanvasControl
-
- getSmallVerticalChange() - Method in class com.yworks.yfiles.view.CanvasControl
-
- getSmoothingLength() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Gets the value that determines the radius of the smoothing arcs that can be added to the path at the bends.
- getSmoothingLength() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyle
-
Gets the smoothing length used for creating smooth bends.
- getSmoothingLength() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyleRenderer
-
Gets the value that determines the radius of the smoothing arcs that can be added to the path at the bends.
- getSnapContext() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The
SnapContext
which manages snapping model items to certain coordinates (for instance, other
items).
- getSnapContext() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
The
SnapContext
instance that handles interactive snapping of elements during drag operations like movements.
- getSnapContext() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
The
SnapContext
which manages snapping model items to certain coordinates (for instance, other
items).
- getSnapContext() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
The
SnapContext
which is used to snap the dragged element during the drag.
- getSnapContext() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
The
SnapContext
which manages snapping model items to certain coordinates (for instance, other
items).
- getSnapDistance() - Method in class com.yworks.yfiles.view.input.CollectSnapResultsEventArgs
-
The zoom invariant snap distance.
- getSnapDistance() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the distance in the view coordinate system that determines how far the mouse should be snapped to a port candidate
if
SnappingToTargetCandidateEnabled
is enabled.
- getSnapDistance() - Method in class com.yworks.yfiles.view.input.SnapContext
-
Gets the global snap distance, which is the maximum distance between the current mouse coordinates and the coordinates
to which the mouse will snap.
- getSnapLineExtension() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets the amount by which snap lines that are induced by existing edge segments and node borders are being extended.
- getSnapLineExtension() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Gets the amount by which snap lines that are induced by existing edge segments are being extended.
- getSnapLineProviderDecorator() - Method in class com.yworks.yfiles.graph.EdgeDecorator
-
- getSnapLineProviderDecorator() - Method in class com.yworks.yfiles.graph.NodeDecorator
-
- getSnapLineProviderDecorator() - Method in class com.yworks.yfiles.graph.PortDecorator
-
- getSnapLines() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
- getSnapLines(GraphSnapContext, INode, ReshapeRectangleContext, RectD) - Method in class com.yworks.yfiles.view.input.NodeReshapeSnapResultProvider
-
- getSnappedMousePosition() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Gets the current snapped mouse position during drag operations.
- getSnapResults() - Method in class com.yworks.yfiles.view.input.SnapContext
-
- getSnapType() - Method in class com.yworks.yfiles.view.input.SnapLine
-
The type of the line that describes how other items will snap to this line.
- getSnapType() - Method in class com.yworks.yfiles.view.input.SnapState
-
Gets the type of the snap.
- getSnow() - Static method in class com.yworks.yfiles.view.Pen
-
- getSolid() - Static method in class com.yworks.yfiles.view.DashStyle
-
Gets the solid dash style with no dashes.
- getSortedModes() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Returns a list of all modes managed by this instance in sorted order.
- getSource(Object) - Method in class com.yworks.yfiles.algorithms.Graph
-
Returns the source node associated with the given edge.
- getSource(Object) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- getSource(PointD) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Finds the source
port owner
at the specified location.
- getSourceArrow() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Gets the visual arrow at the source end of edges that use this style.
- getSourceArrow() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- getSourceArrow() - Method in interface com.yworks.yfiles.graph.styles.IArrowOwner
-
Gets the visual arrow at the source end of edges that use this style.
- getSourceArrow() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Gets the source arrow from the style.
- getSourceArrow() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyle
-
Gets the visual arrow at the source end of edges that use this style.
- getSourceArrow() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyleRenderer
-
- getSourceArrowAnchor(GeneralPath, IArrow) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Convenience method that calculates the source arrow anchor and direction for a a given arrow and path.
- getSourceArrowAnchor(IArrow) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Calculate and update the anchor and the source arrow's direction vector.
- getSourceCell(int) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Returns the source cell with the given index in the list of all cells that are covered by the source node of the
current edge
.
- getSourceFoldingManager(IGraph) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback method that retrieves the
FoldingManager
from the given source graph.
- getSourceGraph() - Method in interface com.yworks.yfiles.graph.IGraphClipboardContext
-
Gets the source graph for the current operation.
- getSourceGroup() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Gets the ID of the edge group at the source node to which the
Edge
associated with this
IEdgeData
instance belongs (if any).
- getSourceGroupDataAcceptor() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Gets a
IDataAcceptor
that can be used for temporarily overwriting the source group information used during the
layout.
- getSourceGroupId() - Method in class com.yworks.yfiles.layout.router.BusDescriptor
-
Gets the group ID for the source side of the edge.
- getSourceGroupIds() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapping from edges to an object representing their source edge group.
- getSourceGroupIds() - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Gets a mapping from edges to an object representing their source edge group.
- getSourceGroupIds() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
Gets a mapping from edges to an object representing their source edge group.
- getSourceGroupIds() - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
Gets a mapping from edges to an object representing their source edge group.
- getSourceGroupIds() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets a mapping from edges to an object representing their source edge group.
- getSourceGroupIds() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
Gets a mapping from edges to an object representing their source edge group.
- getSourceGroups() - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
Gets a mapping from edges to an object representing their source edge group.
- getSourceMarker() - Method in class com.yworks.yfiles.view.input.EdgeSegmentSnapLine
-
Gets the location of the source marker of this snap line.
- getSourceNode() - Method in interface com.yworks.yfiles.graph.IEdge
-
Gets the source node for the given edge or null
.
- getSourcePoint() - Method in interface com.yworks.yfiles.layout.IEdgeLayout
-
Gets the relative coordinates of the first end point of this layout.
- getSourcePointAbs(Edge) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the absolute coordinates of the source point of the given edge.
- getSourcePointAbs(Edge) - Method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
Returns the absolute source point of the given edge depending on the rotation of this
INodePlacer
.
- getSourcePointRel(Edge) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the relative coordinates of the source point of the given edge.
- getSourcePort() - Method in class com.yworks.yfiles.graph.EdgeEventArgs
-
Gets the source port the edge was connected to before the event happened.
- getSourcePort() - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
- getSourcePort() - Method in interface com.yworks.yfiles.graph.IEdge
-
Gets the source port instance this edge is connected to.
- getSourcePort() - Method in class com.yworks.yfiles.graph.SimpleEdge
-
- getSourcePortCandidate() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the candidate for the
SourcePort
of the edge to be created.
- getSourcePortCandidate(PointD) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Finds the best matching source
port candidate
based on the given location.
- getSourcePortCandidate(IPortCandidateProvider, PointD, boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Finds the best matching source port
IPortCandidate
given a provider and the current location.
- getSourcePortCandidateProvider(IPortOwner) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Retrieves the port candidate provider instance given a source port owner.
- getSourcePortCandidates() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapping from edges to a collection of their source port
candidates
.
- getSourcePortCandidates() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
- getSourcePortCandidates() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Gets a mapping from edges to a collection of their source port
candidates
.
- getSourcePortCandidates() - Method in class com.yworks.yfiles.layout.PartitionLayoutData
-
Gets a mapping from edges to a collection of their source port
candidates
.
- getSourcePortCandidates() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Gets a mapping from edges to a collection of their source port
candidates
.
- getSourcePortCandidates() - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
Gets a mapping from edges to a collection of their source port
candidates
.
- getSourcePortCandidates() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
Gets a mapping from edges to a collection of their source port
candidates
.
- getSourcePortCandidates() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets a mapping from edges to a collection of their source port
candidates
.
- getSourcePortCandidates(IInputModeContext, IPortCandidate) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- getSourcePortCandidates(IInputModeContext) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- getSourcePortCandidates(IInputModeContext) - Method in interface com.yworks.yfiles.view.input.IEdgeReconnectionPortCandidateProvider
-
Returns all source port candidates that may be used for the edge.
- getSourcePortCandidates(IInputModeContext, IPortCandidate) - Method in interface com.yworks.yfiles.view.input.IPortCandidateProvider
-
Returns all port candidates that apply for the provided opposite port candidate.
- getSourcePortCandidates(IInputModeContext) - Method in interface com.yworks.yfiles.view.input.IPortCandidateProvider
-
Returns all source port candidates that belong to the context of this provider.
- getSourcePortConstraint() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
- getSourcePortConstraint(LayoutGraph, Edge, int) - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
- getSourcePortConstraintDataAcceptor() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.FixGroupLayoutData
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.PartitionLayoutData
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouterData
-
- getSourcePortConstraints() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- getSourcePortGroup() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Gets the ID of the edge port group at the source node to which the
Edge
associated with this
IEdgeData
instance belongs (if any).
- getSourcePortGroupIds() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapping from edges to an object representing their source port group.
- getSourcePortLocationParameter() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- getSourcePortOwner() - Method in class com.yworks.yfiles.graph.EdgeEventArgs
-
Gets the owner of the source port the edge was connected to before the event happened.
- getSourcePortStyle() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Gets the
IPortStyle
to use for the folding source port.
- getSourceSplitIds() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Gets a mapping from edges connecting to group nodes to source split ids.
- getSourceType() - Method in class com.yworks.yfiles.graphml.HandleSerializationEventArgs
-
Declares the type in the inheritance of the
Item
that should be used for serialization.
- getSourceType() - Method in class com.yworks.yfiles.graphml.MapperOutputHandler
-
Gets the source type of the serialization.
- getSpacing() - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Gets the space between adjacent lines of the wrapped graph layout.
- getSpacing() - Method in class com.yworks.yfiles.layout.hierarchic.TopLevelGroupToSwimlaneStage
-
Gets the spacing between the swimlanes.
- getSpacing() - Method in class com.yworks.yfiles.layout.router.polyline.Grid
-
Gets the spacing between the horizontal and vertical grid lines.
- getSpacing() - Method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
Gets the spacing between subtrees.
- getSpacing() - Method in class com.yworks.yfiles.layout.tree.AssistantNodePlacer
-
Gets the spacing between subtrees for the delegate
INodePlacer
.
- getSpacingBetweenFamilyMembers() - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Gets the spacing between two nodes representing members of the same family in one generation.
- getSPC(LayoutGraph, Edge) - Static method in class com.yworks.yfiles.layout.PortConstraint
-
- getSplitNodesDpKey() - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
Gets the
IDataProvider
key for marking the nodes that were created by splitting edges, i.e., the split-nodes.
- getSplitNodeSize() - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
Gets the size of the split-nodes that are inserted when splitting edges.
- getSplitOrthogonalSegmentRecognizer() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the event recognizer that determines whether the bend creation should be treated as a split segment operation.
- getSplitSegmentLength() - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
Gets the maximum length for a split-edge.
- getSpringGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getSquaredVectorLength() - Method in class com.yworks.yfiles.geometry.PointD
-
Yields the squared length of the vector that has
PointD.x
and
PointD.y
as its components.
- getStarSubstructureStyle() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets the style specifier for star substructures.
- getStartPoint() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets a copy of the starting point at which the edge creation gesture started.
- getState(Object) - Method in interface com.yworks.yfiles.graph.IMementoSupport
-
Retrieves an object representing the state at the moment this method is called.
- getSteelBlue() - Static method in class com.yworks.yfiles.view.Pen
-
- getStopDuration() - Method in class com.yworks.yfiles.algorithms.AbortHandler
-
Gets the duration an algorithm may run before being stopped automatically.
- getStopRecognizer() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
- getStraightControlPointRatio() - Method in class com.yworks.yfiles.layout.CurveFittingLayoutStage
-
Gets the ratio that defines the distance between the intermediate control points and the end points of a cubic segment
which actually represents a straight line, i.e., in case the four points are collinear.
- getStress(Node) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Polls the current stress value of a given node.
- getStripe() - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyleRenderer
-
Gets the currently configured stripe.
- getStripe() - Method in class com.yworks.yfiles.view.input.StripeSubregion
-
Gets the stripe that this instance describes.
- getStripeDropInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Gets the
StripeDropInputMode
property that is responsible for handling drag and drop
operations of stripes onto the Canvas.
- getStripeHitTestable() - Method in interface com.yworks.yfiles.view.input.IStripeHitTestHelper
-
Return a
IHitTestable
that should report hits on the whole stripe.
- getStripeSelection() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- getStrokeType() - Method in class com.yworks.yfiles.view.Pen
-
Gets the line cap for the start of the line.
- getStrongSourcePort() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
Gets the location of the strong source port that the edge uses.
- getStrongTargetPort() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
Gets the location of the strong target port that the edge uses.
- getStyle() - Method in class com.yworks.yfiles.graph.EdgeDefaults
-
- getStyle() - Method in class com.yworks.yfiles.graph.FolderNodeState
-
The style of this node.
- getStyle() - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
The style of this edge.
- getStyle() - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
The style of this label.
- getStyle() - Method in class com.yworks.yfiles.graph.FoldingPortState
-
The style of this port.
- getStyle() - Method in interface com.yworks.yfiles.graph.IEdge
-
Returns the style that is responsible for the visual representation of this edge in a
CanvasControl
.
- getStyle() - Method in interface com.yworks.yfiles.graph.IEdgeDefaults
-
Gets the style to use for edges.
- getStyle() - Method in interface com.yworks.yfiles.graph.ILabel
-
Returns the style that is responsible for the visual representation of this node in a
CanvasControl
.
- getStyle() - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
Gets the style to use for labels.
- getStyle() - Method in interface com.yworks.yfiles.graph.INode
-
Returns the style that is responsible for the visual representation of this node in a
CanvasControl
.
- getStyle() - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
Gets the style to use for nodes.
- getStyle() - Method in interface com.yworks.yfiles.graph.IPort
-
Returns the style that is responsible for the visual representation of this port in a
CanvasControl
.
- getStyle() - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
Gets the style to use for ports.
- getStyle() - Method in interface com.yworks.yfiles.graph.IStripe
-
Gets the style for this stripe.
- getStyle() - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Gets the style to use for stripes.
- getStyle() - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- getStyle() - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- getStyle() - Method in class com.yworks.yfiles.graph.PortDefaults
-
- getStyle() - Method in class com.yworks.yfiles.graph.SimpleEdge
-
- getStyle() - Method in class com.yworks.yfiles.graph.SimpleLabel
-
- getStyle() - Method in class com.yworks.yfiles.graph.SimpleNode
-
- getStyle() - Method in class com.yworks.yfiles.graph.SimplePort
-
- getStyle() - Method in class com.yworks.yfiles.graph.StripeDefaults
-
- getStyle() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
Gets the currently configured style.
- getStyle(IRenderContext, IModelItem) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyle
-
Callback method that determines the
URL
to the FXML file which encodes
the
Control
.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
Gets the currently configured style.
- getStyle(IRenderContext, IModelItem) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
Callback method that determines the
URL
to the FXML file which encodes
the
Control
.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Gets the currently configured style.
- getStyle(IRenderContext, IModelItem) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyle
-
Callback method that determines the
Style
for the
Node
.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
Gets the currently configured style.
- getStyle(IRenderContext, IModelItem) - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyle
-
Callback method that determines the
Style
for the
Node
.
- getStyle() - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyleRenderer
-
Gets the currently configured style.
- getStyle() - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Gets how the components are arranged.
- getStyle() - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- getStyle() - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Gets the style to use for the newly created port.
- getStyle() - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Gets the
Style
of the label to add.
- getStyleInstance() - Method in class com.yworks.yfiles.graph.EdgeDefaults
-
- getStyleInstance() - Method in interface com.yworks.yfiles.graph.IEdgeDefaults
-
Factory method that returns a style instance for use with newly created edges.
- getStyleInstance(ILabelOwner) - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
Factory method that returns a style instance for use with newly created labels.
- getStyleInstance() - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
Factory method that returns a style instance for use with newly created nodes.
- getStyleInstance(IPortOwner) - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
Factory method that returns a style instance for use with newly created ports.
- getStyleInstance() - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Factory method that returns a style instance for use with newly created stripes.
- getStyleInstance(ILabelOwner) - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- getStyleInstance() - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- getStyleInstance(IPortOwner) - Method in class com.yworks.yfiles.graph.PortDefaults
-
- getStyleInstance() - Method in class com.yworks.yfiles.graph.PortDefaults
-
Factory method that returns a style instance for use with newly created ports.
- getStyleInstance() - Method in class com.yworks.yfiles.graph.StripeDefaults
-
- getStyleResourceKey() - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyle
-
Gets the
String
that will be used to look up
the
URL
to the FXML file which encodes
the
Control
.
- getStyleResourceKey() - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
Gets the
String
that will be used to look up
the
URL
to the FXML file which encodes
the
Control
.
- getStyleResourceKey() - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyle
-
Gets the
String
that will be used to look up
the
URL
to the FXML file which encodes
the
Control
.
- getStyleResourceKey() - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyle
-
Gets the
String
that will be used to look up the
Style
that is applied to the
Node
.
- getStyleTag() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Sets the value of property style tag.
- getStyleTag() - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
Gets the tag that is associated with this style instance.
- getSubgraphLayout() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets the
ILayoutStage
that constrains the layout process to a subgraph of the input graph.
- getSubgraphPlacement() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets the objective used for finding 'good' positions for subgraph components.
- getSubject() - Method in interface com.yworks.yfiles.graphml.IReferenceHandle
-
The resource that is encapsulated by the handle.
- getSubregionType() - Method in class com.yworks.yfiles.view.input.StripeSubregion
-
Gets the specific subregion type that this instance describes.
- getSubtreeArrangement(Object) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Retrieves the routing for the subtree that is rooted at the given node.
- getSubtreeArrangement() - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Gets how the children of a local root are arranged and how the edges between them are routed.
- getSubtreeAspectRatios() - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayoutData
-
Gets the mapping from nodes to the aspect ratio of their sub tree.
- getSubTreeDepths(Graph, INodeMap) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Returns the depths of each subtree of a rooted directed tree.
- getSubtreeRoutingPolicies() - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayoutData
-
Gets the mapping from nodes to the routing policies of their sub trees.
- getSubtreeShape(Node) - Method in class com.yworks.yfiles.layout.tree.AbstractNodePlacer
-
- getSubtreeShape(Node) - Method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
Returns the rotated subtree shape for the subtree rooted at the given node.
- getSubtreeShape(Node) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- getSubTreeSizes(Graph, INodeMap) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Returns the size (number of nodes) of each subtree of a rooted directed tree.
- getSuccessorCursor() - Method in class com.yworks.yfiles.algorithms.Node
-
Returns a node cursor for all successor nodes of this node.
- getSuccessors(Graph, NodeList, int) - Static method in class com.yworks.yfiles.algorithms.GraphConnectivity
-
Determines the direct or indirect successors of a given list of nodes.
- getSuccessors() - Method in class com.yworks.yfiles.algorithms.Node
-
Yields a dynamic
Iterable
for
Node
s that can be used to iterate over the opposite sides of adjacent outgoing edges at this instance.
- getSuccessors(Node) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Retrieves all children of the given local root.
- getSwimLaneCrossingWeight() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets the relative weight of edges crossing a swimlane relative to edges that stay in their lane.
- getSwimLaneDescriptor() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
- getSwimLaneDescriptors(LayoutGraph) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- getSwimlanePos() - Method in class com.yworks.yfiles.layout.Swimlanes.SwimlaneRepresentative
-
Gets the current position of the represented swimlane.
- getTable() - Method in interface com.yworks.yfiles.graph.IStripe
-
The
ITable
instance where this stripe is installed.
- getTable() - Method in class com.yworks.yfiles.graph.StripeEventArgs
-
Gets the table that owned the stripe before the event happened.
- getTable() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
Gets the
ITable
instance that defines the tabular structure.
- getTable() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
Gets the table object that should be used for rendering.
- getTable() - Method in class com.yworks.yfiles.view.input.TableReshapeHandler
-
The table used for additional constraints.
- getTableLayoutConfigurator() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- getTableNode() - Method in class com.yworks.yfiles.view.input.TableReshapeHandler
-
The node this handler is used for.
- getTableRenderingOrder() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
Gets the order in which rows and columns are rendered.
- getTableRenderingOrder() - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getTableRenderingOrder() - Method in class com.yworks.yfiles.view.input.StripeHitTester
-
Return the hit test order that is currently used by this instance.
- getTag() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- getTag() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- getTag() - Method in class com.yworks.yfiles.graph.FolderNodeState
-
The tag of the node.
- getTag() - Method in class com.yworks.yfiles.graph.FoldingBendState
-
The tag of the bend.
- getTag() - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
The tag of the edge.
- getTag() - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
The tag of the label.
- getTag() - Method in class com.yworks.yfiles.graph.FoldingPortState
-
The tag of the port.
- getTag() - Method in interface com.yworks.yfiles.graph.ITagOwner
-
Gets the tag associated with this instance.
- getTag() - Method in class com.yworks.yfiles.graph.SimpleBend
-
- getTag() - Method in class com.yworks.yfiles.graph.SimpleEdge
-
- getTag() - Method in class com.yworks.yfiles.graph.SimpleLabel
-
- getTag() - Method in class com.yworks.yfiles.graph.SimpleNode
-
- getTag() - Method in class com.yworks.yfiles.graph.SimplePort
-
- getTag() - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- getTag() - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Gets the
Tag
of the label to add.
- getTag() - Method in class com.yworks.yfiles.view.input.SnapLine
-
The tag that is associated with this snap line.
- getTag() - Method in class com.yworks.yfiles.view.input.SnapResult
-
Gets the tag associated with this result.
- getTan() - Static method in class com.yworks.yfiles.view.Pen
-
- getTangent(double) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Gets the tangent on this path instance at the given ratio.
- getTangent(int, double) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Gets the tangent on this path instance at the segment and segment ratio.
- getTangent(IEdge, double) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Gets the tangent to the edge at the specified ratio and the corresponding touch point.
- getTangent(IEdge, int, double) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Gets the tangent to the edge at the specified ratio of a segment of the edge and the corresponding touch point.
- getTangent(double) - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- getTangent(int, double) - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- getTangent(double) - Method in interface com.yworks.yfiles.graph.styles.IPathGeometry
-
Calculates the tangent on the edge's path at the given ratio point.
- getTangent(int, double) - Method in interface com.yworks.yfiles.graph.styles.IPathGeometry
-
Calculates the tangent on the edge's path at the given ratio point for the given segment.
- getTangent(double) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Calculates the tangent on the edge's path at the given ratio point.
- getTangent(int, double) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Calculates the tangent on the edge's path at the given ratio point for the given segment.
- getTangent(double) - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyleRenderer
-
- getTangent(int, double) - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyleRenderer
-
- getTangent(double) - Method in class com.yworks.yfiles.graph.styles.VoidPathGeometry
-
- getTangent(int, double) - Method in class com.yworks.yfiles.graph.styles.VoidPathGeometry
-
- getTapCount() - Method in class com.yworks.yfiles.view.Touch2DEvent
-
- getTapHandlingPolicy() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Gets the tap handling policy that determines the triggering behavior of
Tapped
and
DoubleTapped
.
- getTapInputMode() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
- getTapLocation() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Gets the location of the last tap.
- getTarget(Object) - Method in class com.yworks.yfiles.algorithms.Graph
-
Returns the target node associated with the given edge.
- getTarget(ILabel) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Provides an
ILabelOwner
where the given
originalLabel
can be added to.
- getTarget(IPort) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Provides an
IPortOwner
where the given
originalPort
can be added to.
- getTarget(IEdge, boolean) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Provides an
IPort
where the given
originalEdge
can be added to.
- getTarget(IBend) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Provides an
IEdge
where the given
originalBend
can be added to.
- getTarget(INode) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Provides a parent group node for the given originalNode
.
- getTarget(Object) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- getTarget(PointD) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Finds the target
port owner
at the specified location.
- getTargetArrow() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Gets the visual arrow at the target end of edges that use this style.
- getTargetArrow() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- getTargetArrow() - Method in interface com.yworks.yfiles.graph.styles.IArrowOwner
-
Gets the visual arrow at the target end of edges that use this style.
- getTargetArrow() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Gets the target arrow from the style.
- getTargetArrow() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyle
-
Gets the visual arrow at the target end of edges that use this style.
- getTargetArrow() - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyleRenderer
-
- getTargetArrowAnchor(GeneralPath, IArrow) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Convenience method that calculates the target arrow anchor and direction for a a given arrow and path.
- getTargetArrowAnchor(IArrow) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Calculate and update the anchor and the target arrow's direction vector.
- getTargetBounds() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- getTargetBounds() - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Gets the target world bounds.
- getTargetBoundsInsets() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets the insets (in world coordinates) that will be added to the content rectangle when calculating the target
viewport.
- getTargetCell(int) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Returns the target cell with the given index in the list of all cells that are covered by the target node of the
current edge
.
- getTargetFoldingManager(IGraph) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Callback method that retrieves the
FoldingManager
from the given target graph.
- getTargetGraph() - Method in interface com.yworks.yfiles.graph.IGraphClipboardContext
-
Gets the target graph for the current operation.
- getTargetGroup() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Gets the ID of the edge group at the target node to which the
Edge
associated with this
IEdgeData
instance belongs (if any).
- getTargetGroupDataAcceptor() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Gets a
IDataAcceptor
that can be used for temporarily overwriting the target group information used during the
layout.
- getTargetGroupId() - Method in class com.yworks.yfiles.layout.router.BusDescriptor
-
Gets the group ID for the target side of the edge.
- getTargetGroupIds() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapping from edges to an object representing their target edge group.
- getTargetGroupIds() - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Gets a mapping from edges to an object representing their target edge group.
- getTargetGroupIds() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
Gets a mapping from edges to an object representing their target edge group.
- getTargetGroupIds() - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
Gets a mapping from edges to an object representing their target edge group.
- getTargetGroupIds() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets a mapping from edges to an object representing their target edge group.
- getTargetGroupIds() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
Gets a mapping from edges to an object representing their target edge group.
- getTargetGroups() - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
Gets a mapping from edges to an object representing their target edge group.
- getTargetMarker() - Method in class com.yworks.yfiles.view.input.EdgeSegmentSnapLine
-
Gets the location of the target marker of this snap line.
- getTargetNode() - Method in interface com.yworks.yfiles.graph.IEdge
-
Gets the target node for the given edge or null
.
- getTargetPoint() - Method in interface com.yworks.yfiles.layout.IEdgeLayout
-
Gets the relative coordinates of the second end point of this layout.
- getTargetPointAbs(Edge) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the absolute coordinates of the target point of the given edge.
- getTargetPointRel(Edge) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the relative coordinates of the target point of the given edge.
- getTargetPort() - Method in class com.yworks.yfiles.graph.EdgeEventArgs
-
Gets the target port the edge was connected to before the event happened.
- getTargetPort() - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
- getTargetPort() - Method in interface com.yworks.yfiles.graph.IEdge
-
Gets the target port instance this edge is connected to.
- getTargetPort() - Method in class com.yworks.yfiles.graph.SimpleEdge
-
- getTargetPortCandidate() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the current candidate for the
TargetPort
of the edge to be created.
- getTargetPortCandidateProvider(IPortCandidate, PointD) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Retrieves the
IPortCandidateProvider
instance that provides the possible candidates for the target of the edge
given the current source candidate.
- getTargetPortCandidateProvider(IPortCandidate, IPortOwner, PointD) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Retrieves the port candidate provider instance given a source port candidate and a possible target item.
- getTargetPortCandidates() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapping from edges to a collection of their target port
candidates
.
- getTargetPortCandidates() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
- getTargetPortCandidates() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Gets a mapping from edges to a collection of their target port
candidates
.
- getTargetPortCandidates() - Method in class com.yworks.yfiles.layout.PartitionLayoutData
-
Gets a mapping from edges to a collection of their target port
candidates
.
- getTargetPortCandidates() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Gets a mapping from edges to a collection of their target port
candidates
.
- getTargetPortCandidates() - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
Gets a mapping from edges to a collection of their target port
candidates
.
- getTargetPortCandidates() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
Gets a mapping from edges to a collection of their target port
candidates
.
- getTargetPortCandidates() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Gets a mapping from edges to a collection of their target port
candidates
.
- getTargetPortCandidates(IInputModeContext, IPortCandidate) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- getTargetPortCandidates(IInputModeContext) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- getTargetPortCandidates(PointD, boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Retrieves the target port candidates for a given location in world coordinates.
- getTargetPortCandidates(IInputModeContext) - Method in interface com.yworks.yfiles.view.input.IEdgeReconnectionPortCandidateProvider
-
Returns all source port candidates that may be used for the edge.
- getTargetPortCandidates(IInputModeContext, IPortCandidate) - Method in interface com.yworks.yfiles.view.input.IPortCandidateProvider
-
Returns all port candidates that apply for the provided opposite port candidate.
- getTargetPortCandidates(IInputModeContext) - Method in interface com.yworks.yfiles.view.input.IPortCandidateProvider
-
Returns all target port candidates that belong to the context of this provider.
- getTargetPortConstraint() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
- getTargetPortConstraint(LayoutGraph, Edge) - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
- getTargetPortConstraintDataAcceptor() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.FixGroupLayoutData
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.PartitionLayoutData
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouterData
-
- getTargetPortConstraints() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- getTargetPortGroup() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Gets the ID of the edge port group at the target node to which the
Edge
associated with this
IEdgeData
instance belongs (if any).
- getTargetPortGroupIds() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Gets a mapping from edges to an object representing their target port group.
- getTargetPortLocationParameter() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- getTargetPortOwner() - Method in class com.yworks.yfiles.graph.EdgeEventArgs
-
Gets the owner of the target port the edge was connected to before the event happened.
- getTargetPortStyle() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Gets the
IPortStyle
to use for the folding target port.
- getTargetRatio() - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Gets the desired target aspect ratio for the layout.
- getTargetSplitIds() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Gets a mapping from edges connecting to group nodes to target split ids.
- getTargetSubregion(PointD) - Method in class com.yworks.yfiles.view.input.ReparentStripePositionHandler
-
Finds the target stripe subregion at location
and its associated owner node.
- getTargetTableNode() - Method in class com.yworks.yfiles.view.input.StripeSubregion
-
Gets the node the region is associated to.
- getTargetType() - Method in class com.yworks.yfiles.graphml.HandleDeserializationEventArgs
-
Gets the type of the resulting instance that is required by the requesting deserializer or null
if the target
type is not known in advance.
- getTargetViewMargins() - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Gets the margins in view coordinate dimensions to use at the target zoom level.
- getTeal() - Static method in class com.yworks.yfiles.view.Pen
-
- getTemplate() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the template that is used for the visualization of the marquee rectangle.
- getTemplate() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Gets the template that is used for the visualization of the marquee rectangle.
- getTemplate() - Method in class com.yworks.yfiles.view.OrientedRectangleIndicatorInstaller
-
- getTemplate() - Method in class com.yworks.yfiles.view.RectangleIndicatorInstaller
-
- getTemplateKey() - Method in class com.yworks.yfiles.view.RectangleIndicatorInstaller
-
- getText() - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
The label's text.
- getText() - Method in interface com.yworks.yfiles.graph.ILabel
-
Gets the text string associated with this label.
- getText() - Method in class com.yworks.yfiles.graph.SimpleLabel
-
- getText() - Method in class com.yworks.yfiles.view.input.TextEventArgs
-
Gets the text that was or will be edited.
- getTextAlignment() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets the text alignment.
- getTextBox() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets the text box to use for displaying and editing.
- getTextBoxBounds() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Returns the bounds of the TextBox.
- getTextEditorInputMode() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- getTextEditorInputMode() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- getTextEditorInputModeConfigurator() - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
- getTextPaint() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets the brush to use for the label's text.
- getTextWrapping() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets the text wrapping mode.
- getThickness() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Gets the thickness of the
Edge
associated with this
IEdgeData
instance.
- getThickness() - Method in class com.yworks.yfiles.view.Pen
-
Gets the thickness of the stroke.
- getThistle() - Static method in class com.yworks.yfiles.view.Pen
-
- getTightness() - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Gets the tightness factor of this column.
- getTightness() - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Gets the tightness factor of this row.
- getTo() - Method in class com.yworks.yfiles.view.input.SnapLine
-
The second location that delimits this snap line.
- getToClipboardCopier() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Gets the
GraphCopier
instance that will be used to copy the graph to the clipboard.
- getToggleSegmentOrientationRecognizer() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the
IEventRecognizer
that toggles the orientation of the first orthogonally created segment.
- getToken() - Method in class com.yworks.yfiles.graph.UndoEngine
-
Returns a token that can be used to store and compare the state of the undo queue.
- getTomato() - Static method in class com.yworks.yfiles.view.Pen
-
- getToolTip(PointD) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Callback method that provides a text for the given location or null
.
- getToolTip() - Method in class com.yworks.yfiles.view.input.ToolTipQueryEventArgs
-
Gets the tool tip to use.
- getToolTipLocation(PointD) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Finds the position in canvas view coordinates to display the tool tip at for the given world coordinates.
- getToolTipLocationOffset() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Gets the tool tip location offset in view coordinates.
- getTop() - Method in class com.yworks.yfiles.geometry.InsetsD
-
Gets the top inset.
- getTopInset() - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Gets the top inset in which no element will lie in the resulting layout.
- getTopLayout() - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Gets the
layout algorithm
that is responsible for the layout between family groups.
- getTopLeft() - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Gets the coordinates of the top left corner of the rectangle as a
PointD
.
- getTopLeft() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the coordinates of the top left corner of the rectangle.
- getTopLeftChangeFactor() - Method in class com.yworks.yfiles.view.input.ReshapeRectangleContext
-
Gets the factor by which the top left corner of the node layout changes when the handle is dragged.
- getTopLeftLocation() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Gets the location of the top left corner of the oriented rectangle as a
PointD
.
- getTopRight() - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Gets the coordinates of the top right corner of the rectangle as a
PointD
.
- getTopRight() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets the coordinates of the top right corner of the rectangle.
- getTouchPoint() - Method in class com.yworks.yfiles.view.Touch2DEvent
-
Returns the touch point associated with this event.
- getTouchPointIndex() - Method in class com.yworks.yfiles.view.Touch2DPoint
-
Gets the device's index.
- getTPC(LayoutGraph, Edge) - Static method in class com.yworks.yfiles.layout.PortConstraint
-
- getTrailingHeaderHitTestable() - Method in interface com.yworks.yfiles.view.input.IStripeHitTestHelper
-
Return a
IHitTestable
that should report hits on the trailing header region of the stripe.
- getTransferMode() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Gets the
TransferMode
that will be used for drags on the canvas.
- getTransformed(Matrix2D) - Method in class com.yworks.yfiles.geometry.RectD
-
Transforms this instance using specified transform storing the bounds in place.
- getTransformedPortOwners() - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Provides access to the enumeration of
IPortOwner
instances that are being transformed during the edit.
- getTranslated(PointD) - Method in class com.yworks.yfiles.geometry.RectD
-
Returns a translated instance of this which has modified
RectD.x
and
RectD.y
by the given amount.
- getTranslateX() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Gets the horizontal translation distance.
- getTranslateY() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Gets the vertical translation distance.
- getTransparent() - Static method in class com.yworks.yfiles.view.Pen
-
- getTreeComponentCoreLayout() - Method in class com.yworks.yfiles.layout.tree.TreeComponentLayout
-
Gets the layout algorithm that is applied to tree components.
- getTreeEdges(Graph, NodeList[]) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Returns an array of
EdgeList
objects each containing edges that belong to a maximal directed subtree of the
given graph.
- getTreeEdges(Graph) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Returns an array of
EdgeList
objects each containing edges that belong to a maximal directed subtree of the
given graph.
- getTreeNodes(Graph) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Returns an array of
NodeList
objects each containing nodes that belong to a maximal directed subtree of the
given graph.
- getTreeRoot() - Method in class com.yworks.yfiles.layout.tree.BalloonLayoutData
-
Gets the mapping for marking the node that will be used as root node of the tree.
- getTreeRoot() - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Gets the mapping for marking the node that will be used as root node of the tree.
- getTurnCCW() - Method in class com.yworks.yfiles.layout.Direction
-
Gets the direction that follows this direction in counterclockwise order.
- getTurnCW() - Method in class com.yworks.yfiles.layout.Direction
-
Gets the direction that follows this direction in clockwise order.
- getTurquoise() - Static method in class com.yworks.yfiles.view.Pen
-
- getType() - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Gets the type of this arrow.
- getType(IParseContext, XmlName) - Method in interface com.yworks.yfiles.graphml.IXamlNameMapper
-
Returns a
Class
that matches the given
fqTagName
of an XML element.
- getType() - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
Returns the type of the property.
- getType() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Gets the type of the
Edge
associated with this
IEdgeData
instance.
- getType() - Method in interface com.yworks.yfiles.layout.hierarchic.ILayer
-
Gets the type of this
ILayer
instance.
- getType() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
- getType() - Method in interface com.yworks.yfiles.layout.multipage.IEdgeInfo
-
Gets the type of the associated edge.
- getType() - Method in interface com.yworks.yfiles.layout.multipage.INodeInfo
-
Gets the type of the node associated with this
info object
.
- getType() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
Gets the routing type of the edge within this cell.
- getType() - Method in class com.yworks.yfiles.view.input.ConstrainedHandle
-
- getType() - Method in interface com.yworks.yfiles.view.input.IHandle
-
Returns the type of the handle that can be used by the rendering engine to render types differently.
- getType() - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
Gets the type of the handle that can be used by the rendering engine to render types differently.
- getType() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- getType() - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Gets the type of the handle that can be used by the rendering engine to render types differently.
- getType() - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Gets the type of the handle that can be used by the rendering engine to render types differently.
- getUnbalancedObstaclesCost() - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
Gets the costs incurred if the distribution after a subdivision of obstacles is unbalanced in sub-cells.
- getUnbalancedRatioCost() - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
Gets the costs incurred if the subdivision produces unbalanced rectangles.
- getUndirectedTreeNodes(Graph) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Returns an array of
NodeList
objects each containing nodes that belong to a maximal undirected subtree of the
given graph.
- getUndoEngine() - Method in interface com.yworks.yfiles.graph.IGraph
-
Gets the
UndoEngine
instance associated with this
IGraph
or
null
if none is associated with it.
- getUndoName() - Method in class com.yworks.yfiles.graph.AbstractUndoUnit
-
- getUndoName() - Method in class com.yworks.yfiles.graph.CompositeUndoUnit
-
Returns the current redo name.
- getUndoName() - Method in interface com.yworks.yfiles.graph.IUndoUnit
-
Returns the name of the undo unit.
- getUndoName() - Method in class com.yworks.yfiles.graph.UndoEngine
-
- getUp() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Gets the up vector of the oriented rectangle as a
PointD
struct.
- getUpVector() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets the point that describes the "up"-vector that will be used to determine the orientation of the text box in the
world coordinate system.
- getUpX() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets the x-component of this rectangle's up vector.
- getUpX() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Returns the x value of the up vector.
- getUpX() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Always returns 0
.
- getUpX() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Gets the x component of the up vector to the new value.
- getUpY() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets the y-component of this rectangle's up vector.
- getUpY() - Method in interface com.yworks.yfiles.geometry.IOrientedRectangle
-
Returns the y value of the up vector.
- getUpY() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Always returns -1
.
- getUpY() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Gets the y component of the up vector to the new value.
- getUrl() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Returns the string representing the URL to get the pixel data of the icon.
- getUrl() - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyle
-
Returns the string representing the URL to get the pixel data of the image.
- getUserObject() - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Gets the user object associated with this instance.
- getValidBeginCursor() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the cursor that indicates a valid place to begin an edge creation.
- getValidBendCursor() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the cursor that indicates a valid place to create a bend.
- getValidBendHitTestable() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets a
IHitTestable
that determines, whether it is valid to create a bend here.
- getValidClickHitCursor() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Gets the cursor to use when hovering over a valid hit region.
- getValidClickHitTestable() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Gets a hit test that determines where this mode should recognize clicks.
- getValidDropHitTestable() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Gets the
IHitTestable
that determines whether the given location is a valid drop location.
- getValidEndCursor() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the cursor that indicates a valid place to finish creation.
- getValidHoverLocationHitTestable() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Gets an
IHitTestable
that determines where the mouse may hover and a tool tip can be
shown
.
- getValidity() - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Determines whether this candidate is a valid one depending on the context it has been obtained from.
- getValidity() - Method in interface com.yworks.yfiles.view.input.IPortCandidate
-
Determines whether this instance is a valid port candidate.
- getValidMenuLocationHitTestable() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Gets an
IHitTestable
that determines whether it is valid to open a context menu at the queried position.
- getValidTapHitTestable() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Gets a hit test that determines where this mode should recognize taps.
- getValue(BorderLine.Segment) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Returns the value of the minimum of the given segment.
- getValue(K) - Method in interface com.yworks.yfiles.graph.IMapper
-
Gets the value for a given key in the mapping.
- getValue(K) - Method in class com.yworks.yfiles.graph.Mapper
-
- getValue(IWriteContext, TKey) - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Callback method that obtains the data for the given key.
- getValue(Object) - Method in class com.yworks.yfiles.graphml.CreationProperties
-
Gets the value associated with the specified key.
- getValue() - Method in class com.yworks.yfiles.graphml.GraphMLXmlAttribute
-
Gets the value of the attribute.
- getValue(IWriteContext, TKey) - Method in class com.yworks.yfiles.graphml.MapperOutputHandler
-
Callback method that obtains the data for the given key.
- getValue() - Method in class com.yworks.yfiles.graphml.Property
-
Gets the value.
- getValue(Object) - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
Tries to retrieve the value of the specified instance using the
getters
invoke
method.
- getValue() - Method in class com.yworks.yfiles.graphml.QueryReferenceIdEventArgs
-
The reference value that is encapsulated by this instance.
- getValue() - Method in class com.yworks.yfiles.graphml.ResolveReferenceEventArgs
-
The reference value that is encapsulated by this instance.
- getValue() - Method in class com.yworks.yfiles.utils.Future
-
The value of this future, which may only be queried if
HasValue
yields
true
.
- getValueAt(double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Returns the value that is set on this borderline at the specified position.
- getValueAt(ListCell, double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Returns the value that is set on this borderline at the specified position.
- getValueAt(BorderLine.Segment, double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Returns the value that is set on this borderline at the specified position.
- getValueAt(double) - Method in class com.yworks.yfiles.algorithms.BorderLine.Segment
-
Returns the segment's value at the given position.
- getValueSerializerFor(Type) - Method in class com.yworks.yfiles.graphml.DefaultValueSerializerContext
-
- getValueSerializerFor(PropertyInfo) - Method in class com.yworks.yfiles.graphml.DefaultValueSerializerContext
-
- getValueSerializerFor(Type) - Method in class com.yworks.yfiles.graphml.GraphMLParseValueSerializerContext
-
- getValueSerializerFor(PropertyInfo) - Method in class com.yworks.yfiles.graphml.GraphMLParseValueSerializerContext
-
- getValueSerializerFor(Type) - Method in class com.yworks.yfiles.graphml.GraphMLWriteValueSerializerContext
-
- getValueSerializerFor(PropertyInfo) - Method in class com.yworks.yfiles.graphml.GraphMLWriteValueSerializerContext
-
- getValueSerializerFor(Type) - Method in interface com.yworks.yfiles.graphml.IValueSerializerContext
-
Gets the value serializer for a specific type.
- getValueSerializerFor(PropertyInfo) - Method in interface com.yworks.yfiles.graphml.IValueSerializerContext
-
- getValueType() - Method in class com.yworks.yfiles.graph.MapperMetadata
-
- getVector() - Method in class com.yworks.yfiles.geometry.Tangent
-
Gets the directional vector.
- getVectorLength() - Method in class com.yworks.yfiles.geometry.PointD
-
Yields the length of the vector that has
PointD.x
and
PointD.y
as its components.
- getVerticalAlignment() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
Determines how the text should be aligned vertically within the assigned label bounds.
- getVerticalAlignment() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets the vertical alignment of parallel subgraphs.
- getVerticalAlignment() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets the vertical alignment of the nodes within their corresponding layers.
- getVerticalAlignment() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Gets the relative vertical alignment of nodes with the same parent.
- getVerticalAlignment() - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Gets the relative vertical alignment of nodes within their respective layers.
- getVerticalAlignment() - Method in class com.yworks.yfiles.layout.tree.MultiParentDescriptor
-
Gets the relative vertical alignment of nodes belonging to the same multi-parent structure.
- getVerticalAlignment() - Method in class com.yworks.yfiles.layout.tree.SimpleNodePlacer
-
Gets the relative vertical alignment of nodes with the same parent.
- getVerticalAnchor() - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Gets the vertical movement info to which this info is anchored vertically.
- getVerticalDistance() - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
- getVerticalDistance() - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Gets the vertical distance between adjacent nodes.
- getVerticalDistance() - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
- getVerticalDistance() - Method in class com.yworks.yfiles.layout.tree.LeftRightNodePlacer
-
Gets the vertical distance between nodes or subtrees.
- getVerticalGridWidth() - Method in class com.yworks.yfiles.view.input.GridConstraintProvider
-
Gets the grid width.
- getVerticalGridWidth() - Method in interface com.yworks.yfiles.view.input.IGridConstraintProvider
-
Gets the canonic grid width in vertical direction.
- getVerticalInsets() - Method in class com.yworks.yfiles.geometry.InsetsD
-
- getVerticalOffset() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the current value of the vertical scroll bar.
- getVerticalScrollBarPolicy() - Method in class com.yworks.yfiles.view.CanvasControl
-
Specifies the visibility policy for the vertical scrollbar.
- getVerticalSpacing() - Method in class com.yworks.yfiles.view.GridInfo
-
Gets the vertical spacing between grid points in the world coordinate system.
- getVerticalTextAlignment() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets the vertical text alignment to use if the label is assigned more space than needed.
- getViewHeight() - Method in class com.yworks.yfiles.view.ContextConfigurator
-
- getViewItem(T) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Helper method that can be used to retrieve the items in this
Graph
-view for all items that are part
of the
MasterGraph
that is associated with the
Manager
of
this instance.
- getViewPoint() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the current view point.
- getViewport() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the currently visible viewing region in world coordinates.
- getViewportHeight() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the height of the current viewport.
- getViewportLimiter() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the
ViewportLimiter
instance that can be used to limit the explorable region.
- getViewportWidth() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns the width of the current viewport.
- getViews() - Method in class com.yworks.yfiles.graph.FoldingManager
-
Yields all currently known
view instances
that are managed by this
instance.
- getViewTransform() - Method in interface com.yworks.yfiles.view.IRenderContext
-
A transform that can be added to the transform list of a visual to be displayed in the original coordinate system (the
view coordinate system).
- getViewWidth() - Method in class com.yworks.yfiles.view.ContextConfigurator
-
- getViolet() - Static method in class com.yworks.yfiles.view.Pen
-
- getVisibilityPostprocessing() - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
Gets how postprocessing based on the visibility of segments should be performed.
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getVisibilityTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- getVisibilityTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getVisibilityTestable(IEdge, IEdgeStyle) - Method in interface com.yworks.yfiles.graph.styles.IEdgeStyleRenderer
-
Gets an implementation of the
IVisibilityTestable
interface that can handle the provided edge and its associated
style.
- getVisibilityTestable(ILabel, ILabelStyle) - Method in interface com.yworks.yfiles.graph.styles.ILabelStyleRenderer
-
Gets an implementation of the
IVisibilityTestable
interface that can handle the provided label and its
associated style.
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
- getVisibilityTestable(INode, INodeStyle) - Method in interface com.yworks.yfiles.graph.styles.INodeStyleRenderer
-
Gets an implementation of the
IVisibilityTestable
interface that can handle the provided node and its associated
style.
- getVisibilityTestable(IPort, IPortStyle) - Method in interface com.yworks.yfiles.graph.styles.IPortStyleRenderer
-
Gets an implementation of the
IVisibilityTestable
interface that can handle the provided port and its associated
style.
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- getVisibilityTestable(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getVisibilityTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
- getVisibilityTestable(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- getVisibilityTestable(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidEdgeStyleRenderer
-
- getVisibilityTestable(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.VoidLabelStyleRenderer
-
- getVisibilityTestable(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidNodeStyleRenderer
-
- getVisibilityTestable(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.VoidPortStyleRenderer
-
- getVisibilityTestable(Object) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- getVisibilityTestable(Object) - Method in interface com.yworks.yfiles.view.ICanvasObjectDescriptor
-
Returns an implementation of
IVisibilityTestable
that can determine if the rendering of the user object would be
visible in a given context.
- getVisibilityThreshold() - Method in class com.yworks.yfiles.view.GridVisualCreator
-
Gets the visibility threshold.
- getVisual(ICanvasObject) - Method in class com.yworks.yfiles.view.CanvasControl
-
- getVisualCaching() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the policy for caching
Node
s which are temporarily removed from the visual tree.
- getVisualCreator(IEdge, boolean, PointD, PointD) - Method in class com.yworks.yfiles.graph.styles.Arrow
-
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getVisualCreator(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- getVisualCreator(IEdge, boolean, PointD, PointD) - Method in interface com.yworks.yfiles.graph.styles.IArrow
-
Gets an
IVisualCreator
implementation that will paint this arrow at the given location using the given direction
for the given edge.
- getVisualCreator(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getVisualCreator(IEdge, IEdgeStyle) - Method in interface com.yworks.yfiles.graph.styles.IEdgeStyleRenderer
-
Gets an implementation of the
IVisualCreator
interface that can handle the provided edge and its associated
style.
- getVisualCreator(ILabel, ILabelStyle) - Method in interface com.yworks.yfiles.graph.styles.ILabelStyleRenderer
-
Gets an implementation of the
IVisualCreator
interface that can handle the provided label and its associated
style.
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
- getVisualCreator(INode, INodeStyle) - Method in interface com.yworks.yfiles.graph.styles.INodeStyleRenderer
-
Gets an implementation of the
IVisualCreator
interface that can handle the provided node and its associated
style.
- getVisualCreator(IPort, IPortStyle) - Method in interface com.yworks.yfiles.graph.styles.IPortStyleRenderer
-
Gets an implementation of the
IVisualCreator
interface that can handle the provided port and its associated
style.
- getVisualCreator(IStripe, IStripeStyle) - Method in interface com.yworks.yfiles.graph.styles.IStripeStyleRenderer
-
Gets an implementation of the
IVisualCreator
interface that can handle the provided stripe and its associated
style.
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- getVisualCreator(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- getVisualCreator(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
- getVisualCreator(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- getVisualCreator(IStripe, IStripeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyleRenderer
-
- getVisualCreator(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidEdgeStyleRenderer
-
- getVisualCreator(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.VoidLabelStyleRenderer
-
- getVisualCreator(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidNodeStyleRenderer
-
- getVisualCreator(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.VoidPortStyleRenderer
-
- getVisualCreator(IStripe, IStripeStyle) - Method in class com.yworks.yfiles.graph.styles.VoidStripeStyleRenderer
-
- getVisualCreator(ICanvasObject) - Method in class com.yworks.yfiles.view.CanvasControl
-
- getVisualCreator(Object) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- getVisualCreator(Object) - Method in interface com.yworks.yfiles.view.ICanvasObjectDescriptor
-
Returns an implementation of
IVisualCreator
that will create the
Node
tree for the user
object.
- getVisualCreator(IInputModeContext, INode, StripeVisualizationType) - Method in class com.yworks.yfiles.view.input.DefaultStripeInputVisualizationHelper
-
Return an
IVisualCreator
that is used to visualize the input operation specified by
type
.
- getVisualCreator(IInputModeContext, INode, StripeVisualizationType) - Method in interface com.yworks.yfiles.view.input.IStripeInputVisualizationHelper
-
Return an
IVisualCreator
that is used to visualize the input operation specified by
type
.
- getVisualCreator() - Method in class com.yworks.yfiles.view.input.SnapResult
-
- getWaitCursor() - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
Gets the WaitCursor property.
- getWeight(Edge) - Method in class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
-
Returns the edge weight of the given edge using the weight based cycle removal heuristic.
- getWeight() - Method in class com.yworks.yfiles.view.input.SnapLine
-
The weight/importance of this snap line.
- getWeight() - Method in class com.yworks.yfiles.view.input.SnapResult
-
Gets the weight of this result.
- getWeightedCenterNode(Graph, INodeMap) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Finds a node used by the greatest number of all (undirected) paths interconnecting all nodes with each other.
- getWeightedCenterNode(Graph) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Finds a node used by the greatest number of all (undirected) paths interconnecting all nodes with each other.
- getWeightHeuristic() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
Gets the weight heuristic that should be used.
- getWheat() - Static method in class com.yworks.yfiles.view.Pen
-
- getWheelDelta() - Method in class com.yworks.yfiles.view.Mouse2DEvent
-
Gets the signed number of mouse wheel turn units.
- getWhite() - Static method in class com.yworks.yfiles.view.Pen
-
- getWhiteSmoke() - Static method in class com.yworks.yfiles.view.Pen
-
- getWidth() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the width of this rectangle.
- getWidth() - Method in class com.yworks.yfiles.algorithms.YDimension
-
Gets the width of the dimension object.
- getWidth() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets the width of this rectangle.
- getWidth() - Method in interface com.yworks.yfiles.geometry.IMutableSize
-
Gets the width of this instance.
- getWidth() - Method in interface com.yworks.yfiles.geometry.ISize
-
Gets the current width of this instance.
- getWidth() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Gets the width of this instance from the
Size
instance.
- getWidth() - Method in class com.yworks.yfiles.geometry.MutableSize
-
Gets the width.
- getWidth() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Gets the width of this instance from the
Size
instance.
- getWidth() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets or sets the width of the rectangle.
- getWidth() - Method in class com.yworks.yfiles.geometry.SizeD
-
Gets or sets the width.
- getWidth() - Method in interface com.yworks.yfiles.layout.INodeLayout
-
Gets the width of the node.
- getWidth() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the width of the candidate's bounds.
- getWidth() - Method in class com.yworks.yfiles.layout.LabelLayoutData
-
Gets the width of the label's bounding box.
- getWidth(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the width of the given node.
- getWidth() - Method in class com.yworks.yfiles.layout.router.polyline.PartitionCell
-
- getWidthInterval() - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- getWorkingRatio() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Gets the working ratio which defines the amount of processor time this algorithm tries to get.
- getWorldBounds() - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Gets the bounds of the content to export in world coordinates.
- getWrapped() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
Gets the wrapped node style that will be used to perform the actual rendering of the node.
- getWrapped() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Gets the style that renders the text of the label.
- getWrapped() - Method in class com.yworks.yfiles.graph.styles.ShadowNodeStyleDecorator
-
Gets the wrapped node style instance by reference.
- getWrappedGraph() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
Gets the graph that has been wrapped by this instance.
- getWrappedHandler() - Method in class com.yworks.yfiles.view.input.ConstrainedDragHandler
-
Gets the wrapped handler to which calls will be ultimately delegated.
- getWrappedHandler() - Method in class com.yworks.yfiles.view.input.ConstrainedReshapeHandler
-
Gets the wrapped handler to which calls will be ultimately delegated.
- getWrappedInsets() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
- getWrappedStyle() - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- getWrappedStyle() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- getWriteEvents() - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
- getWriteEvents() - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
This property allows to access the events in the internal
IWriteEvents
implementation.
- getWriteEvents() - Method in interface com.yworks.yfiles.graphml.IWriteContext
-
Returns an implementation of
IWriteEvents
that allows to subscribe to various events in the write process.
- getWriter() - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
Gets the writer.
- getWriter() - Method in class com.yworks.yfiles.graphml.HandleSerializationEventArgs
-
Gets the writer for writing the xml output.
- getWriter() - Method in interface com.yworks.yfiles.graphml.IWriteContext
-
- getX() - Method in class com.yworks.yfiles.algorithms.Point2D
-
Gets the x coordinate of this point.
- getX() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the x coordinate of the upper left corner.
- getX() - Method in class com.yworks.yfiles.algorithms.YPoint
-
Gets the x-coordinate of the point object.
- getX() - Method in class com.yworks.yfiles.algorithms.YRectangle
-
Gets x-coordinate of upper left corner.
- getX() - Method in class com.yworks.yfiles.algorithms.YVector
-
Gets the first coordinate of the vector.
- getX() - Method in interface com.yworks.yfiles.geometry.IMutablePoint
-
Gets the x coordinate for this point.
- getX() - Method in interface com.yworks.yfiles.geometry.IPoint
-
Gets the current x coordinate of this point.
- getX() - Method in class com.yworks.yfiles.geometry.MutablePoint
-
Gets the x coordinate.
- getX() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Gets the x coordinate of the upper left corner of this instance from the
Location
instance.
- getX() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Gets the x coordinate of the anchor of this instance from the
Anchor
instance.
- getX() - Method in class com.yworks.yfiles.geometry.PointD
-
Gets or sets the X coordinate of the point.
- getX() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets or sets the X coordinate of the upper left corner of the rectangle.
- getX() - Method in class com.yworks.yfiles.graph.SimpleBend
-
Gets the current x coordinate of this bend.
- getX() - Method in interface com.yworks.yfiles.layout.INodeLayout
-
Gets the x-coordinate of the upper-left corner of the node.
- getX() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the minimum x-coordinate of the candidate's bounds.
- getX() - Method in class com.yworks.yfiles.layout.LabelLayoutData
-
Gets the x-coordinate of the upper-left corner of the label's bounding box.
- getX(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the x-coordinate of the given node's upper-left corner.
- getX(double) - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Gets the new x coordinate of the element if the mouse has been moved by dx
during the gesture.
- getX() - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Gets the x coordinate.
- getX2() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Gets the x coordinate of the lower right corner of this instance using the
Location
and
Size
instances.
- getXAlignment() - Method in class com.yworks.yfiles.layout.MinimumSizeGroupBoundsCalculator
-
Gets how the nodes are resized horizontally if the calculated width is smaller than the preferred minimum width of a
group node.
- getXmlNode() - Method in class com.yworks.yfiles.graphml.HandleDeserializationEventArgs
-
Gets the XML node that contains the data to deserialize.
- getXOffset() - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Gets the y value of the line on x coordinate 0.
- getXOffset() - Method in class com.yworks.yfiles.layout.PortCandidate
-
Gets the X-offset of the
PortCandidate
with respect to the center of the corresponding node.
- getXOffsetForLayoutOrientation(LayoutOrientation, MirrorModes) - Method in class com.yworks.yfiles.layout.PortCandidate
-
- getXOffsetForLayoutOrientation(LayoutOrientation) - Method in class com.yworks.yfiles.layout.PortCandidate
-
- getXProjection(YPoint) - Method in class com.yworks.yfiles.algorithms.AffineLine
-
Projects an point on the line in direction of the X-axis.
- getY() - Method in class com.yworks.yfiles.algorithms.Point2D
-
Gets the y coordinate of this point.
- getY() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets the y coordinate of the upper left corner.
- getY() - Method in class com.yworks.yfiles.algorithms.YPoint
-
Gets the y-coordinate of the point object.
- getY() - Method in class com.yworks.yfiles.algorithms.YRectangle
-
Gets y-coordinate of upper left corner.
- getY() - Method in class com.yworks.yfiles.algorithms.YVector
-
Gets the second coordinate of the vector.
- getY() - Method in interface com.yworks.yfiles.geometry.IMutablePoint
-
Gets the y coordinate for this point.
- getY() - Method in interface com.yworks.yfiles.geometry.IPoint
-
Gets the current y coordinate of this point.
- getY() - Method in class com.yworks.yfiles.geometry.MutablePoint
-
Gets the y coordinate.
- getY() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Gets the y coordinate of the upper left corner of this instance from the
Location
instance.
- getY() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Gets the y coordinate of the anchor of this instance from the
Anchor
instance.
- getY() - Method in class com.yworks.yfiles.geometry.PointD
-
Gets or sets the Y coordinate of the point.
- getY() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets or sets the Y coordinate of the upper left corner of the rectangle.
- getY() - Method in class com.yworks.yfiles.graph.SimpleBend
-
Gets the current y coordinate of this bend.
- getY() - Method in interface com.yworks.yfiles.layout.INodeLayout
-
Gets the y-coordinate of the upper-left corner of the node.
- getY() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets the minimum y-coordinate of the candidate's bounds.
- getY() - Method in class com.yworks.yfiles.layout.LabelLayoutData
-
Gets the y-coordinate of the upper-left corner of the label's bounding box.
- getY(Node) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Returns the y-coordinate of the given node's upper-left corner.
- getY(double) - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Gets the new y coordinate of the element if the mouse has been moved by dy
during the gesture.
- getY() - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Gets the y coordinate.
- getY2() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Gets the y coordinate of the lower right corner of this instance using the
Location
and
Size
instances.
- getYAlignment() - Method in class com.yworks.yfiles.layout.MinimumSizeGroupBoundsCalculator
-
Gets how the nodes are resized vertically if the calculated height is smaller than the preferred minimum height of a
group node.
- getYellow() - Static method in class com.yworks.yfiles.view.Pen
-
- getYellowGreen() - Static method in class com.yworks.yfiles.view.Pen
-
- getYGraph() - Method in class com.yworks.yfiles.layout.YGraphAdapter
-
Gets the graph instance that is created during the constructor call.
- getYOffset() - Method in class com.yworks.yfiles.graph.labelmodels.SandwichLabelModel
-
Gets the distance between the node's
Layout
and the label's
layout
.
- getYOffset() - Method in class com.yworks.yfiles.layout.PortCandidate
-
Gets the Y-offset of the
PortCandidate
with respect to the center of the corresponding node.
- getYOffsetForLayoutOrientation(LayoutOrientation, MirrorModes) - Method in class com.yworks.yfiles.layout.PortCandidate
-
- getYOffsetForLayoutOrientation(LayoutOrientation) - Method in class com.yworks.yfiles.layout.PortCandidate
-
- getYProjection(YPoint) - Method in class com.yworks.yfiles.algorithms.AffineLine
-
Projects an point on the line in direction of the Y-axis.
- getZoom() - Method in class com.yworks.yfiles.view.CanvasControl
-
- getZoom() - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Gets the
Zoom
property to use during the creation of the
visualization.
- getZoom() - Method in interface com.yworks.yfiles.view.ICanvasContext
-
Returns the current zoom level that is the ratio of world coordinates to screen pixels.
- getZoomAnimationDuration() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets the duration of the zooming animation.
- getZoomPolicy() - Method in class com.yworks.yfiles.view.EdgeStyleDecorationInstaller
-
Specifies how the style is affected by the current zoom level.
- getZoomPolicy() - Method in class com.yworks.yfiles.view.LabelStyleDecorationInstaller
-
Specifies how the style is affected by the current zoom level.
- getZoomPolicy() - Method in class com.yworks.yfiles.view.NodeStyleDecorationInstaller
-
Specifies how the style is affected by the current zoom level.
- getZoomThreshold() - Method in class com.yworks.yfiles.view.BridgeManager
-
Gets a threshold value that determines below which zoom level, there should be no more bridge calculation.
- GivenLayersLayerer - Class in com.yworks.yfiles.layout.hierarchic
-
This layering algorithm implementation assigns nodes to layers given a mapping of nodes to layer IDs.
- GivenLayersLayerer() - Constructor for class com.yworks.yfiles.layout.hierarchic.GivenLayersLayerer
-
- GivenSequenceSequencer - Class in com.yworks.yfiles.layout.hierarchic
-
This class is a
ISequencer
implementation that determines the sequence of nodes of the same
layer
based on a given
comparator
constraint.
- GivenSequenceSequencer(Comparator<Object>) - Constructor for class com.yworks.yfiles.layout.hierarchic.GivenSequenceSequencer
-
- GivenSequenceSequencer() - Constructor for class com.yworks.yfiles.layout.hierarchic.GivenSequenceSequencer
-
- Graph - Class in com.yworks.yfiles.algorithms
-
This class implements a directed graph structure.
- Graph() - Constructor for class com.yworks.yfiles.algorithms.Graph
-
Instantiates an empty Graph object.
- Graph(Graph, ICursor) - Constructor for class com.yworks.yfiles.algorithms.Graph
-
Instantiates a new Graph object as a partial copy of the given graph.
- Graph(Graph) - Constructor for class com.yworks.yfiles.algorithms.Graph
-
Instantiates a new Graph object as a partial copy of the given graph.
- graph - Variable in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
The input graph that will be labeled.
- graph - Variable in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
- graph - Variable in class com.yworks.yfiles.layout.tree.AbstractNodePlacer
-
The graph instance this class is working on.
- graph - Variable in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
- graph - Variable in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
The input graph this algorithm is handling.
- graph - Variable in class com.yworks.yfiles.layout.tree.BalloonLayout
-
The layout graph being acted upon.
- graph - Variable in class com.yworks.yfiles.layout.tree.TreeLayout
-
The input graph for which a layout is calculated.
- graph - Variable in class com.yworks.yfiles.view.input.PortRelocationHandleProvider
-
The graph this provider is working on.
- graphCentrality(Graph, INodeMap, boolean, IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Centrality
-
Computes the graph centrality for the nodes of a graph.
- GraphChecker - Class in com.yworks.yfiles.algorithms
-
This class provides methods that check structural properties of a given graph.
- GraphClipboard - Class in com.yworks.yfiles.graph
-
Clipboard implementation for
IGraph
instances.
- GraphClipboard() - Constructor for class com.yworks.yfiles.graph.GraphClipboard
-
Creates a new initially empty clipboard.
- GraphClipboard.ParentNodeDetectionModes - Class in com.yworks.yfiles.graph
-
Defines the rules for pasting nodes into group nodes.
- GraphConnectivity - Class in com.yworks.yfiles.algorithms
-
This class provides algorithms for determining certain connectivity components within a graph.
- GraphControl - Class in com.yworks.yfiles.view
-
A control for displaying and editing an
IGraph
.
- GraphControl() - Constructor for class com.yworks.yfiles.view.GraphControl
-
- graphControlProperty() - Method in class com.yworks.yfiles.view.GraphOverviewControl
-
The property for the
client control
, that will be used to retrieve the graph from and that will be used for navigating.
- GraphCopier - Class in com.yworks.yfiles.graph
-
Utility class that copies parts of an
IGraph
to another instance.
- GraphCopier() - Constructor for class com.yworks.yfiles.graph.GraphCopier
-
- GraphCopier.CloneTypes - Class in com.yworks.yfiles.graph
-
Enumeration that can use
flags
to indicate which items should be
cloned
during copy operations.
- GraphDecorator - Class in com.yworks.yfiles.graph
-
Helper class that can be used to aid in decorating
IModelItem
s from an
IGraph
instance.
- GraphDecorator(IGraph) - Constructor for class com.yworks.yfiles.graph.GraphDecorator
-
- GraphDpKey<TValue> - Class in com.yworks.yfiles.algorithms
-
This class is used as look-up key for registering
IDataProvider
for the
Graph
itself with a graph.
- GraphDpKey(Class, String) - Constructor for class com.yworks.yfiles.algorithms.GraphDpKey
-
Initializes a new instance of the
GraphDpKey
class.
- GraphEditorInputMode - Class in com.yworks.yfiles.view.input
-
- GraphEditorInputMode() - Constructor for class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Creates a new instance that is not bound to an existing graph or selection, initially.
- GraphElementIdAcceptor - Class in com.yworks.yfiles.graphml
-
- GraphElementIdAcceptor() - Constructor for class com.yworks.yfiles.graphml.GraphElementIdAcceptor
-
- GraphElementInsertion - Enum in com.yworks.yfiles.algorithms
-
Object insertion specifier.
- GraphEventType - Enum in com.yworks.yfiles.algorithms
-
- GraphItemTypes - Class in com.yworks.yfiles.graph
-
An enumeration for use in various properties that can take a bitwise combination of item types that make up an
IGraph
.
- GraphLayoutLineWrapper - Class in com.yworks.yfiles.layout
-
- GraphLayoutLineWrapper() - Constructor for class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
- GraphML - Annotation Type in com.yworks.yfiles.graphml
-
Custom attribute to control specific aspects of GraphML deserialization.
- GRAPHML_CORE_NS - Static variable in class com.yworks.yfiles.view.XamlNamespaceConstants
-
The default namespace URI for the GraphML core namespace.
- GraphMLIOHandler - Class in com.yworks.yfiles.graphml
-
Class for reading/writing graphs from/to GraphML format.
- GraphMLIOHandler() - Constructor for class com.yworks.yfiles.graphml.GraphMLIOHandler
-
- GraphMLMemberVisibility - Enum in com.yworks.yfiles.graphml
-
Specifies the visibility a member has in GraphML.
- GraphMLParser - Class in com.yworks.yfiles.graphml
-
Core parser class for GraphML.
- GraphMLParser() - Constructor for class com.yworks.yfiles.graphml.GraphMLParser
-
- GraphMLParseValueSerializerContext - Class in com.yworks.yfiles.graphml
-
- GraphMLParseValueSerializerContext(IParseContext) - Constructor for class com.yworks.yfiles.graphml.GraphMLParseValueSerializerContext
-
Creates a new instance that wraps .
- GraphMLReferenceType - Enum in com.yworks.yfiles.graphml
-
Specifies the type of the shared resource.
- GraphMLSharingPolicy - Enum in com.yworks.yfiles.graphml
-
Enumeration that controls whether resources should be shared or not.
- GraphMLWriter - Class in com.yworks.yfiles.graphml
-
Core writer class for GraphML.
- GraphMLWriter() - Constructor for class com.yworks.yfiles.graphml.GraphMLWriter
-
- GraphMLWriteValueSerializerContext - Class in com.yworks.yfiles.graphml
-
- GraphMLWriteValueSerializerContext(IWriteContext) - Constructor for class com.yworks.yfiles.graphml.GraphMLWriteValueSerializerContext
-
Creates a new instance that wraps .
- GraphMLXmlAttribute - Class in com.yworks.yfiles.graphml
-
A data holder for use in the
IOutputHandler
interface that encapsulates an XML attribute.
- GraphMLXmlAttribute(XmlName, String) - Constructor for class com.yworks.yfiles.graphml.GraphMLXmlAttribute
-
- GraphModelManager - Class in com.yworks.yfiles.view
-
- GraphModelManager(CanvasControl) - Constructor for class com.yworks.yfiles.view.GraphModelManager
-
Creates a manager instance for the given control.
- GraphModelManager(CanvasControl, ICanvasObjectGroup) - Constructor for class com.yworks.yfiles.view.GraphModelManager
-
Creates a manager instance for the given control.
- graphModelManagerProperty() - Method in class com.yworks.yfiles.view.GraphControl
-
- GraphObject - Class in com.yworks.yfiles.algorithms
-
Common base type for both
Node
and
Edge
.
- GraphObjectDpKey<TValue> - Class in com.yworks.yfiles.algorithms
-
- GraphObjectDpKey(Class, String) - Constructor for class com.yworks.yfiles.algorithms.GraphObjectDpKey
-
- GraphObstacleProvider - Class in com.yworks.yfiles.view
-
- GraphObstacleProvider() - Constructor for class com.yworks.yfiles.view.GraphObstacleProvider
-
- GraphOverviewControl - Class in com.yworks.yfiles.view
-
Convenience control implementation that shows an overview of an
IGraph
contained in another
GraphControl
.
- GraphOverviewControl() - Constructor for class com.yworks.yfiles.view.GraphOverviewControl
-
Creates a new instance that is not bound to a control.
- GraphOverviewControl(GraphControl) - Constructor for class com.yworks.yfiles.view.GraphOverviewControl
-
Creates a new instance that is initially bound to the given control.
- GraphPartition - Class in com.yworks.yfiles.layout.router.polyline
-
A
GraphPartition
partitions the bounding box of a graph into rectangles using the graph elements as
Obstacle
s.
- GraphPartition(IObstaclePartition) - Constructor for class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
- GraphPartitionExtensionAdapter - Class in com.yworks.yfiles.layout.router.polyline
-
- GraphPartitionExtensionAdapter() - Constructor for class com.yworks.yfiles.layout.router.polyline.GraphPartitionExtensionAdapter
-
- GraphPartitionManager - Class in com.yworks.yfiles.algorithms
-
Provides functionality to hide and unhide partitions of nodes and their adjacent edges of a graph temporarily for
algorithmic operations.
- GraphPartitionManager(Graph, IDataProvider) - Constructor for class com.yworks.yfiles.algorithms.GraphPartitionManager
-
Instantiates a new GraphPartitionManager for the given graph.
- graphProperty() - Method in class com.yworks.yfiles.view.GraphControl
-
The property that holds the Graph.
- GraphSelection - Class in com.yworks.yfiles.view
-
- GraphSelection() - Constructor for class com.yworks.yfiles.view.GraphSelection
-
Creates a new instance with no initial
Graph
assigned.
- GraphSelection(IGraph) - Constructor for class com.yworks.yfiles.view.GraphSelection
-
Instantiates an instance using the the graph as the model.
- GraphSnapContext - Class in com.yworks.yfiles.view.input
-
Concrete
SnapContext
implementation which handles snapping movement for
IGraph
items.
- GraphSnapContext() - Constructor for class com.yworks.yfiles.view.input.GraphSnapContext
-
Creates a new instance with default settings.
- GraphTransformer - Class in com.yworks.yfiles.layout
-
This layout algorithm applies geometric transformations to (sub-)graphs.
- GraphTransformer() - Constructor for class com.yworks.yfiles.layout.GraphTransformer
-
- GraphViewerInputMode - Class in com.yworks.yfiles.view.input
-
- GraphViewerInputMode() - Constructor for class com.yworks.yfiles.view.input.GraphViewerInputMode
-
- GRAY - Static variable in class com.yworks.yfiles.algorithms.Dfs
-
A constant indicating a node has already been visited, but has not been completed yet.
- grid - Variable in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
grid size.
- Grid - Class in com.yworks.yfiles.layout.router.polyline
-
This class provides support for routing edges on equidistant grid lines.
- Grid(double, double, double) - Constructor for class com.yworks.yfiles.layout.router.polyline.Grid
-
Creates a new
Grid
instance.
- GRID_LINE_FIXED_LINE_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines a grid snap line having a fixed visualization independent of the
SnapResult
.
- GRID_POINTS - Static variable in class com.yworks.yfiles.view.input.GridSnapTypes
-
Elements shall be snapped to grid points.
- GridConstraintProvider<T> - Class in com.yworks.yfiles.view.input
-
- GridConstraintProvider(double) - Constructor for class com.yworks.yfiles.view.input.GridConstraintProvider
-
Creates a new instance using the given grid distances.
- GridConstraintProvider(double, double) - Constructor for class com.yworks.yfiles.view.input.GridConstraintProvider
-
Creates a new instance using the given grid specification.
- GridConstraintProvider(GridInfo) - Constructor for class com.yworks.yfiles.view.input.GridConstraintProvider
-
Creates a new instance using the given grid info.
- GridInfo - Class in com.yworks.yfiles.view
-
This class describes a grid by providing the grid's origin as well as the horizontal and vertical spacing between the
grid points.
- GridInfo(double) - Constructor for class com.yworks.yfiles.view.GridInfo
-
Creates a new instance using "25" as the grid spacing.
- GridInfo(double, double, PointD) - Constructor for class com.yworks.yfiles.view.GridInfo
-
Creates a new instance using the given horizontal and vertical grid spacing as well as the given origin.
- GridInfo() - Constructor for class com.yworks.yfiles.view.GridInfo
-
Creates a new instance using "25" as the grid spacing.
- GridNodePlacer - Class in com.yworks.yfiles.layout.tree
-
The
GridNodePlacer
arranges the shapes of the children of a local root in a grid.
- GridNodePlacer() - Constructor for class com.yworks.yfiles.layout.tree.GridNodePlacer
-
- GridNodePlacer(AbstractRotatableNodePlacer.Matrix) - Constructor for class com.yworks.yfiles.layout.tree.GridNodePlacer
-
Creates a new
GridNodePlacer
instance whose direction is specified by the given modification matrix.
- GridNodePlacer(AbstractRotatableNodePlacer.Matrix, AbstractRotatableNodePlacer.RootAlignment) - Constructor for class com.yworks.yfiles.layout.tree.GridNodePlacer
-
- GridSnapTypes - Class in com.yworks.yfiles.view.input
-
The values of this enum describe to which grid elements an object shall snap.
- GridStyle - Enum in com.yworks.yfiles.view
-
- GridVisualCreator - Class in com.yworks.yfiles.view
-
Renders a grid using various different
styles
.
- GridVisualCreator() - Constructor for class com.yworks.yfiles.view.GridVisualCreator
-
- GridVisualCreator(double, double) - Constructor for class com.yworks.yfiles.view.GridVisualCreator
-
- GridVisualCreator(GridInfo) - Constructor for class com.yworks.yfiles.view.GridVisualCreator
-
- GROUP_DPKEY - Static variable in class com.yworks.yfiles.layout.GroupingKeys
-
A DataProvider
key for distinguishing normal nodes from group nodes.
- GROUP_NODE_INSETS_DPKEY - Static variable in class com.yworks.yfiles.layout.GroupingKeys
-
A DataProvider
key for assigning insets for group nodes.
- GROUP_NODE_LAYOUT_DPKEY - Static variable in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
A DataProvider
key for arranging the content of each group node with an individual layout algorithm.
- GROUP_NODE_MODE_DPKEY - Static variable in class com.yworks.yfiles.layout.organic.OrganicLayout
-
A DataProvider
key for assigning individual modes for all group nodes
The modes specify how a group's content is handled and if it is resized during layout calculation.
- GROUP_SELECTION - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- GroupAlignmentPolicy - Enum in com.yworks.yfiles.layout.hierarchic
-
A group layering alignment strategy which aligns groups and normal nodes that occupy the same layer to the top with
respect to their inner layers.
- GroupCompactionPolicy - Enum in com.yworks.yfiles.layout.hierarchic
-
A strategy specifying no horizontal group compaction.
- GroupedNodePlacer - Class in com.yworks.yfiles.layout.tree
-
This
INodePlacer
places the children of a local root in groups.
- GroupedNodePlacer(INodePlacer, INodePlacer) - Constructor for class com.yworks.yfiles.layout.tree.GroupedNodePlacer
-
- GroupingKeys - Class in com.yworks.yfiles.layout
-
This interface defines
IDataProvider
keys for those layout algorithms that can
handle hierarchically grouped graphs.
- GroupingMode - Enum in com.yworks.yfiles.layout.multipage
-
- GroupingSupport - Class in com.yworks.yfiles.graph
-
Contains less frequently used methods for analyzing and managing grouped graphs.
- GroupingSupport(IGraph) - Constructor for class com.yworks.yfiles.graph.GroupingSupport
-
Creates a new instance which operates on the given graph
.
- GroupingSupport - Class in com.yworks.yfiles.layout
-
This class provides convenient and efficient access to the hierarchic graph structure.
- GroupingSupport(Graph) - Constructor for class com.yworks.yfiles.layout.GroupingSupport
-
Creates a new
GroupingSupport
instance that represents the hierarchy of the graph.
- GroupingSupport - Class in com.yworks.yfiles.layout.hierarchic
-
This class is responsible for managing hierarchically grouped graphs.
- GroupingSupport.IVisitor - Interface in com.yworks.yfiles.layout.hierarchic
-
Visitor interface that can be used to traverse the descendants of a group node.
- GroupNodeMode - Enum in com.yworks.yfiles.layout.organic
-
Enum constants that specify how group nodes are handled by the
OrganicLayout
.
- groupNodes(INode, Iterable<INode>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Groups the nodes in children
into the provided group node.
- groupNodes(INode...) - Method in interface com.yworks.yfiles.graph.IGraph
-
Groups the nodes into a newly created group node.
- groupNodes(Iterable<INode>) - Method in interface com.yworks.yfiles.graph.IGraph
-
Groups the nodes in children
into a newly created group node.
- Groups - Class in com.yworks.yfiles.algorithms
-
This class provides methods for automatically partitioning nodes of a graph into groups.
- Groups.Dendrogram - Class in com.yworks.yfiles.algorithms
-
This class provides the result of hierarchical clustering algorithms by means of a binary tree structure.
- Groups.INodeDistanceProvider - Interface in com.yworks.yfiles.algorithms
-
An interface that determines the distance between two nodes of a graph.
- groupSelection() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Creates a new group for all of the currently selected elements.
- GroupsPolicy - Enum in com.yworks.yfiles.layout.organic
-
Enum constants that specify how groups are handled by the
OrganicLayout
.
- grow(double, double, boolean) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Grows this BorderLine horizontally, so that the
values
of the BorderLine stay the
same however their
start
and
end
points are moved in the direction of
toMin
and
toMax
.
- growContentRect(RectD) - Method in class com.yworks.yfiles.view.CanvasControl
-
- IAnimation - Interface in com.yworks.yfiles.view
-
An interface for animations that can be run by
Animator
.
- IAnimationCallback - Interface in com.yworks.yfiles.view
-
A simple callback method for animations.
- IArrow - Interface in com.yworks.yfiles.graph.styles
-
The interface for the visual representation of an arrow that is normally used to decorate the visual representation of
an
IEdge
.
- IArrowOwner - Interface in com.yworks.yfiles.graph.styles
-
Helper interface implemented by
IEdgeStyle
s that use
IArrow
s for displaying arrows.
- IBend - Interface in com.yworks.yfiles.graph
-
The interface used in an
IGraph
implementation to control the layout of
edges
.
- IBendCreator - Interface in com.yworks.yfiles.view.input
-
Callback interface for instances that can create bends for a given edge and graph.
- IBendHitTester - Interface in com.yworks.yfiles.view.input
-
This is a flagging interface for instances of
IHitTester
that enumerate over a collection of
IBends
.
- IBendLocationChangedHandler - Interface in com.yworks.yfiles.graph
-
- IBendSelectionTester - Interface in com.yworks.yfiles.view.input
-
Interface that can be used to find bends at specific locations in the canvas.
- IBendSnapResultProvider - Interface in com.yworks.yfiles.view.input
-
- IBoundsProvider - Interface in com.yworks.yfiles.view
-
Interface that is implemented for elements that can provide rendering bounds in the world coordinate system.
- IBridgeCreator - Interface in com.yworks.yfiles.view
-
- ICanvasContext - Interface in com.yworks.yfiles.view
-
This interface describes the context for many operations performed on items in a
CanvasControl
.
- ICanvasObject - Interface in com.yworks.yfiles.view
-
This is the interface implemented by the basic building blocks of a scene graph in a
CanvasControl
.
- ICanvasObjectDescriptor - Interface in com.yworks.yfiles.view
-
Central interface used by the
CanvasControl
to render elements from the scene graph.
- ICanvasObjectGroup - Interface in com.yworks.yfiles.view
-
This is the interface implemented by the composite building blocks of a scene graph in a
CanvasControl
.
- ICanvasObjectInstaller - Interface in com.yworks.yfiles.view
-
- IClipboardHelper - Interface in com.yworks.yfiles.graph
-
This interface can be used to customize the clipboard behavior for individual
IModelItem
s.
- IClipboardIdProvider - Interface in com.yworks.yfiles.graph
-
Used by the
GraphClipboard
to assign IDs for elements in the clipboard.
- ICloneable - Interface in com.yworks.yfiles.utils
-
- ICollection<T> - Interface in com.yworks.yfiles.utils
-
- IColumn - Interface in com.yworks.yfiles.graph
-
Interface that describes a column in a
ITable
instance.
- ICommand - Interface in com.yworks.yfiles.view.input
-
Base interface for a command that can be executed.
- ICompoundEdit - Interface in com.yworks.yfiles.graph
-
This interface is a means to bracket several
IUndoUnit
s, that is a collection of units that are treated as one (e.g. they are always undone or redone as
a single unit).
- IconLabelStyle - Class in com.yworks.yfiles.graph.styles
-
A label style that draws an icon in addition to the text.
- IconLabelStyle() - Constructor for class com.yworks.yfiles.graph.styles.IconLabelStyle
-
- IconLabelStyle(String) - Constructor for class com.yworks.yfiles.graph.styles.IconLabelStyle
-
- IconLabelStyle(String, IconLabelStyleRenderer) - Constructor for class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Creates a new instance using the provided url and renderer.
- IconLabelStyleRenderer - Class in com.yworks.yfiles.graph.styles
-
- IconLabelStyleRenderer() - Constructor for class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
Creates a new instance of this renderer.
- IContainsBendTester - Interface in com.yworks.yfiles.view.input
-
An interface that checks for containment of an
IBend
in 2D coordinate space.
- IContextLookup - Interface in com.yworks.yfiles.graph
-
An interface for instances that can provide a
ILookup
capabilities for a given object.
- IContextLookupChainLink - Interface in com.yworks.yfiles.graph
-
An interface for instances that can be used to chain lookup operations.
- ICursor - Interface in com.yworks.yfiles.algorithms
-
A general interface for iterating over a collection of objects.
- IDataAcceptor - Interface in com.yworks.yfiles.algorithms
-
A general interface for setting data.
- IDataMap - Interface in com.yworks.yfiles.algorithms
-
- IDataProvider - Interface in com.yworks.yfiles.algorithms
-
A general interface for data provision.
- IDecompositionListener - Interface in com.yworks.yfiles.layout.router.polyline
-
This interface is implemented by classes that require to be notified of changes in
IPartition
s.
- IDisposable - Interface in com.yworks.yfiles.utils
-
Common interface for objects that need to be cleaned up
or free resources on demand.
- IDisposeVisualCallback - Interface in com.yworks.yfiles.view
-
A callback which will be called to free the resources which are occupied by the given removedVisual
when the
visual will be removed.
- IDragHandler - Interface in com.yworks.yfiles.view.input
-
Interface for an object that can be used to drag something displayed in a
CanvasControl
.
- IDrawingDistanceCalculator - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface determines the minimum distances between elements that belong to the same layer.
- IDropCreationCallback<T extends IModelItem> - Interface in com.yworks.yfiles.view.input
-
Callback for creating a copy of the dragged item in graph at the specified location.
- IDynamicDecomposition - Interface in com.yworks.yfiles.layout.router.polyline
-
This interface should be implemented by classes that dispatch notifications about changes in
IPartition
s.
- IEdge - Interface in com.yworks.yfiles.graph
-
The interface used to model edges in an
IGraph
implementation.
- IEdgeCreationCallback - Interface in com.yworks.yfiles.view.input
-
- IEdgeCursor - Interface in com.yworks.yfiles.algorithms
-
A cursor interface for iterating over edges.
- IEdgeData - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface provides layout information about the edges of the graph during the layout.
- IEdgeDefaults - Interface in com.yworks.yfiles.graph
-
Interface used by
IGraph
to declare and obtain the defaults for edges and their labels and ports.
- IEdgeHitTester - Interface in com.yworks.yfiles.view.input
-
This is a flagging interface for instances of
IHitTester
that enumerate over a collection of
IEdges
.
- IEdgeInfo - Interface in com.yworks.yfiles.layout.multipage
-
A class that holds all information associated with an edge.
- IEdgeLabelInfo - Interface in com.yworks.yfiles.layout.multipage
-
A class that holds all information related to an edge label.
- IEdgeLabelLayout - Interface in com.yworks.yfiles.layout
-
IEdgeLabelLayout
defines the properties of one edge label from the perspective of a labeling algorithm.
- IEdgeLabelLayoutDpKey<TValue> - Class in com.yworks.yfiles.algorithms
-
- IEdgeLabelLayoutDpKey(Class, String) - Constructor for class com.yworks.yfiles.algorithms.IEdgeLabelLayoutDpKey
-
- IEdgeLabelLayoutModel - Interface in com.yworks.yfiles.layout
-
This interface defines the properties of the model associated with an
IEdgeLabelLayout
.
- IEdgeLayout - Interface in com.yworks.yfiles.layout
-
An
IEdgeLayout
encapsulates the layout information for an edge.
- IEdgeMap - Interface in com.yworks.yfiles.algorithms
-
Provides access to data associated with an edge.
- IEdgePathCropper - Interface in com.yworks.yfiles.graph.styles
-
Interface used by the framework mainly for calculating the visible path of an edge.
- IEdgePortHandleProvider - Interface in com.yworks.yfiles.view.input
-
- IEdgeReconnectionPortCandidateProvider - Interface in com.yworks.yfiles.view.input
-
- IEdgeReverser - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface handles edges that should be reversed during the hierarchic layout process.
- IEdgeSnapResultProvider - Interface in com.yworks.yfiles.view.input
-
Interface for classes that help during snapping of parts of edges.
- IEdgeStyle - Interface in com.yworks.yfiles.graph.styles
-
- IEdgeStyleRenderer - Interface in com.yworks.yfiles.graph.styles
-
- IEditLabelHelper - Interface in com.yworks.yfiles.view.input
-
Helper interface to customize interactive label editing.
- IElementCopiedCallback - Interface in com.yworks.yfiles.graph
-
- IElementFactory - Interface in com.yworks.yfiles.layout.multipage
-
- IElementInfoManager - Interface in com.yworks.yfiles.layout.multipage
-
Interface that offers access to the information objects of graph elements.
- IEnterIntervalCalculator - Interface in com.yworks.yfiles.layout.router.polyline
-
This interface provides additional intervals in order to move from one
partition cell
into an
adjacent one.
- IEnumerable<T> - Interface in com.yworks.yfiles.utils
-
- IEnumerator<T> - Interface in com.yworks.yfiles.utils
-
An enumerator over a collection.
- IEventArgs - Interface in com.yworks.yfiles.utils
-
EventArgs are part of the yFiles internal event handling infrastructure
and contain values describing the event and the necessary information to
process them.
- IEventHandler<T extends IEventArgs> - Interface in com.yworks.yfiles.utils
-
Common interface for EventHandler that process
IEventArgs
.
- IEventRecognizer - Interface in com.yworks.yfiles.view.input
-
An callback that recognizes events.
- IFocusIndicatorInstaller - Interface in com.yworks.yfiles.view
-
An interface for objects that can install a visual focus indicator decoration of an item in the model displayed in a
canvas.
- IFolderNodeConverter - Interface in com.yworks.yfiles.graph
-
- IFoldingEdgeConverter - Interface in com.yworks.yfiles.graph
-
- IFoldingEdgeFactory - Interface in com.yworks.yfiles.graph
-
- IFoldingView - Interface in com.yworks.yfiles.graph
-
- IFromSketchNodePlacer - Interface in com.yworks.yfiles.layout.tree
-
A
IFromSketchNodePlacer
arranges the subtrees while taking the initial locations of the nodes into account.
- IGenericInputHandlerFactory - Interface in com.yworks.yfiles.graphml
-
- IGNORE_PROPERTY_CASE - Static variable in class com.yworks.yfiles.graphml.SerializationProperties
-
Property key for case-insensitive parsing of property names during XAML deserialization.
- IGNORE_XAML_DESERIALIZATION_ERRORS - Static variable in class com.yworks.yfiles.graphml.SerializationProperties
-
If set to true
errors during XAML deserialization will be ignored and instead null
will be returned.
- IGNORED_LABELS_DPKEY - Static variable in class com.yworks.yfiles.layout.LabelLayoutKeys
-
A
DataProvider
key for marking labels that should be ignored by the layout algorithm
A label is ignored if there is a
IDataProvider
registered with this key which
returns
true
for the given
ILabelLayout
.
- IGraph - Interface in com.yworks.yfiles.graph
-
- IGraphClipboardContext - Interface in com.yworks.yfiles.graph
-
- IGraphElementFactory - Interface in com.yworks.yfiles.graphml
-
This is the interface for a factory that is used for creating the constituents of an
IGraph
that are encountered during the parsing of
GraphML
.
- IGraphElementIdAcceptor - Interface in com.yworks.yfiles.graphml
-
Interface for classes that can store the GraphML id attribute of GraphML core elements.
- IGraphElementIdProvider - Interface in com.yworks.yfiles.graphml
-
Interface for classes that provide custom id's for core GraphML elements.
- IGraphElementResolver - Interface in com.yworks.yfiles.graphml
-
Interface for classes can resolve graph elements based on their GraphML id attribute(s).
- IGraphPartitionExtension - Interface in com.yworks.yfiles.layout.router.polyline
-
This interface provides methods for extending the functionality of a
GraphPartition
.
- IGraphSelection - Interface in com.yworks.yfiles.view
-
Manages the selection state of items in an
IGraph
instance.
- IGridConstraintProvider<T> - Interface in com.yworks.yfiles.view.input
-
Interface for classes that can snap coordinates of items of a specific type to a grid.
- IGroupBoundsCalculator - Interface in com.yworks.yfiles.graph
-
Interface for implementations that can calculate the bounds of a group node in a grouped graph.
- IGroupBoundsCalculator - Interface in com.yworks.yfiles.layout
-
- IHandle - Interface in com.yworks.yfiles.view.input
-
Interface for a handle that can be displayed in a
CanvasControl
as a UI element for the
user to modify the contents of the control.
- IHandleProvider - Interface in com.yworks.yfiles.view.input
-
Interface for an object that provides a number of
IHandle
implementations.
- IHighlightIndicatorInstaller - Interface in com.yworks.yfiles.view
-
An interface for objects that can install a visual representation of a highlight decoration of an item in the model
displayed in a canvas.
- IHitTestable - Interface in com.yworks.yfiles.view.input
-
Interface that is implemented for elements that can be hit or picked in a coordinate system.
- IHitTestableHandler - Interface in com.yworks.yfiles.view.input
-
- IHitTester<T> - Interface in com.yworks.yfiles.view.input
-
An interface that can enumerate hits of a given type for a certain position in world coordinates.
- IIncrementalHintsFactory - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface provides factory methods for creating incremental hints for the hierarchic layout.
- IInputHandler - Interface in com.yworks.yfiles.graphml
-
This class defines a handler for key/data elements.
- IInputMode - Interface in com.yworks.yfiles.view.input
-
Interface implemented by input modes that can be registered with a
CanvasControl
instance.
- IInputModeContext - Interface in com.yworks.yfiles.view.input
-
- IIntersectionCalculator - Interface in com.yworks.yfiles.layout
-
An
IIntersectionCalculator
is responsible for calculating the intersection point between an edge and the visual
representation of its source or target node.
- IItemFactory - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface is a factory for creating and destroying helper structures used in the graph during layout.
- ILabel - Interface in com.yworks.yfiles.graph
-
The interface used in an
IGraph
implementation for labels.
- ILabelCandidateDescriptor - Interface in com.yworks.yfiles.graph.labelmodels
-
Interface that provides more information about a potential label geometry (a candidate) to an automatic labeling
algorithm.
- ILabelCandidateDescriptorProvider - Interface in com.yworks.yfiles.graph.labelmodels
-
- ILabelDefaults - Interface in com.yworks.yfiles.graph
-
Interface used by
IGraph
and the like to declare and obtain the defaults for labels.
- ILabelHitTester - Interface in com.yworks.yfiles.view.input
-
This is a flagging interface for instances of
IHitTester
that enumerate over a collection of
ILabels
.
- ILabelLayout - Interface in com.yworks.yfiles.layout
-
ILabelLayout
defines the properties of a label from the perspective of a labeling algorithm.
- ILabelLayoutDpKey<TValue> - Class in com.yworks.yfiles.algorithms
-
- ILabelLayoutDpKey(Class, String) - Constructor for class com.yworks.yfiles.algorithms.ILabelLayoutDpKey
-
- ILabelLayoutFactory - Interface in com.yworks.yfiles.layout
-
- ILabelModel - Interface in com.yworks.yfiles.graph.labelmodels
-
- ILabelModelParameter - Interface in com.yworks.yfiles.graph.labelmodels
-
- ILabelModelParameterFinder - Interface in com.yworks.yfiles.graph.labelmodels
-
- ILabelModelParameterProvider - Interface in com.yworks.yfiles.graph.labelmodels
-
- ILabelOwner - Interface in com.yworks.yfiles.graph
-
Common interface for items in an
IGraph
implementation that may own
labels
.
- ILabelOwnerHitTester - Interface in com.yworks.yfiles.view.input
-
This is a flagging interface for instances of
IHitTester
that enumerate over a collection of
ILabelOwner
.
- ILabelSnapContextHelper - Interface in com.yworks.yfiles.view.input
-
Provides the snap lines and the snap results to the
LabelSnapContext
during dragging of labels.
- ILabelStyle - Interface in com.yworks.yfiles.graph.styles
-
- ILabelStyleRenderer - Interface in com.yworks.yfiles.graph.styles
-
- ILayer - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface describes a single layer in a hierarchic layout.
- ILayerConstraint - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface describes a layering constraint.
- ILayerConstraintFactory - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface provides methods for creating layering constraints.
- ILayeredComponentsMerger - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface merges two
ILayers
instances whose nodes reside in the same graph.
- ILayerer - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface is used by classes capable of generating a layer assignment.
- ILayers - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface manages multiple
ILayer
instances.
- ILayoutAlgorithm - Interface in com.yworks.yfiles.layout
-
- ILayoutCallback - Interface in com.yworks.yfiles.layout.multipage
-
Callback that is invoked when a
MultiPageLayout
has calculated a new multi-page layout.
- ILayoutDataProvider - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface retrieves
INodeData
and
IEdgeData
instances for elements in the current layout graph.
- ILayoutStage - Interface in com.yworks.yfiles.layout
-
A
ILayoutStage
is a layout algorithm that represents a stage of a larger layout process.
- ILineSegmentCursor - Interface in com.yworks.yfiles.algorithms
-
This is an interface for a sequence of instances of LineSegment.
- IList<T> - Interface in com.yworks.yfiles.utils
-
Common interface for
List
s which also implement
ICollection
and therefore provide the
IEnumerable
functionality additionally to
the java framework classes functionality.
- IListEnumerable<T> - Interface in com.yworks.yfiles.utils
-
An extension to the
Iterable
interface
that allows for indexed access and retrieval of the element count.
- ILookup - Interface in com.yworks.yfiles.graph
-
The basic lookup interface that allows for retrieving implementations
for different aspects of the current instance.
- ILookupDecorator - Interface in com.yworks.yfiles.graph
-
Interface that can be used to decorate the lookup result for a set of types.
- ImageNodeStyle - Class in com.yworks.yfiles.graph.styles
-
A node style that can use an image for the visual representation of a node.
- ImageNodeStyle() - Constructor for class com.yworks.yfiles.graph.styles.ImageNodeStyle
-
- ImageNodeStyle(URL) - Constructor for class com.yworks.yfiles.graph.styles.ImageNodeStyle
-
- ImageNodeStyle(URL, INodeStyleRenderer) - Constructor for class com.yworks.yfiles.graph.styles.ImageNodeStyle
-
Create a new instance of this style with a custom renderer instance
- ImageNodeStyleRenderer - Class in com.yworks.yfiles.graph.styles
-
A style renderer implementation that can be used together with
ImageNodeStyle
instances.
- ImageNodeStyleRenderer() - Constructor for class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
- ImageSupport - Class in com.yworks.yfiles.utils
-
Utility class that offers convenience methods for working with
Color
instances and applies effects to
WritableImage
s.
- IMapper<K,V> - Interface in com.yworks.yfiles.graph
-
An interface for simple typed dictionary-like implementations.
- IMapperRegistry - Interface in com.yworks.yfiles.graph
-
A registry that can be used to store
IMapper
implementations by tag.
- IMarkupExtensionConverter - Interface in com.yworks.yfiles.graphml
-
An interface for converters that can convert an object to a corresponding
MarkupExtension
.
- IMarqueeTestable - Interface in com.yworks.yfiles.view.input
-
Interface that is used to test whether a rendered item is deemed to be inside a rectangular marquee selection.
- IMementoSupport - Interface in com.yworks.yfiles.graph
-
This interface provides access to the memento design pattern to provide undoability for arbitrary models.
- IMementoSupportProvider<T> - Interface in com.yworks.yfiles.graph
-
A simple function that is used to retrieve an
IMementoSupport
for any given object.
- IModelItem - Interface in com.yworks.yfiles.graph
-
- IModelItemCollector - Interface in com.yworks.yfiles.view.input
-
An interface that allows input modes to collect
IModelItem
s for various purposes.
- importFromGraphML(File) - Method in class com.yworks.yfiles.view.GraphControl
-
Convenience method that imports the
Graph
from a
GraphML
file.
- importFromGraphML(String) - Method in class com.yworks.yfiles.view.GraphControl
-
Convenience method that imports the
Graph
from a
GraphML
file.
- importFromGraphML(URL) - Method in class com.yworks.yfiles.view.GraphControl
-
Convenience method that imports the
Graph
from a
GraphML
file.
- importFromGraphML(InputStream) - Method in class com.yworks.yfiles.view.GraphControl
-
Convenience method that imports the
Graph
from a
GraphML
file.
- importFromGraphML(InputStream, URI) - Method in class com.yworks.yfiles.view.GraphControl
-
Convenience method that imports the
Graph
from a
GraphML
file.
- importFromGraphML(Reader) - Method in class com.yworks.yfiles.view.GraphControl
-
Convenience method that imports the
Graph
from a
GraphML
file.
- importFromGraphML(Reader, URI) - Method in class com.yworks.yfiles.view.GraphControl
-
Convenience method that imports the
Graph
from a
GraphML
file.
- IMutableOrientedRectangle - Interface in com.yworks.yfiles.geometry
-
Interface for mutable oriented rectangles in 2D coordinate space with double precision coordinates.
- IMutablePoint - Interface in com.yworks.yfiles.geometry
-
Interface for a mutable point in 2D coordinate space with double precision coordinates.
- IMutableRectangle - Interface in com.yworks.yfiles.geometry
-
Interface for mutable rectangles aligned to the axes in 2D coordinate space with double precision coordinates.
- IMutableSize - Interface in com.yworks.yfiles.geometry
-
Interface for a mutable size in 2D coordinate space with double precision width and height.
- INCOMING - Static variable in class com.yworks.yfiles.graph.AdjacencyTypes
-
The constant for incoming edges.
- INCREASE_ZOOM - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- INCREMENTAL_HINTS_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
A DataProvider
key for specifying incremental hints.
- INCREMENTAL_HINTS_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- INCREMENTAL_NODES_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
A DataProvider
key for internal use only.
- IncrementalHintItemMapping - Class in com.yworks.yfiles.layout.hierarchic
-
Provides different ways to define a mapping from model items to incremental hints for use with
HierarchicLayoutData
.
- IncrementalHintItemMapping() - Constructor for class com.yworks.yfiles.layout.hierarchic.IncrementalHintItemMapping
-
- inDegree() - Method in class com.yworks.yfiles.algorithms.Node
-
Gets the number of incoming edges at this node.
- inDegree(IPortOwner) - Method in interface com.yworks.yfiles.graph.IGraph
-
Calculates the number of incoming edges at the given
IPortOwner
for this graph.
- inDegree(IPort) - Method in interface com.yworks.yfiles.graph.IGraph
-
Calculates the number of incoming edges at the given
IPort
for this graph.
- INDENT_OUTPUT - Static variable in class com.yworks.yfiles.graphml.SerializationProperties
-
Property key whether the XML output should be properly indented.
- IndependentSets - Class in com.yworks.yfiles.algorithms
-
This class provides methods for calculating independent sets.
- index() - Method in class com.yworks.yfiles.algorithms.Edge
-
Gets the index of this edge within its graph G.
- index() - Method in class com.yworks.yfiles.algorithms.Node
-
Gets the index of this node within its graph G.
- indexOf(Object) - Method in class com.yworks.yfiles.algorithms.YList
-
Returns the zero-based index of the given element in this list.
- inEdgesAt(IPortOwner) - Method in interface com.yworks.yfiles.graph.IGraph
-
Convenience method that yields the incoming edges at the given owner.
- inEdgesAt(IPort) - Method in interface com.yworks.yfiles.graph.IGraph
-
Convenience method that yields the incoming edges at the given port.
- InertiaPolicies - Class in com.yworks.yfiles.view.input
-
Flaggable enumeration used by
Inertia
to determine when to use inertia
moving.
- INFINITE - Static variable in class com.yworks.yfiles.geometry.RectD
-
An infinite rectangle.
- INFINITE - Static variable in class com.yworks.yfiles.geometry.SizeD
-
- init() - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Initializes internal data structures.
- init(List<Object>, YRectangle) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
- init(PathSearchConfiguration) - Method in class com.yworks.yfiles.layout.router.polyline.GraphPartition
-
- init(List<Object>, YRectangle) - Method in interface com.yworks.yfiles.layout.router.polyline.IObstaclePartition
-
- init(PathSearchConfiguration) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearch
-
- initialize(LayoutGraph, ILayers, ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
- initialize(LayoutGraph, ILayers, ILayoutDataProvider) - Method in interface com.yworks.yfiles.layout.hierarchic.IDrawingDistanceCalculator
-
Initializes internal data structures.
- initialize(LayoutGraph, ILayers, ILayoutDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
- initialize(PathSearchConfiguration) - Method in class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
-
- initialize(PathSearchConfiguration) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
Initializes this extension for path searches using the given configuration.
- initialize() - Method in interface com.yworks.yfiles.view.IAnimation
-
Initializes the animation.
- initialize() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Performs one-time initialization of this instance.
- initialize() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Initializes this mode by
adding
all of the minor modes that are used by this mode to this instance.
- initialize() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Performs one-time initialization of this instance.
- initialize() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
- initialize() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- initialize() - Method in class com.yworks.yfiles.view.TableAnimation
-
- initialize() - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Initializes this animation.
- initializeCurrentEdge(PathSearchContext) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
Initializes this extension with the current edge set in the given context.
- initializeDrag(IInputModeContext) - Method in class com.yworks.yfiles.view.input.ConstrainedDragHandler
-
- initializeDrag(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Called by
IInputMode
implementations when an interactive drag is started.
- initializeDrag(IInputModeContext) - Method in interface com.yworks.yfiles.view.input.IDragHandler
-
Called by clients to indicate that the element is going to be dragged.
- initializeDrag(IInputModeContext) - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
- initializeDrag(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
- initializeDrag(IInputModeContext) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Called by client code when a drag is started about to be started.
- initializeDrag(IInputModeContext) - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
- initializeDrag(IInputModeContext) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- initializeDrag(IInputModeContext) - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
This implementation does nothing.
- initializeDrag(IInputModeContext) - Method in class com.yworks.yfiles.view.input.ReparentStripePositionHandler
-
- initializeDrag(IInputModeContext) - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
This implementation does nothing.
- initializeDrag(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.SnapContext
-
Called by
IInputMode
implementations when an interactive drag is started.
- initializeDropTarget() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Initializes the drop target.
- initializeEdges(PathSearchContext) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
Initializes this extension with the context that contains the list of edges for which paths are calculated.
- initializeFolderNodeLabels(FolderNodeState, IFoldingView, INode, INode) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
Callback method that initializes the initial labels of the collapsed group node.
- initializeFolderNodeLayout(FolderNodeState, IFoldingView, INode, INode) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
Callback method that initializes the
Layout
of the collapsed group node.
- initializeFolderNodePorts(FolderNodeState, IFoldingView, INode, INode) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- initializeFolderNodeState(FolderNodeState, IFoldingView, INode, INode) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- initializeFolderNodeState(FolderNodeState, IFoldingView, INode, INode) - Method in interface com.yworks.yfiles.graph.IFolderNodeConverter
-
Callback that is used by
view
implementations to initially create the appearance of a
folder
node.
- initializeFolderNodeStyle(FolderNodeState, IFoldingView, INode, INode) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
Callback method that initializes the
style property
of the collapsed group node.
- initializeFoldingEdgeBends(FoldingEdgeState, IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Callback method that initializes the bends of the folding edge.
- initializeFoldingEdgeLabels(FoldingEdgeState, IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Callback method that initializes the initial labels of the folding edge.
- initializeFoldingEdgePorts(FoldingEdgeState, IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Callback method that initializes the ports of the folding edge.
- initializeFoldingEdgeState(FoldingEdgeState, IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- initializeFoldingEdgeState(FoldingEdgeState, IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.ExcludingFoldingEdgeConverter
-
Does nothing and should not normally be called by the view since all folding edges are excluded from it.
- initializeFoldingEdgeState(FoldingEdgeState, IFoldingView, IEdge, List<IEdge>) - Method in interface com.yworks.yfiles.graph.IFoldingEdgeConverter
-
Callback that is triggered by the
view
to initially create the appearance of a folding edge.
- initializeFoldingEdgeStyle(FoldingEdgeState, IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Callback method that initializes the
style property
of the folding edge.
- initializeFrom(IRenderContext, ILabel, TemplateLabelStyle) - Method in class com.yworks.yfiles.graph.styles.LabelTemplate
-
Initializes all properties with the given
ILabel
and style information.
- initializeFrom(IRenderContext, INode, TemplateNodeStyle) - Method in class com.yworks.yfiles.graph.styles.NodeTemplate
-
Initializes all properties with the given
INode
and style information.
- initializeFrom(IRenderContext, IPort, TemplatePortStyle) - Method in class com.yworks.yfiles.graph.styles.PortTemplate
-
Initializes all properties with the given
IPort
and style information.
- initializeFromInternal(IRenderContext, ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.LabelTemplate
-
Initializes this label template with the given
ILabel
and style information.
- initializeFromInternal(IRenderContext, INode, INodeStyle) - Method in class com.yworks.yfiles.graph.styles.NodeTemplate
-
Initializes this node template with the given
INode
and style information.
- initializeFromInternal(IRenderContext, IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.styles.PortTemplate
-
Initializes this port template with the given
IPort
and style information.
- initializeFromKeyDefinition(IParseContext, Element) - Method in class com.yworks.yfiles.graphml.AbstractInputHandler
-
Initializes this instance from the GraphML key definition.
- initializePreview() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Initializes the item preview.
- initializePreview() - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
- initializeReshape(IInputModeContext) - Method in class com.yworks.yfiles.graph.NodeReshapeHandler
-
- initializeReshape(IInputModeContext) - Method in class com.yworks.yfiles.view.input.ConstrainedReshapeHandler
-
- initializeReshape(IInputModeContext) - Method in interface com.yworks.yfiles.view.input.IReshapeHandler
-
Called by clients to indicate that the element is going to be reshaped.
- initializeReshape(IInputModeContext) - Method in class com.yworks.yfiles.view.input.TableReshapeHandler
-
- initializeSnapContext() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Initializes the snapping context.
- InitialPlacement - Enum in com.yworks.yfiles.layout.organic
-
- initPartitions(IDataProvider) - Method in class com.yworks.yfiles.algorithms.GraphPartitionManager
-
Initializes internal data structures using the new DataProvider.
- innerLookup(Class) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
The last element in the lookup chain is implemented by this method.
- INode - Interface in com.yworks.yfiles.graph
-
The interface for node entities in an
IGraph
.
- INodeCreationCallback - Interface in com.yworks.yfiles.view.input
-
- INodeCursor - Interface in com.yworks.yfiles.algorithms
-
A cursor interface for iterating over nodes.
- INodeData - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface provides layout information about the nodes of the graph during the layout.
- INodeDefaults - Interface in com.yworks.yfiles.graph
-
Interface used by
IGraph
and the like to declare and obtain the defaults for nodes and their labels or ports.
- INodeHitTester - Interface in com.yworks.yfiles.view.input
-
This is a flagging interface for instances of
IHitTester
that enumerate over a collection of
INodes
.
- INodeInfo - Interface in com.yworks.yfiles.layout.multipage
-
This interface offers access to information associated with a node.
- INodeInsetsProvider - Interface in com.yworks.yfiles.view.input
-
Interface for implementations that yield insets for a given
INode
.
- INodeLabelInfo - Interface in com.yworks.yfiles.layout.multipage
-
A class that holds all information related to a node label.
- INodeLabelLayout - Interface in com.yworks.yfiles.layout
-
INodeLabelLayout
defines the properties of one node label from the perspective of a labeling algorithm.
- INodeLabelLayoutDpKey<TValue> - Class in com.yworks.yfiles.algorithms
-
- INodeLabelLayoutDpKey(Class, String) - Constructor for class com.yworks.yfiles.algorithms.INodeLabelLayoutDpKey
-
- INodeLabelLayoutModel - Interface in com.yworks.yfiles.layout
-
- INodeLayout - Interface in com.yworks.yfiles.layout
-
A
INodeLayout
encapsulates the layout information for a node.
- INodeLayoutChangedHandler - Interface in com.yworks.yfiles.graph
-
- INodeMap - Interface in com.yworks.yfiles.algorithms
-
Provides access to data associated with a node.
- INodePlacer - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface is responsible for the assignment of the x-(sequence) and preliminary y-coordinates of the nodes in a
hierarchic layout.
- INodePlacer - Interface in com.yworks.yfiles.layout.tree
-
A
INodePlacer
is responsible for the arrangement of a local root node and all of its subtrees.
- INodeReshapeSnapResultProvider - Interface in com.yworks.yfiles.view.input
-
Interface for an implementation which evaluates a list of given
SnapLine
s for a node which is resized and adds a
set of
SnapResult
s for sizes to which this node can potentially snap.
- INodeSequencer - Interface in com.yworks.yfiles.algorithms
-
This is a generic interface for classes that provide an ordering for the nodes of a graph.
- INodeSizeConstraintProvider - Interface in com.yworks.yfiles.view.input
-
An interface used by implementations that provide various size constraints for
INode
s.
- INodeSnapResultProvider - Interface in com.yworks.yfiles.view.input
-
- INodeStyle - Interface in com.yworks.yfiles.graph.styles
-
- INodeStyleRenderer - Interface in com.yworks.yfiles.graph.styles
-
- inputModeContextLookup(Class) - Method in class com.yworks.yfiles.view.CanvasControl
-
- InputModeEventArgs - Class in com.yworks.yfiles.view.input
-
Event argument base class that is used by events that are triggered by
IInputMode
implementations.
- InputModeEventArgs(IInputModeContext) - Constructor for class com.yworks.yfiles.view.input.InputModeEventArgs
-
- inputModeProperty() - Method in class com.yworks.yfiles.view.CanvasControl
-
- insert(LayerType, int) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayers
-
- insertAfter(Object, ListCell) - Method in class com.yworks.yfiles.algorithms.YList
-
Inserts the given object into this list with respect to a given reference list cell.
- insertBefore(Object, ListCell) - Method in class com.yworks.yfiles.algorithms.YList
-
Inserts the given object into this list with respect to a given reference list cell.
- insertCellAfter(ListCell, ListCell) - Method in class com.yworks.yfiles.algorithms.YList
-
Inserts a formerly removed ListCell object into this list with respect to a given reference list cell.
- insertCellBefore(ListCell, ListCell) - Method in class com.yworks.yfiles.algorithms.YList
-
Inserts a formerly removed ListCell object into this list with respect to a given reference list cell.
- insertChild(IStripe, int, double) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Convenience method that inserts a new stripe as child of .
- insertChild(IStripe, int) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Convenience method that inserts a new stripe as child of .
- insertDefaultCustomBridge(IRenderContext, GeneralPath, PointD, PointD, double) - Method in class com.yworks.yfiles.view.BridgeManager
-
- insertEdge(Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Inserts a same-layer
Edge
or an
Edge
that may span multiple layers into the data structure and returns
the resulting list of
Edge
s that has been created if this edge spans multiple layers.
- insertGroupConnectorLayer(boolean, int) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Inserts a layer for proxies at groups to handle direct group content connector edges between a node in the first/last
layer of the group node and the groups border.
- insertGroupNodeLayer(boolean, int) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- insertLabelNodeLayer(boolean, int) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- insertSameLayerStructures(LayoutGraph, ILayers, ILayoutDataProvider, IItemFactory) - Method in class com.yworks.yfiles.layout.hierarchic.AbstractPortConstraintOptimizer
-
Inserts a same-layer edge structure for each same-layer edge of the original graph.
- insertSameLayerStructures(LayoutGraph, ILayers, ILayoutDataProvider, IItemFactory) - Method in class com.yworks.yfiles.layout.hierarchic.PortCandidateOptimizer
-
- InsetsD - Class in com.yworks.yfiles.geometry
-
An immutable struct that models the thickness of insets as double precision floating point values.
- InsetsD() - Constructor for class com.yworks.yfiles.geometry.InsetsD
-
- InsetsD(double) - Constructor for class com.yworks.yfiles.geometry.InsetsD
-
Initializes a new instance using the provided inset for all four sides.
- InsetsD(double, double, double, double) - Constructor for class com.yworks.yfiles.geometry.InsetsD
-
Initializes a new instance.
- InsetsGroupBoundsCalculator - Class in com.yworks.yfiles.layout
-
This
IGroupBoundsCalculator
calculates the bounds of group nodes and allows to specify custom insets for each
group node.
- InsetsGroupBoundsCalculator(Object, YInsets) - Constructor for class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
- InsetsGroupBoundsCalculator(Object) - Constructor for class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
- InsetsGroupBoundsCalculator() - Constructor for class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
- install(CanvasControl) - Method in class com.yworks.yfiles.view.BridgeManager
-
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Installs this mode in the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Installs this mode into the given canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Installs this mode into the provided context.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Installs the visual representation of the handles into the canvas into the
InputModeGroup
.
- install(IInputModeContext, ConcurrencyController) - Method in interface com.yworks.yfiles.view.input.IInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(IInputModeContext, ConcurrencyController) - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
Installs this mode into the given context that is provided by the canvas.
- install(T) - Method in class com.yworks.yfiles.view.ItemModelManager
-
Installs a member of the collection into the canvas using the
Descriptor
.
- install(T) - Method in class com.yworks.yfiles.view.ModelManager
-
- installDynamicUndoSupport(IGraph) - Static method in class com.yworks.yfiles.graph.Table
-
Installs the undo support for use with all tables that are bound to nodes in graph
.
- installStaticUndoSupport(IGraph) - Static method in class com.yworks.yfiles.graph.Table
-
Installs the undo support for use with all tables that are bound to nodes in graph
.
- installTextBox() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Installs the text box in the canvas and puts focus into it.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.labelmodels.DefaultLabelModelParameterFinder
-
A singleton instance of this class.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.labelmodels.FreeEdgeLabelModel
-
A shared unmodifiable public instance that can be used to obtain parameters.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.labelmodels.FreeLabelModel
-
A shared public instance that can be used to obtain parameters.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.labelmodels.FreeNodeLabelModel
-
A shared public instance that can be used to obtain parameters.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.portlocationmodels.BendAnchoredPortLocationModel
-
A static immutable global instance of this class.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.portlocationmodels.FreeNodePortLocationModel
-
- INSTANCE - Static variable in class com.yworks.yfiles.graph.portlocationmodels.SegmentRatioPortLocationModel
-
A static immutable global instance of this class.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
A singleton instance.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
A shared immutable instance of this class.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidEdgeStyle
-
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidEdgeStyleRenderer
-
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidLabelStyle
-
The singleton instance of this style.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidLabelStyleRenderer
-
The singleton instance of this renderer.
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidNodeStyle
-
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidNodeStyleRenderer
-
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidPathGeometry
-
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidPortStyle
-
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidPortStyleRenderer
-
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidShapeGeometry
-
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidStripeStyle
-
- INSTANCE - Static variable in class com.yworks.yfiles.graph.styles.VoidStripeStyleRenderer
-
- INSTANCE - Static variable in class com.yworks.yfiles.graphml.XamlReader
-
A singleton instance of this class.
- INSTANCE - Static variable in class com.yworks.yfiles.graphml.XamlSerializer
-
A singleton instance of this class.
- INSTANCE - Static variable in class com.yworks.yfiles.view.input.LabelSnapContextHelper
-
Returns the static shared instance of this class.
- INSTANCE - Static variable in class com.yworks.yfiles.view.input.NodeReshapeSnapResultProvider
-
A shared singleton instance of this type.
- INSTANCE - Static variable in class com.yworks.yfiles.view.input.NodeSnapResultProvider
-
Yields the static shared instance of this class.
- INSTANCE - Static variable in class com.yworks.yfiles.view.VoidVisualCreator
-
- InteractiveOrganicLayout - Class in com.yworks.yfiles.layout.organic
-
This algorithm arranges graphs in an organic fashion and offers special functionality to interact with the graph while
the algorithm is running.
- InteractiveOrganicLayout() - Constructor for class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
- InteractiveOrganicLayout.ISingleThreadContext - Interface in com.yworks.yfiles.layout.organic
-
- InterEdgeRoutingStyle - Enum in com.yworks.yfiles.layout
-
- InteriorLabelModel - Class in com.yworks.yfiles.graph.labelmodels
-
A label model for node labels that lie inside of the node's
Layout
bounds.
- InteriorLabelModel() - Constructor for class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
Creates a new instance of this model with empty insets.
- InteriorLabelModel.Position - Enum in com.yworks.yfiles.graph.labelmodels
-
- InteriorStretchLabelModel - Class in com.yworks.yfiles.graph.labelmodels
-
A label model for node labels that lie inside of the node's
Layout
bounds and have been
stretched to fit the node's size.
- InteriorStretchLabelModel() - Constructor for class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
Creates a new instance of this model with empty insets.
- InteriorStretchLabelModel.Position - Enum in com.yworks.yfiles.graph.labelmodels
-
- INTERLEAVED_NODES_DPKEY - Static variable in class com.yworks.yfiles.layout.tree.BalloonLayout
-
A
DataProvider
key for marking nodes whose child nodes should be placed in an interleaved fashion
This
IDataProvider
allows to individually configure the interleaving feature for each node in the graph.
- InterleavedMode - Enum in com.yworks.yfiles.layout.tree
-
- Internal - Annotation Type in com.yworks.yfiles.utils
-
Marks an element for internal use only.
- INTERNAL_DESCRIPTOR - Static variable in class com.yworks.yfiles.graph.labelmodels.LabelCandidateDescriptor
-
- INTERNAL_DESCRIPTOR_PROVIDER - Static variable in class com.yworks.yfiles.graph.labelmodels.ConstantLabelCandidateDescriptorProvider
-
- INTERNAL_MASK - Static variable in class com.yworks.yfiles.layout.DiscreteNodeLabelPositions
-
Position mask that constrains the positions to the nine node-internal positions.
- intersect(YList, IntersectionAlgorithm.IIntersectionHandler) - Static method in class com.yworks.yfiles.algorithms.IntersectionAlgorithm
-
Calculates the intersections of rectangles in the plane.
- intersect(Rectangle2D, Rectangle2D, Rectangle2D) - Static method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Calculates the intersection of the first and second specified rectangle and sets the resulting location and size to the
third rectangle.
- IntersectionAlgorithm - Class in com.yworks.yfiles.algorithms
-
This class calculates the intersection of rectangles in the plane with the help of a sweep-line algorithm.
- IntersectionAlgorithm.IIntersectionHandler - Interface in com.yworks.yfiles.algorithms
-
An instance of this interface handles intersections found by the IntersectionAlgorithm
,.
- IntersectionCalculatorKeys - Class in com.yworks.yfiles.layout
-
- intersectionPoint(YOrientedRectangle, LineSegment, double) - Static method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Determines an intersection point of the specified oriented rectangle and the specified line segment.
- intersects(YRectangle) - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Checks whether the line segment intersects a box.
- intersects(YPoint) - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Checks whether the line segment intersects a point.
- intersects(double, double, double, double) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Checks whether this rectangle and the second specified rectangle intersect.
- intersects(Rectangle2D) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Checks whether this rectangle and the second specified rectangle intersect.
- intersects(YOrientedRectangle, YRectangle, double) - Static method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Determines whether a rectangle intersects an oriented rectangle, given an epsilon.
- intersects(YOrientedRectangle, LineSegment, double) - Static method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Determines whether or not the specified oriented rectangle and the specified line segment intersect.
- intersects(YRectangle, YRectangle) - Static method in class com.yworks.yfiles.algorithms.YRectangle
-
Returns whether or not the given rectangles intersect.
- intersects(RectD, double) - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Checks whether this path intersects the given rectangle.
- intersects(RectD) - Method in class com.yworks.yfiles.geometry.RectD
-
Determines whether the bounds of this instance intersect with the bounds of the specified rectangle.
- intersects(IOrientedRectangle, double) - Method in class com.yworks.yfiles.geometry.RectD
-
- intersects(Interval, double) - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Checks whether or not this
interval
intersects with the given
interval
, considering the given minimum intersection length.
- intersects(Interval) - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Checks whether or not this
interval
intersects with the given
interval
, considering the given minimum intersection length.
- intersects(OrthogonalInterval, double) - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- intersects(OrthogonalInterval) - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- intersectsLine(double, double, double, double) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Checks if the line segment specified by the given coordinates intersects this rectangle.
- intersectsLine(PointD, PointD) - Method in class com.yworks.yfiles.geometry.RectD
-
Determines whether this rectangle intersects a line.
- intersectsPolyline(Iterable<IPoint>) - Method in class com.yworks.yfiles.geometry.RectD
-
Determines whether a rectangle intersects a polygonal line.
- Interval - Class in com.yworks.yfiles.layout.router.polyline
-
This class represents a one-dimensional closed interval.
- Interval(double, double) - Constructor for class com.yworks.yfiles.layout.router.polyline.Interval
-
Creates a new
Interval
between the given bounds.
- intValue() - Method in class com.yworks.yfiles.utils.FlagsEnum
-
- invalidate() - Method in class com.yworks.yfiles.view.CanvasControl
-
Invalidates the current control.
- invalidate() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Convenience method that invalidates the canvas this mode is currently installed in.
- invalidate() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Convenience method for subclass implementations that invalidates the canvas this mode is currently installed in.
- invalidateDisplays() - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- invalidateDisplays() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- invalidateDisplays() - Method in interface com.yworks.yfiles.graph.IGraph
-
- invalidateDisplays() - Method in interface com.yworks.yfiles.view.input.IInputModeContext
-
- invalidateRequerySuggested() - Static method in interface com.yworks.yfiles.view.input.ICommand
-
Suggests a requery of the executability
of all
routed commands that are known to the system to adjust the UI to properly reflect the state.
- InvalidGraphStructureException - Exception in com.yworks.yfiles.algorithms
-
Exception thrown when a graph-structural precondition is violated.
- InvalidGraphStructureException(String) - Constructor for exception com.yworks.yfiles.algorithms.InvalidGraphStructureException
-
Constructs a WrongGraphStructure exception with the specified message.
- InvalidXamlNamespaceDeclarationException - Exception in com.yworks.yfiles.graphml
-
Exception that gets thrown if an XML namespace declaration does violate the XAML naming conventions.
- InvalidXamlNamespaceDeclarationException() - Constructor for exception com.yworks.yfiles.graphml.InvalidXamlNamespaceDeclarationException
-
- InvalidXamlNamespaceDeclarationException(String) - Constructor for exception com.yworks.yfiles.graphml.InvalidXamlNamespaceDeclarationException
-
- inverse() - Method in class com.yworks.yfiles.utils.FlagsEnum
-
Returns a FlagsEnum that is the inverse to this FlagsEnum.
- inverse(T) - Static method in class com.yworks.yfiles.utils.FlagsEnum
-
Static convenience method that is semantically identical to the non-static method
FlagsEnum.inverse()
- inverse() - Method in interface com.yworks.yfiles.view.input.IEventRecognizer
-
- invert() - Method in class com.yworks.yfiles.geometry.Matrix2D
-
Inverts this instance.
- INVISIBLE - Static variable in class com.yworks.yfiles.view.input.HandleTypes
-
A handle which serves a general purpose but should not be displayed.
- IObservableCollection<T> - Interface in com.yworks.yfiles.utils
-
The interface for a collection that will notify registered event handlers of changes to its contents.
- IObstaclePartition - Interface in com.yworks.yfiles.layout.router.polyline
-
- IObstacleProvider - Interface in com.yworks.yfiles.view
-
Implementations of this interface can provide a path that is used to determine bridges by
BridgeManager
.
- IOrientedRectangle - Interface in com.yworks.yfiles.geometry
-
Interface for oriented rectangles in 2D coordinate space with double precision coordinates.
- IOrthogonalEdgeHelper - Interface in com.yworks.yfiles.view.input
-
- IOutputHandler - Interface in com.yworks.yfiles.graphml
-
- IParseContext - Interface in com.yworks.yfiles.graphml
-
Interface that defines the context of a GraphML parsing context.
- IParseEvents - Interface in com.yworks.yfiles.graphml
-
The interface of the event trigger class that is used by the
ParseEvents
property.
- IPartition - Interface in com.yworks.yfiles.layout.router.polyline
-
This class divides a rectangular area into one or more
PartitionCell
s.
- IPathGeometry - Interface in com.yworks.yfiles.graph.styles
-
Interface that is used mainly by
IEdgeStyleRenderer
implementations to reveal geometric details about the
visualization of an edge's path.
- IPlaneObject - Interface in com.yworks.yfiles.algorithms
-
This interface describes a 2-dimensional object which has a finite bounding box.
- IPoint - Interface in com.yworks.yfiles.geometry
-
Interface for a point in 2D coordinate space with double precision coordinates.
- IPointCursor - Interface in com.yworks.yfiles.algorithms
-
This is an interface for a sequence of instances of YPoint.
- IPort - Interface in com.yworks.yfiles.graph
-
The interface used in an
IGraph
implementation for
IEdge
s to connect to.
- IPortAllocator - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface is responsible for assigning port coordinates to the adjacent edges of each node of the graph.
- IPortAssignment - Interface in com.yworks.yfiles.layout.seriesparallel
-
- IPortAssignment - Interface in com.yworks.yfiles.layout.tree
-
- IPortCandidate - Interface in com.yworks.yfiles.view.input
-
- IPortCandidateProvider - Interface in com.yworks.yfiles.view.input
-
- IPortConstraintOptimizer - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface serves as a callback for
HierarchicLayoutCore
after the layering and sequencing phases.
- IPortDefaults - Interface in com.yworks.yfiles.graph
-
Interface used by
IGraph
to declare and obtain the defaults for ports at nodes and edges.
- IPortHitTester - Interface in com.yworks.yfiles.view.input
-
This is a flagging interface for instances of
IHitTester
that enumerate over a collection of
IPorts
.
- IPortLocationModel - Interface in com.yworks.yfiles.graph.portlocationmodels
-
- IPortLocationModelParameter - Interface in com.yworks.yfiles.graph.portlocationmodels
-
- IPortOwner - Interface in com.yworks.yfiles.graph
-
The common interface for items in an
IGraph
that may own
ports
.
- IPortSelectionTester - Interface in com.yworks.yfiles.view.input
-
Interface that can be used to find ports at specific locations in the canvas.
- IPortSnapResultProvider - Interface in com.yworks.yfiles.view.input
-
- IPortStyle - Interface in com.yworks.yfiles.graph.styles
-
- IPortStyleRenderer - Interface in com.yworks.yfiles.graph.styles
-
- IPositionHandler - Interface in com.yworks.yfiles.view.input
-
Interface for an object that can handle the position of an item displayed in a
CanvasControl
.
- IProcessor - Interface in com.yworks.yfiles.layout.tree
-
A
IProcessor
provides the possibility for each
INodePlacer
to prepare (and clean up) the graph for the
children of the local root.
- IProfitModel - Interface in com.yworks.yfiles.layout
-
- IRectangle - Interface in com.yworks.yfiles.geometry
-
Interface for rectangles aligned to the axes in 2D coordinate space with double precision coordinates.
- IReferenceHandle - Interface in com.yworks.yfiles.graphml
-
Interface that allows a mark and identify shared resources.
- IReferenceHandler - Interface in com.yworks.yfiles.graphml
-
This interface defines methods to write and configure shared sections in the resulting GraphML output.
- IRenderContext - Interface in com.yworks.yfiles.view
-
An interface that describes the current context for rendering routines.
- IReparentNodeHandler - Interface in com.yworks.yfiles.view.input
-
Interface used for implementations that recognize, approve and disapprove node reparenting gestures, as well as actually
performs the reparenting.
- IReparentStripeHandler - Interface in com.yworks.yfiles.view.input
-
Interface used for implementations that recognize, approve and disapprove stripe reparenting gestures, as well as
actually performs the reparenting.
- IReshapeHandleProvider - Interface in com.yworks.yfiles.view.input
-
A specialized version of the
IHandleProvider
interface that can be used to query
IHandle
implementation
for resizing an object.
- IReshapeHandler - Interface in com.yworks.yfiles.view.input
-
Interface for an object that can be interactively reshaped in a
CanvasControl
.
- IRow - Interface in com.yworks.yfiles.graph
-
Interface that describes a row in a
ITable
instance.
- is(IModelItem) - Method in class com.yworks.yfiles.graph.GraphItemTypes
-
Determines whether the item
is of the specified type
.
- IS_GROUP_NODE - Static variable in class com.yworks.yfiles.graphml.CreationProperties
-
Creation property key that tags group node information.
- isActive() - Method in class com.yworks.yfiles.layout.hierarchic.GroupingSupport
-
- isActive() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Returns if this mode is active.
- isActive() - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Returns if this controller is active.
- isAcyclic(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given directed graph is acyclic.
- isAdaptiveLineDistancesEnabled() - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Gets whether or not the distances between parallel edges should be determined automatically according to the sizes of
their source and target nodes.
- isAdaptiveMinimumEdgeDistanceEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Gets whether or not an adaptive minimum edge distance is used.
- isAddingBridgesEnabled() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
Overridden to return false
since the flattening interferes with its own obstacles.
- isAddingBridgesEnabled() - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- isAddLabelAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isAddLabelAllowed() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Gets whether the label editor will be automatically invoked if the Shift+F2 key is pressed.
- isAdjustGroupNodeSizeAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isAffected(Edge, Graph) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Returns whether or not a given edge is selected.
- isAffectedEdgesAdoptionEnabled() - Method in class com.yworks.yfiles.layout.BendConverter
-
Gets whether or not the selection state of the original edge should be adopted by its replacement edges.
- isAligningDegreeOneNodesEnabled() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets whether or not degree-one nodes that have the same neighbor should be aligned.
- isAllKeyboardInputCapturingEnabled() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets a value indicating whether all keyboard input should be captured by this control, even if it hosts UI elements that
would otherwise capture those events.
- isAllowMixedSelection() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Whether to allow mixed selections of graph elements and table elements.
- isAllPointerInputCapturingEnabled() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets a value indicating whether all mouse or touch input should be captured by this control, even if it hosts UI
elements that would otherwise capture those events.
- isAltDown() - Method in class com.yworks.yfiles.view.KeyEventArgs
-
- isAmbiguityReductionEnabled() - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
Gets whether or not the number of ambiguous label placements is reduced by applying an additional optimization step.
- isAngleAbsolute() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the angle interpretations is absolute.
- isAngleOffsetOnRightSide180() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the angle interpretations is to add an angle offset of 180
degrees to labels that are
right of the edge.
- isAngleOffsetOnRightSideZero() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the angle interpretations is to add no angle offset to labels that are right of the edge.
- isAngleOnRightSideCoRotating() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the angle interpretations is to rotate the angle of labels that are right of the edge
co-rotating with the labels left of or centered on the edge, i.e., the angle of all labels is interpreted clockwise.
- isAngleOnRightSideCounterRotating() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the angle interpretations is to rotate the angle of labels that are right of the edge
counter-rotating with the labels left of or centered on the edge, i.e., the angle of labels left or centered on edge is
interpreted clockwise while the angle of labels right of edge is interpreted counter-clockwise.
- isAngleRelativeToEdgeFlow() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the angle interpretation is relative to the edge slope.
- isAtAnySide() - Method in class com.yworks.yfiles.layout.PortConstraint
-
- isAtCenter() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the preferred placement locations for this label is at center.
- isAtEast() - Method in class com.yworks.yfiles.layout.PortConstraint
-
- isAtNorth() - Method in class com.yworks.yfiles.layout.PortConstraint
-
- isAtSource() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the preferred placement locations for this label is at source.
- isAtSourcePort() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the preferred placements for this label is at the source port.
- isAtSouth() - Method in class com.yworks.yfiles.layout.PortConstraint
-
- isAtStrongPortConstraint() - Method in class com.yworks.yfiles.layout.router.polyline.SegmentInfo
-
Gets whether or not this edge segment has the restriction of a strong
PortConstraint
.
- isAtTarget() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the preferred placements for this label is at target.
- isAtTargetPort() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the preferred placements for this label is at the target port.
- isAtWest() - Method in class com.yworks.yfiles.layout.PortConstraint
-
- isAutoAdjustingPreferredSizeEnabled() - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
Gets a property that determines whether to automatically adjust the preferred size of a label.
- isAutoAdjustingPreferredSizeEnabled() - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- isAutoCleanupEnabled() - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
Determines whether unused ports should automatically be removed from their owners as soon as no further edge is
connected to them.
- isAutoCleanupEnabled() - Method in class com.yworks.yfiles.graph.PortDefaults
-
- isAutoCommittingOnFocusLostEnabled() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets a property that determines whether the text edited should be committed if the focus gets lost or the editing should
be canceled.
- isAutoDragEnabled() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets a property that causes the control to automatically pan the view when the mouse gets dragged outside of the bounds
of the control.
- isAutoFlipping() - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Gets whether or not edge labels get flipped if they would be upside down in their current position.
- isAutoFlippingEnabled() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets a value indicating whether the label should be flipped 180 degrees automatically, if it would be oriented
downwards, otherwise.
- isAutoFlippingEnabled() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- isAutoFlippingEnabled() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Gets a value indicating whether to automatically flip the rendering should the
layout
's
up vector
point downwards.
- isAutoFlippingEnabled() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- isAutoFlippingEnabled() - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
Gets a value indicating whether to automatically flip the rendering should the
layout
's
up vector
point downwards.
- isAutoFlippingEnabled() - Method in class com.yworks.yfiles.graph.styles.NodeStyleLabelStyleAdapter
-
Gets a value indicating whether the label should be flipped 180 degrees automatically, if it would be oriented
downwards, otherwise.
- isAutoFlippingEnabled() - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyle
-
Gets a value indicating whether the rendering should automatically be flipped (rotated by 180 degrees) if otherwise it
would be rendered upside-down.
- isAutoFlippingEnabled(TemplateLabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- isAutoFlippingEnabled() - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Gets whether or not edge labels get flipped if they would be upside down in their current position.
- isAutoFlippingEnabled() - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Gets whether or not edge labels are automatically flipped if otherwise they would be upside-down.
- isAutoFlippingEnabled() - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Gets whether or not this stage should automatically flip edge label content depending on the label's rotation angle.
- isAutoFlippingTextBoxEnabled() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets a value indicating whether to automatically flip the orientation of the text box if the
UpVector
actually points downwards.
- isAutoFocusingCanvasOnEditorClosedEnabled() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets a property that determines whether this mode should try to
Node.requestFocus()
the
Canvas
once the editor is closed via a keyboard gesture.
- isAutomaticEdgeGrouping() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets a value indicating whether edge groups are automatically created for edges that are connected to the same port.
- isAutomaticEdgeGrouping() - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Controls whether edge groups are automatically created for edges that are connected to the same port.
- isAutomaticEdgeGroupingEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not edges are grouped automatically.
- isAutomaticGroupNodeCompaction() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets whether or not group nodes are compacted automatically.
- isAutomaticRadiusEnabled() - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Gets whether or not the radius of the circle should be determined automatically.
- isAutomaticStructureUpdate() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Gets whether or not this algorithm performs automatic structure updates on the graph copy if the original graph
changes.
- isAutoMouseWheelZoomEnabled() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Determines whether the mouse wheel can be used to perform zooming in the
ClientCanvas
.
- isAutoRemovingEmptyLabelsEnabled() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a value indicating whether this mode should automatically
remove labels
from the
graph when a label text has been edited and the label text is empty.
- isAutoRemovingEmptyLabelsEnabled() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Gets a value indicating whether this mode should automatically
remove labels
from the
table when a label text has been edited and the label text is empty.
- isAutoRotationEnabled() - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Gets whether edge labels are automatically rotated according to the angle of the corresponding reference edge segment.
- isAutoRotationEnabled() - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Gets whether edge labels are automatically rotated according to the angle of the corresponding reference edge segment.
- isAutoRotationEnabled() - Method in class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
Gets whether or not edge labels are automatically rotated according to the angle of the corresponding reference edge
segment.
- isAutoRotationEnabled() - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Gets whether or not edge labels are automatically rotated according to the angle of the corresponding reference edge
segment.
- isAutoRotationEnabled() - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Gets whether or not edge labels are automatically rotated according to the angle of the corresponding reference edge
segment.
- isAutoSelectingSelfloopBendsEnabled() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a property that determines whether clicking on a node should automatically select all bends of self loops adjacent
to that node.
- isAutoStartEditingEnabled() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Determines whether this mode should automatically fire up the editor once it gets installed.
- isAutoSwitchingToAncestorEnabled() - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Determines whether this instance should automatically switch the
LocalRoot
to an ancestor of the
current root, if this view becomes
Invalid
.
- isAutoUpdateEnabled() - Method in class com.yworks.yfiles.view.Animator
-
Gets a value indicating whether to automatically invalidate the control
this
instance has been created for.
- isAutoUpdateEnabled() - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Determines whether the the canvas this mode is installed in should automatically be invalidated if the client canvas
gets invalidated.
- isAvoidingNodeEdgeOverlapsEnabled() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets whether or not the layout algorithm tries to avoid node/edge overlaps.
- isBackLoopRoutingEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not reversed edges should be routed as back-loops.
- isBackLoopRoutingForSelfLoopsEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not self-loops should be routed in a similar manner as back-loops.
- isBarycenterModeEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets whether or not a barycenter drawing mode should be used.
- isBarycenterModeEnabled() - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
Gets whether or not the barycenter mode is used for node shuffling when removing overlaps.
- isBendReduction() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets whether or not an optimization step should be applied that tries to further reduce the number of bends.
- isBendReusingEnabled() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
- isBendsResettingEnabled() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Gets a value indicating whether to reset and clear the bends of a folding edge initially.
- isBestFitRotationEnabled() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Gets whether or not to automatically choose the best fitting rotation angle.
- isBezierFittingEnabled() - Method in class com.yworks.yfiles.layout.EdgeBundleDescriptor
-
Gets whether or not a bezier curve should be fit to an edge associated to this descriptor.
- isBiconnected(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given undirected graph is biconnected.
- isBiconnected(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphConnectivity
-
Checks whether or not the given undirected graph is biconnected.
- isBipartite(Graph) - Static method in class com.yworks.yfiles.algorithms.Bipartitions
-
Determines whether or not the given graph is bipartite.
- isBipartite(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given undirected graph is bipartite.
- isBundled() - Method in class com.yworks.yfiles.layout.EdgeBundleDescriptor
-
Gets whether or not an edge associated to this descriptor should be bundled.
- isBusCreationEnabled() - Method in class com.yworks.yfiles.layout.tree.SimpleNodePlacer
-
Gets whether or not a bus is created in the space between the parent and its children.
- isCancel() - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Gets a value indicating whether the action (adding or editing a label) should be canceled.
- isCancelGestureOnInvalidTarget() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether an edge creation gesture will be canceled when the gesture is ended on an invalid target and no bend
may be created there.
- isCanceling() - Method in class com.yworks.yfiles.view.input.LabelTextValidatingEventArgs
-
Gets a value indicating whether the edit should be canceled.
- isCancelingEditImplicitlyEnabled() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- isCancelRequested() - Method in class com.yworks.yfiles.algorithms.AbortHandler
-
- isCapturingMouseInputDuringDragEnabled() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Gets a value indicating whether to capture mouse input during drag operations.
- isCenteringContentEnabled() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns whether the contents should be centered on the page.
- isChainStraighteningModeEnabled() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets whether or not chains are drawn straight or not.
- isCheckFailed() - Method in class com.yworks.yfiles.algorithms.AbortHandler
-
- isClearingGraphBeforeReadEnabled() - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Whether to clear an existing graph instance before reading.
- isClearSelectionAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isClippingTextEnabled() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
Determines whether text should be forced to be clipped inside the rectangle.
- isCollapseGroupAllowed() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- isCollectingAllEdgeDistanceSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines in parallel to the edge path of the label owner at the
distance of other edge labels in the graph.
- isCollectingAllNodeDistanceSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines in parallel to the border of the label owner at the distance
of other node labels in the graph.
- isCollectingEdgePathSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines on the edge path.
- isCollectingEdgeSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Determines whether this instance should collect
fixed snap lines
for edge segments.
- isCollectingInitialLocationSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines for the initial position of a label.
- isCollectingNodePairCenterSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Determines whether this instance will try to align the centers of adjacent nodes so that their centers are equally far
away from each other.
- isCollectingNodePairSegmentSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets a value indicating whether this instance will collect pairs of adjacent nodes and add snapping logic so that moved
edge segments will snap so that the distances to the adjacent nodes are equal.
- isCollectingNodePairSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets a value indicating whether this instance will collect pairs of adjacent nodes and add snapping logic so that moved
nodes will snap so that the distances to the adjacent nodes are equal.
- isCollectingNodeShapeSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect six snap lines, two through the center and four through the border sides
of the label owner.
- isCollectingNodeSizesEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Determines whether this instance should collect the sizes of fixed nodes.
- isCollectingNodeSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- isCollectingOwnEdgeDistanceSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect two snap lines in parallel to the edge path of the label owner at the
initial distance of the edge label.
- isCollectingOwnNodeDistanceSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect four snap lines in parallel to the owner's borders at the initial label
distance.
- isCollectingPortSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- isCollectingSameOwnerEdgeDistanceSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines in parallel to the edge path of the label owner at the
distances of all edge labels of that owner.
- isCollectingSameOwnerNodeDistanceSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines in parallel to the border of the label owner at the distance
of other node labels of that owner.
- isCollinearBendsRemovalEnabled() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets whether or not collinear bends are removed from the layout.
- isColumnModeEnabled() - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
- isColumnOrderOptimizationEnabled() - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Gets whether or not the order of the columns should be chosen automatically to minimize edge lengths.
- isCompaction() - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
Specifies whether or not to enable size compaction for table nodes.
- isCompactionEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Gets whether or not the compaction option is enabled.
- isCompactionEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
Gets whether or not the compaction option is enabled.
- isComponentArrangementEnabled() - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Gets whether or not the separately arranged components of the input graph should be arranged relative to each other.
- isComponentCompactionEnabled() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets whether or not a subgraph component may be placed within another subgraph component.
- isComponentLayoutEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- isComponentLayoutEnabled() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets whether or not the
ILayoutStage
used for arranging the components of the graph is activated.
- isConnected(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given graph is connected.
- isConnected(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphConnectivity
-
Checks whether or not the given graph is connected.
- isConsiderNodeLabels() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets whether or not the layout algorithm reserves space for node labels to avoid overlaps.
- isConsiderNodeSizes() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets whether or not to consider node sizes during layout calculation.
- isConstraintLayouterEnabled() - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
- isContentProperty() - Method in class com.yworks.yfiles.graphml.Property
-
Gets a value indicating whether this instance is the one defined in the
ContentProperty
.
- isContentRectUpdatingEnabled() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets a value indicating whether the content rectangle property of the
CanvasControl
should be updated upon completion.
- isControlDown() - Method in class com.yworks.yfiles.view.KeyEventArgs
-
- isCopyingFirstLabelEnabled() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Gets a value indicating whether the first label of the
master edge
should be recreated for the folding edge.
- isCopyingFirstLabelEnabled() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
Gets a value indicating whether the first label of the
master group node
should be recreated for the collapsed group node instance.
- isCopyingStylesEnabled() - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Controls whether node and edge styles should be copied during creation of the layout graph, or if the original instances
should be used.
- isCreateBendAllowed() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether or not to allow the creation of bends.
- isCreateBendAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isCreateEdgeAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isCreateNodeAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a value determining whether
node creation
by clicking on an empty canvas location is
enabled.
- isCreationInProgress() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether currently an edge creation is in progress.
- isCroppingAtPortEnabled() - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Gets the value that determines if the edge path is cropped at the port or at the node bounds.
- isCrossingReductionEnabled() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets whether or not the number of edge crossings should be reduced.
- isCrossTableSelectionAllowed() - Method in interface com.yworks.yfiles.view.IStripeSelection
-
Whether to allow the selection to span multiple table instances.
- isCrossTableSelectionAllowed() - Method in class com.yworks.yfiles.view.StripeSelection
-
Whether to allow the selection to span multiple table instances.
- isCurrentCandidate() - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
Gets a property that determines whether this descriptor uses the "current" candidates.
- isCurvesConsiderationEnabled() - Method in class com.yworks.yfiles.view.BridgeManager
-
Gets a value that determines whether curves (
cubic
and
quadratic
) should be considered as obstacles.
- isCyclic(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given directed graph is cyclic.
- isCyclicPortDependenciesAllowed() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Determines whether or not cyclic port dependencies are allowed.
- isDecoratingNullsEnabled() - Method in class com.yworks.yfiles.graph.LookupDecorator
-
Gets a value indicating whether wrapping implementations will wrap null
values from the rest of the lookup chain
or those values will simply be returned instead.
- isDefaultExisting() - Method in class com.yworks.yfiles.graphml.AbstractInputHandler
-
Gets a value indicating whether a default value has been set, either through a key definition element or explicitly by
assigning a value to the
DefaultValue
property.
- isDefaultExisting() - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Gets a value indicating whether a default value has been assigned.
- isDefaultValue(IWriteContext) - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Determines whether in the current context, the value is the default value and therefore no data element needs to be
written.
- isDefaultValue(IWriteContext) - Method in interface com.yworks.yfiles.graphml.IOutputHandler
-
Determines whether in the current context, the value is the default value and therefore no data element needs to be
written.
- isDefaultValueOverridingEnabled() - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
- isDefaultValueParsingEnabled() - Method in class com.yworks.yfiles.graphml.AbstractInputHandler
-
Gets a value indicating whether the default value in the key definition should be parsed.
- isDendrogramStyleEnabled() - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Gets whether or not the layering is done dendrogram-like.
- isDescendant(INode, INode) - Method in class com.yworks.yfiles.graph.GroupingSupport
-
Determines whether ancestor
is an ancestor of node
in the grouped graph.
- isDescendant(Node, Node) - Method in class com.yworks.yfiles.layout.hierarchic.GroupingSupport
-
Returns whether or not the given node is a descendant
Node
of the given group node.
- isDeterministicModeEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.PortCandidateOptimizer
-
Gets whether or not this implementation uses a deterministic algorithm to assign the
PortCandidate
s.
- isDeterministicModeEnabled() - Method in class com.yworks.yfiles.layout.labeling.GenericLabeling
-
Gets whether or not this algorithm behaves deterministically.
- isDeterministicModeEnabled() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets whether or not the deterministic mode of the layout algorithm is enabled.
- isDeterministicModeEnabled() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets whether or not the deterministic mode of this algorithm is enabled.
- isDeviceDown() - Method in class com.yworks.yfiles.view.CanvasControl
-
Checks if at least one finger is on the touch screen.
- isDirectedModeEnabled() - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Gets whether or not the direction of edges should be considered.
- isDirectGroupContentEdgeRoutingEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets whether or not this edge is routed directly to a group node's border if it connects the group node with one of its
descendants.
- isDirectionConsiderationEnabled() - Method in class com.yworks.yfiles.layout.EdgeBundleDescriptor
-
Gets whether or not the direction of the edge associated to this descriptor should be considered.
- isDirty(ICanvasContext, ICanvasObject) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- isDirty() - Method in interface com.yworks.yfiles.view.ICanvasObject
-
- isDirty(ICanvasContext, ICanvasObject) - Method in interface com.yworks.yfiles.view.ICanvasObjectDescriptor
-
Determines whether the given canvas object is deemed dirty and needs updating.
- isDisposed() - Method in class com.yworks.yfiles.graph.CompositeUndoUnit
-
Determines whether this instance has been
disposed.
.
- isDistanceRelativeToEdge() - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Gets whether or not the distance to the edge is interpreted relative to the edge's path.
- isDown() - Method in class com.yworks.yfiles.view.Touch2DPoint
-
Indicates if this device is currently down or not.
- isDragging() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets a value indicating whether a drag operation is currently in progress.
- isDropTargetHighlightEnabled() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Switches highlighting the drop target on and off.
- isDummy(IModelItem) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Whether the given item
is a "dummy" item which should not be pasted.
- isDummyEdgeDisplayEnabled() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Gets a value indicating whether to show a dummy edge during the drag operation.
- isDuplicateAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isEasedAnimationEnabled() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets a value indicating whether to use eased animation.
- isEdgeConsiderationEnabled() - Method in class com.yworks.yfiles.layout.FixNodeLayoutStage
-
Gets whether or not subgraph edges are taken into account when calculating the bounding box of the fixed nodes.
- isEdgeDirectionIgnoringEnabled() - Method in class com.yworks.yfiles.graph.MergingFoldingEdgeConverter
-
Gets a value indicating whether edge direction should be ignored for the determination of the
existing folding edges
.
- isEdgeGroupAdoptionEnabled() - Method in class com.yworks.yfiles.layout.BendConverter
-
Gets whether or not edge grouping information of the original edge should be adopted by its replacement edges.
- isEdgeGroupOverlapAllowed() - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Gets whether or not edge labels may overlap with edges belonging to the same edge group as the label's edge.
- isEdgeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Gets whether or not the labels of edges contained in a group are considered while calculating the bounds of the group
node.
- isEdgeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Gets whether or not the position of the edge labels should be changed during orientation change.
- isEdgeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets whether or not the routing algorithm considers as obstacles the edge labels that do not belong to the (sub-)set of
edges to be routed when calculating the edge routes.
- isEdgeLabelOrientationResetEnabled() - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Gets whether or not to reset the orientation of edge labels.
- isEdgeLabelPlacementEnabled() - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Gets whether or not labels assigned to edges are placed.
- isEdgeLabelTranslationEnabled() - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Gets whether or not edge label information is translated.
- isEdgeLengthReductionEnabled() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets whether or not the overall edge length should be optimized.
- isEdgeNodeOverlapAllowed() - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Gets whether or not edges are allowed to cross nodes.
- isEdgeOutsideNodes(LayoutGraph, Edge) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Checks whether or not the path of an edge is outside the bounding box of the source and target node.
- isEdgeOutsideNodes(IEdgeLayout, INodeLayout, INodeLayout, double) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Checks whether or not the path of an edge is outside the bounding box of the source and target node, considering the
given halo.
- isEdgeOverlapsRemovalEnabled() - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
- isEdgeOverlapsRemovalEnabled() - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
- isEdgeQueryingEnabled() - Method in class com.yworks.yfiles.view.GraphObstacleProvider
-
- isEdgeStraighteningEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets whether or not a postprocessing step should be applied to reduce the number of bends.
- isEdgeStyleCloningEnabled() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- isEdgeToEdgeConnectionsAllowed() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether or not edges are allowed to connect to other edges.
- isEdgeToEdgeConnectionsAllowed() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Determines whether or not edges are allowed to connect to other edges.
- isEditable() - Method in class com.yworks.yfiles.view.CanvasControl
-
Property that sets the editable state of this canvas.
- isEditing() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets the current editing state of the editor.
- isEditLabelAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isEditLabelAllowed() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Gets whether the label editor will be automatically invoked if the F2 key is pressed.
- isEditLabelOnDoubleClickAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a value determining whether double-clicking should start label editing.
- ISelectionIndicatorInstaller - Interface in com.yworks.yfiles.view
-
An interface for objects that can install a visual representation of a selection decoration of an item in the model
displayed in a canvas.
- ISelectionModel<T> - Interface in com.yworks.yfiles.view
-
An interface that models the selection state of a set of items.
- isEmpty() - Method in class com.yworks.yfiles.algorithms.Graph
-
Gets true
if this graph contains no nodes.
- isEmpty() - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Gets whether this instance is empty, i.e.
- isEmpty() - Method in class com.yworks.yfiles.algorithms.YList
-
Checks whether this list contains elements.
- isEmpty() - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Gets whether this instance has negative width or height.
- isEmpty() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Gets a value indicating whether this path contains elements other than an initial
PathType.MOVE_TO
..
- isEmpty() - Method in class com.yworks.yfiles.geometry.InsetsD
-
Gets a value indicating whether this instance is empty, that is all insets are 0.0d
.
- isEmpty() - Method in interface com.yworks.yfiles.geometry.IRectangle
-
Determines whether the specified rectangle is empty.
- isEmpty() - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Returns whether this instance has negative width or height.
- isEmpty() - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Returns whether this instance has negative width or height.
- isEmpty() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets a value indicating whether this instance is considered empty.
- isEmpty() - Method in class com.yworks.yfiles.geometry.SizeD
-
Gets a value indicating whether this instance is deemed empty.
- isEmpty() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Determines whether the clipboard graph is empty.
- isEmpty() - Method in interface com.yworks.yfiles.utils.ICollection
-
- isEmpty() - Method in interface com.yworks.yfiles.utils.IList
-
- isEmptyGroupNodeHidingEnabled() - Method in class com.yworks.yfiles.layout.HideGroupsStage
-
Gets whether or not empty group nodes, i.e., group nodes without children, will be hidden by this stage.
- isEmptyGroupsConsiderationEnabled() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Gets whether empty group nodes are handled like group nodes with content or like normal nodes.
- isEnabled() - Method in class com.yworks.yfiles.view.CollectionModelManager
-
- isEnabled() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Gets if this controller is enabled.
- isEnabled() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Gets a value indicating whether orthogonal edge editing is enabled at all.
- isEnabled() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.SnapContext
-
Gets a value indicating whether this
SnapContext
is enabled.
- isEnabled() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
Gets the enabled state of this input mode.
- isEnabled() - Method in class com.yworks.yfiles.view.ModelManager
-
- isEnterGroupAllowed() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- ISequenceConstraintFactory - Interface in com.yworks.yfiles.layout.hierarchic
-
This interface specifies the general contract for factory classes that can be used to associate sequence constraints
with a graph.
- ISequencer - Interface in com.yworks.yfiles.layout.hierarchic
-
- isExactPlacement() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets whether or not the
SimplexNodePlacer
enforces the placement of nodes at their exact current positions, even
if this violates minimum distance constraints.
- isExclusive() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Gets a value indicating whether this controller will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExclusive() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Gets a value indicating whether this mode will be the only one running when it has the mutex.
- isExistingPortAddingEnabled() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Gets a property that determines whether the existing port should be available as a possible port candidate, too.
- isExitGroupAllowed() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- isExpanded(INode) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Determines whether the provided node is currently expanded or will be displayed in
IFoldingView.expand(INode)
ed state the next time it will be included in this view.
- isExpanded(IRenderContext, INode) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
Returns the folding state of the group node.
- isExpandGroupAllowed() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- isExternalCandidate() - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelCandidateDescriptor
-
Gets a value indicating whether this candidate is deemed an external candidate.
- isExternalCandidate() - Method in class com.yworks.yfiles.graph.labelmodels.LabelCandidateDescriptor
-
- isFaceMaximizationEnabled() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets whether or not one face of the embedding of the graph should be maximized.
- isFallbackUpperSameLayerEdge() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Gets whether or not the
Edge
associated with this
IEdgeData
instance should be an upper same-layer edge
(if it is a same-layer edge).
- isFileIOEnabled() - Method in class com.yworks.yfiles.view.GraphControl
-
- isFinite() - Method in class com.yworks.yfiles.geometry.RectD
-
Gets a value indicating whether this instance is finite.
- isFinite() - Method in class com.yworks.yfiles.geometry.SizeD
-
Gets a value indicating whether this instance is finite.
- isFiringGraphEventsEnabled() - Method in class com.yworks.yfiles.algorithms.GraphPartitionManager
-
Gets whether or not this partition manager should fire graph events.
- isFiringGraphEventsEnabled() - Method in class com.yworks.yfiles.algorithms.LayoutGraphHider
-
Gets whether or not this hider should fire graph events.
- isFirstAndLastSegmentLockingEnabled() - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Gets whether or not the first and last segment of an edge will be distributed.
- isFittingContentAfterGroupActionsEnabled() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- isFixed() - Method in class com.yworks.yfiles.layout.PortCandidate
-
- isFixed() - Method in class com.yworks.yfiles.layout.router.BusDescriptor
-
Gets whether or not the associated edge is fixed.
- isFixed() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
- isFixed() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
Gets whether the path of this
edge
is fixed or should be routed by the path search algorithm.
- isFixedHeightEnabled() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Gets a value indicating whether this
ArcEdgeStyle
interprets the
Height
value as an
absolute or relative value.
- isFixedHeightEnabled() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
- isFixedNode(LayoutGraph, ILayoutDataProvider, Node, boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Returns whether or not the given node should be treated as a node with fixed (given) coordinates.
- isFixedWidthLineBreaksEnabled() - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
- isFixPorts() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Controls whether strong port constraints are automatically created.
- isFixPorts() - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Controls whether strong port constraints are automatically created.
- isFlat(Graph) - Static method in class com.yworks.yfiles.layout.GroupingSupport
-
Returns whether or not the given graph is flat.
- isFlexibleGridSpacing() - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Gets whether or not the grid spacing can be reduced if there is not enough space.
- isFlexiblePreferredDistance() - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Gets whether or not the preferred distance between edges can be reduced if there is not enough space.
- isFlipped - Variable in class com.yworks.yfiles.graph.styles.LabelTemplate
-
- isFlippedProperty() - Method in class com.yworks.yfiles.graph.styles.LabelTemplate
-
Indicates whether or not the label was flipped when it was placed upside down with auto flipping enabled.
- isFocusClickSwallowingEnabled() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Gets a property that determines whether clicks should be swallowed if they happen within a short amount of time after
the CanvasControl got focus.
- isFocused() - Method in class com.yworks.yfiles.view.FocusIndicatorManager
-
Gets a value indicating whether the
container
this manager is installed in currently is focused.
- isFocusTapSwallowingEnabled() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Gets a property that determines whether taps should be swallowed if they happen within a short amount of time after the
CanvasControl
got focus.
- isFolderNodeAsParentAllowed() - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
Gets a value indicating whether nodes can be dropped on
collapsed
folder nodes.
- isFoldingStateCopyingEnabled() - Method in class com.yworks.yfiles.graph.GraphCopier
-
- isFoldingStateElement(IModelItem, IModelItem) - Static method in class com.yworks.yfiles.graph.GraphClipboard
-
Whether the given item
exists in a folding state of its owner
.
- isForcingSnapToCandidateEnabled() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets a property that determines whether the mouse should be forced to snap to the nearest valid port candidate if the
mouse hovers over a target node.
- isForest(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether the given graph is a forest.
- isForest(Graph) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Checks whether or not the given graph is a forest, that is, a graph whose connected components are directed rooted
trees.
- isForest(Graph, boolean) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Checks whether or not the given graph is a forest.
- isFromSketchEnabled() - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
Specifies whether or not from sketch mode should be enabled.
- isFromSketchLayerAssignmentEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets whether or not the
SimplexNodePlacer
should try to use the coordinates given from the current sketch for
the determination of the layer coordinates.
- isFromSketchMode() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets whether or not to take the coordinates of the input diagram into account when arranging the nodes.
- isFromSketchModeEnabled() - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Gets whether or not to take the coordinates of the input diagram into account when arranging the nodes of the partitions
and the partitions themselves.
- isFromSketchModeEnabled() - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Gets whether or not to consider the coordinates of the input diagram when arranging the graph.
- isFromSketchModeEnabled() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets whether or not the existing drawing should be used as a sketch of the resulting orthogonal layout.
- isFromSketchModeEnabled() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Gets whether or not to consider the initial coordinates of the graph elements.
- isFromSketchModeEnabled() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets whether or not to consider the given coordinates of the input diagram when arranging the tree.
- isFrozen() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
- isGeneralGraphHandling() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets whether or not the layout algorithm can handle general graphs.
- isGlobalLayeringEnforced() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets whether or not a global layering is enforced, that is, each node spans exactly one layer.
- isGreaterThan(Interval) - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Checks whether or not the lower bound of this
interval
is greater than the upper bound of the given
interval.
- isGridRouting() - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Gets whether or not to route the edges on a grid.
- isGridRouting() - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Gets whether or not the orthogonal segments are distributed on grid coordinates.
- isGridRoutingEnabled() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets whether or not to route edge segments on grid lines only.
- isGroupCompactionEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not layer compaction for recursive group layering is active.
- isGrouped(Graph) - Static method in class com.yworks.yfiles.layout.GroupingSupport
-
Returns whether or not the given graph is grouped.
- isGroupingConsiderationEnabled() - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Gets whether or not grouping information bound to the graph should be considered when determining the graph components.
- isGroupingOperationsAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isGroupingSupported() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets whether or not group nodes are handled by the layout algorithm.
- isGroupingSupportEnabled() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Gets whether or not group nodes are handled by the layout algorithm.
- isGroupNode(INode) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- isGroupNode(INode) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- isGroupNode(INode) - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- isGroupNode(INode) - Method in interface com.yworks.yfiles.graph.IGraph
-
Returns whether the given node is considered a group node.
- isGroupNode() - Method in class com.yworks.yfiles.graph.NodeEventArgs
-
Whether the
node
was a group node before this event.
- isGroupNode(Node) - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Determines whether or not the given node is a group node.
- isGroupNode(Node) - Method in class com.yworks.yfiles.layout.hierarchic.GroupingSupport
-
Returns whether or not the given
Node
is a non-empty group node.
- isGroupSelectionAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isGroupTransposition() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
Gets whether or not an additional crossing minimization heuristic should be used in the presence of grouped graphs.
- isHandled() - Method in class com.yworks.yfiles.graphml.HandleDeserializationEventArgs
-
- isHandled() - Method in class com.yworks.yfiles.graphml.HandleSerializationEventArgs
-
- isHandled() - Method in class com.yworks.yfiles.graphml.QueryInputHandlersEventArgs
-
Gets or query whether the current GraphML attribute has been processed.
- isHandled() - Method in class com.yworks.yfiles.graphml.QueryReferenceIdEventArgs
-
Returns whether the last event handler invocation has actually handled the event.
- isHandled() - Method in class com.yworks.yfiles.graphml.ResolveReferenceEventArgs
-
Returns whether the last event handler invocation has actually handled the event.
- isHandled() - Method in class com.yworks.yfiles.layout.LayoutEventArgs
-
Mark an event as handled.
- isHandled() - Method in class com.yworks.yfiles.view.CompoundKeyEvent
-
Gets a value that indicates whether this event has been handled.
- isHandled() - Method in class com.yworks.yfiles.view.input.ClickEventArgs
-
Gets a value indicating whether this
ClickEventArgs
have been handled.
- isHandled() - Method in class com.yworks.yfiles.view.input.ItemClickedEventArgs
-
- isHandled() - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Gets a value indicating whether this event has been handled.
- isHandled() - Method in class com.yworks.yfiles.view.input.PopulateMenuEventArgs
-
- isHandled() - Method in class com.yworks.yfiles.view.input.QueryPositionHandlerEventArgs
-
- isHandled() - Method in class com.yworks.yfiles.view.input.TapEventArgs
-
Gets a value indicating whether this
TapEventArgs
have been handled.
- isHandled() - Method in class com.yworks.yfiles.view.input.ToolTipQueryEventArgs
-
- isHandled() - Method in class com.yworks.yfiles.view.RoutedEventArgs
-
- IShapeGeometry - Interface in com.yworks.yfiles.graph.styles
-
Interface that describes the geometry of a shape which has an interior and an exterior.
- isHeightHandleProviderEnabled() - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
- isHideGroupsStageEnabled() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets whether or not the
ILayoutStage
used for hiding group nodes is activated.
- isHidingEdgesAtEdgesEnabled() - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Determines whether edges at other edges will be hidden from the layout graph or included.
- isHidingLabelDuringEditingEnabled() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a property that determines whether the label should be hidden while it is edited.
- isHierarchicEdgeNestingEnabled() - Method in class com.yworks.yfiles.view.GraphModelManager
-
Determines whether this instance should nest the edges accordingly if the graph is grouped.
- isHierarchicNodeNestingEnabled() - Method in class com.yworks.yfiles.view.GraphModelManager
-
Determines whether this instance should nest the nodes
and optionally edges
accordingly if the graph is grouped.
- isHierarchyCopyingEnabled() - Method in class com.yworks.yfiles.graph.GraphCopier
-
Gets a property that determines whether grouping information should be copied to target graphs.
- isHit(IInputModeContext, PointD, IEdge) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Determines whether the visual representation of the edge has been hit at the given location.
- isHit(IInputModeContext, PointD, ILabel) - Method in class com.yworks.yfiles.graph.styles.AbstractLabelStyle
-
Determines whether the visual representation of the label has been hit at the given location.
- isHit(IInputModeContext, PointD, INode) - Method in class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
Determines whether the visual representation of the node has been hit at the given location.
- isHit(IInputModeContext, PointD, IPort) - Method in class com.yworks.yfiles.graph.styles.AbstractPortStyle
-
Determines whether the visual representation of the port has been hit at the given location.
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Tries to use
NormalizedOutline
to perform the hit test analysis, otherwise
reverts to default (rectangular) behavior.
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Tries to use
NormalizedOutline
to perform the hit test analysis, otherwise
reverts to default (rectangular) behavior.
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
This method is overridden for performance reasons.
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Tries to use the
outline shape
to perform the hit test analysis,
otherwise reverts to default (rectangular) behavior.
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- isHit(ICanvasObject, PointD) - Method in class com.yworks.yfiles.view.CanvasControl
-
Convenience method that calculates the hit tests a given canvas object in the scene graph.
- isHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- isHit(IInputModeContext, PointD) - Method in interface com.yworks.yfiles.view.input.IHitTestable
-
Determines if something has been hit at the given coordinates in the world coordinate system.
- isHit(IInputModeContext, PointD) - Method in interface com.yworks.yfiles.view.input.IHitTestableHandler
-
- isHonoringBothDimensionsEnabled() - Method in class com.yworks.yfiles.view.ViewportLimiter
-
Gets a value indicating whether both dimensions of
Bounds
need to be honored.
- isHorizontal() - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Gets if the interval is horizontal.
- isHorizontal(YPoint, YPoint) - Static method in class com.yworks.yfiles.algorithms.LineSegment
-
Determines if the given points define a horizontal line segment.
- isHorizontal() - Method in class com.yworks.yfiles.layout.Direction
-
- isHorizontal() - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
Gets whether child nodes are distributed in horizontal rows or vertical columns.
- isHorizontalCompactionEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets whether or not the
SimplexNodePlacer
tries to create a maximally compact horizontal layout at the cost of
more bends.
- isHorizontalLayoutEnabled() - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
Gets whether the configurator will prepare its associated graph for a vertical (that is top-to-bottom or bottom-to-top)
layout calculation or a horizontal (that is left-to-right or right-to-left) one.
- isHorizontallyFixed() - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Gets a value indicating whether the x coordinate of the item is fixed during the move operation.
- isHorizontalOrientation() - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Gets whether or not the current orientation is horizontal.
- isHorizontalVector() - Method in class com.yworks.yfiles.geometry.PointD
-
Indicates whether this instance is a horizontally oriented vector.
- isHovering(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Event recognizer callback used to determine whether the mouse is currently hovering over a handle.
- isIgnoringEdgesWithOneNodeEnabled() - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Whether to paste edges whose source or target node was selected when copying to the clipboard while the other node was
not.
- isIgnoringInnerNodeLabelsEnabled() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets whether or not this routing algorithm ignores node labels that are inside the bounds of their owner as obstacles
for edge routes.
- isImmediateInterEdgeRoutingEnabled() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets whether or not edges between different subgraph components should be routed immediately.
- isInBox(IInputModeContext, RectD, IEdge) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Determines whether the visualization for the specified edge is included in the marquee selection.
- isInBox(IInputModeContext, RectD, ILabel) - Method in class com.yworks.yfiles.graph.styles.AbstractLabelStyle
-
Determines whether the visualization for the specified label is included in the marquee selection.
- isInBox(IInputModeContext, RectD, INode) - Method in class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
Determines whether the visualization for the specified node is included in the marquee selection.
- isInBox(IInputModeContext, RectD, IPort) - Method in class com.yworks.yfiles.graph.styles.AbstractPortStyle
-
Determines whether the visualization for the specified port is included in the marquee selection.
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Tests the
node
using the current
Style
for an intersection with the given box.
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Tries to use the
NormalizedOutline
to perform the marquee intersection
analysis, otherwise reverts to default (rectangular) behavior.
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Tries to use the
NormalizedOutline
to perform the marquee intersection
analysis, otherwise reverts to default (rectangular) behavior.
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Tests the
node
using the current
Style
for an intersection with the given box.
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Tests the
node
using the current
Style
for an intersection with the given box.
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
Tests the
node
using the current
Style
for an intersection with the given box.
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Tries to use the
outline shape
to perform the marquee intersection
analysis, otherwise reverts to default (rectangular) behavior.
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- isInBox(IInputModeContext, RectD) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- isInBox(IInputModeContext, RectD) - Method in interface com.yworks.yfiles.view.input.IMarqueeTestable
-
This callback returns true
if the corresponding item is considered to intersect the given rectangular box.
- isIndexer() - Method in class com.yworks.yfiles.graphml.Property
-
Gets a value indicating whether this instance is an indexed property.
- isIndexFixed() - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Gets whether the index of the column is fixed or it should be chosen automatically in order to minimize edge lengths.
- isIndexFixed() - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Gets whether or not an index of a swimlane is fixed (based on the result of the comparison with the other swimlanes) or
whether the index should be chosen automatically in order to minimize edge lengths.
- isIndexFixed() - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Gets whether the index of the row is fixed or it should be chosen automatically in order to minimize edge lengths.
- isInDirection(PortDirections) - Method in class com.yworks.yfiles.layout.PortCandidate
-
Returns whether or not this
PortCandidate
lies in the given direction.
- isInFoldingState(IModelItem) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Determines whether the specified item is a folding state in this view.
- isInitialized() - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Whether the context is initialized.
- isInitialized() - Method in class com.yworks.yfiles.view.input.SnapContext
-
Whether the context is initialized.
- isInitializing() - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Gets a value indicating whether this instance is currently initializing.
- isInitializing() - Method in class com.yworks.yfiles.view.input.SnapContext
-
Gets a value indicating whether this instance is currently initializing.
- isInside(INode, PointD) - Method in class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
Determines whether the provided point is geometrically inside the visual bounds of the node.
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- isInside(PointD, INode, IShapeGeometry, IEdge) - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Checks whether a given point is inside a node's shape geometry with respect to the edge that is being calculated.
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Tries to use the
NormalizedOutline
to perform the contains test, otherwise
reverts to default (rectangular) behavior.
- isInside(PointD) - Method in interface com.yworks.yfiles.graph.styles.IShapeGeometry
-
Checks whether the given coordinate is deemed to lie within the shape's geometric bounds.
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Tries to use the
NormalizedOutline
to perform the contains test, otherwise
reverts to default (rectangular) behavior.
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Checks whether the given coordinate lies within the shape's geometric bounds.
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Tries to use the
outline shape
to perform the contains test, otherwise
reverts to default (rectangular) behavior.
- isInside(PointD) - Method in class com.yworks.yfiles.graph.styles.VoidShapeGeometry
-
This implementation always returns false
.
- isInstalled() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Returns whether this mode is currently installed so a call to
Canvas
will yield a non-
null
result.
- isIntegratedEdgeLabeling() - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Gets whether or not the layout algorithm will place edge labels and reserve space for them.
- isIntegratedEdgeLabelingEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not the layout algorithm reserves space for labels and places them.
- isIntegratedEdgeLabelingEnabled() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets whether or not the layout algorithm preserves space and places edge labels.
- isIntegratedEdgeLabelingEnabled() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets whether or not the layout algorithm automatically places edge labels.
- isIntegratedEdgeLabelingEnabled() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets whether or not the layout algorithm reserves space for edge labels and places them.
- isIntegratedEdgeLabelingEnabled() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Gets whether or not edge labels are placed by the layout algorithm.
- isIntegratedNodeLabelingEnabled() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets whether or not the layout algorithm automatically places node labels.
- isInternal() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets whether or not this candidate describes an internal label.
- isInternalNodeLabelMovingEnabled() - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Gets whether or not internal node labels are allowed to move.
- isInvalid() - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Determines if this view is currently valid and can be edited.
- isInvalidItemsDiscardingEnabled() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Determines whether items that have been hit at the current location that are not
valid items
should be ignored or reported as
null
.
- isInvalidPress(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Determines whether the given event is a press event that occurred at an invalid location.
- isInvalidPress(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Determines whether the given event is a press event that occurred at an invalid location.
- isInXIntervall(double) - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Returns if the projection on the X axis of the line segment covers a certain point on the X Axis.
- isInYIntervall(double) - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Returns if the projection on the Y axis of the line segment covers a certain point on the Y Axis.
- isItemSelected() - Method in class com.yworks.yfiles.view.ItemSelectionChangedEventArgs
-
Gets a value indicating whether the item is selected after the change.
- ISize - Interface in com.yworks.yfiles.geometry
-
Interface for an object that has a size in 2D coordinate space with double precision floating point size values.
- isJoiningEndsEnabled() - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Gets whether or not to join end points of parallel edges.
- isKeepCalculatedPorts() - Method in class com.yworks.yfiles.layout.FixPortLocationStage
-
Gets whether or not the final edge routes should contain the ports calculated by the
core layout algorithm
.
- isKeepingAllSelfLoopRoutesEnabled() - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
Gets whether or not this algorithm should keep all self-loop routes.
- isKeepingExistingBendsEnabled() - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Gets whether or not the initial bend coordinates are kept when determining the edge path.
- isKeyboardFocusWithin() - Method in class com.yworks.yfiles.view.CanvasControl
-
Determines whether the keyboard focus is within the visual tree.
- isKeyDefaultWritingEnabled() - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Gets a value indicating whether to write the key default.
- isLabelCompactionEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
- isLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Gets whether or not to take node and edge labels into account when calculating the bounding box of the graph
components.
- isLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.FixNodeLayoutStage
-
Gets whether or not label geometries are taken into account when calculating the bounding box of the fixed nodes.
- isLabelingEnabled() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
- isLabelingEnabled() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets whether or not the
ILayoutStage
used for placing the labels of the input graph is activated.
- isLabelLayoutParameterCloningEnabled() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- isLabelLayoutParameterCloningEnabled() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- isLabelOverlapsReducingEnabled() - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Gets whether or not a post-processing step to reduce the number of label overlaps is applied.
- isLabelStyleCloningEnabled() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- isLabelStyleCloningEnabled() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- isLastOnBottomPlacementEnabled() - Method in class com.yworks.yfiles.layout.tree.LeftRightNodePlacer
-
Gets whether or not the last child is placed centered, aligned with the bus and below the other child nodes.
- isLayerSeparationEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not to separate layers.
- isLayoutParameterInstanceSharingEnabled() - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
- isLayoutParameterInstanceSharingEnabled() - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- isLeadingEdgeAdjustmentEnabled() - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Gets whether or not to adjust the leading edge to obtain more symmetric results.
- isLeaf(Node) - Method in class com.yworks.yfiles.algorithms.Groups.Dendrogram
-
Returns whether or not the given dendrogram node is a leaf node.
- isLeftOfEdge() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the preferred sides for this label is left of the edge.
- isLessThan(Interval) - Method in class com.yworks.yfiles.layout.router.polyline.Interval
-
Checks whether or not the upper bound of this
interval
is smaller than the lower bound of the given
interval.
- isLocationParameterInstanceSharingEnabled() - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
- isLocationParameterInstanceSharingEnabled() - Method in class com.yworks.yfiles.graph.PortDefaults
-
- isLongSegmentBreakingEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets whether or not the
SimplexNodePlacer
should break long edge segments in favor of a more compact layout.
- isMenuClearingEnabled() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Gets a value indicating whether to clear
Menu
's items
before the
PopulateMenu
event is triggered.
- isMenuEmpty(TContextMenu) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Indicates whether the given popup menu does not have any items.
- isMenuEmpty(ContextMenu) - Method in class com.yworks.yfiles.view.input.ContextMenuInputMode
-
- isMirrored() - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Gets whether or not every other line is mirrored.
- isMirroringAllowed() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets whether or not subgraph components are mirrored to improve the layout quality.
- isMixedSelectionAllowed() - Method in interface com.yworks.yfiles.view.IStripeSelection
-
Whether to allow mixed row/column selections.
- isMixedSelectionAllowed() - Method in class com.yworks.yfiles.view.StripeSelection
-
Whether to allow mixed row/column selections.
- isMouseEventConsumingDisabled() - Method in class com.yworks.yfiles.view.CanvasControl
-
Returns whether the behavior of consuming mouse events during the bubbling phase is
disabled.
- isMultiParentAllowed() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Gets whether or not multi-parent structures are allowed for this tree layout.
- isMultiParentAllowed() - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
Gets whether or not multi-parent structures (structures of multiple nodes that share the same predecessors as well as
the same successors) are allowed.
- isMultipleEdgeFree(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given undirected graph contains no multiple edges.
- isMultiThreadingAllowed() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets whether or not the layout algorithm may use multi-threading to reduce the running time.
- isMultiThreadingAllowed() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets whether or not the layout algorithm may use multi-threading to reduce the running time.
- ISnapLineProvider - Interface in com.yworks.yfiles.view.input
-
- isNaryTree(Graph, int) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given graph is a directed rooted tree where each node has a maximum of n
children.
- isNaryTree(Graph, int) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Checks whether or not the given graph is a directed rooted tree in which each node has a maximum of n
children.
- isNavigationalUndoUnitsEnqueuingEnabled() - Method in interface com.yworks.yfiles.graph.IFoldingView
-
- isNavigationCommandsEnabled() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets a value indicating whether navigation related command bindings are enabled.
- isNodeAlignmentConsiderationEnabled() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets whether or not partial nodes should be aligned.
- isNodeClusteringEnabled() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets whether or not a clustering algorithm should be applied to the input graph.
- isNodeCompaction() - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Gets whether or not nodes should be placed in a more compact style with respect to layout width.
- isNodeHalosConsiderationEnabled() - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Gets whether or not the calculation of the bounds of a group node considers the
NodeHalos
associated with the group's child nodes.
- isNodeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Gets whether or not the layout algorithm reserves space for node labels preventing possible overlaps.
- isNodeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not the layout algorithm considers node labels when calculating node positions to avoid overlaps.
- isNodeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Gets whether or not the labels of nodes contained in a group are considered while calculating the bounds of the group
node.
- isNodeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets whether or not to reserve space for node labels during layout calculation.
- isNodeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets whether or not the layout algorithm considers node labels when calculating node positions to avoid overlaps.
- isNodeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Gets whether or not node labels are taken into account when calculating node positions.
- isNodeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets whether or not the routing algorithm considers the labels of the nodes as obstacles when calculating the edge
routes to avoid overlaps.
- isNodeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets whether or not the layout algorithm reserves space for node labels.
- isNodeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Gets whether or not the layout algorithm reserves space for node labels.
- isNodeLabelConsiderationEnabled() - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Gets whether or not the layout algorithm reserves space for node labels.
- isNodeLabelOrientationResetEnabled() - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Gets whether or not to reset the orientation of node labels.
- isNodeLabelPlacementEnabled() - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Gets whether or not labels assigned to nodes are placed.
- isNodeLabelTranslationEnabled() - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Gets whether or not node label information is translated.
- isNodeOverlapsAllowed() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets whether or not overlaps between nodes are allowed.
- isNodeOverlapsRemovalEnabled() - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
- isNodeOverlapsRemovalEnabled() - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
- isNodeQueryingEnabled() - Method in class com.yworks.yfiles.view.GraphObstacleProvider
-
- isNodeSizeAware() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets whether or not to consider node sizes during layout calculation.
- isNodeSizeConsiderationEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.AspectRatioComponentLayerer
-
Gets whether or not the size of the nodes should be considered.
- isNodeSizeScalingEnabled() - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Gets whether or not to also scale node sizes when performing the
scale operation
.
- isNodeStyleCloningEnabled() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- isNonGroupNodeAsParentAllowed() - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
Gets a value indicating whether nodes can be dropped onto nodes that are no
group nodes
.
- isNormalEdge(Edge) - Method in class com.yworks.yfiles.layout.GroupingSupport
-
Determines whether or not the given edge is a normal edge as opposed to an edge that crosses any group node bounds.
- isNullFallback() - Method in class com.yworks.yfiles.graph.LookupDecorator
-
- isOctilinearEdge(LayoutGraph, Edge) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculator
-
Returns whether or not the given edge is octilinear.
- IsolatedGroupComponentLayout - Class in com.yworks.yfiles.layout
-
A special
ComponentLayout
implementation that allows to lay out isolated subgraphs within a group as separate
components.
- IsolatedGroupComponentLayout(ILayoutAlgorithm) - Constructor for class com.yworks.yfiles.layout.IsolatedGroupComponentLayout
-
- IsolatedGroupComponentLayout() - Constructor for class com.yworks.yfiles.layout.IsolatedGroupComponentLayout
-
- isOnEdge() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the preferred sides for this label is on the edge.
- isOnlyStraightBendRemovalEnabled() - Method in class com.yworks.yfiles.layout.RemoveCollinearBendsStage
-
Gets whether the algorithm removes only collinear bends which lie in the middle of their neighbors or all collinear
bends.
- isOrientationLayoutEnabled() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets whether or not the
ILayoutStage
that modifies the orientation of the layout is activated.
- isOrientationMirrored(LayoutOrientation, MirrorModes) - Static method in class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
-
Returns whether or not the orientation is mirrored.
- isOrientationMirrored(LayoutOrientation) - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Returns whether or not this
OrientationLayout
instance will mirror the graph for a given layout orientation.
- isOrientationOptimizationEnabled() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets whether or not a postprocessing step should be applied to reduce the number of directed edges that do not comply
with the specified layout orientation.
- isOrientationOptimizationEnabled() - Method in class com.yworks.yfiles.layout.tree.TreeComponentLayout
-
Gets whether or not tree component arrangement is improved by changing the orientation of components.
- isOrthogonallyEditedEdge(IInputModeContext, IEdge) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Callback that can be used by
IDragHandler
s and the like to determines whether the given edge is orthogonally
edited edge in the specified input mode context.
- isOrthogonalRoutingEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not edges should be routed orthogonally.
- isOrthogonalSegmentSplittingEnabled() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Gets a value indicating whether an orthogonal segment should be split by the last bend creation.
- isOverlapsAllowed() - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Gets whether or not (partially) overlapping nodes are allowed.
- isPageMarkPrintingEnabled() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
- isParallelEdgeRouterEnabled() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets whether or not the
ILayoutStage
used for routing parallel edges is activated.
- isParameterValid(Object) - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Checks whether or not the given model parameter encodes a valid edge label position for this model.
- isParameterValid(Object) - Method in class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
-
Checks whether or not the given model parameter encodes a valid node label position for this model.
- isPasteAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a value determining whether the
ICommand.PASTE
command should be handled.
- isPathCorrection() - Method in class com.yworks.yfiles.layout.PortPlacementStage
-
- isPerceivedBendOptimizationEnabled() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets whether or not the number of perceived bends should be minimized.
- isPerformingRedo() - Method in class com.yworks.yfiles.graph.UndoEngine
-
Indicates whether this instance is currently performing a redo operation.
- isPerformingUndo() - Method in class com.yworks.yfiles.graph.UndoEngine
-
Indicates whether this instance is currently performing an undo operation.
- isPinchZoomAllowed() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Gets a value indicating whether to allow the pinch zoom gesture.
- isPlacingChildrenOnCommonRadiusEnabled() - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Gets whether or not, in the underlying tree, the children of a tree node are placed on a common radius.
- isPlacingFamilyNodesAlwaysBelowEnabled() - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Gets whether or not
FamilyType.FAMILY
nodes are placed between or below the partners.
- isPlacingPartnerlessBelowEnabled() - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Gets whether or not
FamilyType.FAMILY
nodes of individuals that have only children but no partners are placed
below this individual or next to it.
- isPlanar(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given graph is planar.
- isPlanar(Graph) - Static method in class com.yworks.yfiles.algorithms.PlanarEmbedding
-
Return whether or not the given graph is planar.
- isPolylineLabeling() - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Gets whether or not straight edges are extended to avoid label overlaps.
- isPolylineRoutingEnabled() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets whether or not the routing algorithm will route the edges of the graph with (non-orthogonal) polyline segments.
- isPortCandidateResolutionEnabled(IInputModeContext) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- isPortCandidateResolvingEnabled() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- isPortCandidatesAutoAssignmentEnabled() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Gets whether or not temporary
PortCandidate
s are inserted to improve the routing of inter-edges.
- isPortCandidateShowingEnabled() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether or not to display possible port candidates during the creation of the edge.
- isPortConstraintAdoptionEnabled() - Method in class com.yworks.yfiles.layout.BendConverter
-
Gets whether or not the associated
PortConstraint
s of the original edge should be adopted by its replacement edges.
- isPortConstraintsReplacementEnabled() - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
- isPortLocationParameterCloningEnabled() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- isPortMovingEnabled() - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Gets a value indicating ports are allowed to be moved at all.
- isPortStyleCloningEnabled() - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- isPositionRelativeToSegment() - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Gets whether or not the label position mask should be interpreted relative to the edge segment.
- isPreviewEnabled() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Determines whether a preview of the dragged element is displayed during the drag.
- isPrimary() - Method in class com.yworks.yfiles.view.Touch2DPoint
-
Gets a value indicating whether this device is the primary one.
- isPropagated() - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Gets whether or not this candidate's box had already been chosen by the labeling algorithm.
- isRadiusHandleProviderEnabled() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Gets a property that determines whether this instance should provide an
IHandle
for editing the radius of the
shape.
- isRandomizationEnabled() - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Gets whether or not a randomization strategy should be performed.
- isReadable() - Method in class com.yworks.yfiles.graphml.Property
-
Returns true
iff the property has a public getter.
- isReadable() - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
Returns whether this property has a getter and is therefore readable.
- isRearrangementAllowed() - Method in class com.yworks.yfiles.layout.Swimlanes.SwimlaneRepresentative
-
Gets whether or not the represented swimlane can be rearranged.
- isRecognized(Object, IEventArgs) - Method in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An callback that recognizes events.
- isRecursiveGroupLayeringEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not groups are respected during the layering stage.
- isRelativeAngleEnabled() - Method in class com.yworks.yfiles.graph.labelmodels.FreeEdgeLabelModel
-
Gets a property that indicates whether the angle used by the
parameter
should be interpreted relative to the edge's orientation or as an absolute angle in the coordinate system.
- isReparentGesture(IInputModeContext, INode) - Method in interface com.yworks.yfiles.view.input.IReparentNodeHandler
-
Determines whether the current gesture that can be determined through the context is a reparent gesture.
- isReparentGesture(IInputModeContext, INode) - Method in class com.yworks.yfiles.view.input.ReparentNodeHandler
-
- isReparentNodesAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a value indicating whether moving nodes out of group nodes or into other group nodes is allowed.
- isReparentToNonGroupNodesAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a value indicating whether moving nodes into
non-group nodes
is allowed to
convert them into group nodes.
- isRequestingMutexOnTapEnabled() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
- isReroutingEnabled() - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Gets whether or not to perform an additional step to reroute the edges such that the number of edge crossings is
reduced.
- isReroutingEnabled() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Gets whether or not the routing algorithm uses an additional step to reroute the edges that are considered to have the
worst paths.
- isResizeFixedGroups() - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Gets whether or not fixed (non-partial) group nodes may be resized.
- isResolvingSourcePortCandidatesEnabled() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- isResolvingTargetPortCandidatesEnabled() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- isReusingFolderNodePortsEnabled() - Method in class com.yworks.yfiles.graph.DefaultFoldingEdgeConverter
-
Gets a property that determines whether this implementation should reuse the ports of
folder
nodes for the folding edges.
- isReusingMasterPortsEnabled() - Method in class com.yworks.yfiles.graph.DefaultFoldingEdgeConverter
-
Gets a property that determines whether this implementation should reuse the ports of the
MasterGraph
at non-
folder
nodes for the folding edges.
- isReversed() - Method in class com.yworks.yfiles.algorithms.Dart
-
Gets whether this dart represents the original edge or its reverse.
- isReversed() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Gets whether or not the
Edge
associated with this
IEdgeData
instance has been reversed.
- isReversedPortOrderEnabled() - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
Gets whether or not the port assignment should reverse the order of the ports.
- isReverseEdgeAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isRightOfEdge() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not one of the preferred sides for this label is right of the edge.
- isRoot() - Method in interface com.yworks.yfiles.graph.IStripe
-
Checks whether stripe
is the root item of a stripe hierarchy.
- isRootedTree(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given directed graph is a directed rooted tree.
- isRootedTree(Graph) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Checks whether or not the given graph is a directed rooted tree.
- isRouteInterEdgesOnly() - Method in interface com.yworks.yfiles.layout.PartitionLayout.IInterEdgeRouter
-
Gets whether or not to route inter-edges only.
- isRoutingAllEdgesEnabled() - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Gets whether a rerouting step is performed on all edges or just on a subset where distances are violated.
- isRowOrderOptimizationEnabled() - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Gets whether or not the order of the rows should be chosen automatically to minimize edge lengths.
- isRunning() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets a value indicating whether this instance is currently running.
- isRunning() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Gets whether or not this layout algorithm is currently running.
- isRunningInThread() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets a value indicating whether to run the layout in a separate thread.
- isSameLayerEdgesAllowed() - Method in class com.yworks.yfiles.layout.hierarchic.ConstraintIncrementalLayerer
-
Gets whether or not same-layer edges can be created by this
ILayerer
instance.
- isScalingDownToFitPageEnabled() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Return whether to scale down the content so that it always fits on one page.
- isScalingUpToFitPageEnabled() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns whether to scale up the content so that it always fills one page as large as possible.
- isScrollCommandAnimationEnabled() - Method in class com.yworks.yfiles.view.CanvasControl
-
- isSelected(T) - Method in class com.yworks.yfiles.view.DefaultSelectionModel
-
Determines whether an item is selected by checking for the containment in the
Selection
.
- isSelected(IModelItem) - Method in class com.yworks.yfiles.view.GraphSelection
-
- isSelected(T) - Method in interface com.yworks.yfiles.view.ISelectionModel
-
Determines whether an item is currently selected.
- isSelected(IStripe) - Method in class com.yworks.yfiles.view.StripeSelection
-
Return whether stripe
is currently selected.
- isSelfLoop() - Method in class com.yworks.yfiles.algorithms.Edge
-
Gets true
if and only if this edge is a self-loop.
- isSelfloop() - Method in interface com.yworks.yfiles.graph.IEdge
-
Returns whether an
edge
is a self loop.
- isSelfLoopFree(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given graph contains no self-loops.
- isSelfLoopRouterEnabled() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets whether or not the
ILayoutStage
used for routing self-loops is activated.
- isSelfloopsAllowed() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether or not to allow the creation of self loops.
- isSequentialExecutionEnabled() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets a value indicating whether this instance waits for other instances to finish their operations before it executes.
- isSeriesParallelGraph(Graph) - Static method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Determines whether or not the given graph has a series-parallel structure.
- isShadowDrawingEnabled() - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyle
-
Gets a value indicating whether to draw a drop shadow.
- isShadowDrawingEnabled() - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Gets a value indicating whether to draw a drop shadow.
- isShiftDown() - Method in class com.yworks.yfiles.view.KeyEventArgs
-
- isShortcutDown() - Method in class com.yworks.yfiles.view.KeyEventArgs
-
- isShowing() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Determines whether the tool tip is currently showing.
- isShowingHitPortOwnerCandidatesOnlyEnabled() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Gets a value indicating whether to show the candidates of hit
IPortOwner
s only.
- isShowingMenuRequested() - Method in class com.yworks.yfiles.view.input.PopulateMenuEventArgs
-
Gets a value indicating whether to actually display the context menu.
- isSideAbsoluteWithLeftInNorth() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not the preferred side specified by
SideOfEdge
is interpreted absolute, and on
horizontal segments, labels with preferred side
LabelPlacements.LEFT_OF_EDGE
are placed above the segment.
- isSideAbsoluteWithRightInNorth() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not the preferred side specified by
SideOfEdge
is interpreted absolute, and on
horizontal segments, labels with preferred side
LabelPlacements.RIGHT_OF_EDGE
are placed above the segment.
- isSideRelativeToEdgeFlow() - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Gets whether or not the preferred side specified by
SideOfEdge
is interpreted relative to the
edge flow.
- isSimple(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given directed graph is simple.
- isSimpleModeEnabled() - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
Gets whether or not the simple, fast layout mode of this algorithm is active.
- isSleeping() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Gets whether or not this layout algorithm is currently sleeping.
- isSmartComponentLayoutEnabled() - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Gets whether or not this instance should configure the
ComponentLayout
to respect subsets of nodes.
- isSmartPasteSelectionEnabled() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isSmartSelfLoopPlacementEnabled() - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
Gets whether or not the algorithm chooses the side of the self-loop depending on the incident edges.
- isSnapLineCroppingEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Gets a value indicating whether to crop the snap lines at obstacles.
- isSnapped(PointD, SnapState) - Method in class com.yworks.yfiles.view.input.SnapResult
-
Checks whether this instance is still snapped given the final mouse location.
- isSnappingBendAdjacentSegmentsEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Whether this context will automatically snap the movements of bends so that the two adjacent segments become
horizontally or vertically oriented.
- isSnappingBendsToSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Whether this context will automatically snap the bends to snap lines.
- isSnappingEdgeLabelsEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Specifies whether this context will automatically snap the edge labels to snap lines.
- isSnappingEnabled() - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Switches snapping on and off.
- isSnappingNodeLabelsEnabled() - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Specifies whether this context will automatically snap the node labels to snap lines.
- isSnappingNodesToSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- isSnappingOrthogonalMovementEnabled() - Method in class com.yworks.yfiles.view.input.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.
- isSnappingPortAdjacentSegmentsEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Whether this context will automatically snap the movements of nodes so that the first and last segments of edges become
orthogonal.
- isSnappingSegmentsToSnapLinesEnabled() - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Determines whether this context will automatically snap orthogonal edge segments to snap lines.
- isSnappingToTargetCandidateEnabled() - Method in class com.yworks.yfiles.view.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.
- isSnapResultVisualizationEnabled() - Method in class com.yworks.yfiles.view.input.SnapContext
-
Gets a value indicating whether to visualize the snap results.
- isSourceCell(PartitionCell) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Determines whether or not the given cell is a source cell of the
current edge
.
- isSourceCollapsed() - Method in class com.yworks.yfiles.graph.FoldingEdgeStateId
-
- isSourceEnd() - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Gets a value indicating whether the source end of the edge is handled by this instance.
- isSourcePortLocationParameterCloningEnabled() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- isSourcePortOptimization() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets whether or not source port optimization is enabled.
- isSourcePortStyleCloningEnabled() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- isSpanning() - Method in class com.yworks.yfiles.layout.PartitionCellId
-
Gets whether or not this
PartitionCellId
represents a multi-cell, i.e., a cell spanning multiple rows/columns.
- isStatic() - Method in class com.yworks.yfiles.graphml.Property
-
Returns true
iff this is a static property.
- isStopAfterLayeringEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not to stop the layout algorithm after the layering step.
- isStopAfterSequencingEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Gets whether or not to stop the layout algorithm after the sequencing step.
- isStopped() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Gets whether or not this layout algorithm has stopped.
- isStopRequested() - Method in class com.yworks.yfiles.algorithms.AbortHandler
-
Returns whether or not a stop request was scheduled explicitly with the
AbortHandler.stop()
method.
- isStrictClusterSeparationEnabled() - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Gets whether or not the algorithm should separate nodes with different
cluster IDs
.
- isStrikethrough() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Indicates whether or not each line of text should have a line through it.
- isStrong() - Method in class com.yworks.yfiles.layout.PortConstraint
-
Gets whether or not this
PortConstraint
instance represents a strong constraint.
- isStronglyConnected(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given directed graph is strongly connected.
- isStronglyConnected(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphConnectivity
-
Checks whether or not the given directed graph is strongly connected.
- isStyleInstanceSharingEnabled() - Method in class com.yworks.yfiles.graph.EdgeDefaults
-
- isStyleInstanceSharingEnabled() - Method in interface com.yworks.yfiles.graph.IEdgeDefaults
-
- isStyleInstanceSharingEnabled() - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
- isStyleInstanceSharingEnabled() - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
- isStyleInstanceSharingEnabled() - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
- isStyleInstanceSharingEnabled() - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
- isStyleInstanceSharingEnabled() - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- isStyleInstanceSharingEnabled() - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- isStyleInstanceSharingEnabled() - Method in class com.yworks.yfiles.graph.PortDefaults
-
- isStyleInstanceSharingEnabled() - Method in class com.yworks.yfiles.graph.StripeDefaults
-
- isSubgraphLayoutEnabled() - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Gets whether or not the
ILayoutStage
used for constraining the layout process to a subgraph of the input graph
is activated.
- isSwimlaneDistanceOptimizationEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Gets whether or not to use an optimized minimum distance calculation for swimlane layouts.
- isSwimlanesFromSketchOrderingEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.TopLevelGroupToSwimlaneStage
-
Gets whether or not the order of the swimlanes should be determined based on the current sketch.
- isSynchronizingWithGraphSelectionEnabled() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- isSynthetic() - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
- isTableLayoutConfiguratorEnabled() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- isTargetCell(PartitionCell) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Determines whether or not the given cell is a target cell of the
current edge
.
- isTargetCollapsed() - Method in class com.yworks.yfiles.graph.FoldingEdgeStateId
-
- isTargetPortLocationParameterCloningEnabled() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- isTargetPortOptimization() - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Gets whether or not target port optimization is enabled.
- isTargetPortStyleCloningEnabled() - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- isTextClippingEnabled() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Gets a value that determines whether text should be clipped.
- isTextMirrored(IRenderContext) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
Determines whether the text should be horizontally mirrored.
- isTransposition() - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
Gets whether or not to apply an additional crossing minimization heuristic.
- isTree(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphChecker
-
Checks whether or not the given graph is an undirected tree.
- isTree(Graph) - Static method in class com.yworks.yfiles.algorithms.Trees
-
Checks whether or not the given graph is an undirected tree.
- isTreeBeautifierEnabled() - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Gets whether or not to arrange subtrees of the input graph in a special, optimized tree style.
- IStripe - Interface in com.yworks.yfiles.graph
-
This interface defines a child element of a table or a table element container.
- IStripeDefaults - Interface in com.yworks.yfiles.graph
-
Interface used by
ITable
and the like to declare and obtain the defaults for stripes and their labels.
- IStripeHitTestHelper - Interface in com.yworks.yfiles.view.input
-
Helper interface that allows to bundle
IHitTestable
implementations for the main regions of a
IStripe
instance.
- IStripeInputVisualizationHelper - Interface in com.yworks.yfiles.view.input
-
This interface allows to change the visualization for different input gestures.
- IStripeSelection - Interface in com.yworks.yfiles.view
-
Manages the selection state of items in an
ITable
instance.
- IStripeStyle - Interface in com.yworks.yfiles.graph.styles
-
- IStripeStyleRenderer - Interface in com.yworks.yfiles.graph.styles
-
Interface used by
IStripeStyle
implementations that can be used to query the actual
IVisualCreator
implementation for a stripe and an associated style.
- isUnderline() - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Indicates whether or not the text is underlined.
- isUndoEngineEnabled() - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Gets whether or not the
UndoEngine
used for this instance should be enabled.
- isUndoEngineEnabled() - Method in interface com.yworks.yfiles.graph.IGraph
-
Convenience method to check whether undo capabilities are enabled for this instance.
- isUndoOperationsAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isUngroupSelectionAllowed() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isUnitMergingEnabled() - Method in class com.yworks.yfiles.graph.UndoEngine
-
Gets a value that indicates whether or not this instance should try to merge newly added units.
- isUpperSameLayerEdge() - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Gets whether or not the
Edge
associated with this
IEdgeData
instance is an upper same-layer edge.
- isUpsideDown - Variable in class com.yworks.yfiles.graph.styles.LabelTemplate
-
- isUpsideDownProperty() - Method in class com.yworks.yfiles.graph.styles.LabelTemplate
-
Indicates whether the label is currently placed upside down.
- isUserInteractionAllowed() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets a value indicating whether user interaction should be allowed during the animation.
- isUserInteractionAllowed() - Method in class com.yworks.yfiles.view.Animator
-
Determines whether user interaction should be allowed during the animation.
- isUsingActualInsetsEnabled() - Method in class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
Gets whether or not to use the
actual insets
or the normal
Insets
of a stripe for centering the label inside the stripe header area.
- isUsingActualInsetsEnabled() - Method in class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
Gets a value indicating whether to use the
actual insets
or the normal
Insets
of a stripe for centering the label inside the stripe header area.
- isUsingCurrentItemForCommandsEnabled() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Gets a value indicating whether to use the
CurrentItem
as a fallback for the
commands if no item is provided in the parameter and the current selection is empty.
- isUsingCurrentItemForCommandsEnabled() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Gets a value indicating whether to use the
CurrentItem
as a fallback for the
commands if no item is provided in the parameter and the current selection is empty.
- isUsingFinderEnabled() - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
- isUsingHitItemsCandidatesOnlyEnabled() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Gets a property that determines whether this mode should use only the
target port candidates
of the node the mouse currently hovers over.
- isUsingLabelModelParameterFinderEnabled() - Method in class com.yworks.yfiles.view.input.MoveLabelInputMode
-
- isUsingOctilinearEdgeRoutes(LayoutGraph, IDataProvider) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Determines whether or not most of the edges of the graph are routed octilinear.
- isUsingOrthogonalEdgeRoutes(LayoutGraph, IDataProvider) - Static method in class com.yworks.yfiles.layout.LayoutGraphUtilities
-
Determines whether or not most of the edges of the graph are routed orthogonally.
- isUsingParentElementForDeserialization() - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
- isValidBegin(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Determines whether the current location is valid to begin a bend creation gesture.
- isValidBegin(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Called to determine whether it is valid to begin the gesture.
- isValidClick(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Determines whether the given event is a valid click event.
- isValidHoverItem(IModelItem) - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Determines whether the given item is a valid item to be considered for hovering.
- isValidLabelHit(IInputModeContext, PointD) - Method in class com.yworks.yfiles.view.input.MoveLabelInputMode
-
Determines whether or not a valid label has been hit at the specified position.
- isValidParent(IInputModeContext, INode, INode) - Method in interface com.yworks.yfiles.view.input.IReparentNodeHandler
-
Determines whether the provided node may be reparented to a newParent
.
- isValidParent(IInputModeContext, IStripe, IStripe, int, StripeReparentPolicy) - Method in interface com.yworks.yfiles.view.input.IReparentStripeHandler
-
Determines whether the provided node may be reparented to a newParent
.
- isValidParent(IInputModeContext, INode, INode) - Method in class com.yworks.yfiles.view.input.ReparentNodeHandler
-
- isValidParent(IInputModeContext, IStripe, IStripe, int, StripeReparentPolicy) - Method in class com.yworks.yfiles.view.input.ReparentStripeHandler
-
- isValidPress(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Determines whether the given event is a valid press event.
- isValidPress(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Determines whether the given event is a valid press event.
- isValidRelease(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Determines whether the given event is a valid release event.
- isValidRelease(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Determines whether the given event is a valid release event.
- isValidStartLocation(PointD) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Determines whether the given location is a valid start location for the move gesture.
- isValidTap(Object, IEventArgs) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Determines whether the given event is a valid tap event.
- isValidTargetEntrance(CellEntrance) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
-
Determines whether or not this extension considers the given
CellEntrance
as a valid target entrance, i.e., the
path may end with the given entrance.
- isVertical() - Method in class com.yworks.yfiles.algorithms.LineSegment
-
Gets if this segment is considered vertical, i.e.
- isVertical(YPoint, YPoint) - Static method in class com.yworks.yfiles.algorithms.LineSegment
-
Determines if the given points define a vertical line segment.
- isVertical() - Method in class com.yworks.yfiles.layout.Direction
-
- isVertical() - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Gets whether or not the associated segment is vertical.
- isVertical() - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
Gets whether or not the segments in this
channel
are vertical.
- isVertical() - Method in class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
-
- isVerticallyFixed() - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Gets a value indicating whether the y coordinate of the item is fixed during the move operation.
- isVerticalVector() - Method in class com.yworks.yfiles.geometry.PointD
-
Indicates whether this instance is a vertically oriented vector.
- isViewportAnimationEnabled() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Gets a value indicating whether to animate the viewport.
- isViewportLimiterConsiderationEnabled() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- isViewportLimiterConsiderationEnabled() - Method in class com.yworks.yfiles.view.ViewportAnimation
-
- isVisible() - Method in class com.yworks.yfiles.geometry.GeneralPath
-
Gets a value indicating whether the path contains visible parts.
- isVisible(ICanvasContext, RectD, IEdge) - Method in class com.yworks.yfiles.graph.styles.AbstractEdgeStyle
-
Determines whether the visualization for the specified edge is visible in the context.
- isVisible(ICanvasContext, RectD, ILabel) - Method in class com.yworks.yfiles.graph.styles.AbstractLabelStyle
-
Determines whether the visualization for the specified label is visible in the context.
- isVisible(ICanvasContext, RectD, INode) - Method in class com.yworks.yfiles.graph.styles.AbstractNodeStyle
-
Determines whether the visualization for the specified node is visible in the context.
- isVisible(ICanvasContext, RectD, IPort) - Method in class com.yworks.yfiles.graph.styles.AbstractPortStyle
-
Determines whether the visualization for the specified port is visible in the context.
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyleRenderer
-
Overridden for performance reasons.
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Determines visibility by checking for an intersection with the
Layout
.
- isVisible(RectD, ICanvasContext) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
Determines visibility by checking for an intersection with the
Layout
.
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Determines visibility by checking for an intersection with the
Layout
.
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Determines visibility by checking for an intersection with the
Layout
.
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyleRenderer
-
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Determines visibility by checking for an intersection with the
Layout
.
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
Uses the
layout
to determine whether the clip intersects.
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Determines visibility by checking for an intersection with the
Layout
.
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
- isVisible(ICanvasContext, RectD) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- isVisible() - Method in class com.yworks.yfiles.view.GridVisualCreator
-
- isVisible() - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Gets the visibility state of this instance.
- isVisible(ICanvasContext, RectD) - Method in interface com.yworks.yfiles.view.IVisibilityTestable
-
Determines whether an element might intersect the visible region for a given context.
- isWaiting() - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- isWaiting() - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
Gets the Waiting property.
- isWeightedCycleRemovalEnabled() - Method in class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
-
Gets whether or not the edges that need to be reversed are determined using an edge weight based heuristic or using a
depth first search based approach.
- isWritable() - Method in class com.yworks.yfiles.graphml.Property
-
Returns true
iff the property has a public setter.
- isWriteable() - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
Returns whether this property has a setter and is therefore writeable.
- isWritingBackEdgeLabelsEnabled() - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Gets whether or not edge label information is written back to the model after core layout.
- isWritingBackNodeLabelsEnabled() - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Gets whether or not node label information is written back to the model after the core layout.
- isWritingBackRelativeEdgeLabelLocationEnabled() - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Gets whether or not edge label
boxes
are interpreted relative to the edge when
writing them back to the model.
- isWritingBackRelativeNodeLabelLocationEnabled() - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Gets whether or not node label
bounds
are interpreted relative to the node when
writing them back to the model.
- isWritingSharedReferencesEnabled() - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Whether to support object sharing on output.
- isWritingXMLSchemaEnabled() - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
true
if schema descriptions should be written.
- isZoomAnimationEnabled() - Method in class com.yworks.yfiles.view.CanvasControl
-
Gets a value indicating whether zooming operations (e.g. turning the mouse wheel, executing
ICommand.ZOOM
etc.) should be performed in animated fashion.
- ITable - Interface in com.yworks.yfiles.graph
-
Central interface which provides support for tabular data presentation.
- ITagOwner - Interface in com.yworks.yfiles.graph
-
Interface implemented by items that can be tagged with arbitrary objects.
- item - Variable in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
- itemAddedHandler(Object, ItemEventArgs<T>) - Method in class com.yworks.yfiles.view.ItemModelManager
-
Event handler for item creation events that adds the item to this manager.
- ItemChangedEventArgs<TItem,TValue> - Class in com.yworks.yfiles.graph
-
Event argument class used by
IGraph
if a model item's property has been changed.
- ItemChangedEventArgs(TItem, TValue) - Constructor for class com.yworks.yfiles.graph.ItemChangedEventArgs
-
- itemChangedHandler(Object, ItemEventArgs<T>) - Method in class com.yworks.yfiles.view.ItemModelManager
-
Event handler for item change events that updates the visual representation for that item.
- ItemClickedEventArgs<T> - Class in com.yworks.yfiles.view.input
-
Provides data for the ItemClicked
,
ItemDoubleClicked
,
ItemLeftClicked
,
ItemLeftDoubleClicked
,
ItemRightClicked
and ItemRightDoubleClicked
events.
- ItemClickedEventArgs(T, PointD) - Constructor for class com.yworks.yfiles.view.input.ItemClickedEventArgs
-
- ItemCollection<TItem> - Class in com.yworks.yfiles.layout
-
Provides different ways to define the items in a collection for use with
LayoutData
.
- ItemCollection() - Constructor for class com.yworks.yfiles.layout.ItemCollection
-
- ItemCopiedEventArgs<T> - Class in com.yworks.yfiles.graph
-
- ItemCopiedEventArgs(T, T) - Constructor for class com.yworks.yfiles.graph.ItemCopiedEventArgs
-
Creates a new argument for the given item and its original.
- ItemDropInputMode<T extends IModelItem> - Class in com.yworks.yfiles.view.input
-
- ItemDropInputMode(Class) - Constructor for class com.yworks.yfiles.view.input.ItemDropInputMode
-
Constructs a new instance of class
DropInputMode
for the expected data type.
- ItemEventArgs<T> - Class in com.yworks.yfiles.utils
-
Event argument class used by
IObservableCollection
and similar that holds a specific item that is related to the
event.
- ItemEventArgs(T) - Constructor for class com.yworks.yfiles.utils.ItemEventArgs
-
Creates a new event argument for the given item.
- itemFocused - Variable in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
- itemFocusedProperty() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Indicates whether or not this
IModelItem
is currently focused.
- itemHighlighted - Variable in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
- itemHighlightedProperty() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Indicates whether or not this
IModelItem
is currently highlighted.
- ItemHoverInputMode - Class in com.yworks.yfiles.view.input
-
An input mode for use in a
GraphControl
that fires events when the mouse enters or leaves
the visualization of a
graph item
.
- ItemHoverInputMode() - Constructor for class com.yworks.yfiles.view.input.ItemHoverInputMode
-
- ItemMapping<TItem,TValue> - Class in com.yworks.yfiles.layout
-
Provides different ways to define a mapping from items to values for use with
LayoutData
.
- ItemMapping() - Constructor for class com.yworks.yfiles.layout.ItemMapping
-
- ItemModelManager<T> - Class in com.yworks.yfiles.view
-
Installs and removes visual representations of items into or from the canvas.
- ItemModelManager(Class<T>) - Constructor for class com.yworks.yfiles.view.ItemModelManager
-
- itemProperty() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Returns a property holding the current
IModelItem
that this template visualizes.
- itemRemovedFromDomainHandler(Object, ItemEventArgs<T>) - Method in class com.yworks.yfiles.view.DefaultSelectionModel
-
Event handler for domain item removal events that removes the item from this model.
- itemRemovedHandler(Object, ItemEventArgs<T>) - Method in class com.yworks.yfiles.view.ItemModelManager
-
Event handler for item removal events that removes the item from this manager.
- itemSelected - Variable in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
- itemSelectedProperty() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Indicates whether or not this
IModelItem
is currently selected.
- ItemSelectionChangedEventArgs<T> - Class in com.yworks.yfiles.view
-
- ItemSelectionChangedEventArgs(T, boolean) - Constructor for class com.yworks.yfiles.view.ItemSelectionChangedEventArgs
-
Initializes a new event argument instance for the given item and its selection state.
- iterator() - Method in interface com.yworks.yfiles.utils.ICollection
-
- iterator() - Method in interface com.yworks.yfiles.utils.IEnumerable
-
- iterator() - Method in interface com.yworks.yfiles.utils.IList
-
- ITextEditorInputModeConfigurationHandler - Interface in com.yworks.yfiles.view.input
-
- IUndoUnit - Interface in com.yworks.yfiles.graph
-
Represents a unit of work that can be undone and redone.
- IValueSerializerContext - Interface in com.yworks.yfiles.graphml
-
- IVisibilityTestable - Interface in com.yworks.yfiles.view
-
Interface that is implemented for elements that can determine whether they might be visible in a given clipping
rectangle.
- IVisualCreator - Interface in com.yworks.yfiles.view
-
Factory interface which is used by implementations that know how to create
Node
s for rendering into a given
IRenderContext
.
- IVisualTemplate - Interface in com.yworks.yfiles.view
-
Template factory for creating visual representations of rectangular shaped objects.
- IWriteContext - Interface in com.yworks.yfiles.graphml
-
Interface that provides the context of a GraphML write process.
- IWriteEvents - Interface in com.yworks.yfiles.graphml
-
The interface of the event trigger class that is used by the
WriteEvents
property.
- IXamlNameMapper - Interface in com.yworks.yfiles.graphml
-
Utility class that facilitates determining type information from XML elements and writing of markup extensions as
attributes.
- IXamlPrefixMapper - Interface in com.yworks.yfiles.graphml
-
Interface for mapping XAML namespaces to XML namespace prefixes and vice versa.
- IXmlNamespaceManager - Interface in com.yworks.yfiles.graphml
-
Helper class to facilitate namespace handling together with
IXmlWriter
instances.
- IXmlWriter - Interface in com.yworks.yfiles.graphml
-
Abstraction of XML output classes that provide a consistent way to write XML elements to some output.
- safeLookup(Class<T>, Object) - Method in interface com.yworks.yfiles.graph.IContextLookup
-
- safeLookup(Class<T>) - Method in interface com.yworks.yfiles.graph.ILookup
-
- SameLayerData() - Constructor for class com.yworks.yfiles.layout.hierarchic.AbstractPortConstraintOptimizer.SameLayerData
-
- sameLayerEdgeCount() - Method in interface com.yworks.yfiles.layout.hierarchic.INodeData
-
Returns the number of same-layer edges associated with the
Node
of this
INodeData
instance.
- SANDWICH_MASK - Static variable in class com.yworks.yfiles.layout.DiscreteNodeLabelPositions
-
Position mask that constrains the positions to
above
and
below
the node.
- SandwichLabelModel - Class in com.yworks.yfiles.graph.labelmodels
-
A node label model that knows only two possible positions.
- SandwichLabelModel() - Constructor for class com.yworks.yfiles.graph.labelmodels.SandwichLabelModel
-
- SAVE - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- SAVE_AS - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
A
ICommand
to save an item under a new name.
- saveFile() - Method in class com.yworks.yfiles.view.GraphControl
-
- saveFileAs() - Method in class com.yworks.yfiles.view.GraphControl
-
- scalarProduct(YVector, YVector) - Static method in class com.yworks.yfiles.algorithms.YVector
-
Returns the value of the scalar product of two vectors.
- scalarProduct(PointD) - Method in class com.yworks.yfiles.geometry.PointD
-
Calculates the scalar product of this and the given vector.
- scalarProduct(PointD, PointD) - Static method in class com.yworks.yfiles.geometry.PointD
-
Calculates the scalar product of the two given points.
- scale(double) - Method in class com.yworks.yfiles.algorithms.YVector
-
Scales the vector by an factor.
- scale(double, double) - Method in class com.yworks.yfiles.geometry.Matrix2D
-
Prepends a scale operation to this instance.
- scale(double, double, MatrixOrder) - Method in class com.yworks.yfiles.geometry.Matrix2D
-
Appends or prepends a scale operation to this instance.
- scaleProperty() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns the property that holds the scale.
- scalingDownToFitPageEnabledProperty() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns the property that holds the value for whether to scale down the content so that it always fits on one page.
- scalingUpToFitPageEnabledProperty() - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Returns the property that holds the value for whether to scale up the content so that it always fills one page as large as possible.
- Scope - Enum in com.yworks.yfiles.layout.organic
-
- Scope - Enum in com.yworks.yfiles.layout.router
-
- SCROLL - Static variable in class com.yworks.yfiles.view.MouseWheelBehaviors
-
The mouse wheel scrolls the view.
- SCROLL_BAR_ENABLED - Static variable in class com.yworks.yfiles.view.CanvasControl
-
Constant to describe the state of a scroll bar.
- SCROLL_BAR_VISIBLE - Static variable in class com.yworks.yfiles.view.CanvasControl
-
Constant that describes the state of a scroll bar.
- SCROLL_PAGE_DOWN - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- SCROLL_PAGE_LEFT - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- SCROLL_PAGE_RIGHT - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- SCROLL_PAGE_UP - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- scrollCommandAnimationEnabledProperty() - Method in class com.yworks.yfiles.view.CanvasControl
-
- ScrollType - Enum in com.yworks.yfiles.view
-
An enumeration containing values for different mouse wheel scroll behavior.
- secondaryChildren(Node, LayoutGraph) - Method in class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
-
Returns all lower-right children of the local root node.
- segmentCount() - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- segmentCount() - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
Returns the number of segments of the edge.
- SegmentGroup - Class in com.yworks.yfiles.layout.router.polyline
-
Represents a group of segments of different edges that shall be combined at their common source or target.
- SegmentGroup(Interval, List<Object>) - Constructor for class com.yworks.yfiles.layout.router.polyline.SegmentGroup
-
Creates a new instance of
SegmentGroup
that contains the given segments and a range to place them.
- segmentGroupCount() - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- SegmentInfo - Class in com.yworks.yfiles.layout.router.polyline
-
A
SegmentInfo
holds information about the possible location of an orthogonal edge segment.
- SegmentInfo(Edge, int, Direction, Interval, Interval, Interval, List<Object>) - Constructor for class com.yworks.yfiles.layout.router.polyline.SegmentInfo
-
Creates a new instance of
SegmentInfo
with the given information.
- SegmentInfo(Edge, int, LineSegment) - Constructor for class com.yworks.yfiles.layout.router.polyline.SegmentInfo
-
- SegmentOrientation - Enum in com.yworks.yfiles.view.input
-
Enumeration for possible orientations of a segment in a (partially) orthogonal edge routing.
- SegmentRatioPortLocationModel - Class in com.yworks.yfiles.graph.portlocationmodels
-
A port location model that places the port on a certain edge segment at a specified ratio.
- SegmentRatioPortLocationModel() - Constructor for class com.yworks.yfiles.graph.portlocationmodels.SegmentRatioPortLocationModel
-
- SELECT_ALL - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- SELECT_ITEM - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- SELECT_TO_PAGE_DOWN - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
A
ICommand
to extend the selection a page downwards.
- SELECT_TO_PAGE_UP - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
A
ICommand
to extend the selection a page upwards.
- selectAll() - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Clears the current selection and selects all stripes in all table instances.
- selectCurrentItem() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- SELECTED_ROOT_DPKEY - Static variable in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
A DataProvider
key for marking the node that will be used as root node of the tree.
- SELECTED_ROOT_DPKEY - Static variable in class com.yworks.yfiles.layout.tree.BalloonLayout
-
A DataProvider
key for marking the node that will be used as root node of the tree.
- SELECTED_ROOT_DPKEY - Static variable in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
A DataProvider
key for marking the node that will be used as root node of the tree.
- SELECTED_ROOT_DPKEY - Static variable in class com.yworks.yfiles.layout.tree.TreeLayout
-
A DataProvider
key for marking the node that will be used as root node of the tree.
- SELECTED_STRIPE_TEMPLATE_KEY - Static variable in class com.yworks.yfiles.view.input.DefaultStripeInputVisualizationHelper
-
A
ResourceKey
that can be used to store a
IVisualTemplate
that can be used to create the visual that
will be used to draw the highlight for the stripe that is selected.
- SELECTION - Static variable in class com.yworks.yfiles.graph.GraphClipboard.ParentNodeDetectionModes
-
If exactly one group node is selected the nodes should be pasted into that group.
- SELECTION_TEMPLATE_KEY - Static variable in class com.yworks.yfiles.view.OrientedRectangleIndicatorInstaller
-
- SELECTION_TEMPLATE_KEY - Static variable in class com.yworks.yfiles.view.RectangleIndicatorInstaller
-
- SelectionEventArgs<T extends IModelItem> - Class in com.yworks.yfiles.view.input
-
- SelectionEventArgs(IInputModeContext, ISelectionModel<T>) - Constructor for class com.yworks.yfiles.view.input.SelectionEventArgs
-
Creates a new instance.
- SelectionIndicatorManager<T extends ILookup> - Class in com.yworks.yfiles.view
-
A
ModelManager
implementation that manages the visual decorations of selected elements in a canvas.
- SelectionIndicatorManager(CanvasControl, IObservableCollection<T>, ISelectionModel<T>) - Constructor for class com.yworks.yfiles.view.SelectionIndicatorManager
-
Creates an instance that for all selected items in the model dynamically installs a selection render decoration.
- selectionIndicatorManagerProperty() - Method in class com.yworks.yfiles.view.GraphControl
-
- selectionProperty() - Method in class com.yworks.yfiles.view.GraphControl
-
The property that holds the the GraphSelection.
- selectItem(GraphControl, IModelItem, boolean) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Callback that selects the given item.
- selectNodeAndSelfloopBends(INode) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Selects the node and possible bends of selfloop edges.
- SelfLoopCalculator - Class in com.yworks.yfiles.layout.hierarchic
-
This class calculates bend points for self-loops routed in orthogonal or octilinear fashion.
- SelfLoopCalculator(double, double) - Constructor for class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculator
-
- SelfLoopCalculatorData - Class in com.yworks.yfiles.layout.hierarchic
-
- SelfLoopCalculatorData() - Constructor for class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
- SelfLoopRouter - Class in com.yworks.yfiles.layout
-
- SelfLoopRouter(ILayoutAlgorithm) - Constructor for class com.yworks.yfiles.layout.SelfLoopRouter
-
- SelfLoopRouter() - Constructor for class com.yworks.yfiles.layout.SelfLoopRouter
-
- SelfLoopStyle - Enum in com.yworks.yfiles.layout
-
Self-loop style specifier which defines that the routes of self-loops are rounded.
- SEMI - Static variable in class com.yworks.yfiles.layout.LabelAngleOnRightSideOffsets
-
Angle offset specifier for edge labels which expresses that an additional offset of 180
degrees should be added
to the angle.
- SEQUENCE_CONSTRAINTS_MEMENTO_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
A DataProvider
key for storing the constraint graph
A v1 before v2
constraint is represented as an edge between the representatives of v1
and v2
in
the constraint graph.
- SEQUENCE_INDEX_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
A DataAcceptor
key for publishing the index inside their layer for all nodes in the graph.
- SEQUENCE_INDEX_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
A DataAcceptor
key for publishing the index inside their layer for all nodes in the graph.
- sequenceNodeLayers(LayoutGraph, ILayers, ILayoutDataProvider, IItemFactory) - Method in class com.yworks.yfiles.layout.hierarchic.AsIsSequencer
-
Calculates the sequence of the nodes within each layer using the nodes' coordinates.
- sequenceNodeLayers(LayoutGraph, ILayers, ILayoutDataProvider, IItemFactory) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
- sequenceNodeLayers(LayoutGraph, ILayers, ILayoutDataProvider, IItemFactory) - Method in class com.yworks.yfiles.layout.hierarchic.GivenSequenceSequencer
-
Calculates the sequence of the nodes within a
ILayers
instance based on the given
Comparator
instance.
- sequenceNodeLayers(LayoutGraph, ILayers, ILayoutDataProvider, IItemFactory) - Method in interface com.yworks.yfiles.layout.hierarchic.ISequencer
-
Calculates the sequence of the nodes within each
layer
.
- SequentialLayout - Class in com.yworks.yfiles.layout
-
- SequentialLayout() - Constructor for class com.yworks.yfiles.layout.SequentialLayout
-
- SerializationNotSupportedException - Exception in com.yworks.yfiles.graphml
-
- SerializationNotSupportedException() - Constructor for exception com.yworks.yfiles.graphml.SerializationNotSupportedException
-
- SerializationNotSupportedException(String) - Constructor for exception com.yworks.yfiles.graphml.SerializationNotSupportedException
-
- SerializationNotSupportedException(String, RuntimeException) - Constructor for exception com.yworks.yfiles.graphml.SerializationNotSupportedException
-
- SerializationProperties - Class in com.yworks.yfiles.graphml
-
Constant class for common serialization properties.
- serialize(Type, IWriteContext, T) - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
- serialize(Type, IWriteContext, T) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
Serialize item
.
- serialize(Type, IWriteContext, T) - Method in interface com.yworks.yfiles.graphml.IWriteContext
-
Serialize item
to an XML representation.
- serialize(Type, T) - Method in interface com.yworks.yfiles.graphml.IWriteContext
-
Serialize the item
.
- serialize(Object, Type) - Method in interface com.yworks.yfiles.graphml.IWriteContext
-
Serializes the specified item using the provided type information.
- serialize(Type, IWriteContext, Object) - Method in class com.yworks.yfiles.graphml.XamlSerializer
-
- serializeReplacement(Type, Object, Object) - Method in interface com.yworks.yfiles.graphml.IWriteContext
-
Serialize an replacement object replacement
instead of the original originalItem
.
- SeriesParallelLayout - Class in com.yworks.yfiles.layout.seriesparallel
-
This layout algorithm arranges series-parallel graphs.
- SeriesParallelLayout() - Constructor for class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
- SeriesParallelLayoutData - Class in com.yworks.yfiles.layout.seriesparallel
-
- SeriesParallelLayoutData() - Constructor for class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
- set(Object, Object) - Method in interface com.yworks.yfiles.algorithms.IDataAcceptor
-
Sets an object value associated with the given data holder.
- set(Object, Object) - Method in interface com.yworks.yfiles.algorithms.IEdgeMap
-
Associates the given value to the given edge.
- set(Object, Object) - Method in interface com.yworks.yfiles.algorithms.INodeMap
-
Associates the given value to the given node.
- set(int, Object) - Method in class com.yworks.yfiles.algorithms.YList
-
- set(double, double, double, double, double, double) - Method in class com.yworks.yfiles.geometry.Matrix2D
-
Sets all elements of this instance.
- set(Matrix2D) - Method in class com.yworks.yfiles.geometry.Matrix2D
-
Sets the values of the given matrix to this instance.
- set(TypedKey<T>, T) - Method in class com.yworks.yfiles.graphml.TypedKeyMapper
-
Sets the specified key/value pair.
- set(Object, Object) - Method in class com.yworks.yfiles.layout.DataMapAdapter
-
- set(double, double) - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
- SET_CURRENT_ITEM - Static variable in interface com.yworks.yfiles.view.input.ICommand
-
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.ComponentLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouterData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouterData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.tree.BalloonLayoutData
-
Sets the AbortHandler used during the layout.
- setAbortHandler(AbortHandler) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Sets the AbortHandler used during the layout.
- setAbsJoinEndDistance(double) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Sets the absolute distance from the end point of the joined lines to the first parallel segments.
- setActiveButtons(MouseButtons) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Determines for which button(s) mouse clicks should be processed.
- setAdaptedGraph(IGraph) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Sets or yields the original
IGraph
instance that is adapted by this instance.
- setAdaptiveLineDistancesEnabled(boolean) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Sets whether or not the distances between parallel edges should be determined automatically according to the sizes of
their source and target nodes.
- setAdaptiveMinimumEdgeDistanceEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Sets whether or not an adaptive minimum edge distance is used.
- setAddLabelAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setAddLabelAllowed(boolean) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Sets whether the label editor will be automatically invoked if the Shift+F2 key is pressed.
- setAdjustContentRectPolicy(AdjustContentRectPolicy) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a property that determines whether this instance should automatically adjust the
ContentRect
if the graph changes.
- setAdjustGroupNodeSizeAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setAffectedComponents(ItemCollection<INode>) - Method in class com.yworks.yfiles.layout.ComponentLayoutData
-
Sets a collection of nodes that determine the components that shall be laid out.
- setAffectedEdges(ItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouterData
-
Sets the collection of edges affected by this router.
- setAffectedEdges(ItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Sets the collection of edges placed by the layout.
- setAffectedEdges(ItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
Sets the collection of affected edges.
- setAffectedEdges(DpKeyItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
Sets the collection of edges affected by this router.
- setAffectedEdges(ItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.router.ChannelEdgeRouterData
-
Sets the collection of edges affected by this router.
- setAffectedEdges(ItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouterData
-
Sets the collection of edges routed by this router.
- setAffectedEdges(DpKeyItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
Sets the collection of edges affected by this router.
- setAffectedEdges(DpKeyItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets the collection of affected edges.
- setAffectedEdges(DpKeyItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouterData
-
Sets the collection of affected edges.
- setAffectedEdgesAdoptionEnabled(boolean) - Method in class com.yworks.yfiles.layout.BendConverter
-
Sets whether or not the selection state of the original edge should be adopted by its replacement edges.
- setAffectedEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.BendConverter
-
Sets the key to register a
IDataProvider
which identifies edges as
selected.
- setAffectedEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.CurveFittingLayoutStage
-
Sets the
IDataProvider
key to look up the selection state of the edges that defines whether or not an edge's
path should be approximated by a bezier curve.
- setAffectedEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
Sets the
IDataProvider
key to determine which edges are to be split by this layout stage.
- setAffectedEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets the key to register a
IDataProvider
for marking edges as
selected.
- setAffectedEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Sets the key to register a
IDataProvider
which determines the edges that shall be routed by this algorithm.
- setAffectedEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Sets the key to register a
IDataProvider
which determines the edges that shall be routed by this algorithm.
- setAffectedEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets the
IDataProvider
key to look up the selection state of the edges.
- setAffectedEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Sets the
IDataProvider
key used for looking up the selected state of the edges of the graph to be laid out.
- setAffectedEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
-
Sets the key to register a
IDataProvider
that provides the selected state of the edges of the graph.
- setAffectedLabels(DpKeyItemCollection<ILabel>) - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Sets the collection of labels that shall be placed by the algorithm.
- setAffectedLabelsDpKey(Object) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Sets the
IDataProvider
key to mark labels as selected for placement.
- setAffectedNodes(ItemCollection<INode>) - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Sets the collection of nodes that is laid out by the layout.
- setAffectedNodes(ItemCollection<INode>) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Sets the collection of nodes placed by the layout.
- setAffectedNodes(DpKeyItemCollection<INode>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets the collection of affected nodes.
- setAffectedNodes(DpKeyItemCollection<INode>) - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouterData
-
Sets the collection of affected nodes.
- setAffectedNodesDpKey(Object) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets the
IDataProvider
key to look up the selection state of the nodes.
- setAffectedNodesDpKey(Object) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Sets the
IDataProvider
key used for looking up the selected state of the nodes of the graph to be laid out.
- setAffectedNodesDpKey(Object) - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
-
Sets the key to register a
IDataProvider
that provides the selected state of the nodes of the graph.
- setAffectedNodesDpKey(Object) - Method in class com.yworks.yfiles.layout.SubgraphLayout
-
Sets the key to register a
IDataProvider
which marks the nodes that induce the subgraph to be arranged.
- setAlgorithmProperty(Object, Object) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Provides access to implementation specific properties of the algorithms used.
- setAligningDegreeOneNodesEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not degree-one nodes that have the same neighbor should be aligned.
- setAlignment(VerticalNodeAlignment) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Sets the vertical alignment of the individual nodes in the same generation.
- setAllKeyboardInputCapturingEnabled(boolean) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets a value indicating whether all keyboard input should be captured by this control, even if it hosts UI elements that
would otherwise capture those events.
- setAllowMixedSelection(boolean) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Whether to allow mixed selections of graph elements and table elements.
- setAllPointerInputCapturingEnabled(boolean) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets a value indicating whether all mouse or touch input should be captured by this control, even if it hosts UI
elements that would otherwise capture those events.
- setAlternativeEdgePath(ItemMapping<IEdge, YPointPath>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapping from edges to alternative paths for edges connecting to groups, group content or folder nodes.
- setAlternativeGroupBounds(ItemMapping<INode, YRectangle>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapping from group/folder nodes to alternative bounds for these nodes.
- setAmbiguityReductionEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
Sets whether or not the number of ambiguous label placements is reduced by applying an additional optimization step.
- setAnchor(YPoint) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Sets the anchor of this oriented rectangle.
- setAnchor(double, double) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Sets the anchor of this rectangle.
- setAnchor(PointD) - Method in interface com.yworks.yfiles.geometry.IMutableOrientedRectangle
-
Sets the anchor vector of the oriented rectangle to the given value.
- setAnchor(IPoint) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Returns the instance that stores the anchor of this oriented rectangle.
- setAnchor(IPoint) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets the anchor of the text box.
- setAnchorX(double) - Method in interface com.yworks.yfiles.geometry.IMutableOrientedRectangle
-
Sets the x coordinate for the anchor of the rectangle.
- setAnchorX(double) - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
- setAnchorX(double) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Sets the x coordinate of the anchor of this instance from the
Anchor
instance.
- setAnchorY(double) - Method in interface com.yworks.yfiles.geometry.IMutableOrientedRectangle
-
Sets the y coordinate for the anchor of the rectangle.
- setAnchorY(double) - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
- setAnchorY(double) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Sets the y coordinate of the anchor of this instance from the
Anchor
instance.
- setAngle(double) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Sets the angle (measured in radians) of this rectangle.
- setAngle(double) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Sets the orientation of this rectangle.
- setAngle(double) - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Sets the rotation angle of all labels with this model in radians.
- setAngle(double) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Sets the rotation angle of all labels with this model in radians.
- setAngle(double) - Method in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
Sets the angle for the rotation of the labels.
- setAngle(double) - Method in class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
Sets the rotation angle of all labels with this model.
- setAngle(double) - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Sets the angle (measured in radians) of the label model.
- setAngle(double) - Method in class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel.ModelParameter
-
Sets the rotation angle of the label that is placed using this model parameter.
- setAngle(double) - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Sets the angle (in radians) for the label rotation.
- setAngle(double) - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Sets the angle (measured in radians) of the label model.
- setAngleOffsetOnRightSide(LabelAngleOnRightSideOffsets) - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Sets the angle offset for labels that are placed on the right side of the edge.
- setAngleReference(LabelAngleReferences) - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Sets the reference of the angle given by
Angle
.
- setAngleRotationOnRightSide(LabelAngleOnRightSideRotations) - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Sets how the angle is applied to labels on the right side in respect of the labels of the left side of the edge.
- setArmedCursor(Cursor) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets the cursor to use when this mode is in "armed" state.
- setAspectRatio(double) - Method in class com.yworks.yfiles.layout.orthogonal.CompactOrthogonalLayout
-
Sets the desired aspect ratio (i.e.
- setAspectRatio(double) - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
Sets the preferred aspect ratio (width/height) for the subtrees.
- setAspectRatio(double) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
- setAssistantNodes(ItemCollection<INode>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- setAtStrongPortConstraint(boolean) - Method in class com.yworks.yfiles.layout.router.polyline.SegmentInfo
-
Sets whether or not this edge segment has the restriction of a strong
PortConstraint
.
- setAttraction(int) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the edge attraction value.
- setAutoAdjustingPreferredSizeEnabled(boolean) - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
Sets a property that determines whether to automatically adjust the preferred size of a label.
- setAutoAdjustingPreferredSizeEnabled(boolean) - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- setAutoCleanupEnabled(boolean) - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
Determines whether unused ports should automatically be removed from their owners as soon as no further edge is
connected to them.
- setAutoCleanupEnabled(boolean) - Method in class com.yworks.yfiles.graph.PortDefaults
-
- setAutoCommittingOnFocusLostEnabled(boolean) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets a property that determines whether the text edited should be committed if the focus gets lost or the editing should
be canceled.
- setAutoDragEnabled(boolean) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets a property that causes the control to automatically pan the view when the mouse gets dragged outside of the bounds
of the control.
- setAutoDragInsets(InsetsD) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the auto drag insets.
- setAutoFlipping(boolean) - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Sets whether or not edge labels get flipped if they would be upside down in their current position.
- setAutoFlippingEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets a value indicating whether the label should be flipped 180 degrees automatically, if it would be oriented
downwards, otherwise.
- setAutoFlippingEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Sets a value indicating whether to automatically flip the rendering should the
layout
's
up vector
point downwards.
- setAutoFlippingEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
Sets a value indicating whether to automatically flip the rendering should the
layout
's
up vector
point downwards.
- setAutoFlippingEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.NodeStyleLabelStyleAdapter
-
Sets a value indicating whether the label should be flipped 180 degrees automatically, if it would be oriented
downwards, otherwise.
- setAutoFlippingEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyle
-
Sets a value indicating whether the rendering should automatically be flipped (rotated by 180 degrees) if otherwise it
would be rendered upside-down.
- setAutoFlippingEnabled(boolean) - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Sets whether or not edge labels get flipped if they would be upside down in their current position.
- setAutoFlippingEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Sets whether or not edge labels are automatically flipped if otherwise they would be upside-down.
- setAutoFlippingEnabled(boolean) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Sets whether or not this stage should automatically flip edge label content depending on the label's rotation angle.
- setAutoFlippingTextBoxEnabled(boolean) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets a value indicating whether to automatically flip the orientation of the text box if the
UpVector
actually points downwards.
- setAutoFocusingCanvasOnEditorClosedEnabled(boolean) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets a property that determines whether this mode should try to
Node.requestFocus()
the
Canvas
once the editor is closed via a keyboard gesture.
- setAutoGroupNodeAlignmentPolicy(NodeAlignmentPolicy) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Sets the the location that should be kept fixed if toggling a group node state.
- setAutomaticEdgeGrouping(boolean) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Sets a value indicating whether edge groups are automatically created for edges that are connected to the same port.
- setAutomaticEdgeGrouping(boolean) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Controls whether edge groups are automatically created for edges that are connected to the same port.
- setAutomaticEdgeGroupingEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not edges are grouped automatically.
- setAutomaticGroupNodeCompaction(boolean) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets whether or not group nodes are compacted automatically.
- setAutomaticRadiusEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Sets whether or not the radius of the circle should be determined automatically.
- setAutomaticStructureUpdate(boolean) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Sets whether or not this algorithm performs automatic structure updates on the graph copy if the original graph
changes.
- setAutoMergeTime(Duration) - Method in class com.yworks.yfiles.graph.UndoEngine
-
Sets the duration during which the engine will try to merge newly added units.
- setAutoMouseWheelZoomEnabled(boolean) - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Determines whether the mouse wheel can be used to perform zooming in the
ClientCanvas
.
- setAutoRemovingEmptyLabelsEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a value indicating whether this mode should automatically
remove labels
from the
graph when a label text has been edited and the label text is empty.
- setAutoRemovingEmptyLabelsEnabled(boolean) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Sets a value indicating whether this mode should automatically
remove labels
from the
table when a label text has been edited and the label text is empty.
- setAutoRotationEnabled(boolean) - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Sets whether edge labels are automatically rotated according to the angle of the corresponding reference edge segment.
- setAutoRotationEnabled(boolean) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Sets whether edge labels are automatically rotated according to the angle of the corresponding reference edge segment.
- setAutoRotationEnabled(boolean) - Method in class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
Sets whether or not edge labels are automatically rotated according to the angle of the corresponding reference edge
segment.
- setAutoRotationEnabled(boolean) - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Sets whether or not edge labels are automatically rotated according to the angle of the corresponding reference edge
segment.
- setAutoRotationEnabled(boolean) - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Sets whether or not edge labels are automatically rotated according to the angle of the corresponding reference edge
segment.
- setAutoSelectingSelfloopBendsEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a property that determines whether clicking on a node should automatically select all bends of self loops adjacent
to that node.
- setAutoStartEditingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Determines whether this mode should automatically fire up the editor once it gets installed.
- setAutoSwitchingToAncestorEnabled(boolean) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Determines whether this instance should automatically switch the
LocalRoot
to an ancestor of the
current root, if this view becomes
Invalid
.
- setAutoUpdateEnabled(boolean) - Method in class com.yworks.yfiles.view.Animator
-
Sets a value indicating whether to automatically invalidate the control
this
instance has been created for.
- setAutoUpdateEnabled(boolean) - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Determines whether the the canvas this mode is installed in should automatically be invalidated if the client canvas
gets invalidated.
- setAvoidingNodeEdgeOverlapsEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets whether or not the layout algorithm tries to avoid node/edge overlaps.
- setBackgroundFill(Paint) - Method in class com.yworks.yfiles.view.PixelImageExporter
-
Sets the background fill to use for image export.
- setBackgroundGroup(ICanvasObjectGroup) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the BackgroundGroup property.
- setBackgroundPaint(Paint) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets the brush to use for the background box of the label.
- setBackgroundPen(Pen) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets the pen to use for the background box of the label.
- setBackgroundStyle(INodeStyle) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
Sets the style that is used to draw the background of the table.
- setBackLoopPenalty(double) - Method in class com.yworks.yfiles.layout.hierarchic.PortCandidateOptimizer
-
Sets the penalty cost associated with each back-loop.
- setBackLoopRoutingEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not reversed edges should be routed as back-loops.
- setBackLoopRoutingForSelfLoopsEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not self-loops should be routed in a similar manner as back-loops.
- setBackLoopRoutingStyle(EdgeRoutingStyle) - Method in class com.yworks.yfiles.layout.hierarchic.RoutingStyle
-
Sets the routing style for back-loop edges.
- setBarycenterModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets whether or not a barycenter drawing mode should be used.
- setBarycenterModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
Sets whether or not the barycenter mode is used for node shuffling when removing overlaps.
- setBeginHitTestable(IHitTestable) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets the
IHitTestable
that determines where bends may be created.
- setBeginHitTestable(IHitTestable) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets a
IHitTestable
that determines, whether it is valid to start an edge creation gesture here.
- setBendCost(double) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Sets the costs for creating a bend on the edge's path.
- setBendDistance(double) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Sets the preferred distance between any two bends of an edge.
- setBendGridConstraintProvider(IGridConstraintProvider<IBend>) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Sets the grid constraint provider for the
IBend
s.
- setBendLocation(IBend, PointD) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setBendLocation(IBend, PointD) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Modifies the location of the given bend.
- setBendLocation(IBend, PointD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Modifies the location of the given bend.
- setBendPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for an edge bend.
- setBendReduction(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets whether or not an optimization step should be applied that tries to further reduce the number of bends.
- setBendReusingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
- setBends(IListEnumerable<IBend>) - Method in class com.yworks.yfiles.graph.SimpleEdge
-
Provides access to a collection of
bends
that describe the geometry of this edge.
- setBendsInNodeToEdgeDistancePenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for an edge bend being closer to the border of the source node, the target node or one of their
ancestor group nodes than the minimum node to edge distance.
- setBendsResettingEnabled(boolean) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Sets a value indicating whether to reset and clear the bends of a folding edge initially.
- setBestFitRotationEnabled(boolean) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Sets whether or not to automatically choose the best fitting rotation angle.
- setBezierFittingEnabled(boolean) - Method in class com.yworks.yfiles.layout.EdgeBundleDescriptor
-
Sets whether or not a bezier curve should be fit to an edge associated to this descriptor.
- setBfsLayererCoreNodes(ItemCollection<INode>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets the collection of core nodes used by the
BFSLayerer
.
- setBitmapSource(Image) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyle
-
Sets the bitmap source.
- setBool(Object, boolean) - Method in interface com.yworks.yfiles.algorithms.IDataAcceptor
-
Sets a boolean value associated with the given data holder.
- setBool(Object, boolean) - Method in interface com.yworks.yfiles.algorithms.IEdgeMap
-
Associates the given boolean value to the given edge.
- setBool(Object, boolean) - Method in interface com.yworks.yfiles.algorithms.INodeMap
-
Associates the given boolean value to the given node.
- setBool(Object, boolean) - Method in class com.yworks.yfiles.layout.DataMapAdapter
-
- setBorderGapToPortGapRatio(double) - Method in class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
-
Sets the ratio of the border gap (distance between the outer ports and the node border) to the port gap
(distance between adjacent ports).
- setBorderGapToPortGapRatio(double) - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
Sets the ratio of the border gap (distance between the outer ports to the node border) to the port gap
(distance between adjacent ports).
- setBottomInset(double) - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Sets the bottom inset in which no element will lie in the resulting layout.
- setBoundingBox(YRectangle) - Method in class com.yworks.yfiles.layout.AbstractLabelLayout
-
Sets the bounding box of the label.
- setBounds(YOrientedRectangle) - Method in class com.yworks.yfiles.layout.LabelLayoutData
-
- setBounds(RectD) - Method in class com.yworks.yfiles.view.ViewportLimiter
-
Sets the maximal allowed navigable bounds for the viewport.
- setBridgeCrossingPolicy(BridgeCrossingPolicy) - Method in class com.yworks.yfiles.view.BridgeManager
-
- setBundled(boolean) - Method in class com.yworks.yfiles.layout.EdgeBundleDescriptor
-
Sets whether or not an edge associated to this descriptor should be bundled.
- setBundlingQuality(double) - Method in class com.yworks.yfiles.layout.EdgeBundling
-
Sets the desired quality of the calculated edge bundling.
- setBundlingStrength(double) - Method in class com.yworks.yfiles.layout.EdgeBundling
-
Sets the strength of the edge bundling.
- setBusAlignment(double) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets the vertical bus alignment for orthogonally routed edge buses.
- setBusAlignment(double) - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Sets the vertical bus alignment for orthogonally routed edges.
- setBusCreationEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.SimpleNodePlacer
-
Sets whether or not a bus is created in the space between the parent and its children.
- setBusId(Object) - Method in class com.yworks.yfiles.layout.router.BusDescriptor
-
Sets the bus ID.
- setButtonPlacement(ILabelModelParameter) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
Sets an
ILabelModelParameter
that determines the placement of the button for toggling the expanded state.
- setCancel(boolean) - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Sets a value indicating whether the action (adding or editing a label) should be canceled.
- setCancelDuration(Duration) - Method in class com.yworks.yfiles.algorithms.AbortHandler
-
Sets the duration an algorithm may run before being cancelled automatically.
- setCancelGestureOnInvalidTarget(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether an edge creation gesture will be canceled when the gesture is ended on an invalid target and no bend
may be created there.
- setCanceling(boolean) - Method in class com.yworks.yfiles.view.input.LabelTextValidatingEventArgs
-
Sets a value indicating whether the edit should be canceled.
- setCancelingEditImplicitlyEnabled(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- setCancelRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the property that determines cancel events.
- setCancelRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets the "cancel" recognizer.
- setCancelRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets the "cancel" recognizer.
- setCancelRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the "cancel" recognizer.
- setCancelRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets the "cancel" recognizer.
- setCancelRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
- setCancelRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the property that determines cancel events via touch.
- setCandidateDescriptor(ICanvasObjectDescriptor) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- setCandidateTag(Object) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Sets the tag for this candidate.
- setCandidateTemplate(IVisualTemplate) - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
Sets the template to use for showing candidates.
- setCanvas(CanvasControl) - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Sets the value of the property canvas.
- setCanvas(CanvasControl) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Sets the canvas to print.
- setCanvasControl(CanvasControl) - Method in class com.yworks.yfiles.view.BridgeManager
-
- setCanvasObjectGroup(ICanvasObjectGroup) - Method in class com.yworks.yfiles.view.ItemModelManager
-
- setCanvasPropertyKey(String) - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- setCapturingMouseInputDuringDragEnabled(boolean) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Sets a value indicating whether to capture mouse input during drag operations.
- setCellIds(ContextItemMapping<INode, PartitionCellId, PartitionGrid>) - Method in class com.yworks.yfiles.layout.PartitionGridData
-
Sets the mapping from nodes to
PartitionCellId
using the partition grid as context.
- setCenter(YPoint) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Sets the current center of the oriented rectangle.
- setCenter(double, double) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Sets the anchor of the OrientedRectangle so that the center of the rectangle coincides with the given coordinate pair.
- setCenter(PointD) - Method in interface com.yworks.yfiles.geometry.IMutableOrientedRectangle
-
Sets the center of the oriented rectangle to the given value.
- setCenter(PointD) - Method in interface com.yworks.yfiles.geometry.IMutableRectangle
-
Sets the center of the rectangle to the provided value.
- setCenter(Node, YPoint) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the center coordinates of the given node.
- setCenter(Node, double, double) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the center coordinates of the given node.
- setCenter(Node, double, double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Schedules an update for the center location of the given node.
- setCenter(PointD) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the world coordinate at the center of the control.
- setCenteringContentEnabled(boolean) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Sets whether the contents should be centered on the page.
- setCenterNodes(DpKeyItemCollection<INode>) - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
- setCenterNodesDpKey(Object) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets the
IDataProvider
key used for looking up the selected nodes that should be placed in the center.
- setCenterNodesPolicy(CenterNodesPolicy) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets the policy that determines which nodes are selected as roots of the (virtual) tree for the layout process and are
set in the center of the circles.
- setCenterX(Node, double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Schedules an update for the center location's x-coordinate of the given node.
- setCenterY(Node, double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Schedules an update for the center location's y-coordinate of the given node.
- setCenterZoomEventRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.CanvasControl
-
Specifies an
IEventRecognizer
that determines whether the zooming to the center of the view, rather than at the
mouse location should be used.
- setChainStraighteningModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not chains are drawn straight or not.
- setChainSubstructureStyle(ChainSubstructureStyle) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the style specifier for chain substructures.
- setChildAlignmentPolicy(ChildAlignmentPolicy) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the child alignment policy for this layout algorithm.
- setChildNodePlacer(INodePlacer) - Method in class com.yworks.yfiles.layout.tree.AssistantNodePlacer
-
Sets the
INodePlacer
instance that places the non-assistant children.
- setChildOrderingPolicy(ChildOrderingPolicy) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the child ordering policy for sorting the child nodes around their parents.
- setChildPlacement(ChildPlacement) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Sets the direction in which the child nodes are placed with respect to their parent node.
- setCircleIds(IMapper<INode, Integer>) - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
Sets the mapper from nodes to their circle id.
- setClassAssertionStatus(String, boolean) - Method in class com.yworks.yfiles.graphml.DelegatingClassLoader
-
- setClassLoader(DelegatingClassLoader) - Static method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- setClearingGraphBeforeReadEnabled(boolean) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Whether to clear an existing graph instance before reading.
- setClearSelectionAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setClickInputMode(ClickInputMode) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- setClickSelectableItems(StripeTypes) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Sets a property that determines which types of items should be selectable through
mouse clicks.
.
- setClickSelectableRegions(StripeSubregionTypes) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- setClientCanvas(CanvasControl) - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Sets the canvas this canvas should use to navigate.
- setClientObject(Object) - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
- setClipboard(GraphClipboard) - Method in class com.yworks.yfiles.view.GraphControl
-
- setClipboardGraph(IGraph) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Sets the graph that contains the clipboard's contents.
- setClipMargin(double) - Method in class com.yworks.yfiles.view.BridgeManager
-
Sets the margin by which the
Clip
should be enlarged to accommodate for clipped away
lines being taken into account for bridge calculation.
- setClone(GraphCopier.CloneTypes) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Sets the types of items that should be
cloned
for the copy operation.
- setClosestCandidate(IPortCandidate) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Updates the closest candidate for visual feedback.
- setClosestCandidateDescriptor(ICanvasObjectDescriptor) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- setClusteringQuality(double) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the quality measure of the clustering algorithm.
- setCollapseGroupAllowed(boolean) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- setCollectingAllEdgeDistanceSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines in parallel to the edge path of the label owner at the
distance of other edge labels in the graph.
- setCollectingAllNodeDistanceSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines in parallel to the border of the label owner at the distance
of other node labels in the graph.
- setCollectingEdgePathSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines on the edge path.
- setCollectingEdgeSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Determines whether this instance should collect
fixed snap lines
for edge segments.
- setCollectingInitialLocationSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines for the initial position of a label.
- setCollectingNodePairCenterSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Determines whether this instance will try to align the centers of adjacent nodes so that their centers are equally far
away from each other.
- setCollectingNodePairSegmentSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Sets a value indicating whether this instance will collect pairs of adjacent nodes and add snapping logic so that moved
edge segments will snap so that the distances to the adjacent nodes are equal.
- setCollectingNodePairSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Sets a value indicating whether this instance will collect pairs of adjacent nodes and add snapping logic so that moved
nodes will snap so that the distances to the adjacent nodes are equal.
- setCollectingNodeShapeSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect six snap lines, two through the center and four through the border sides
of the label owner.
- setCollectingNodeSizesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Determines whether this instance should collect the sizes of fixed nodes.
- setCollectingNodeSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- setCollectingOwnEdgeDistanceSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect two snap lines in parallel to the edge path of the label owner at the
initial distance of the edge label.
- setCollectingOwnNodeDistanceSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect four snap lines in parallel to the owner's borders at the initial label
distance.
- setCollectingPortSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- setCollectingSameOwnerEdgeDistanceSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines in parallel to the edge path of the label owner at the
distances of all edge labels of that owner.
- setCollectingSameOwnerNodeDistanceSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Determines whether this instance should collect snap lines in parallel to the border of the label owner at the distance
of other node labels of that owner.
- setCollinearBendsRemovalEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets whether or not collinear bends are removed from the layout.
- setColor(Color) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyle
-
Sets the base color to use.
- setColor(Color) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyle
-
Sets the base color to use.
- setColumnDefaults(IStripeDefaults) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the defaults for Columns.
- setColumnDefaults(IStripeDefaults) - Method in class com.yworks.yfiles.graph.Table
-
Sets the defaults for Columns.
- setColumnIndices(ItemMapping<INode, Integer>) - Method in class com.yworks.yfiles.layout.PartitionGridData
-
Sets the mapping from nodes to the index of their columns.
- setColumnModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
- setColumnOrderOptimizationEnabled(boolean) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Sets whether or not the order of the columns should be chosen automatically to minimize edge lengths.
- setCompaction(boolean) - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
Specifies whether or not to enable size compaction for table nodes.
- setCompactionAlgorithm(short) - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
Sets if rectangular decomposition should be used.
- setCompactionEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Sets whether or not the compaction option is enabled.
- setCompactionEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
Sets whether or not the compaction option is enabled.
- setCompactnessFactor(double) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the compactness factor for the layout algorithm.
- setCompactnessFactor(double) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the factor defining how compact layout results will potentially be, where a smaller factor produces potentially
more compact layouts.
- setComparator(Comparator<Object>) - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Sets the
Comparator
instance used for sorting the lanes.
- setComparator(Comparator<Object>) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Sets the
Comparator
that will be used for sorting the
outgoing edges
of
each local root in the tree before they are being arranged.
- setComparator(Comparator<Object>) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the
Comparator
instance that determines the order of the outgoing edges for each node of the tree.
- setComparator(Comparator<Object>) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets the
Comparator
instance that is used for sorting the outgoing edges of each node of the tree.
- setComparator(Comparator<T>) - Method in class com.yworks.yfiles.view.ItemModelManager
-
Sets a comparer that compares the items so that they are put into the correct order in the canvas tree.
- setComponentArrangementEnabled(boolean) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Sets whether or not the separately arranged components of the input graph should be arranged relative to each other.
- setComponentArrangementPolicy(ComponentArrangementPolicy) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the policy that specifies how to arrange connected components.
- setComponentAssignmentStrategy(ComponentAssignmentStrategy) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets the strategy that assigns partial nodes to subgraph components.
- setComponentCompactionEnabled(boolean) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets whether or not a subgraph component may be placed within another subgraph component.
- setComponentComparator(Comparator<Object>) - Method in class com.yworks.yfiles.layout.hierarchic.MultiComponentLayerer
-
- setComponentIds(ItemMapping<INode, Comparable>) - Method in class com.yworks.yfiles.layout.ComponentLayoutData
-
Sets the mapping from nodes to their component comparable that is used to sort the components.
- setComponentIds(ItemMapping<INode, Object>) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Sets the mapping from partial nodes to an object defining their component assignment.
- setComponentLayout(ILayoutStage) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets the
ILayoutStage
that arranges the connected components of an input graph.
- setComponentLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Sets whether or not the
ILayoutStage
used for arranging the components of the graph is activated.
- setComponentLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
- setComponentLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets whether or not the
ILayoutStage
used for arranging the components of the graph is activated.
- setComponentLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not the
ILayoutStage
used for arranging the components of the graph is activated.
- setComponentLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets whether or not the
ILayoutStage
used for arranging the components of the graph is
activated.
- setComponentLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Sets whether or not the
ILayoutStage
used for arranging the components of the graph is activated.
- setComponentLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not the
ILayoutStage
used for arranging the components of the graph is activated.
- setComponentLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets whether or not the
ILayoutStage
used for arranging the components of the graph is activated.
- setComponentLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Sets whether or not the
ILayoutStage
used for arranging the components of the graph is
activated.
- setComponentSpacing(double) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Sets the distance between the bounding boxes of the components.
- setComputedHeight(double) - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Sets the computed height of the row after the layout has been calculated.
- setComputedPosition(double) - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Sets the computed position (smallest x-coordinate) of the column after the layout has been calculated.
- setComputedPosition(double) - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Sets the computed position (smallest y-coordinate) of the row after the layout has been calculated.
- setComputedWidth(double) - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Sets the computed width of the column after the layout has been calculated.
- setConsiderNodeLabels(boolean) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets whether or not the layout algorithm reserves space for node labels to avoid overlaps.
- setConsiderNodeSizes(boolean) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets whether or not to consider node sizes during layout calculation.
- setConstant(TValue) - Method in class com.yworks.yfiles.layout.ItemMapping
-
Sets a constant value all items are mapped to.
- setConstraintIncrementalLayererAdditionalEdgeWeights(ItemMapping<IEdge, Integer>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- setConstraintLayouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
- setContent(Object) - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Sets the value of the property content.
- setContentGroup(ICanvasObjectGroup) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the ContentGroup property.
- setContentGroup(ICanvasObjectGroup) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Sets the content group this manager instance uses to add visual representation of the graph to.
- setContentMargins(InsetsD) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Sets the margins that are defined on this printable.
- setContentPropertyKey(String) - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- setContentRect(RectD) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the Rectangle in world coordinates that holds the contents.
- setContentRect(double, double, double, double) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the content rectangle.
- setContentRectMargins(InsetsD) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setContentRectUpdatingEnabled(boolean) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Sets a value indicating whether the content rectangle property of the
CanvasControl
should be updated upon completion.
- setContext(IRenderContext) - Method in class com.yworks.yfiles.view.PrepareRenderContextEventArgs
-
Sets the context.
- setContext(IRenderContext) - Method in class com.yworks.yfiles.view.RenderContextEvent
-
Sets the context.
- setContextDelegate(BiFunction<TItem, TContext, TValue>) - Method in class com.yworks.yfiles.layout.ContextItemMapping
-
Sets a delegate from the items and a context object to the values.
- setContextLookup(IContextLookup) - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- setCopyingFirstLabelEnabled(boolean) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Sets a value indicating whether the first label of the
master edge
should be recreated for the folding edge.
- setCopyingFirstLabelEnabled(boolean) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
Sets a value indicating whether the first label of the
master group node
should be recreated for the collapsed group node instance.
- setCopyingStylesEnabled(boolean) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Controls whether node and edge styles should be copied during creation of the layout graph, or if the original instances
should be used.
- setCopyItems(GraphItemTypes) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Sets the type of items that can be copied and pasted at all using the clipboard.
- setCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.AbstractLayoutStage
-
Sets the core layout algorithm that is wrapped by this stage.
- setCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.BendConverter
-
Sets the core layout algorithm that is wrapped by this
ILayoutStage
.
- setCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
- setCoreLayout(ILayoutAlgorithm) - Method in interface com.yworks.yfiles.layout.ILayoutStage
-
Sets the core layout algorithm.
- setCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Sets the core layout algorithm that is wrapped by this
ILayoutStage
.
- setCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.organic.RemoveOverlapsStage
-
- setCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
- setCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
- setCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
- setCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Sets the core layout algorithm which arranges the graph before edge routing.
- setCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.tree.TreeComponentLayout
-
- setCornerApproximationPointsCount(int) - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
Sets the number of points that are used for rounding the corners of the self-loops.
- setCosts(double) - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- setCreateBendAllowed(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether or not to allow the creation of bends.
- setCreateBendAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setCreateBendInputMode(CreateBendInputMode) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setCreateBendRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the creation of a bend.
- setCreateBendRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the creation of a bend via touch.
- setCreateEdgeAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setCreateEdgeInputMode(CreateEdgeInputMode) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setCreateNodeAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a value determining whether
node creation
by clicking on an empty canvas location is
enabled.
- setCriticalEdgePriorities(ItemMapping<IEdge, Integer>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapping from edges to their priority to be a 'critical' edge.
- setCropLength(double) - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Sets the cropping length associated with this instance.
- setCroppingAtPortEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Sets the value that determines if the edge path is cropped at the port or at the node bounds.
- setCrossingCost(double) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets the cost for each edge crossing.
- setCrossingPenalty(double) - Method in class com.yworks.yfiles.layout.hierarchic.PortCandidateOptimizer
-
Sets the penalty cost associated with a crossing that would occur if a given combination of
PortCandidate
s would be chosen.
- setCrossingReductionEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not the number of edge crossings should be reduced.
- setCrossTableSelectionAllowed(boolean) - Method in interface com.yworks.yfiles.view.IStripeSelection
-
Whether to allow the selection to span multiple table instances.
- setCrossTableSelectionAllowed(boolean) - Method in class com.yworks.yfiles.view.StripeSelection
-
Whether to allow the selection to span multiple table instances.
- setCurrentCandidate(boolean) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
Sets a property that determines whether this descriptor uses the "current" candidates.
- setCurrentEdge(Edge) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Sets the edge that is currently routed.
- setCurrentItem(IModelItem) - Method in class com.yworks.yfiles.view.GraphControl
-
Sets the 'current' item.
- setCurrentItem(GraphControl, IModelItem) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Callback that actually sets the current item property.
- setCurrentItem(IModelItem) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Sets the "current" item to the given one.
- setCurrentLocation(SegmentInfo, double) - Method in class com.yworks.yfiles.layout.router.polyline.Channel
-
- setCursor(Cursor) - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
Sets the cursor to display when the mouse hovers over or drags this handle.
- setCursor(Cursor) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Provides the cursor to display when the mouse hovers over or drags this handle.
- setCursor(Cursor) - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Sets the cursor to display when the mouse hovers over or drags this handle.
- setCursor(Cursor) - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Sets the cursor to display when the mouse hovers over or drags this handle.
- setCurvesConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.view.BridgeManager
-
Sets a value that determines whether curves (
cubic
and
quadratic
) should be considered as obstacles.
- setCustomGroups(ItemMapping<INode, Object>) - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
Sets the mapping from nodes to their custom group object.
- setCustomProfit(double) - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Sets the custom profit for this candidate.
- setCustomProfitModelRatio(double) - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
Sets the ratio between the internal profit (ip) and the profit computed using the specified
profit model
(sp).
- setCutObstacleCost(double) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
Sets the costs incurred for every
Obstacle
that must be cut in a subdivision.
- setCycleSubstructureStyle(CycleSubstructureStyle) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the style specifier for cycle substructures.
- setCyclicPortDependenciesAllowed(boolean) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Determines whether or not cyclic port dependencies are allowed.
- setDashes(List<Double>) - Method in class com.yworks.yfiles.view.DashStyle
-
Sets the dashes.
- setDashStyle(DashStyle) - Method in class com.yworks.yfiles.view.Pen
-
Sets the dash style for the pen.
- setDecoratingNullsEnabled(boolean) - Method in class com.yworks.yfiles.graph.LookupDecorator
-
Sets a value indicating whether wrapping implementations will wrap null
values from the rest of the lookup chain
or those values will simply be returned instead.
- setDefaultAssertionStatus(boolean) - Method in class com.yworks.yfiles.graphml.DelegatingClassLoader
-
- setDefaultBridgeCreator(IBridgeCreator) - Method in class com.yworks.yfiles.view.BridgeManager
-
- setDefaultBridgeCrossingStyle(BridgeCrossingStyle) - Method in class com.yworks.yfiles.view.BridgeManager
-
- setDefaultBridgeHeight(double) - Method in class com.yworks.yfiles.view.BridgeManager
-
Sets the default height of a bridge that will be used by the default implementation of the
IBridgeCreator
that
is initially assigned to the
DefaultBridgeCreator
property.
- setDefaultBridgeOrientationStyle(BridgeOrientationStyle) - Method in class com.yworks.yfiles.view.BridgeManager
-
- setDefaultBridgeWidth(double) - Method in class com.yworks.yfiles.view.BridgeManager
-
- setDefaultBundleDescriptor(EdgeBundleDescriptor) - Method in class com.yworks.yfiles.layout.EdgeBundling
-
- setDefaultCursor(Cursor) - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Sets the cursor to use whenever no child mode prefers a different cursor.
- setDefaultEdgeLayoutDescriptor(EdgeLayoutDescriptor) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the
EdgeLayoutDescriptor
instance used for all those edges that do not have a specific layout descriptor
assigned.
- setDefaultEdgeRoutingStyle(EdgeRoutingStyle) - Method in class com.yworks.yfiles.layout.hierarchic.RoutingStyle
-
Sets the default routing style for edges that have no individual routing style.
- setDefaultExisting(boolean) - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Sets a value indicating whether a default value has been assigned.
- setDefaultInsets(YInsets) - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Sets the default insets that will be used if the
IDataProvider
registered with the
insets key
does not contain a mapping for a specific node.
- setDefaultLeafPlacer(INodePlacer) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Sets the default
INodePlacer
instance that places the leaf nodes of the tree.
- setDefaultMinimumNodeSize(YDimension) - Method in class com.yworks.yfiles.layout.MinimumSizeGroupBoundsCalculator
-
Sets the default minimum size (width and height) for group nodes.
- setDefaultNodePlacer(INodePlacer) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- setDefaultOutEdgeComparator(Comparator<Object>) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the default
Comparator
used for sorting the outgoing edges incident to nodes that do not have a specific
Comparator
.
- setDefaultOutEdgeComparator(Comparator<Object>) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- setDefaultPortAssignment(IPortAssignment) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the default
IPortAssignment
used for those nodes that do not have their own specific instance.
- setDefaultPortAssignment(IPortAssignment) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
- setDefaultPortBorderGapRatio(double) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultPortAllocator
-
Sets the border gap ratio for the default port.
- setDefaultValue(V) - Method in class com.yworks.yfiles.graph.Mapper
-
Sets the default value to return if no specific value has been set for a given key.
- setDefaultValue(TData) - Method in class com.yworks.yfiles.graphml.AbstractInputHandler
-
Sets the default value that will be applied to the keys where the data attribute is missing.
- setDefaultValue(TData) - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Sets the default value.
- setDefaultValueOverridingEnabled(boolean) - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
- setDefaultValueParsingEnabled(boolean) - Method in class com.yworks.yfiles.graphml.AbstractInputHandler
-
Sets a value indicating whether the default value in the key definition should be parsed.
- setDelay(Duration) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Sets the duration the mouse has to hover in one place to show a tool tip.
- setDelegate(Predicate<TItem>) - Method in class com.yworks.yfiles.layout.ItemCollection
-
Sets a delegate from the items to a boolean value.
- setDelegate(Function<TItem, TValue>) - Method in class com.yworks.yfiles.layout.ItemMapping
-
Sets a delegate that implements the mapping.
- setDelegatingNodePlacersPrimaryNodes(ItemCollection<INode>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- setDeletableItems(GraphItemTypes) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setDeletableItems(StripeTypes) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- setDeletablePredicate(Predicate<IModelItem>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a predicate that is queried to determine whether an
IModelItem
can be deleted or not.
- setDendrogramStyleEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Sets whether or not the layering is done dendrogram-like.
- setDependentCopyItems(GraphItemTypes) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Sets the type of items that depend on other elements but should automatically be copied implicitly to the clipboard if
all elements that it depends on are explicitly selected for copying.
- setDescriptor(ILabelCandidateDescriptor) - Method in class com.yworks.yfiles.graph.labelmodels.DescriptorWrapperLabelModel
-
Sets the descriptor.
- setDescriptor(ICanvasObjectDescriptor) - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Sets the descriptor instance that interprets the
UserObject
during rendering, hit testing, and
bounds calculation.
- setDescriptor(ICanvasObjectDescriptor) - Method in class com.yworks.yfiles.view.ItemModelManager
-
- setDeserializationProperty(TypedKey<T>, T) - Method in class com.yworks.yfiles.graphml.ChildParseContext
-
Sets the local deserialization property for the given key to the value.
- setDeserializationProperty(TypedKey<T>, T) - Method in class com.yworks.yfiles.graphml.GraphMLParser
-
Set a deserialization property that allows to fine tune the parsing process.
- setDeserializer(IEventHandler<HandleDeserializationEventArgs>) - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
Sets the deserializer.
- setDeserializerTargetType(Class) - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
Sets the target deserialization type for the
TargetType
property.
- setDesiredAspectRatio(double) - Method in class com.yworks.yfiles.layout.hierarchic.AspectRatioComponentLayerer
-
Sets the desired aspect ratio.
- setDeterministicModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.PortCandidateOptimizer
-
Sets whether or not this implementation uses a deterministic algorithm to assign the
PortCandidate
s.
- setDeterministicModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.GenericLabeling
-
Sets whether or not this algorithm behaves deterministically.
- setDeterministicModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets whether or not the deterministic mode of the layout algorithm is enabled.
- setDeterministicModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets whether or not the deterministic mode of this algorithm is enabled.
- setDirectedEdges(ItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
Sets the collection of edges that should be routed in a way that point in the main layout direction.
- setDirectedEdges(ItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Sets the collection of edges that are considered as directed by the layout.
- setDirectedMode(boolean) - Method in class com.yworks.yfiles.algorithms.Dfs
-
Sets whether or not to interpret the edges of the graph as directed.
- setDirectedModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Sets whether or not the direction of edges should be considered.
- setDirectGroupContentEdgeRoutingEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets whether or not this edge is routed directly to a group node's border if it connects the group node with one of its
descendants.
- setDirectionConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.EdgeBundleDescriptor
-
Sets whether or not the direction of the edge associated to this descriptor should be considered.
- setDirectlyConnectSameLayerEdge(Edge) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
- setDirty(boolean) - Method in interface com.yworks.yfiles.view.ICanvasObject
-
- setDisableSnappingRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- setDisableSnappingRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets event recognizer that recognizes when the user temporarily disables snapping.
- setDisableSnappingRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets event recognizer that recognizes when the user temporarily disables snapping.
- setDisposeCallback(Node, IDisposeVisualCallback) - Method in interface com.yworks.yfiles.view.IRenderContext
-
Registers a callback
which will be called when the visual
will be removed from the visual tree.
- setDistance(double) - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Sets the distance between the label box and the edge path.
- setDistance(double) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Sets the distance between the label box and the edge path.
- setDistance(double) - Method in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
Sets the distance of the labels above or below the edge.
- setDistance(double) - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Sets the distance between the label's bounding box and the edge path.
- setDistance(double) - Method in class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
-
Sets the distance between the label's bounding box and the node.
- setDistance(double) - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Sets the distance between the label's box and the edge's path.
- setDistanceRelativeToEdge(boolean) - Method in class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
Sets whether or not the distance to the edge is interpreted relative to the edge's path.
- setDistanceToEdge(double) - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Sets the preferred distance between a label and the corresponding edge segment.
- setDouble(Object, double) - Method in interface com.yworks.yfiles.algorithms.IDataAcceptor
-
Sets a double value associated with the given data holder.
- setDouble(Object, double) - Method in interface com.yworks.yfiles.algorithms.IEdgeMap
-
Associates the given double value to the given edge.
- setDouble(Object, double) - Method in interface com.yworks.yfiles.algorithms.INodeMap
-
Associates the given double value to the given node.
- setDouble(Object, double) - Method in class com.yworks.yfiles.layout.DataMapAdapter
-
- setDoubleClickPolicy(DoubleClickPolicy) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
- setDoubleClickSize(SizeD) - Method in class com.yworks.yfiles.view.CanvasControl
-
The area in view coordinates the mouse needs to stay in before multiple clicks are considered multiple single clicks
instead of multi-clicks.
- setDoubleClickTime(Duration) - Method in class com.yworks.yfiles.view.CanvasControl
-
The value of the double click time.
- setDoubleLineSpacingRatio(double) - Method in class com.yworks.yfiles.layout.tree.DoubleLineNodePlacer
-
Sets the ratio of the
spacing
between the root and the children
in the upper line and the spacing between the two lines of subtrees.
- setDoubleTapDuration(Duration) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the double tap time.
- setDoubleTapSize(SizeD) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the area in view coordinates the touch pointer needs to stay in before multiple taps are considered multiple single
taps instead of multi-taps.
- setDpKey(DpKeyBase<Boolean>) - Method in class com.yworks.yfiles.layout.DpKeyItemCollection
-
Sets the data provider key that is used for the item collection.
- setDragCursor(Cursor) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
The cursor to use during the dragging.
- setDraggedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets the "dragged" recognizer.
- setDraggedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the initial dragging gesture that is used to initiate the creation after the
preparation.
- setDraggedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets the "dragged" recognizer.
- setDraggedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets the "dragged" recognizer.
- setDraggedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the "dragged" recognizer.
- setDraggedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets the "dragged" recognizer.
- setDraggedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets the "dragged" recognizer.
- setDraggedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the initial dragging gesture that is used to initiate the creation after the
preparation via touch.
- setDraggedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets the "dragged" recognizer for touch input.
- setDraggedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets the "dragged" recognizer for touch input.
- setDraggedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the "dragged" recognizer for touch events.
- setDraggedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets the "dragged" recognizer for touch input.
- setDragLocation(PointD) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
This method updates the
MousePosition
according to the coordinates passed in.
- setDragLocation(PointD) - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
- setDragLocation(PointD) - Method in class com.yworks.yfiles.view.input.StripeDropInputMode
-
- setDragSize(SizeD) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the area in view coordinates the mouse may stay in before a movement is considered a drag.
- setDragSourceStripeTemplate(IVisualTemplate) - Method in class com.yworks.yfiles.view.input.DefaultStripeInputVisualizationHelper
-
Data template that is used to visualize the current source of a stripe reparent operation.
- setDragTime(Duration) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the drag time.
- setDrawingDistanceCalculator(IDrawingDistanceCalculator) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Sets the
IDrawingDistanceCalculator
instance responsible for determining the minimum distances between elements
that belong to the same layer.
- setDropDataMap(Map) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Sets the map that maps a drop id to in instance of the type this DropInputMode
was created for.
- setDropTarget(IModelItem) - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Gets the drop target at SnappedMousePosition
- setDropTargetHighlightEnabled(boolean) - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Switches highlighting the drop target on and off.
- setDropTargetStripeTemplate(IVisualTemplate) - Method in class com.yworks.yfiles.view.input.DefaultStripeInputVisualizationHelper
-
Data template that is used to visualize the current target of a stripe reparent operation.
- setDummyEdgeDisplayEnabled(boolean) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Sets a value indicating whether to show a dummy edge during the drag operation.
- setDuplicateAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setDuplicateCopier(GraphCopier) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Sets the
GraphCopier
instance that will be used to duplicate elements inside the graph.
- setDuration(Duration) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Sets the duration of the animation.
- setDuration(Duration) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Sets the duration to show the tool tip.
- setEasedAnimationEnabled(boolean) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Sets a value indicating whether to use eased animation.
- setEdge(IEdge) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Sets the currently configured edge.
- setEdgeBundleDescriptors(ItemMapping<IEdge, EdgeBundleDescriptor>) - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
- setEdgeBundleDescriptors(ItemMapping<IEdge, EdgeBundleDescriptor>) - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
- setEdgeBundleDescriptors(ItemMapping<IEdge, EdgeBundleDescriptor>) - Method in class com.yworks.yfiles.layout.tree.TreeReductionStageData
-
- setEdgeBundleModeMask(EdgeBundleModes) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Sets the bit mask for defining edge bundles.
- setEdgeComparator(Comparator<Object>) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets a custom
Comparator
to define the processing order of the edges.
- setEdgeConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.FixNodeLayoutStage
-
Sets whether or not subgraph edges are taken into account when calculating the bounding box of the fixed nodes.
- setEdgeCreator(IEdgeCreationCallback) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the ports based edge creation callback.
- setEdgeCrossingCost(double) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Sets the costs for a crossing between two edges.
- setEdgeCrossingPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for a crossing of two edges.
- setEdgeDefaults(IEdgeDefaults) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setEdgeDefaults(IEdgeDefaults) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setEdgeDefaults(IEdgeDefaults) - Method in interface com.yworks.yfiles.graph.IGraph
-
Sets the defaults for normal edges.
- setEdgeDefaults(IEdgeDefaults) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Convenience property for customizing the appearance of newly created edges.
- setEdgeDescriptor(ICanvasObjectDescriptor) - Method in class com.yworks.yfiles.view.GraphModelManager
-
- setEdgeDescriptors(ItemMapping<IEdge, BusDescriptor>) - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
- setEdgeDirectedness(ItemMapping<IEdge, Double>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets the mapping from edges to their directedness.
- setEdgeDirectedness(ItemMapping<IEdge, Double>) - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Sets the mapping from edges to their directedness.
- setEdgeDirectionIgnoringEnabled(boolean) - Method in class com.yworks.yfiles.graph.MergingFoldingEdgeConverter
-
Sets a value indicating whether edge direction should be ignored for the determination of the
existing folding edges
.
- setEdgeDistributionStrategy(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.router.ChannelEdgeRouter
-
Sets the strategy for the edge distribution step.
- setEdgeGroupAdoptionEnabled(boolean) - Method in class com.yworks.yfiles.layout.BendConverter
-
Sets whether or not edge grouping information of the original edge should be adopted by its replacement edges.
- setEdgeGroupOverlapAllowed(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Sets whether or not edge labels may overlap with edges belonging to the same edge group as the label's edge.
- setEdgeGroupRoutingStyle(EdgeRoutingStyle) - Method in class com.yworks.yfiles.layout.hierarchic.RoutingStyle
-
Sets the routing style for grouped edges at the common segments.
- setEdgeIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Sets the mapping from edges to their unique IDs.
- setEdgeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Sets whether or not the labels of edges contained in a group are considered while calculating the bounds of the group
node.
- setEdgeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Sets whether or not the position of the edge labels should be changed during orientation change.
- setEdgeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets whether or not the routing algorithm considers as obstacles the edge labels that do not belong to the (sub-)set of
edges to be routed when calculating the edge routes.
- setEdgeLabelCrossingPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for an edge crossing an edge label.
- setEdgeLabelDescriptor(ICanvasObjectDescriptor) - Method in class com.yworks.yfiles.view.GraphModelManager
-
- setEdgeLabelIds(ItemMapping<ILabel, Object>) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Sets the mapping from edge labels to their unique IDs.
- setEdgeLabelModels(ItemMapping<ILabel, IEdgeLabelLayoutModel>) - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Sets the mapping from edge labels to an
IEdgeLabelLayoutModel
used by the labeling algorithm instead of the
original label model.
- setEdgeLabelOrientationResetEnabled(boolean) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Sets whether or not to reset the orientation of edge labels.
- setEdgeLabelPlacementEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Sets whether or not labels assigned to edges are placed.
- setEdgeLabelSpacing(double) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the distance between edge labels belonging to the same edge as well as the distance of the edge labels to the
target node of the edge.
- setEdgeLabelTranslationEnabled(boolean) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Sets whether or not edge label information is translated.
- setEdgeLayoutDescriptor(EdgeLayoutDescriptor) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the
EdgeLayoutDescriptor
instance used for all those edges that do not have a specific layout descriptor
assigned.
- setEdgeLayoutDescriptor(EdgeLayoutDescriptor) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets the
EdgeLayoutDescriptor
instance used for all those edges that do not have a specific layout descriptor
assigned.
- setEdgeLayoutDescriptors(ItemMapping<IEdge, EdgeLayoutDescriptor>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- setEdgeLayoutDescriptors(ItemMapping<IEdge, EdgeLayoutDescriptor>) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
- setEdgeLayoutDescriptors(ItemMapping<IEdge, EdgeLayoutDescriptor>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
- setEdgeLayoutDescriptors(ItemMapping<IEdge, EdgeLayoutDescriptor>) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
- setEdgeLengthPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for the edge length.
- setEdgeLengthReductionEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not the overall edge length should be optimized.
- setEdgeNodeOverlapAllowed(boolean) - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Sets whether or not edges are allowed to cross nodes.
- setEdgeOverlapCost(double) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Sets the costs for overlapping edge paths.
- setEdgeOverlapPenalty(double) - Method in class com.yworks.yfiles.graph.labelmodels.LabelCandidateDescriptor
-
Sets a penalty value that is used by labeling algorithms to judge the severity if this candidate overlaps with an edge
path.
- setEdgeOverlapPenalty(double) - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Sets a penalty for a candidate position that overlaps the path of an edge.
- setEdgeOverlapsRemovalEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
- setEdgeOverlapsRemovalEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
- setEdgePortLocation(IPort, PointD) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Callback method that assigns a new location that matches newLocation
to port
.
- setEdgePortNodeSize(SizeD) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Sets the size of the nodes that are inserted for the ports that are created for
IEdge
s that are connected at
other
IEdge
s.
- setEdgePorts(IEdge, IPort, IPort) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setEdgePorts(IEdge, IPort, IPort) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Sets the ports of the given edge to the new values.
- setEdgePorts(IEdge, IPort, IPort) - Method in interface com.yworks.yfiles.graph.IGraph
-
Sets the ports of the given edge to the new values.
- setEdgeQueryingEnabled(boolean) - Method in class com.yworks.yfiles.view.GraphObstacleProvider
-
- setEdgeRouter(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets the custom edge router instance that is used for partial edges and edges between different subgraph components
(so-called inter-edges).
- setEdgeRoutingStrategy(EdgeRoutingStrategy) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets the routing strategy that is used for partial edges and edges between different subgraph components (so-called
inter-edges).
- setEdgeRoutingStrategy(EdgeRoutingStrategy) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets the edge routing strategy.
- setEdgeRoutingStyle(EdgeRoutingStyle) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets the edge routing style used by this layout algorithm.
- setEdges(EdgeList) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Specifies the edges that shall be routed.
- setEdgeSpacing(double) - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Sets the space that should be kept between edges.
- setEdgeStraighteningEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets whether or not a postprocessing step should be applied to reduce the number of bends.
- setEdgeStyle(MultiParentRoutingStyle) - Method in class com.yworks.yfiles.layout.tree.MultiParentDescriptor
-
Sets the routing style for edges that connect to nodes which constitute a multi-parent structure.
- setEdgeStyle(IEdgeStyle) - Method in class com.yworks.yfiles.view.EdgeStyleDecorationInstaller
-
The style to use for the rendering.
- setEdgeStyle(IEdgeStyle) - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
Sets the overview edge style.
- setEdgeStyleCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setEdgeThickness(ItemMapping<IEdge, Double>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets the mapping from edges to their thickness.
- setEdgeToEdgeConnectionsAllowed(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether or not edges are allowed to connect to other edges.
- setEdgeToEdgeConnectionsAllowed(boolean) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Determines whether or not edges are allowed to connect to other edges.
- setEdgeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Sets the minimum distance between two edges.
- setEdgeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the minimum distance between two adjacent edges in one layer.
- setEdgeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
Sets the minimum distance between two edges.
- setEdgeToEdgeDistance(double) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Sets the preferred distance between edges.
- setEdgeTypes(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Sets the mapping from edges to their type.
- setEditable(boolean) - Method in class com.yworks.yfiles.view.CanvasControl
-
Property that sets the editable state of this canvas.
- setEditing(boolean) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets the current editing state of the editor.
- setEditLabelAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setEditLabelAllowed(boolean) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Sets whether the label editor will be automatically invoked if the F2 key is pressed.
- setEditLabelOnDoubleClickAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a value determining whether double-clicking should start label editing.
- setEditorText(String) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets the current text of the text input editor.
- setElementFactory(IElementFactory) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Sets the
element factory
for creating special nodes and edges in a multi-page layout.
- setEmptyGroupNodeHidingEnabled(boolean) - Method in class com.yworks.yfiles.layout.HideGroupsStage
-
Sets whether or not empty group nodes, i.e., group nodes without children, will be hidden by this stage.
- setEmptyGroupsConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Sets whether empty group nodes are handled like group nodes with content or like normal nodes.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.CollectionModelManager
-
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Sets if this controller is enabled.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Sets a value indicating whether orthogonal edge editing is enabled at all.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.SnapContext
-
Sets a value indicating whether this
SnapContext
is enabled.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
Sets the enabled state of this input mode.
- setEnabled(boolean) - Method in class com.yworks.yfiles.view.ModelManager
-
- setEnableSnappingRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- setEnableSnappingRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets event recognizer that recognizes when the user reenables temporarily disabled snapping.
- setEnableSnappingRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets event recognizer that recognizes when the user reenables temporarily disabled snapping.
- setEndHitTestable(IHitTestable) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets a
IHitTestable
that determines, whether it is valid to finish an edge creation gesture here.
- setEndPointMovedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the movement of the end point of the edge.
- setEndPointsAbs(Edge, YPoint, YPoint) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the two end points of the given edge in absolute coordinates.
- setEnforceBendCreationRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the
IEventRecognizer
that will be queried to decide if bend creation is enforced.
- setEnterDirection(Direction) - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
Sets the direction from which this
cell
was entered.
- setEnterGroupAllowed(boolean) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- setEnterInterval(OrthogonalInterval) - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- setEnterSegmentGroup(SegmentGroup) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
- setEnterSegmentIndex(int) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
Sets the index of the edge segment that enters this cell.
- setEntrance(int, CellEntrance) - Method in class com.yworks.yfiles.layout.router.polyline.Path
-
- setExactPlacement(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets whether or not the
SimplexNodePlacer
enforces the placement of nodes at their exact current positions, even
if this violates minimum distance constraints.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Sets a value indicating whether this controller will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExclusive(boolean) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets a value indicating whether this mode will be the only one running when it has the mutex.
- setExistingPortAddingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Sets a property that determines whether the existing port should be available as a possible port candidate, too.
- setExitGroupAllowed(boolean) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- setExitSegmentGroup(SegmentGroup) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
- setExitSegmentIndex(int) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
-
Sets the index of the edge segment that exits this cell.
- setExpandGroupAllowed(boolean) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- setExternalCandidate(boolean) - Method in class com.yworks.yfiles.graph.labelmodels.LabelCandidateDescriptor
-
Sets a value indicating whether this candidate is deemed an external candidate.
- setExtraCropLength(double) - Method in class com.yworks.yfiles.graph.styles.DefaultEdgePathCropper
-
Sets an extra length the edge is cropped.
- setFaceMaximizationEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not one face of the embedding of the graph should be maximized.
- setFactory(Predicate<TDecoratedType>, Function<TDecoratedType, TInterface>) - Method in class com.yworks.yfiles.graph.LookupDecorator
-
- setFactory(Function<TDecoratedType, TInterface>) - Method in class com.yworks.yfiles.graph.LookupDecorator
-
Amends the
lookup chain
for all
TDecoratedType
items, so that
factory
is
used to create a
TInterface
instance if
TInterface
is queried during the
ILookup.lookup(Class)
.
- setFallbackUpperSameLayerEdge(boolean) - Method in interface com.yworks.yfiles.layout.hierarchic.IEdgeData
-
Sets whether or not the
Edge
associated with this
IEdgeData
instance should be an upper same-layer edge
(if it is a same-layer edge).
- setFamilyMembersSortingPolicy(FamilyMembersSortingPolicy) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Sets the order of individuals in the same generation (siblings, partners) based on their sex.
- setFamilyTypes(ItemMapping<INode, FamilyType>) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayoutData
-
Sets the mapping from nodes to their family type.
- setFileIOEnabled(boolean) - Method in class com.yworks.yfiles.view.GraphControl
-
- setFillStyle(FillStyle) - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
Sets how rows/columns are aligned with each other.
- setFinalTemperature(double) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the absolute, final temperature value, which will cause the algorithm to stop if the average temperature falls
under this value.
- setFinishRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the finishing gesture that is used to end the edge creation on the target node.
- setFinishRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the finishing gesture that is used to end the edge creation on the target node by a
touch gesture.
- setFiringGraphEventsEnabled(boolean) - Method in class com.yworks.yfiles.algorithms.GraphPartitionManager
-
Sets whether or not this partition manager should fire graph events.
- setFiringGraphEventsEnabled(boolean) - Method in class com.yworks.yfiles.algorithms.LayoutGraphHider
-
Sets whether or not this hider should fire graph events.
- setFirstAndLastSegmentLockingEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Sets whether or not the first and last segment of an edge will be distributed.
- setFitContentViewMargins(InsetsD) - Method in class com.yworks.yfiles.view.CanvasControl
-
- setFittingContentAfterGroupActionsEnabled(boolean) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- setFixed(boolean) - Method in class com.yworks.yfiles.layout.router.BusDescriptor
-
Sets whether or not the associated edge is fixed.
- setFixedElementsLayerer(ILayerer) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the
ILayerer
instance that obtains the layering for fixed nodes during the incremental layout run.
- setFixedElementsSequencer(ISequencer) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the
ISequencer
instance that calculates the sequence of the fixed nodes during the incremental layout run.
- setFixedGroupNodes(ItemCollection<INode>) - Method in class com.yworks.yfiles.layout.FixGroupLayoutData
-
Sets the collection of group nodes whose contents should keep their relative positions.
- setFixedHeightEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Sets a value indicating whether this
ArcEdgeStyle
interprets the
Height
value as an
absolute or relative value.
- setFixedNode(SingleItemCollection<INode>) - Method in class com.yworks.yfiles.layout.FixNodeLayoutData
-
Sets the collection of nodes which should be considered fixed.
- setFixedRadius(double) - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Sets a fixed radius for the circle on which the nodes will be placed.
- setFixedWidth(double) - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Sets the desired width of the lines.
- setFixedWidthLineBreaksEnabled(boolean) - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
- setFixPointPolicy(FixPointPolicy) - Method in class com.yworks.yfiles.layout.FixNodeLayoutStage
-
- setFixPorts(boolean) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Controls whether strong port constraints are automatically created.
- setFixPorts(boolean) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Controls whether strong port constraints are automatically created.
- setFlexibleGridSpacing(boolean) - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Sets whether or not the grid spacing can be reduced if there is not enough space.
- setFlexiblePreferredDistance(boolean) - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Sets whether or not the preferred distance between edges can be reduced if there is not enough space.
- setFlowDirection(NodeOrientation) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets the flow direction.
- setFocusClickSwallowingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Sets a property that determines whether clicks should be swallowed if they happen within a short amount of time after
the CanvasControl got focus.
- setFocused(boolean) - Method in class com.yworks.yfiles.view.FocusIndicatorManager
-
Sets a value indicating whether the
container
this manager is installed in currently is focused.
- setFocusedItem(T) - Method in class com.yworks.yfiles.view.FocusIndicatorManager
-
Sets the focused item, updates the canvas and fires the corresponding property change event.
- setFocusGroup(ICanvasObjectGroup) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the HighlightGroup property.
- setFocusIndicatorManager(FocusIndicatorManager<IModelItem>) - Method in class com.yworks.yfiles.view.GraphControl
-
Sets the FocusIndicatorManager property.
- setFocusTapSwallowingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Sets a property that determines whether taps should be swallowed if they happen within a short amount of time after the
CanvasControl
got focus.
- setFolderNodeAsParentAllowed(boolean) - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
Sets a value indicating whether nodes can be dropped on
collapsed
folder nodes.
- setFolderNodeConverter(IFolderNodeConverter) - Method in class com.yworks.yfiles.graph.FoldingManager
-
Sets the
IFolderNodeConverter
implementation that is used to create/convert and modify the folder nodes inside
the view instances.
- setFolderNodes(ItemCollection<INode>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets the collection of folder nodes used for recursive edge styles in incremental mode.
- setFolderNodeSize(SizeD) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
Sets the initial size of the
Layout
of the collapsed group node that will be assigned during
the
creation
of the
appearance of the collapsed group node.
- setFolderNodeStyle(INodeStyle) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- setFoldingEdgeConverter(IFoldingEdgeConverter) - Method in class com.yworks.yfiles.graph.FoldingManager
-
- setFoldingEdgeStyle(IEdgeStyle) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setFoldingStateCopyingEnabled(boolean) - Method in class com.yworks.yfiles.graph.GraphCopier
-
- setFont(Font) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets the typeface to use for the label.
- setFontSmoothingType(FontSmoothingType) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets he smoothing type for the Font that to use for the text.
- setForcingSnapToCandidateEnabled(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets a property that determines whether the mouse should be forced to snap to the nearest valid port candidate if the
mouse hovers over a target node.
- setForkStyle(ForkStyle) - Method in class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
-
Sets the fork style which influences the port assignment.
- setFrame(Rectangle2D) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Sets the outer bounds of this rectangle in double coordinates.
- setFrame(double, double, double, double) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Sets the outer bounds of this rectangle based on the specified location and size.
- setFrameFromCenter(double, double, double, double) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Sets the outer bounds of this rectangle based on the specified new center and corner.
- setFrameFromCenter(Point2D, Point2D) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Sets the outer bounds of this rectangle based on the specified new center and corner.
- setFrameFromDiagonal(double, double, double, double) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Sets the outer bounds of this rectangle based on the end points of one of its diagonals.
- setFrameFromDiagonal(Point2D, Point2D) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Sets the outer bounds of this rectangle based on the end points of one of its diagonals.
- setFrom(PointD) - Method in class com.yworks.yfiles.view.input.SnapLine
-
The first location that delimits this snap line.
- setFromClipboardCopier(GraphCopier) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Sets the
GraphCopier
instance that will be used to copy the graph from the clipboard to the target graph.
- setFromScratchLayerer(ILayerer) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
- setFromScratchLayeringStrategy(LayeringStrategy) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets a predefined layering strategy for the
from scratch
layerer.
- setFromScratchSequencer(ISequencer) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
- setFromSketchEnabled(boolean) - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
Specifies whether or not from sketch mode should be enabled.
- setFromSketchLayerAssignmentEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets whether or not the
SimplexNodePlacer
should try to use the coordinates given from the current sketch for
the determination of the layer coordinates.
- setFromSketchMode(boolean) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets whether or not to take the coordinates of the input diagram into account when arranging the nodes.
- setFromSketchModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Sets whether or not to take the coordinates of the input diagram into account when arranging the nodes of the partitions
and the partitions themselves.
- setFromSketchModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Sets whether or not to consider the coordinates of the input diagram when arranging the graph.
- setFromSketchModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not the existing drawing should be used as a sketch of the resulting orthogonal layout.
- setFromSketchModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Sets whether or not to consider the initial coordinates of the graph elements.
- setFromSketchModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not to consider the given coordinates of the input diagram when arranging the tree.
- setGeneralGraphHandling(boolean) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets whether or not the layout algorithm can handle general graphs.
- setGivenLayersLayererIds(ItemMapping<INode, Integer>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- setGlobalLayeringEnforced(boolean) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets whether or not a global layering is enforced, that is, each node spans exactly one layer.
- setGraph(IGraph) - Method in class com.yworks.yfiles.view.GraphControl
-
Sets the graph that is displayed in this control.
- setGraph(IGraph) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Sets the graph this manager manages.
- setGraph(IGraph) - Method in class com.yworks.yfiles.view.GraphOverviewControl
-
Sets the graph that is rendered in the overview.
- setGraph(IGraph) - Method in class com.yworks.yfiles.view.GraphSelection
-
Sets the
IGraph
this instance is using as the domain for the selection.
- setGraph(IGraph) - Method in class com.yworks.yfiles.view.input.EditLabelHelper
-
Sets the graph instance to retrieve the default values from.
- setGraphControl(GraphControl) - Method in class com.yworks.yfiles.view.GraphOverviewControl
-
Sets the client control, that will be used to retrieve the graph from and that will be used for navigating.
- setGraphControl(GraphControl) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- setGraphControlCore(GraphControl) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- setGraphMLIOHandler(GraphMLIOHandler) - Method in class com.yworks.yfiles.view.GraphControl
-
- setGraphModelManager(GraphModelManager) - Method in class com.yworks.yfiles.view.GraphControl
-
- setGraphVisualCreator(OverviewGraphVisualCreator) - Method in class com.yworks.yfiles.view.GraphOverviewControl
-
- setGravityFactor(double) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the gravity factor whose magnitude determines the strength of the force towards the barycenter of the graph.
- setGrid(int) - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
Sets the grid size to use.
- setGrid(PartitionGrid) - Method in class com.yworks.yfiles.layout.PartitionGridData
-
Sets the partition grid.
- setGrid(Grid) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets the
Grid
instance on which the routing algorithm places the orthogonal segments.
- setGridInfo(GridInfo) - Method in class com.yworks.yfiles.view.GridVisualCreator
-
Sets the grid info that describes the geometry of the grid.
- setGridInfo(GridInfo) - Method in class com.yworks.yfiles.view.input.GridConstraintProvider
-
Sets the grid info that describes the geometry of the grid.
- setGridNodePlacerRowIndices(ItemMapping<INode, Integer>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Sets the mapping from nodes to the index of the row the
GridNodePlacer
shall place the node in.
- setGridOrigin(YPoint) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Sets the origin of the grid.
- setGridOrigin(double, double) - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Specifies the coordinates of the origin of the grid.
- setGridReference(YPoint) - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Sets a reference point relative to the center of the node which will be placed on a grid coordinate.
- setGridRouting(boolean) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Sets whether or not to route the edges on a grid.
- setGridRouting(boolean) - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Sets whether or not the orthogonal segments are distributed on grid coordinates.
- setGridRoutingEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets whether or not to route edge segments on grid lines only.
- setGridSnapDistance(double) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Sets the GridSnapDistance.
- setGridSnapType(GridSnapTypes) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Sets the type of the grid snapping that should be performed.
- setGridSpacing(double) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Sets the current grid spacing.
- setGridSpacing(double) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the equidistant spacing between the horizontal and vertical grid lines.
- setGridSpacing(double) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Sets the equidistant spacing between the horizontal and vertical grid lines.
- setGridSpacing(int) - Method in class com.yworks.yfiles.layout.orthogonal.CompactOrthogonalLayout
-
Sets the equidistant spacing between the horizontal and vertical grid lines.
- setGridSpacing(int) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets the equidistant spacing between the horizontal and vertical grid lines.
- setGridSpacing(int) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets the equidistant spacing between the horizontal and vertical grid lines.
- setGridSpacing(double) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Sets the spacing of the grid on which edges are routed.
- setGridSpacing(double) - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Sets the spacing between two grid lines.
- setGridStyle(GridStyle) - Method in class com.yworks.yfiles.view.GridVisualCreator
-
Sets the grid style that this implementation uses.
- setGroup(ICanvasObjectGroup) - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Sets the parent group of this instance.
- setGroupAlignmentPolicy(GroupAlignmentPolicy) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the group layer alignment strategy used for recursive group layering.
- setGroupBoundsCalculator(IGroupBoundsCalculator) - Method in class com.yworks.yfiles.layout.HideGroupsStage
-
- setGroupBoundsCalculator(IGroupBoundsCalculator) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
- setGroupBoundsCalculator(IGroupBoundsCalculator) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
- setGroupBoundsCalculator(IGroupBoundsCalculator) - Method in class com.yworks.yfiles.layout.organic.RecursiveShuffleLayout
-
- setGroupBoundsCalculator(IGroupBoundsCalculator) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
- setGroupCompactionEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not layer compaction for recursive group layering is active.
- setGroupCompactionStrategy(GroupCompactionPolicy) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets the strategy used for controlling the horizontal compactness of group nodes.
- setGroupingConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Sets whether or not grouping information bound to the graph should be considered when determining the graph components.
- setGroupingMode(GroupingMode) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Sets how to handle special nodes (like connector and proxy nodes) with respect to groups.
- setGroupingOperationsAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setGroupingSupported(boolean) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets whether or not group nodes are handled by the layout algorithm.
- setGroupingSupportEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Sets whether or not group nodes are handled by the layout algorithm.
- setGroupNodeCompactness(double) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the compactness of group nodes.
- setGroupNodeCompactness(double) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the compactness of group nodes.
- setGroupNodeCrossingPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for an edge crossing a group node.
- setGroupNodeDefaults(INodeDefaults) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setGroupNodeDefaults(INodeDefaults) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setGroupNodeDefaults(INodeDefaults) - Method in interface com.yworks.yfiles.graph.IGraph
-
Sets the defaults for group nodes.
- setGroupNodeInsetsDpKey(Object) - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Sets the key to register a
IDataProvider
that is used to access the insets for the group nodes.
- setGroupNodeLayouts(ItemMapping<INode, ILayoutAlgorithm>) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Sets the mapping from group nodes to the
ILayoutAlgorithm
used for their child nodes.
- setGroupNodeModes(ItemMapping<INode, GroupNodeMode>) - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Sets the mapping from group nodes to a mode constant describing how to handle the group node.
- setGroupNodePolicy(GroupsPolicy) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the policy for the handling of group nodes.
- setGroupNodeStyle(INodeStyle) - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
Sets the overview group node style.
- setGroupSelectionAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setGroupTransposition(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
Sets whether or not an additional crossing minimization heuristic should be used in the presence of grouped graphs.
- setGuardCursor(Cursor) - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
Sets the
Cursor
that will be shown during active guards.
- setHandled(boolean) - Method in class com.yworks.yfiles.graphml.HandleDeserializationEventArgs
-
- setHandled(boolean) - Method in class com.yworks.yfiles.graphml.HandleSerializationEventArgs
-
- setHandled(boolean) - Method in class com.yworks.yfiles.graphml.QueryInputHandlersEventArgs
-
Sets or query whether the current GraphML attribute has been processed.
- setHandled(boolean) - Method in class com.yworks.yfiles.layout.LayoutEventArgs
-
Mark an event as handled.
- setHandled(boolean) - Method in class com.yworks.yfiles.view.CompoundKeyEvent
-
Sets a value that indicates whether this event has been handled.
- setHandled(boolean) - Method in class com.yworks.yfiles.view.input.ClickEventArgs
-
Sets a value indicating whether this
ClickEventArgs
have been handled.
- setHandled(boolean) - Method in class com.yworks.yfiles.view.input.ItemClickedEventArgs
-
- setHandled(boolean) - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Sets a value indicating whether this event has been handled.
- setHandled(boolean) - Method in class com.yworks.yfiles.view.input.PopulateMenuEventArgs
-
- setHandled(boolean) - Method in class com.yworks.yfiles.view.input.QueryPositionHandlerEventArgs
-
- setHandled(boolean) - Method in class com.yworks.yfiles.view.input.TapEventArgs
-
Sets a value indicating whether this
TapEventArgs
have been handled.
- setHandled(boolean) - Method in class com.yworks.yfiles.view.input.ToolTipQueryEventArgs
-
- setHandled(boolean) - Method in class com.yworks.yfiles.view.RoutedEventArgs
-
- setHandleInputMode(HandleInputMode) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setHandlePositions(HandlePositions) - Method in class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
Sets the bitwise combination of all handle positions this instance provides a handle for.
- setHandles(IObservableCollection<IHandle>) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets the collection of
IHandle
s this mode manages.
- setHeight(double) - Method in interface com.yworks.yfiles.geometry.IMutableSize
-
Sets the height of this instance.
- setHeight(double) - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Sets the height of this instance from the
Size
instance.
- setHeight(double) - Method in class com.yworks.yfiles.geometry.MutableSize
-
Sets the height.
- setHeight(double) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Sets the height of this instance from the
Size
instance.
- setHeight(double) - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Sets the "height" of the arc.
- setHeightHandleProviderEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
- setHeuristicCosts(double) - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- setHideGroupsStage(ILayoutStage) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets the
ILayoutStage
that hides the group nodes of the input graph.
- setHideGroupsStageEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Sets whether or not the
ILayoutStage
used for hiding group nodes is activated.
- setHideGroupsStageEnabled(boolean) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets whether or not the
ILayoutStage
used for hiding group nodes is activated.
- setHideGroupsStageEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not the
ILayoutStage
used for hiding group nodes is activated.
- setHideGroupsStageEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Sets whether or not the
ILayoutStage
used for hiding group nodes is activated.
- setHideGroupsStageEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not the
ILayoutStage
used for hiding group nodes is activated.
- setHidingEdgesAtEdgesEnabled(boolean) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Determines whether edges at other edges will be hidden from the layout graph or included.
- setHidingLabelDuringEditingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a property that determines whether the label should be hidden while it is edited.
- setHierarchicEdgeNestingEnabled(boolean) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Determines whether this instance should nest the edges accordingly if the graph is grouped.
- setHierarchicNodeNestingEnabled(boolean) - Method in class com.yworks.yfiles.view.GraphModelManager
-
Determines whether this instance should nest the nodes
and optionally edges
accordingly if the graph is grouped.
- setHierarchyCopyingEnabled(boolean) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Sets a property that determines whether grouping information should be copied to target graphs.
- setHighlightGroup(ICanvasObjectGroup) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the HighlightGroup property.
- setHighlightIndicatorManager(HighlightIndicatorManager<IModelItem>) - Method in class com.yworks.yfiles.view.GraphControl
-
- setHighlightTemplate(IVisualTemplate) - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
Sets the template to use for showing highlighted candidates.
- setHitTestable(IHitTestable) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the
IHitTestable
that will be used by this mode to determine where the user may start dragging.
- setHitTester(IHitTester<IModelItem>) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets the hitTester property.
- setHitTestRadius(double) - Method in class com.yworks.yfiles.view.CanvasControl
-
Specifies the radius of the area around the mouse in view coordinates in which a
IHitTestable
may lie to be considered a valid hit.
- setHonoringBothDimensionsEnabled(boolean) - Method in class com.yworks.yfiles.view.ViewportLimiter
-
Sets a value indicating whether both dimensions of
Bounds
need to be honored.
- setHorizontal(boolean) - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
Sets whether child nodes are distributed in horizontal rows or vertical columns.
- setHorizontalAnchor(MovementInfo) - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Sets the horizontal movement info to which this info is anchored horizontally.
- setHorizontalCompactionEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets whether or not the
SimplexNodePlacer
tries to create a maximally compact horizontal layout at the cost of
more bends.
- setHorizontalDistance(double) - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
- setHorizontalDistance(double) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Sets the horizontal distance between adjacent nodes.
- setHorizontalDistance(double) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
- setHorizontalDistance(double) - Method in class com.yworks.yfiles.layout.tree.LeftRightNodePlacer
-
Sets the horizontal distance between nodes or subtrees.
- setHorizontalLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
Sets whether the configurator will prepare its associated graph for a vertical (that is top-to-bottom or bottom-to-top)
layout calculation or a horizontal (that is left-to-right or right-to-left) one.
- setHorizontalOverlapCriterion(HorizontalOverlapCriterion) - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
Sets the criterion for marking an overlap as horizontal.
- setHorizontalScrollBarPolicy(ScrollPane.ScrollBarPolicy) - Method in class com.yworks.yfiles.view.CanvasControl
-
Specifies the visibility policy for the vertical scrollbar.
- setHorizontalSpacing(double) - Method in class com.yworks.yfiles.view.GridInfo
-
Sets the horizontal spacing between grid points in the world coordinate system.
- setHoverCursor(Cursor) - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
- setHoverItems(GraphItemTypes) - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Sets which graph items are considered by this input mode.
- setHoverRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the "hovering" state recognizer.
- setIcon(Image) - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
Sets the icon to paint for the label.
- setIconPlacement(ILabelModelParameter) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Sets the parameter that specifies the icon placement.
- setIconPlacement(ILabelModelParameter) - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
Sets the icon placement model parameter.
- setIconSize(SizeD) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Sets the size of the icon to paint for the label.
- setIconSize(SizeD) - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
Sets the size of the icon to paint for the label.
- setIdProvider(IClipboardIdProvider) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
- setIgnoreContentRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets the recognizer that changes the behavior to ignore the content of all stripes instead of moving them or considering
for minimum sizes.
- setIgnoredLabels(ItemCollection<ILabel>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets the collection of labels of nodes or fixed edges that are ignored by the router.
- setIgnoringEdgesWithOneNodeEnabled(boolean) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Whether to paste edges whose source or target node was selected when copying to the clipboard while the other node was
not.
- setIgnoringInnerNodeLabelsEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets whether or not this routing algorithm ignores node labels that are inside the bounds of their owner as obstacles
for edge routes.
- setImmediateInterEdgeRoutingEnabled(boolean) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets whether or not edges between different subgraph components should be routed immediately.
- setImplementation(TDecoratedType, TInterface) - Method in class com.yworks.yfiles.graph.LookupDecorator
-
- setImplementation(Predicate<TDecoratedType>, TInterface) - Method in class com.yworks.yfiles.graph.LookupDecorator
-
- setImplementation(TInterface) - Method in class com.yworks.yfiles.graph.LookupDecorator
-
- setImplementationWrapper(Predicate<TDecoratedType>, BiFunction<TDecoratedType, TInterface, TInterface>) - Method in class com.yworks.yfiles.graph.LookupDecorator
-
Amends the
lookup chain
for all items matching a
predicate
with a
factory
callback that wraps the underlying implementation if
TInterface
is queried during the
ILookup.lookup(Class)
.
- setImplementationWrapper(BiFunction<TDecoratedType, TInterface, TInterface>) - Method in class com.yworks.yfiles.graph.LookupDecorator
-
- setIncrementalHints(IncrementalHintItemMapping) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapping from nodes and edges to their incrementally hints.
- setIncrementalLayeringNodes(ItemCollection<INode>) - Method in class com.yworks.yfiles.layout.hierarchic.IncrementalHintItemMapping
-
- setIncrementalSequencingItems(ItemCollection<IModelItem>) - Method in class com.yworks.yfiles.layout.hierarchic.IncrementalHintItemMapping
-
- setIndependentCopyItems(GraphItemTypes) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Sets the type of items that can be copied and pasted independently of their owning element.
- setIndexFixed(boolean) - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Sets whether the index of the column is fixed or it should be chosen automatically in order to minimize edge lengths.
- setIndexFixed(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Sets whether or not an index of a swimlane is fixed (based on the result of the comparison with the other swimlanes) or
whether the index should be chosen automatically in order to minimize edge lengths.
- setIndexFixed(boolean) - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Sets whether the index of the row is fixed or it should be chosen automatically in order to minimize edge lengths.
- setInertia(Node, double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Schedules an update for the inertia of the given node.
- setInertia(InertiaPolicies) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets the mode that determines when to use inertia when dragging the viewport.
- setInertiaDamping(double) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
The amount of damping that is applied to the inertia movement.
- setInertiaFactor(double) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets the factor that determines how much the recent movement data is taken into account for the calculation of inertia
speed and direction.
- setInertiaThreshold(double) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets the threshold that determines when inertia movement should stop.
- setInfo(Object) - Method in class com.yworks.yfiles.algorithms.ListCell
-
Sets the element stored in this cell.
- setInfo(ListCell, Object) - Method in class com.yworks.yfiles.algorithms.YList
-
Updates the element stored in the given list cell with the given object.
- setInitialAngle(double) - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Sets the angle that describes the location on the circle of the first node.
- setInitialPlacement(InitialPlacement) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the strategy for the initial placement of nodes.
- setInitialTemperature(double) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the initial temperature for the force-directed layout process.
- setInnerModel(ILabelModel) - Method in class com.yworks.yfiles.graph.labelmodels.DescriptorWrapperLabelModel
-
Sets the inner label model.
- setInnerStyle(ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
Sets the inner style to decorate.
- setInnerStyleInsets(InsetsD) - Method in class com.yworks.yfiles.graph.styles.MemoryIconLabelStyle
-
- setInputMode(IInputMode) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the single
IInputMode
instance that shall be installed for this canvas.
- setInputModeContext(IInputModeContext) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the InputModeContext property.
- setInputModeContext(IInputModeContext) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Sets the context to operate on.
- setInputModeGroup(ICanvasObjectGroup) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the InputModeGroup property.
- setInset(double) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyle
-
Sets the insets to use for the bevel.
- setInsets(InsetsD) - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Sets the default insets for a stripe.
- setInsets(InsetsD) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the insets for this table.
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.labelmodels.ExteriorLabelModel
-
Sets the insets to use by this model.
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
Sets the insets to use within the node's
Layout
.
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
Sets the insets to use within the node's
Layout
.
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
Sets the insets to use within the stripe's
Layout
.
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.StripeDefaults
-
Sets the default insets for a stripe.
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets the insets for this label.
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyle
-
Sets the instance to use that provides the insets for this style.
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Sets the instance to use that provides the insets for this style.
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
- setInsets(InsetsD) - Method in class com.yworks.yfiles.graph.Table
-
- setInstance(IPort) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
- setInt(Object, int) - Method in interface com.yworks.yfiles.algorithms.IDataAcceptor
-
Sets an integer value associated with the given data holder.
- setInt(Object, int) - Method in interface com.yworks.yfiles.algorithms.IEdgeMap
-
Associates the given integer value to the given edge.
- setInt(Object, int) - Method in interface com.yworks.yfiles.algorithms.INodeMap
-
Associates the given integer value to the given node.
- setInt(Object, int) - Method in class com.yworks.yfiles.layout.DataMapAdapter
-
- setIntegratedEdgeLabeling(boolean) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets whether or not the layout algorithm will place edge labels and reserve space for them.
- setIntegratedEdgeLabelingEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not the layout algorithm reserves space for labels and places them.
- setIntegratedEdgeLabelingEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not the layout algorithm preserves space and places edge labels.
- setIntegratedEdgeLabelingEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not the layout algorithm automatically places edge labels.
- setIntegratedEdgeLabelingEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets whether or not the layout algorithm reserves space for edge labels and places them.
- setIntegratedEdgeLabelingEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Sets whether or not edge labels are placed by the layout algorithm.
- setIntegratedNodeLabelingEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not the layout algorithm automatically places node labels.
- setInterEdgeRouter(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.FixGroupLayoutStage
-
Sets the edge routing algorithm that is applied to route the inter-edges.
- setInterEdgeRouter(PartitionLayout.IInterEdgeRouter) - Method in class com.yworks.yfiles.layout.PartitionLayout
-
- setInterEdgeRouter(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Sets the current edge routing algorithm for handling inter-edges.
- setInterEdgeRoutingStyle(InterEdgeRoutingStyle) - Method in class com.yworks.yfiles.layout.FixGroupLayoutStage
-
Sets the inter-edge routing style used by this layout stage.
- setInterEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Sets the key for marking the inter-edges to be routed.
- setInterleavedMode(InterleavedMode) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the mode for child node arrangement.
- setInterleavedNodes(ItemCollection<INode>) - Method in class com.yworks.yfiles.layout.tree.BalloonLayoutData
-
Sets the collection of nodes that should be arranged in an interleaved fashion.
- setInternalNodeLabelMovingEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Sets whether or not internal node labels are allowed to move.
- setInvalidEdgeGroupingPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for an edge with a group ID that is not grouped at source or target side.
- setInvalidItemsDiscardingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
Determines whether items that have been hit at the current location that are not
valid items
should be ignored or reported as
null
.
- setIsFlipped(boolean) - Method in class com.yworks.yfiles.graph.styles.LabelTemplate
-
Sets the value of the property isFlipped.
- setIsGroupNode(INode, boolean) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setIsGroupNode(INode, boolean) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setIsGroupNode(INode, boolean) - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- setIsGroupNode(INode, boolean) - Method in interface com.yworks.yfiles.graph.IGraph
-
Determines whether the given node should be considered a group node.
- setIsGroupNodePredicate(Predicate<INode>) - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
- setIsInDomain(Predicate<T>) - Method in class com.yworks.yfiles.view.DefaultSelectionModel
-
Sets the predicate which determines whether the queried item should be considered for this selection model.
- setIsUpsideDown(boolean) - Method in class com.yworks.yfiles.graph.styles.LabelTemplate
-
Sets the value of the property isUpsideDown.
- setIsValidParentPredicate(Predicate<INode>) - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
Sets the callback for testing whether an existing node in the graph can be used as a valid parent node in the context of
grouping.
- setItem(K, V) - Method in class com.yworks.yfiles.graph.Mapper
-
Finds the associated value for the given key in the mapping or (re-)associates the given key with the value provided,
removing previous associations.
- setItem(TModelItem) - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Sets the value of property item.
- setItem(V) - Method in class com.yworks.yfiles.layout.SingleItemCollection
-
Sets the single item this item collection contains.
- setItemCreator(IDropCreationCallback<T>) - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Sets the callback for item creation.
- setItemFocused(boolean) - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Sets the value of property itemFocused.
- setItemHighlighted(boolean) - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Sets the value of property itemHighlighted.
- setItemPropertyKey(String) - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
- setItems(Collection<LayoutData>) - Method in class com.yworks.yfiles.layout.CompositeLayoutData
-
Sets a collection of composed layout data objects.
- setItems(Collection<TItem>) - Method in class com.yworks.yfiles.layout.ItemCollection
-
Sets a collection of items.
- setItemSelected(boolean) - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Sets the value of property itemSelected.
- setIterationFactor(double) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the iteration factor which influences the maximum number of optimization iterations the algorithm may perform.
- setJoiningEndsEnabled(boolean) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Sets whether or not to join end points of parallel edges.
- setKeepCalculatedPorts(boolean) - Method in class com.yworks.yfiles.layout.FixPortLocationStage
-
Sets whether or not the final edge routes should contain the ports calculated by the
core layout algorithm
.
- setKeepingAllSelfLoopRoutesEnabled(boolean) - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
Sets whether or not this algorithm should keep all self-loop routes.
- setKeepingExistingBendsEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Sets whether or not the initial bend coordinates are kept when determining the edge path.
- setKeyboardInputMode(KeyboardInputMode) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- setKeyDefaultWritingEnabled(boolean) - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Sets a value indicating whether to write the key default.
- setKeyDefinitionName(String) - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Sets the name for the key definition.
- setKeyDefinitionScope(KeyScope) - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Sets the scope for the key definition.
- setKeyDefinitionType(KeyType) - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Sets the key type for the key definition.
- setKeyDefinitionUri(String) - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Sets an optional URI for the key definition.
- setLabel(ILabel) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
Sets the currently configured label.
- setLabel(ILabel) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
Sets the currently configured label.
- setLabel(ILabel) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
Sets the currently configured label.
- setLabel(ILabel) - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Sets the label to edit.
- setLabelCompactionEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
- setLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Sets whether or not to take node and edge labels into account when calculating the bounding box of the graph
components.
- setLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.FixNodeLayoutStage
-
Sets whether or not label geometries are taken into account when calculating the bounding box of the fixed nodes.
- setLabelCrossingPenaltyFactors(ItemMapping<ILabel, Double>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets a mapping from labels to a crossing penalty factor.
- setLabelDefaults(ILabelDefaults) - Method in class com.yworks.yfiles.graph.EdgeDefaults
-
- setLabelDefaults(ILabelDefaults) - Method in interface com.yworks.yfiles.graph.IEdgeDefaults
-
Sets the defaults for labels at edges.
- setLabelDefaults(ILabelDefaults) - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
Sets the defaults for labels at nodes.
- setLabelDefaults(ILabelDefaults) - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- setLabelEditableItems(GraphItemTypes) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setLabelEditableItems(StripeTypes) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Sets a property that determines which types of items may have their
labels edited
.
- setLabeling(ILayoutStage) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Sets the
ILayoutStage
that places the labels of the input graph.
- setLabeling(ILayoutStage) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets the
ILayoutStage
that places the labels of the input graph.
- setLabelingEnabled(boolean) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
- setLabelingEnabled(boolean) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets whether or not the
ILayoutStage
used for placing the labels of the input graph is activated.
- setLabelInsetsColor(Color) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyle
-
Sets the base color to use for drawing the label insets background.
- setLabelLayout(Node, INodeLabelLayout) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
Specifies the layout information for all associated labels of the given node in case there is only one label.
- setLabelLayout(Node, INodeLabelLayout[]) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
Specifies the layout information for all associated labels of the given node.
- setLabelLayout(Edge, IEdgeLabelLayout[]) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
Specifies the layout information for all associated labels of the given edge.
- setLabelLayoutParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setLabelLayoutParameter(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setLabelLayoutParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- setLabelLayoutParameter(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setLabelLayoutParameter(ILabel, ILabelModelParameter) - Method in interface com.yworks.yfiles.graph.IGraph
-
Sets the label model parameter for the given label.
- setLabelLayoutParameter(ILabel, ILabelModelParameter) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the label model parameter for the given label.
- setLabelLayoutParameter(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.graph.Table
-
Sets the label model parameter for the given label.
- setLabelLayoutParameterCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setLabelLayoutParameterCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- setLabelOverlapsReducingEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Sets whether or not a post-processing step to reduce the number of label overlaps is applied.
- setLabelPreferredSize(ILabel, SizeD) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setLabelPreferredSize(ILabel, SizeD) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setLabelPreferredSize(ILabel, SizeD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Sets the preferred size of the label.
- setLabelPreferredSize(ILabel, SizeD) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the preferred size of the label.
- setLabelPreferredSize(ILabel, SizeD) - Method in class com.yworks.yfiles.graph.Table
-
Sets the preferred size of the label.
- setLabels(ILabelDefaults) - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Sets the defaults for labels at stripes.
- setLabels(IListEnumerable<ILabel>) - Method in class com.yworks.yfiles.graph.SimpleEdge
-
Sets the collection for the labels.
- setLabels(IListEnumerable<ILabel>) - Method in class com.yworks.yfiles.graph.SimpleNode
-
Sets the collection for the labels.
- setLabels(ILabelDefaults) - Method in class com.yworks.yfiles.graph.StripeDefaults
-
- setLabelSnapContext(SnapContext) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
The
LabelSnapContext
instance that handles interactive snapping of
ILabel
s to their owner during drag operations like movements.
- setLabelStyle(ILabelStyle) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Sets the
ILabelStyle
to use for the first label of the folding edge.
- setLabelStyle(ILabelStyle) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
Sets the
ILabelStyle
to use for the first label of the collapsed group nodes.
- setLabelStyle(ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.NodeStyleLabelStyleAdapter
-
Sets the
ILabelStyle
that is used for rendering the foreground of the label.
- setLabelStyle(ILabelStyle) - Method in class com.yworks.yfiles.view.LabelStyleDecorationInstaller
-
The style to use for the rendering.
- setLabelStyleCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setLabelStyleCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- setLabelStyleInsets(InsetsD) - Method in class com.yworks.yfiles.graph.styles.NodeStyleLabelStyleAdapter
-
Sets the insets to apply for the
LabelStyle
as margins.
- setLabelText(ILabel, String) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setLabelText(ILabel, String) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Sets the label text of the given label.
- setLabelText(ILabel, String) - Method in interface com.yworks.yfiles.graph.IGraph
-
Sets the label text of the given label.
- setLabelText(ILabel, String) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the label text of the given label.
- setLabelText(String) - Method in class com.yworks.yfiles.graph.styles.LabelTemplate
-
Sets the value of property labelText.
- setLabelText(ILabel, String) - Method in class com.yworks.yfiles.graph.Table
-
Sets the label text of the given label.
- setLabelText(ILabel, String) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets the label's text after it has been
edited
.
- setLaneTightness(double) - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Sets the tightness factor of the lane.
- setLastOnBottomPlacementEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.LeftRightNodePlacer
-
Sets whether or not the last child is placed centered, aligned with the bus and below the other child nodes.
- setLayerAlignment(double) - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
- setLayerConstraintFactory(ILayerConstraintFactory) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets the factory to specify layer constraints.
- setLayerer(ILayerer) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Sets the
ILayerer
instance responsible for generating the layer assignment (first phase of the layout
algorithm).
- setLayerIndices(IMapper<INode, Integer>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapper from nodes to the index of their layer.
- setLayeringStrategy(LayeringStrategy) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets the layering strategy that determines how nodes are distributed into different layers.
- setLayerSeparationEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not to separate layers.
- setLayerSpacing(double) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets the spacing between two consecutive circles (layers).
- setLayerSpacing(double) - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Sets the distance between two adjacent layers.
- setLayout(IRectangle) - Method in class com.yworks.yfiles.graph.FolderNodeState
-
The layout of the node.
- setLayout(IRectangle) - Method in class com.yworks.yfiles.graph.SimpleNode
-
Returns a live view of the layout of the node.
- setLayout(IOrientedRectangle) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
- setLayout(Node, INodeLayout) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
Specifies the layout information for the given node.
- setLayout(Edge, IEdgeLayout) - Method in class com.yworks.yfiles.layout.DefaultLayoutGraph
-
Specifies the layout information for the given edge.
- setLayoutCallback(ILayoutCallback) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Sets the
callback
that is notified upon completion of multi-page layout calculation runs.
- setLayoutData(LayoutData) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Sets the layout data that is applied when
starting
the executor.
- setLayoutMode(LayoutMode) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the layout mode this layouter should use for upcoming layouts.
- setLayoutOrientation(LayoutOrientation) - Method in class com.yworks.yfiles.layout.hierarchic.AbstractPortConstraintOptimizer
-
Sets the layout orientation.
- setLayoutOrientation(LayoutOrientation) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets the main orientation of the layout.
- setLayoutOrientation(LayoutOrientation) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets the layout orientation that is considered during the placement of partial elements.
- setLayoutParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
- setLayoutParameter(ILabelModelParameter) - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
Sets the label model parameter to use for labels.
- setLayoutParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- setLayoutParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.graph.SimpleLabel
-
Sets the label model's parameter that determines the positioning of this label.
- setLayoutParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
- setLayoutParameter(ILabel, ILabelModelParameter) - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
Actually applies the given parameter at the end of the gesture.
- setLayoutParameterInstanceSharingEnabled(boolean) - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
- setLayoutParameterInstanceSharingEnabled(boolean) - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- setLayouts(List<ILayoutAlgorithm>) - Method in class com.yworks.yfiles.layout.SequentialLayout
-
- setLayoutStyle(LayoutStyle) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Sets the global layout style for this layout algorithm.
- setLayoutStyle(LayoutStyle) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets the layout style for this layout algorithm.
- setLayoutStyle(SelfLoopStyle) - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
Sets the layout style of the self-loops.
- setLeadingEdgeAdjustmentEnabled(boolean) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Sets whether or not to adjust the leading edge to obtain more symmetric results.
- setLeadingEdges(ItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouterData
-
Sets the collection of leading edges.
- setLeafPlacement(LeafPlacement) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets the layout policy for leaf nodes.
- setLeftInset(double) - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Sets the left column inset in which no element will lie in the resulting layout.
- setLeftLaneInset(double) - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Sets the left insets of the swimlane in which no element will lie in the resulting layout.
- setLeftRightPlacersLeftNodes(ItemMapping<INode, Boolean>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Sets a mapping from nodes to a boolean value that specifies whether a node should be placed left of the bus
(true
) or right of the bus (false
).
- setLineBreakRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
- setLineCap(StrokeLineCap) - Method in class com.yworks.yfiles.view.Pen
-
Sets the line cap for the end of the line.
- setLineDistance(double) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Sets the distance between two adjacent edge paths that run in parallel.
- setLineDistance(double) - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
Sets the distance between two self-loops incident to the same node.
- setLineJoin(StrokeLineJoin) - Method in class com.yworks.yfiles.view.Pen
-
Sets the line join property.
- setLineSpacing(double) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets the value for the lineSpacing property of the JavaFX text.
- setLocalRoot(INode) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
Sets an entity of the
MasterGraph
hierarchy to serve as the virtual root for the
view's local hierarchy.
- setLocation(double, double) - Method in class com.yworks.yfiles.algorithms.Point2D
-
Sets the location of this point to the given coordinates.
- setLocation(Point2D) - Method in class com.yworks.yfiles.algorithms.Point2D
-
Sets the location of this point to the same values as for the given point.
- setLocation(IPoint) - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Returns the instance that stores the position of this rectangle.
- setLocation(PointD) - Method in class com.yworks.yfiles.graph.FoldingBendState
-
The location of the bend.
- setLocation(IPoint) - Method in class com.yworks.yfiles.graph.SimpleBend
-
Sets the location of this bend.
- setLocation(PointD) - Method in class com.yworks.yfiles.graph.SimplePort
-
Sets the location of this port.
- setLocation(double, double) - Method in interface com.yworks.yfiles.layout.INodeLayout
-
Sets the coordinates of the upper-left corner of the node.
- setLocation(double, double) - Method in class com.yworks.yfiles.layout.LabelLayoutData
-
Specifies the coordinates of the upper-left corner of the bounding box of the label.
- setLocation(Node, double, double) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the coordinates of the upper-left corner of the given node.
- setLocation(Node, YPoint) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the coordinates of the upper-left corner of the given node.
- setLocation(double) - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
- setLocation(IPoint) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets the location of the text box in world coordinates.
- setLocationParameter(IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.FoldingPortState
-
- setLocationParameter(IPortLocationModelParameter) - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
Sets the location model parameter to use for ports.
- setLocationParameter(IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.PortDefaults
-
- setLocationParameter(IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.SimplePort
-
- setLocationParameter(IPortLocationModelParameter) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Sets the model parameter that will be used for the
LocationParameter
if this
candidate is chosen.
- setLocationParameterInstanceSharingEnabled(boolean) - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
- setLocationParameterInstanceSharingEnabled(boolean) - Method in class com.yworks.yfiles.graph.PortDefaults
-
- setLongPressDuration(Duration) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the long press time.
- setLongSegmentBreakingEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets whether or not the
SimplexNodePlacer
should break long edge segments in favor of a more compact layout.
- setLookFurtherMode(boolean) - Method in class com.yworks.yfiles.algorithms.Dfs
-
Sets whether or not to continue the depth first search after all nodes reachable from the first node have been visited.
- setLookup(ILookup) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setLookup(Class<T>, T) - Method in class com.yworks.yfiles.graphml.ChildParseContext
-
Adds another lookup result to the local lookup override.
- setLookup(Class<T>, T) - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
Adds another lookup result to the local lookup override.
- setLookup(Class<T>, T) - Method in class com.yworks.yfiles.graphml.GraphMLParser
-
- setLookup(Class<T>, T) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
- setLookupImplementation(ILookup) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setLookupImplementation(ILookup) - Method in class com.yworks.yfiles.graph.SimpleBend
-
- setLookupImplementation(ILookup) - Method in class com.yworks.yfiles.graph.SimpleEdge
-
- setLookupImplementation(ILookup) - Method in class com.yworks.yfiles.graph.SimpleLabel
-
- setLookupImplementation(ILookup) - Method in class com.yworks.yfiles.graph.SimpleNode
-
- setLookupImplementation(ILookup) - Method in class com.yworks.yfiles.graph.SimplePort
-
- setMapper(IMapper<TKey, TData>) - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
Sets the mapper to use for storing the data.
- setMapper(IMapper<TKey, TData>) - Method in class com.yworks.yfiles.graphml.MapperOutputHandler
-
Sets the mapper to use for querying the data for each item.
- setMapper(IMapper<TItem, Boolean>) - Method in class com.yworks.yfiles.layout.ItemCollection
-
Sets a mapping from the items to a boolean value.
- setMapper(IMapper<TItem, TValue>) - Method in class com.yworks.yfiles.layout.ItemMapping
-
Sets an
IMapper
that realizes the mapping.
- setMapperMetadata(Object, MapperMetadata) - Method in interface com.yworks.yfiles.graph.IMapperRegistry
-
Sets the mapper meta data for the mapper that has been
registered
using the provided
tag
.
- setMapperMetadata(Object, MapperMetadata) - Method in class com.yworks.yfiles.graph.MapperRegistry
-
- setMapperMetadata(MapperMetadata) - Method in class com.yworks.yfiles.graphml.MapperOutputHandler
-
Sets the mapper metadata to serialize to the key definition.
- setMapperRegistry(IMapperRegistry) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Sets the mapper registry that is associated with this graph instance.
- setMargin(InsetsD) - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Sets the margins for the exported image.
- setMargin(InsetsD) - Method in class com.yworks.yfiles.view.LabelStyleDecorationInstaller
-
Specifies the margin around the label layout.
- setMargin(InsetsD) - Method in class com.yworks.yfiles.view.NodeStyleDecorationInstaller
-
Specifies the margin around the node layout.
- setMargins(InsetsD) - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
- setMarqueeCursor(Cursor) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets the cursor to use during the dragging of the marquee.
- setMaxColumnLevel(int) - Method in class com.yworks.yfiles.view.input.ReparentStripeHandler
-
The maximum nesting level the column hierarchy may acquire during a reparent gesture.
- setMaximalBounds(LayoutGraph, double, double, double, double) - Static method in class com.yworks.yfiles.layout.GraphTransformer
-
Fits the given graph into the specified rectangular bounds.
- setMaximumChildSectorAngle(double) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets the maximum sector angle around a node within which the node's children will be placed.
- setMaximumDeviationAngle(int) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Sets the maximum deviation angle allowed for an edge.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
Sets the time limit (in milliseconds) set for this sequencer per execution.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the time limit (in milliseconds) set for the layout algorithm.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Sets the time limit (in milliseconds) set for the layout algorithm.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets the time limit (in milliseconds) set for the layout algorithm.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
-
Sets the time limit in milliseconds set for the layout algorithm.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.labeling.GenericLabeling
-
Sets the time limit for this algorithm in milliseconds.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Sets the preferred time limit (in milliseconds) for the layout algorithm.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the maximum duration in milliseconds that this layout algorithm is allowed to run.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Sets the maximum duration in milliseconds that this algorithm is allowed to run.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the maximum duration in milliseconds that this layout algorithm is allowed to run.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.organic.OrganicRemoveOverlapsStage
-
Sets the maximum duration in milliseconds that this layout stage is allowed to run.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets the preferred time limit (in milliseconds) for the layout algorithm.
- setMaximumDuration(long) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets the time limit (in milliseconds) set for the edge routing algorithm.
- setMaximumError(double) - Method in class com.yworks.yfiles.layout.CurveFittingLayoutStage
-
Sets the maximum allowed error for the fitting process.
- setMaximumNodeSize(double) - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Sets the maximum size of a node used for calculating layer overlaps.
- setMaximumNonOrthogonalSegmentRatio(double) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Sets the maximum segment length ratio at each end of an orthogonal segment that may get converted into a
(non-orthogonal) polyline segment.
- setMaximumPageSize(YDimension) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Sets the maximum size of a single page.
- setMaximumPolylineSegmentRatio(double) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets the maximum ratio between the horizontal/vertical part of a segment and the (non-orthogonal) polyline part.
- setMaximumSize(ISize) - Method in class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
Sets the maximum size allowed for the reshapeable.
- setMaximumSize(ISize) - Method in class com.yworks.yfiles.view.input.NodeSizeConstraintProvider
-
- setMaximumSize(ISize) - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Sets the maximum size allowed for the reshapeable.
- setMaximumSize(ISize) - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Sets the maximum size allowed for the reshapeable.
- setMaximumSnapDistance(double) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Sets the maximum distance the pointer may be away of a candidate in order to be snapped to the candidate.
- setMaximumTargetZoom(double) - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Sets the maximum zoom level to use after the animation.
- setMaximumZoom(double) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the maximum zoom level that is valid for
Zoom
.
- setMaxRowLevel(int) - Method in class com.yworks.yfiles.view.input.ReparentStripeHandler
-
The maximum nesting level the row hierarchy may acquire during a reparent gesture.
- setMaxValue(double, double, double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Assures that all values in the given interval are greater or equal than the given value.
- setMenu(TContextMenu) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Sets the menu to show.
- setMenuClearingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
- setMenuClosedCallback(TContextMenu, Runnable) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Defines or removes a function to be called when the given popup menu has been closed.
- setMenuClosedCallback(ContextMenu, Runnable) - Method in class com.yworks.yfiles.view.input.ContextMenuInputMode
-
- setMerger(ILayeredComponentsMerger) - Method in class com.yworks.yfiles.layout.hierarchic.MultiComponentLayerer
-
- setMinimumBackboneSegmentLength(double) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets the preferred minimum length of a backbone segment.
- setMinimumBendAngle(double) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets the minimum bend angle (in degrees) between two adjacent edge segments.
- setMinimumBusConnectionsCount(int) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets the minimum number of bus connections a backbone segment must have.
- setMinimumBusDistance(double) - Method in class com.yworks.yfiles.layout.tree.MultiParentDescriptor
-
Sets the minimum distance between the nodes of a multi-parent structure and the bus connecting these nodes.
- setMinimumDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets the preferred minimum distance to obstacles.
- setMinimumDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Sets the preferred minimum distance to obstacles.
- setMinimumDistance(double) - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Sets the minimum distance the algorithm should guarantee between nodes and non-incident edges.
- setMinimumDistance(double) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Sets the minimum distance that an edge will maintain from its source and target node.
- setMinimumDistanceToEdge(int) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets the minimum distance between any two edge segments.
- setMinimumDistanceToNode(int) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets the minimum distance between edge segments and nodes.
- setMinimumEdgeDistances(ItemMapping<IEdge, Double>) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Sets the mapping from edges to their minimum distance to the next edge and to node sides.
- setMinimumEdgeLength(int) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the minimum length that this layout algorithm assigns to edges of the graph.
- setMinimumEdgeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
Sets the minimum distance between a pair of edges.
- setMinimumEdgeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the minimum distance between edges.
- setMinimumEdgeToEdgeDistancePenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for violations of the minimum distance between any two edges.
- setMinimumEnclosedArea(IRectangle) - Method in class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
Sets the minimum rectangular area that needs to be contained in the reshapeable.
- setMinimumEnclosedArea(IRectangle) - Method in class com.yworks.yfiles.view.input.NodeSizeConstraintProvider
-
- setMinimumEnclosedArea(IRectangle) - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Sets the minimum enclosed area that needs to be encompassed by this reshapeable.
- setMinimumEnclosedArea(IRectangle) - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Sets the minimum enclosed area that needs to be encompassed by this reshapeable.
- setMinimumFirstLastSegmentLengthPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for violations of the minimum length of the first and last segment of an edge.
- setMinimumFirstSegmentLength(double) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets the minimum length of the first segment of the edge path (at the source node).
- setMinimumFirstSegmentLength(double) - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
Sets the minimum length of the first segment of the edge path (at the source node).
- setMinimumFirstSegmentLength(double) - Method in class com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor
-
Sets the minimum length of the first segment of the edge path (at the source node).
- setMinimumFirstSegmentLength(double) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
Sets the minimum length of the first segment of the edge path (at the source node).
- setMinimumFirstSegmentLength(double) - Method in class com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor
-
Sets the minimum length for the first segment of the associated edge.
- setMinimumFirstSegmentLength(double) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Sets the minimum length for the first segment of an edge.
- setMinimumFirstSegmentLengths(ItemMapping<IEdge, Double>) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Sets the mapping from edges to the minimum length of their first segment.
- setMinimumGroupDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.GroupingSupport
-
Sets the minimum distance between group nodes.
- setMinimumGroupNodeToEdgeDistancePenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for violations of the minimum distance between any edge and any group node side.
- setMinimumHeight(double) - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Sets the minimum height of the row.
- setMinimumLaneWidth(double) - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Sets the minimum width of the swimlane.
- setMinimumLastSegmentLength(double) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets the minimum length of the last segment of the edge path (at the target node).
- setMinimumLastSegmentLength(double) - Method in class com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor
-
Sets the minimum length of the last segment of the edge path (at the target node).
- setMinimumLastSegmentLength(double) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
Sets the minimum length of the last segment of the edge path (at the target node).
- setMinimumLastSegmentLength(double) - Method in class com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor
-
Sets the minimum length for the last segment of the associated edge.
- setMinimumLastSegmentLength(double) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Sets the minimum length for the last segment of an edge.
- setMinimumLastSegmentLengths(ItemMapping<IEdge, Double>) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Sets the mapping from edges to the minimum length of their last segment.
- setMinimumLayerDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the minimum distance between two adjacent layers.
- setMinimumLayerDistance(double) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets the minimum distance between two circles.
- setMinimumLayerDistance(double) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets the minimum distance between two adjacent layers.
- setMinimumLayerHeight(double) - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Sets the minimum height of the layer to which this node is assigned.
- setMinimumLength(double) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets the minimum length of an edge.
- setMinimumLength(double) - Method in class com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor
-
Sets the minimum length for the associated edge.
- setMinimumNodeCornerDistance(double) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
Sets the minimum distance that the edge should maintain from node corners when entering or leaving the node.
- setMinimumNodeCornerDistancePenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for violations of the minimum distance the edge shall maintain from node corners when entering or
leaving the node.
- setMinimumNodeDistance(int) - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Sets the minimum distance between nodes that are next to each other on the circle.
- setMinimumNodeDistance(double) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the minimum node distance that this algorithm should enforce between all pairs of nodes.
- setMinimumNodeDistance(double) - Method in class com.yworks.yfiles.layout.organic.OrganicRemoveOverlapsStage
-
Sets the minimum distance to be kept between any two nodes of the graph.
- setMinimumNodeDistance(double) - Method in class com.yworks.yfiles.layout.organic.RemoveOverlapsStage
-
Sets the minimum distance to be kept between any two nodes of the graph.
- setMinimumNodeDistance(double) - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
Sets the default minimum distance that has to be obeyed between any two nodes.
- setMinimumNodeDistance(int) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets the minimum distance between two adjacent nodes.
- setMinimumNodeDistance(int) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the minimum distance to be kept between the nodes in the tree.
- setMinimumNodeDistance(double) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets the minimum horizontal distance between adjacent nodes within the same layer.
- setMinimumNodeDistance(double) - Method in class com.yworks.yfiles.layout.tree.MultiParentDescriptor
-
Sets the minimum distance between two nodes belonging to the same multi-parent structure.
- setMinimumNodeDistances(ItemMapping<INode, Double>) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Sets the mapping from nodes to their minimum distance to selfloop edges.
- setMinimumNodeDistances(ItemMapping<INode, Double>) - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Sets the mapping from nodes to their minimum distance to other nodes.
- setMinimumNodeSize(double) - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Sets the minimum size of a node used for calculating layer overlaps.
- setMinimumNodeSizeDpKey(Object) - Method in class com.yworks.yfiles.layout.MinimumSizeGroupBoundsCalculator
-
Sets the key to register a
IDataProvider
that is used to access the minimum sizes for the group nodes.
- setMinimumNodeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets the minimum distance between edges and node bounds.
- setMinimumNodeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Sets the minimum distance between edges and node bounds.
- setMinimumNodeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the minimum distance between nodes and edges.
- setMinimumNodeToEdgeDistancePenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for violations of the minimum distance between any edge and any normal node side.
- setMinimumNodeToNodeDistance(double) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets the minimum distance between two neighboring nodes of the same circle.
- setMinimumNodeToNodeDistance(double) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the minimum distance between nodes.
- setMinimumOctilinearSegmentLength(double) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets the minimum length of octilinear segments for this edge.
- setMinimumOctilinearSegmentLengths(ItemMapping<IEdge, Double>) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Sets the mapping from edges to the minimum length of their octilinear segments.
- setMinimumPolylineSegmentLength(double) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the minimum vertical distance of the edge segments that are not orthogonal.
- setMinimumRadius(double) - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Sets the minimum radius for the circle on which the nodes are placed.
- setMinimumRootDistance(double) - Method in class com.yworks.yfiles.layout.tree.DendrogramNodePlacer
-
Sets the minimum distance between the
TreeLayout.SubtreeShape
of a root node and the bus connecting to all of
its children.
- setMinimumSegmentLength(double) - Method in class com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor
-
Sets the minimum segment length of an edge.
- setMinimumSize(double) - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Sets the default minimum stripe size.
- setMinimumSize(IStripe, double) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the minimum size of stripe
.
- setMinimumSize(double) - Method in class com.yworks.yfiles.graph.StripeDefaults
-
Sets the default minimum stripe size.
- setMinimumSize(SizeD) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
- setMinimumSize(IStripe, double) - Method in class com.yworks.yfiles.graph.Table
-
- setMinimumSize(ISize) - Method in class com.yworks.yfiles.view.input.AbstractReshapeHandleProvider
-
Sets the minimum size allowed for the reshapeable.
- setMinimumSize(ISize) - Method in class com.yworks.yfiles.view.input.NodeSizeConstraintProvider
-
- setMinimumSize(ISize) - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Sets the minimum size allowed for the reshapeable.
- setMinimumSize(ISize) - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Sets the minimum size allowed for the reshapeable.
- setMinimumSlope(double) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets the minimum slope that the mid segments of this edge should have, if the edge is routed polyline in vertical
layouts.
- setMinimumSlope(double) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the minimum slope which a non-orthogonal edge segment should have.
- setMinimumSlope(double) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Sets the minimum slope of the edge segments.
- setMinimumSlopeHeight(double) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Sets the minimum height for sloped edge segments.
- setMinimumSublayerDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets the minimum distance between the upper and lower sublayer.
- setMinimumSubtreeDistance(double) - Method in class com.yworks.yfiles.layout.tree.DendrogramNodePlacer
-
Sets the minimum horizontal distance between adjacent
SubtreeShapes
.
- setMinimumTableDistance(double) - Method in class com.yworks.yfiles.layout.TableLayoutConfigurator
-
Sets the minimum distance between two different table nodes.
- setMinimumWidth(double) - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Sets the minimum width of the column.
- setMinimumZoom(double) - Method in class com.yworks.yfiles.view.CanvasControl
-
- setMinValue(double, double, double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Assures that all values in the given interval are less or equal than the given value.
- setMirrored(boolean) - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Sets whether or not every other line is mirrored.
- setMirroringAllowed(boolean) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets whether or not subgraph components are mirrored to improve the layout quality.
- setMirrorMode(MirrorModes) - Method in class com.yworks.yfiles.layout.hierarchic.AbstractPortConstraintOptimizer
-
Sets the mirror mask that defines which orientations should be mirrored.
- setMirrorMode(MirrorModes) - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Sets the mirror mask that defines which orientations this
OrientationLayout
shall mirror.
- setMiterLimit(double) - Method in class com.yworks.yfiles.view.Pen
-
Sets the miter limit.
- setMixedSelectionAllowed(boolean) - Method in interface com.yworks.yfiles.view.IStripeSelection
-
Whether to allow mixed row/column selections.
- setMixedSelectionAllowed(boolean) - Method in class com.yworks.yfiles.view.StripeSelection
-
Whether to allow mixed row/column selections.
- setMode(PortAssignmentMode) - Method in class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
-
Sets the mode that describes how ports are placed.
- setMode(PortAssignmentMode) - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
Sets the mode that describes how ports are placed.
- setModel(IObservableCollection<T>) - Method in class com.yworks.yfiles.view.CollectionModelManager
-
Sets the model of the items to display in the canvas.
- setModel(IPortLocationModel) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
- setModel(IObservableCollection<T>) - Method in class com.yworks.yfiles.view.SelectionIndicatorManager
-
Sets the model that describes the domain for the selection.
- setModelParameter(Object) - Method in class com.yworks.yfiles.layout.AbstractLabelLayout
-
- setModelParameter(Object) - Method in interface com.yworks.yfiles.layout.ILabelLayout
-
Sets the label model parameter that describes the position of this label.
- setModificationMatrix(AbstractRotatableNodePlacer.Matrix) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets the modification matrix used for rotating / mirroring the layout.
- setMonotonicPathRestriction(MonotonicPathRestriction) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Sets the monotonic path restriction that should be applied.
- setMonotonicPathRestriction(MonotonicPathRestriction) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
Sets the monotonic path restrictions that should be applied.
- setMonotonyViolationPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for violating the monotonic path restrictions of an edge.
- setMouseEventConsumingDisabled(boolean) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the behavior of consuming mouse events during the bubbling phase.
- setMouseWheelBehavior(MouseWheelBehaviors) - Method in class com.yworks.yfiles.view.CanvasControl
-
Determines the behavior of the mouse wheel.
- setMouseWheelScrollFactor(double) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets a factor that controls how fast the viewport scrolls when the mouse wheel is turned.
- setMouseWheelZoomFactor(double) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the factor by which the zoom level changes when the mouse wheel is turned.
- setMovableItems(GraphItemTypes) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setMoveCursor(Cursor) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the cursor to use during the move.
- setMovedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets the "moved" state recognizer specifically for touch input.
- setMoveInputMode(MoveInputMode) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setMoveLabelInputMode(MoveLabelInputMode) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setMoveType(MoveTypes) - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Indicates the type of the movement for this instance.
- setMultiParentAllowed(boolean) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Sets whether or not multi-parent structures are allowed for this tree layout.
- setMultiParentAllowed(boolean) - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
Sets whether or not multi-parent structures (structures of multiple nodes that share the same predecessors as well as
the same successors) are allowed.
- setMultiSelectionRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Sets the
IEventRecognizer
that will be queried to decide if a click is deemed a multi selection gesture.
- setMultiThreadingAllowed(boolean) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets whether or not the layout algorithm may use multi-threading to reduce the running time.
- setMultiThreadingAllowed(boolean) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets whether or not the layout algorithm may use multi-threading to reduce the running time.
- setNavigableItems(GraphItemTypes) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Sets the item types that can be navigated to by this mode.
- setNavigationalUndoUnitsEnqueuingEnabled(boolean) - Method in interface com.yworks.yfiles.graph.IFoldingView
-
- setNavigationCommandsEnabled(boolean) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets a value indicating whether navigation related command bindings are enabled.
- setNewText(String) - Method in class com.yworks.yfiles.view.input.LabelTextValidatingEventArgs
-
Sets the new text to use for the label.
- setNext(IContextLookup) - Method in interface com.yworks.yfiles.graph.IContextLookupChainLink
-
- setNode(INode) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Sets the currently configured node.
- setNode(INode) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
Sets the currently configured node.
- setNode(INode) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
Sets the currently configured node.
- setNode(INode) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Sets the currently configured node.
- setNode(INode) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Sets the currently configured node.
- setNode(INode) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Sets the currently configured node.
- setNode(INode) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Sets the currently configured node.
- setNode(INode) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
Sets the currently configured node.
- setNode(INode) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
Sets the currently configured node.
- setNode(INode) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Sets the currently configured node.
- setNodeAlignmentConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets whether or not partial nodes should be aligned.
- setNodeBorderWidthRatio(double) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Defines the width of a node's border which is taken into account when deciding which way to route the first segment of
an orthogonal edge.
- setNodeCenter(INode, PointD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Sets the center of a node to the given world coordinates.
- setNodeClusterIds(ItemMapping<INode, Object>) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Sets the mapping from nodes to their cluster id.
- setNodeClusteringEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets whether or not a clustering algorithm should be applied to the input graph.
- setNodeCompaction(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets whether or not nodes should be placed in a more compact style with respect to layout width.
- setNodeCreator(INodeCreationCallback) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets the callback that is responsible for creating a new node, for instance, in response to a mouse click.
- setNodeCrossingCost(double) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
-
Sets the costs for edges that cross nodes.
- setNodeCrossingPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for an edge crossing a regular node.
- setNodeDefaults(INodeDefaults) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setNodeDefaults(INodeDefaults) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setNodeDefaults(INodeDefaults) - Method in interface com.yworks.yfiles.graph.IGraph
-
Sets the defaults for normal nodes.
- setNodeDescriptor(ICanvasObjectDescriptor) - Method in class com.yworks.yfiles.view.GraphModelManager
-
- setNodeDropInputMode(NodeDropInputMode) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets the
NodeDropInputMode
property that is responsible for handling drag and drop
operations of nodes onto the Canvas.
- setNodeGridConstraintProvider(IGridConstraintProvider<INode>) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Sets the grid constraint provider for the
INode
s.
- setNodeHalo(double) - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Sets the size of the halo around a node, that means the insets that are used for calculating layer overlaps.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.circular.CircularLayoutData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.ComponentLayoutData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.tree.BalloonLayoutData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalos(ItemMapping<INode, NodeHalo>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Sets the mapping from nodes to their
NodeHalo
.
- setNodeHalosConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Sets whether or not the calculation of the bounds of a group node considers the
NodeHalos
associated with the group's child nodes.
- setNodeIds(ItemMapping<INode, Object>) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Sets the mapping from nodes to their unique IDs.
- setNodeInfos(IMapper<INode, RadialLayout.NodeInfo>) - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
Sets the mapping from nodes to a
RadialLayout.NodeInfo
describing on which circle and in which sector the node
is placed.
- setNodeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Sets whether or not the layout algorithm reserves space for node labels preventing possible overlaps.
- setNodeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not the layout algorithm considers node labels when calculating node positions to avoid overlaps.
- setNodeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.InsetsGroupBoundsCalculator
-
Sets whether or not the labels of nodes contained in a group are considered while calculating the bounds of the group
node.
- setNodeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets whether or not to reserve space for node labels during layout calculation.
- setNodeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not the layout algorithm considers node labels when calculating node positions to avoid overlaps.
- setNodeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets whether or not node labels are taken into account when calculating node positions.
- setNodeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets whether or not the routing algorithm considers the labels of the nodes as obstacles when calculating the edge
routes to avoid overlaps.
- setNodeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not the layout algorithm reserves space for node labels.
- setNodeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets whether or not the layout algorithm reserves space for node labels.
- setNodeLabelConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Sets whether or not the layout algorithm reserves space for node labels.
- setNodeLabelCrossingPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for an edge crossing a node label.
- setNodeLabelDescriptor(ICanvasObjectDescriptor) - Method in class com.yworks.yfiles.view.GraphModelManager
-
- setNodeLabelIds(ItemMapping<ILabel, Object>) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayoutData
-
Sets the mapping from node labels to their unique IDs.
- setNodeLabelingPolicy(NodeLabelingPolicy) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the policy defining how node labels are placed by the integrated node labeling mechanism (for example, the desired
label orientation).
- setNodeLabelMode(NodeLabelMode) - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Sets the mode that determines how node labels are handled by the algorithm during the layout.
- setNodeLabelModels(ItemMapping<ILabel, INodeLabelLayoutModel>) - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Sets the mapping from node labels to an
INodeLabelLayoutModel
used by the labeling algorithm instead of the
original label model.
- setNodeLabelOrientationResetEnabled(boolean) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Sets whether or not to reset the orientation of node labels.
- setNodeLabelPlacementEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
Sets whether or not labels assigned to nodes are placed.
- setNodeLabelSpacing(double) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the distance between node labels belonging to the same node.
- setNodeLabelTranslationEnabled(boolean) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Sets whether or not node label information is translated.
- setNodeLayout(INode, RectD) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setNodeLayout(INode, RectD) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Sets the layout of the given node to the new values.
- setNodeLayout(INode, RectD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Sets the layout of the given node to the new value.
- setNodeLayout(INode, RectD) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Updates the bounds of the node.
- setNodeLayoutDescriptor(NodeLayoutDescriptor) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the
NodeLayoutDescriptor
instance used for all those nodes that do not have a specific layout descriptor
assigned.
- setNodeLayoutDescriptors(ItemMapping<INode, NodeLayoutDescriptor>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- setNodeModel(short) - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
Sets the node model which is used.
- setNodeOrder(YList) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayer
-
Adjusts the order of the
Node
s of this
ILayer
instance according to the given order.
- setNodeOverlapPenalty(double) - Method in class com.yworks.yfiles.graph.labelmodels.LabelCandidateDescriptor
-
Sets a penalty value that is used by labeling algorithms to judge the severity if this label candidate overlaps with a
node's bounds.
- setNodeOverlapPenalty(double) - Method in class com.yworks.yfiles.layout.LabelCandidate
-
Sets a penalty for a candidate position that overlaps the box of a node.
- setNodeOverlapsAllowed(boolean) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets whether or not overlaps between nodes are allowed.
- setNodeOverlapsRemovalEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
- setNodeOverlapsRemovalEnabled(boolean) - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
- setNodePlacer(INodePlacer) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the
INodePlacer
instance that will calculate the final node placement of the layout.
- setNodePlacer(INodePlacer) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Sets the
INodePlacer
instance responsible for the assignment of the x-(sequence) and preliminary y-coordinates
of the nodes.
- setNodePlacers(ItemMapping<INode, INodePlacer>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- setNodePortCandidateSets(ItemMapping<INode, PortCandidateSet>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- setNodePortCandidateSets(ItemMapping<INode, PortCandidateSet>) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
- setNodePortCandidateSets(ItemMapping<INode, PortCandidateSet>) - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
- setNodePortCandidateSets(ItemMapping<INode, PortCandidateSet>) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
- setNodePortCandidateSets(ItemMapping<INode, PortCandidateSet>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
- setNodeQueryingEnabled(boolean) - Method in class com.yworks.yfiles.view.GraphObstacleProvider
-
- setNodeScalingFactor(double) - Method in class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
-
Sets the scaling factor used for scaling the size of the nodes.
- setNodeSequencer(INodeSequencer) - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Sets the
INodeSequencer
that will be used for determining the order of the nodes for the circle placement.
- setNodeSizeAware(boolean) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets whether or not to consider node sizes during layout calculation.
- setNodeSizeConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.AspectRatioComponentLayerer
-
Sets whether or not the size of the nodes should be considered.
- setNodeSizeScalingEnabled(boolean) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Sets whether or not to also scale node sizes when performing the
scale operation
.
- setNodeStyle(INodeStyle) - Method in class com.yworks.yfiles.graph.styles.NodeStyleLabelStyleAdapter
-
Sets the
INodeStyle
that is used for rendering the background of the label.
- setNodeStyle(INodeStyle) - Method in class com.yworks.yfiles.graph.styles.NodeStylePortStyleAdapter
-
Sets the
INodeStyle
that is used for rendering the port.
- setNodeStyle(INodeStyle) - Method in class com.yworks.yfiles.graph.styles.NodeStyleStripeStyleAdapter
-
Sets the
INodeStyle
that is used for rendering the stripe.
- setNodeStyle(INodeStyle) - Method in class com.yworks.yfiles.view.NodeStyleDecorationInstaller
-
The style to use for the rendering.
- setNodeStyle(INodeStyle) - Method in class com.yworks.yfiles.view.OverviewGraphVisualCreator
-
Sets the overview node style.
- setNodeStyleCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- setNodeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Sets the minimum distance between a
Node
and an (non-adjacent)
Edge
.
- setNodeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the minimum distance between an edge and an adjacent node in one layer.
- setNodeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
Sets the minimum distance between a
Node
and an (non-adjacent)
Edge
.
- setNodeToEdgeDistance(double) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
The preferred distance between node borders and edge segments.
- setNodeToNodeDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Sets the minimum distance between two
Node
s.
- setNodeToNodeDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets the minimum distance between two adjacent nodes in one layer.
- setNodeToNodeDistance(double) - Method in class com.yworks.yfiles.layout.hierarchic.TypeBasedDrawingDistanceCalculator
-
Sets the minimum distance between two
Node
s.
- setNodeToNodeDistance(double) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
The preferred distance between node borders.
- setNonGroupNodeAsParentAllowed(boolean) - Method in class com.yworks.yfiles.view.input.NodeDropInputMode
-
Sets a value indicating whether nodes can be dropped onto nodes that are no
group nodes
.
- setNonSeriesParallelEdgeLabelingAlgorithm(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the labeling algorithm that is applied to all edge labels that belong to non-series-parallel edges.
- setNonSeriesParallelEdgeLabelSelectionKey(Object) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
- setNonSeriesParallelEdgeRouter(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the edge routing algorithm used for the edges of a general graph that are not part of the series-parallel subgraph
whose layout is calculated.
- setNonSeriesParallelEdgesDpKey(Object) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the key to register a
IDataProvider
that is used for marking non-series-parallel edges.
- setNonTreeEdgeLabelingAlgorithm(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
Sets the labeling algorithm that is applied to all edge labels that belong to non-tree edges.
- setNonTreeEdgeLabelSelectionKey(Object) - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
- setNonTreeEdgeRouter(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
Sets the edge routing algorithm that is applied to all non-tree edges.
- setNonTreeEdges(ItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.tree.TreeReductionStageData
-
Sets the collection of edges explicitly marked as not belonging to a tree.
- setNonTreeEdgeSelectionKey(Object) - Method in class com.yworks.yfiles.layout.tree.TreeReductionStage
-
- setNormalizedOutline(GeneralPath) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyle
-
Sets the normalized outline of the image that will be displayed.
- setNormalizedOutline(GeneralPath) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyle
-
Sets the normalized outline of the image that will be displayed.
- setNormalizedOutline(GeneralPath) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyle
-
Sets the normalized outline of a label that will be displayed using the
created control
.
- setNormalizedOutline(GeneralPath) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
Sets the normalized outline of a node that will be displayed using the
created control
.
- setNormalizedOutline(GeneralPath) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyle
-
Sets the normalized outline of a port that will be displayed using the
created control
.
- setNullFallback(boolean) - Method in class com.yworks.yfiles.graph.LookupDecorator
-
- setOctilinearEdges(ItemCollection<IEdge>) - Method in class com.yworks.yfiles.layout.hierarchic.SelfLoopCalculatorData
-
Sets the collection of edges that are octilinear.
- setOffset(double) - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Sets pr sets the offset of the label box and the edge path relative to the default placement.
- setOffset(double) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Sets the offset of the label box and the edge path relative to the default placement.
- setOffset(double) - Method in class com.yworks.yfiles.view.DashStyle
-
Sets the offset.
- setOffsetForFamilyNodes(double) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Sets the offset by which a
FamilyType.FAMILY
node is shifted down if its parents are not direct neighbors.
- setOnCompoundKeyPressed(EventHandler<? super CompoundKeyEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onCompoundKeyPressed.
- setOnCompoundKeyReleased(EventHandler<? super CompoundKeyEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onCompoundKeyReleased.
- setOnCompoundKeyTyped(EventHandler<? super CompoundKeyEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onCompoundKeyTyped.
- setOnlyStraightBendRemovalEnabled(boolean) - Method in class com.yworks.yfiles.layout.RemoveCollinearBendsStage
-
Sets whether the algorithm removes only collinear bends which lie in the middle of their neighbors or all collinear
bends.
- setOnMouse2DClicked(EventHandler<? super Mouse2DEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onMouse2DClicked.
- setOnMouse2DDragged(EventHandler<? super Mouse2DEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onMouse2DDragged.
- setOnMouse2DEntered(EventHandler<? super Mouse2DEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onMouse2DEntered.
- setOnMouse2DExited(EventHandler<? super Mouse2DEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onMouse2DExited.
- setOnMouse2DMoved(EventHandler<? super Mouse2DEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onMouse2DMoved.
- setOnMouse2DPressed(EventHandler<? super Mouse2DEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onMouse2DPressed.
- setOnMouse2DReleased(EventHandler<? super Mouse2DEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onMouse2DReleased.
- setOnMouse2DWheelTurned(EventHandler<? super Mouse2DEvent>) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the value of the property onMouse2DWheelTurned.
- setOperation(OperationType) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Sets the transformation operation.
- setOptimizationStrategy(OptimizationStrategy) - Method in class com.yworks.yfiles.layout.labeling.AbstractMISLabeling
-
Sets the optimization strategy which defines the importance of criteria when optimizing labeling results.
- setOrientation(LayoutOrientation) - Method in class com.yworks.yfiles.layout.OrientationLayout
-
Sets the main direction of the layout.
- setOrientationLayout(ILayoutStage) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets the
ILayoutStage
that modifies the orientation of a computed layout.
- setOrientationLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Sets whether or not the
ILayoutStage
that modifies the orientation of the layout is activated.
- setOrientationLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Sets whether or not the
ILayoutStage
that modifies the orientation of the layout is
activated.
- setOrientationLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets whether or not the
ILayoutStage
that modifies the orientation of the layout is activated.
- setOrientationLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets whether or not the
ILayoutStage
that modifies the orientation of the layout is activated.
- setOrientationLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets whether or not the
ILayoutStage
that modifies the orientation of the layout is
activated.
- setOrientationLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not the
ILayoutStage
that modifies the orientation of the layout is activated.
- setOrientationLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.radial.RadialLayout
-
Sets whether or not the
ILayoutStage
that modifies the orientation of the layout is
activated.
- setOrientationLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not the
ILayoutStage
that modifies the orientation of the layout is activated.
- setOrientationOptimizationEnabled(boolean) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets whether or not a postprocessing step should be applied to reduce the number of directed edges that do not comply
with the specified layout orientation.
- setOrientationOptimizationEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.TreeComponentLayout
-
Sets whether or not tree component arrangement is improved by changing the orientation of components.
- setOrientedBox(YOrientedRectangle) - Method in class com.yworks.yfiles.layout.AbstractLabelLayout
-
Sets the box of the label.
- setOrigin(LayoutGraph, NodeList, EdgeList, YPoint, YRectangle) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Moves the subgraph containing the given nodes and edges to the specified origin.
- setOrigin(PointD) - Method in class com.yworks.yfiles.view.GridInfo
-
Sets the canonic origin of the grid.
- setOriginalHeight(double) - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Sets the original height of the row.
- setOriginalPosition(double) - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Sets the original position (smallest x-coordinate) of the column.
- setOriginalPosition(double) - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Sets the original position (smallest y-coordinate) of the row.
- setOriginalWidth(double) - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Sets the original width of the column.
- setOrthogonalBendRemovalEnabled(OrthogonalEdgeEditingPolicy) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets the policy that controls whether removing bends from an orthogonal edge will keep the edge orthogonal.
- setOrthogonalEdgeCreationEnabled(OrthogonalEdgeEditingPolicy) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the the policy that controls whether edges will be create orthogonally.
- setOrthogonalEdgeEditingContext(OrthogonalEdgeEditingContext) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets the orthogonal edge editing context.
- setOrthogonalRoutingEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not edges should be routed orthogonally.
- setOrthogonalSegmentSplittingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets a value indicating whether an orthogonal segment should be split by the last bend creation.
- setOrthogonalSnapDistance(double) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the distance in the view coordinate system that determines how far the mouse should be snapped to a horizontal or
vertical line.
- setOutEdgeComparators(ItemMapping<INode, Comparator<IEdge>>) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
Sets the mapping from nodes to comparison functions used to sort the nodes' outgoing edges.
- setOutEdgeComparators(ItemMapping<INode, Comparator<IEdge>>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Sets the mapping from nodes to comparison functions used to sort the nodes' outgoing edges.
- setOutputRestriction(OutputRestriction) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Sets an
OutputRestriction
which restricts the area for the layout result of this algorithm.
- setOutputRestriction(OutputRestriction) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the area restriction for the result of the layout algorithm.
- setOverlapsAllowed(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not (partially) overlapping nodes are allowed.
- setOverUsagePenalty(double) - Method in class com.yworks.yfiles.layout.hierarchic.PortCandidateOptimizer
-
Sets the penalty cost associated with each edge being assigned to a port which has already reached its
capacity
.
- setOverviewInputMode(OverviewInputMode) - Method in class com.yworks.yfiles.view.GraphOverviewControl
-
Sets the
IInputMode
that is used to navigate the client control.
- setOwner(IEdge) - Method in class com.yworks.yfiles.graph.SimpleBend
-
Returns the edge this bend instance belongs to.
- setOwner(ILabelOwner) - Method in class com.yworks.yfiles.graph.SimpleLabel
-
Sets the owner of this label.
- setOwner(IPortOwner) - Method in class com.yworks.yfiles.graph.SimplePort
-
Returns the owner of this port.
- setOwner(Object) - Method in class com.yworks.yfiles.graphml.GraphMLParseValueSerializerContext
-
The parent object if such an object exists currently.
- setOwner(Object) - Method in class com.yworks.yfiles.graphml.GraphMLWriteValueSerializerContext
-
The parent object if such an object exists currently.
- setOwner(IPortOwner) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Sets the owner of the port to be created.
- setOwner(ILabelOwner) - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Sets the owner of the label.
- setPackageAssertionStatus(String, boolean) - Method in class com.yworks.yfiles.graphml.DelegatingClassLoader
-
- setPageMarkPrintingEnabled(boolean) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
- setPaint(Paint) - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Sets the
Paint
of the fill of this arrow.
- setPaint(Paint) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
Sets the
Paint
that is used to draw the shape.
- setPaint(Paint) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyle
-
Sets the
Paint
for this style.
- setPaint(Paint) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Sets the background brush for this style.
- setPaint(Paint) - Method in class com.yworks.yfiles.view.Pen
-
Sets the brush for the pen.
- setPaint(Paint) - Method in class com.yworks.yfiles.view.PointSelectionIndicatorInstaller
-
Sets the brush to use for filling the point's ellipse in the view coordinate system.
- setParallelEdgeRouter(ILayoutStage) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
- setParallelEdgeRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Sets whether or not the
ILayoutStage
used for routing parallel edges is activated.
- setParallelEdgeRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets whether or not the
ILayoutStage
used for routing parallel edges is activated.
- setParallelEdgeRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Sets whether or not the
ILayoutStage
used for routing parallel edges is activated.
- setParallelEdgeRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not the
ILayoutStage
used for routing parallel edges is activated.
- setParallelEdgeRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets whether or not the
ILayoutStage
used for routing parallel edges is activated.
- setParallelEdgeRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Sets whether or not the
ILayoutStage
used for routing parallel edges is activated.
- setParallelSubstructureStyle(ParallelSubstructureStyle) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the style specifier for parallel substructures.
- setParameter(IGraph, IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
Callback method that applies the parameter.
- setParent(INode, INode) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setParent(INode, INode) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setParent(INode, INode) - Method in class com.yworks.yfiles.graph.FilteredGraphWrapper
-
- setParent(INode, INode) - Method in interface com.yworks.yfiles.graph.IGraph
-
Sets the parent node for a given node.
- setParent(IRow, IRow, int) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets owner
as new parent of row
, inserting row
at the given index
.
- setParent(IColumn, IColumn, int) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets owner
as new parent of column
, inserting column
at the given index
.
- setParent(IRow, IRow) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets owner
as new parent of row
, inserting row
at the given index
.
- setParent(IColumn, IColumn) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets owner
as new parent of column
, inserting column
at the given index
.
- setParent(IRow, IRow, int) - Method in class com.yworks.yfiles.graph.Table
-
- setParent(IColumn, IColumn, int) - Method in class com.yworks.yfiles.graph.Table
-
- setParentNodeDetection(GraphClipboard.ParentNodeDetectionModes) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Sets whether or not nodes should be automatically put into a group node and if so how this group will be determined.
- setPartitionFinder(PartitionLayout.IPartitionFinder) - Method in class com.yworks.yfiles.layout.PartitionLayout
-
- setPartitionGridCellReentrancePenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for an edge leaving and reentering in the same
partition grid
cell.
- setPartitionGridData(PartitionGridData) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets the partition grid layout data.
- setPartitionGridData(PartitionGridData) - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Sets the partition grid layout data.
- setPartitionGridData(PartitionGridData) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Sets the partition grid layout data.
- setPartitionGridData(PartitionGridData) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets the partition grid layout data.
- setPartitionPlacer(PartitionLayout.IPartitionPlacer) - Method in class com.yworks.yfiles.layout.PartitionLayout
-
- setPartitionStyle(PartitionStyle) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Sets the style for the arrangement of each partition.
- setPasteAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a value determining whether the
ICommand.PASTE
command should be handled.
- setPasteDelta(PointD) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Sets a vector that will be used to move nodes and bends by after they have been pasted to the target graph.
- setPasteDelta(PointD) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
The offset for paste operation if clipboard operations are enabled.
- setPasteSelectableItems(GraphItemTypes) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setPath(GeneralPath) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
Sets the path that defines the boundary of the shape.
- setPath(Edge, YPointPath) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Sets the path of the given edge.
- setPath(Edge, YList) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Sets the path of the given edge.
- setPath(Edge, Path) - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchResult
-
Specifies a found path for an edge.
- setPathCorrection(boolean) - Method in class com.yworks.yfiles.layout.PortPlacementStage
-
- setPathFinderStrategy(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.router.ChannelEdgeRouter
-
Sets the strategy for the path finding step.
- setPen(Pen) - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Sets the
Pen
that is used to draw the arc.
- setPen(Pen) - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Sets the
Pen
of the outline of this arrow.
- setPen(Pen) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyle
-
Sets the
Pen
that is used to draw the shape.
- setPen(Pen) - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyle
-
Sets the
Pen
for the line.
- setPen(Pen) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyle
-
Sets the
Pen
for this style.
- setPen(Pen) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Sets the pen to use for the outline.
- setPen(Pen) - Method in class com.yworks.yfiles.view.GridVisualCreator
-
Sets the pen to use for painting the grid points.
- setPen(Pen) - Method in class com.yworks.yfiles.view.PointSelectionIndicatorInstaller
-
Sets the pen to use for drawing the point in the view coordinate system.
- setPenaltySettings(PenaltySettings) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
-
- setPerceivedBendOptimizationEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not the number of perceived bends should be minimized.
- setPinchZoomAllowed(boolean) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets a value indicating whether to allow the pinch zoom gesture.
- setPlaceAlongEdge(LabelPlacements) - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Sets the preferred placement along the edge.
- setPlacingChildrenOnCommonRadiusEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Sets whether or not, in the underlying tree, the children of a tree node are placed on a common radius.
- setPlacingFamilyNodesAlwaysBelowEnabled(boolean) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Sets whether or not
FamilyType.FAMILY
nodes are placed between or below the partners.
- setPlacingPartnerlessBelowEnabled(boolean) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Sets whether or not
FamilyType.FAMILY
nodes of individuals that have only children but no partners are placed
below this individual or next to it.
- setPoint(double, double) - Method in class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel.ModelParameter
-
Specifies a point that represents the location of the label's center in relation to the source point of the edge.
- setPoint(double, double) - Method in class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel.ModelParameter
-
Specifies the offset of the label's center to the upper-left corner of the node.
- setPoint(int, double, double) - Method in interface com.yworks.yfiles.layout.IEdgeLayout
-
Sets the absolute coordinates of the control point at the given position in the sequence of control points.
- setPoints(Edge, YPointPath) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Sets the control points of the given edge.
- setPoints(Edge, YList) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Sets the control points of the given edge.
- setPolicy(MergingPolicy) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayeredComponentsMerger
-
- setPolylineLabeling(boolean) - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Sets whether or not straight edges are extended to avoid label overlaps.
- setPolylineRoutingEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets whether or not the routing algorithm will route the edges of the graph with (non-orthogonal) polyline segments.
- setPort(IPort) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
Sets the currently configured port.
- setPort(IInputModeContext, IEdge, boolean, IPortCandidate, PointD) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- setPortAllocator(IPortAllocator) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Sets the
IPortAllocator
instance responsible for assigning port coordinates to the adjacent edges of each node.
- setPortAssignment(PortAssignmentMode) - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Sets the assignment strategy which distributes the ports along the node borders.
- setPortAssignments(ItemMapping<INode, IPortAssignment>) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
- setPortAssignments(ItemMapping<INode, IPortAssignment>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- setPortBorderGapRatio(int, double) - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Specifies the port border gap ratio for the port distribution at a given side of the node.
- setPortBorderGapRatios(double) - Method in class com.yworks.yfiles.layout.hierarchic.NodeLayoutDescriptor
-
Sets the port border gap ratio for the port distribution on all sides of the node.
- setPortCandidateResolutionRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the event recognizer that determines whether dynamic port candidates should be resolved.
- setPortCandidateResolutionRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- setPortCandidateResolvingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
- setPortCandidatesAutoAssignmentEnabled(boolean) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
Sets whether or not temporary
PortCandidate
s are inserted to improve the routing of inter-edges.
- setPortCandidateShowingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether or not to display possible port candidates during the creation of the edge.
- setPortConstraintAdoptionEnabled(boolean) - Method in class com.yworks.yfiles.layout.BendConverter
-
Sets whether or not the associated
PortConstraint
s of the original edge should be adopted by its replacement edges.
- setPortConstraintOptimizer(IPortConstraintOptimizer) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Sets the
IPortConstraintOptimizer
instance responsible for optimizing the assignment of port constraints to the
adjacent edges of each node.
- setPortConstraintsReplacementEnabled(boolean) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
- setPortDefaults(IPortDefaults) - Method in class com.yworks.yfiles.graph.EdgeDefaults
-
- setPortDefaults(IPortDefaults) - Method in interface com.yworks.yfiles.graph.IEdgeDefaults
-
Sets the defaults for ports at edges.
- setPortDefaults(IPortDefaults) - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
Sets the defaults for ports at nodes.
- setPortDefaults(IPortDefaults) - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- setPortDescriptor(ICanvasObjectDescriptor) - Method in class com.yworks.yfiles.view.GraphModelManager
-
- setPortGridConstraintProvider(IGridConstraintProvider<IPort>) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Sets the grid constraint provider for the
IPort
s.
- setPortLocation(IPort, PointD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Convenience method that tries to set the absolute coordinates of the given port to the given values.
- setPortLocationParameter(IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setPortLocationParameter(IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- setPortLocationParameter(IPort, IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setPortLocationParameter(IPort, IPortLocationModelParameter) - Method in interface com.yworks.yfiles.graph.IGraph
-
- setPortLocationParameterCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- setPortMovingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Sets a value indicating ports are allowed to be moved at all.
- setPorts(IListEnumerable<IPort>) - Method in class com.yworks.yfiles.graph.SimpleEdge
-
Provides access to a collection of
ports
that are owned by this instance.
- setPorts(IListEnumerable<IPort>) - Method in class com.yworks.yfiles.graph.SimpleNode
-
Provides access to a collection of
ports
that are owned by this instance.
- setPorts(IInputModeContext, IEdge, IPort, IPort) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Finally sets the ports for the edge to the new values.
- setPortStyle(IPortStyle) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- setPortStyle(PortStyle) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets the port assignment policy that will be applied.
- setPortStyleCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- setPortTag(Object) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Sets the port tag to create the port with.
- setPortViolationPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
- setPosition(PointD) - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
- setPosition(PointD) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Updates the position of the handle.
- setPosition(PointD) - Method in class com.yworks.yfiles.view.input.ReparentStripePositionHandler
-
- setPositionHandler(IPositionHandler) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the
IPositionHandler
that will be used as fallback to handle that actual movement of the elements during
the drag.
- setPositionHandler(IPositionHandler) - Method in class com.yworks.yfiles.view.input.QueryPositionHandlerEventArgs
-
- setPositionRelativeToSegment(boolean) - Method in class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
-
Sets whether or not the label position mask should be interpreted relative to the edge segment.
- setPrecedence(ParsePrecedence) - Method in class com.yworks.yfiles.graphml.AbstractInputHandler
-
Sets the parse precedence that is associated with this handler.
- setPrecedence(WritePrecedence) - Method in class com.yworks.yfiles.graphml.AbstractOutputHandler
-
Sets the write precedence for the handler.
- setPreferredAlignment(Alignment) - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Sets the preferred placement of this segment within its location range.
- setPreferredBackboneSegmentCount(int) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets the maximum number of selected backbone segments with the same orientation.
- setPreferredChildWedge(int) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the preferred radial amount (wedge) in degrees that child nodes may in total occupy around their parent node.
- setPreferredCursor(Cursor) - Method in class com.yworks.yfiles.view.input.ConcurrencyController
-
Returns the cursor the associated mode of this controller would like to have displayed in the
CanvasControl
.
- setPreferredDistance(double) - Method in class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
-
Sets the preferred distance between each two segments.
- setPreferredDuration(Duration) - Method in class com.yworks.yfiles.view.TableAnimation
-
Sets the preferred duration of the animation.
- setPreferredDuration(Duration) - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Sets the preferred duration of the animation.
- setPreferredEdgeLength(double) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the default preferred edge length.
- setPreferredEdgeLength(double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Sets the default preferred edge length.
- setPreferredEdgeLength(Edge, double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Schedules an update for the preferred length of the given edge.
- setPreferredEdgeLength(double) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the default preferred edge length.
- setPreferredEdgeLengths(ItemMapping<IEdge, Double>) - Method in class com.yworks.yfiles.layout.organic.OrganicLayoutData
-
Sets the mapping from edges to their preferred edge length.
- setPreferredHeight(double) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Sets the preferred height of the layout.
- setPreferredMinimalEdgeDistance(double) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Defines the preferred minimal distance of orthogonal edges.
- setPreferredMinimumNodeToEdgeDistance(double) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the minimum preferred distance between nodes and edges when node-edge overlaps are not allowed.
- setPreferredNodeDistance(double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Sets the preferred distance between nodes.
- setPreferredOctilinearSegmentLength(double) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the preferred length for non-orthogonal segments in octilinear edge routes.
- setPreferredPlacementDescriptor(PreferredPlacementDescriptor) - Method in class com.yworks.yfiles.layout.LabelLayoutData
-
Sets the preferred placement of this label.
- setPreferredPolylineSegmentLength(double) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets the preferred length of (non-orthogonal) polyline segments.
- setPreferredPolylineSegmentLength(double) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Sets the preferred segment length for (non-orthogonal) polyline segments.
- setPreferredRootWedge(int) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the preferred radial amount (wedge) in degrees that child nodes may in total occupy around the global root.
- setPreferredSize(SizeD) - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
The preferred size of the label.
- setPreferredSize(SizeD) - Method in class com.yworks.yfiles.graph.SimpleLabel
-
Sets the preferred size of the label with respect to its current contents and the implementation of the visualization.
- setPreferredSize(YDimension) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Sets the preferred size of the layout.
- setPreferredSize(SizeD) - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
- setPreferredWidth(double) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Sets the preferred width of the layout.
- setPrepareRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the starting gesture that is used to prepare the edge creation on the source node.
- setPrepareRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets the "pressed" state recognizer specifically for touch input.
- setPrepareRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The event recognizer that recognizes the starting gesture that is used to prepare the edge creation on the source node
via touch.
- setPressedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets the "pressed" state recognizer.
- setPressedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets the "pressed" state recognizer.
- setPressedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets the "pressed" state recognizer.
- setPressedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the "pressed" state recognizer.
- setPressedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets the "pressed" state recognizer.
- setPressedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets the "pressed" state recognizer.
- setPressedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets the "pressed" state recognizer for touch input.
- setPressedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets the "pressed" state recognizer for touch input.
- setPressedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the "pressed" recognizer for touch events.
- setPressedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets the "pressed" state recognizer for touch input.
- setPreviewEnabled(boolean) - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Determines whether a preview of the dragged element is displayed during the drag.
- setPreviousEdgeCellInfo(EdgeCellInfo) - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
- setPreviousEntrance(CellEntrance) - Method in class com.yworks.yfiles.layout.router.polyline.CellEntrance
-
Sets the previous
CellEntrance
along the path that was traversed in order to reach the
cell
.
- setPrimaryDownRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
- setPrimaryMoveRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets the
IEventRecognizer
that moves the viewport or zooms the canvas if a secondary device is down.
- setPrimaryUpRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
- setPrintRectangle(RectD) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Sets the rectangle that will be printed.
- setPriority(int) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayerConstraint
-
Sets the priority of a constraint.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
The priority of this input mode.
- setPriority(int) - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
The priority of this input mode.
- setProfit(double) - Method in class com.yworks.yfiles.graph.labelmodels.LabelCandidateDescriptor
-
Sets a profit value that is used by labeling algorithms to judge how good this label candidate is.
- setProfitModel(IProfitModel) - Method in class com.yworks.yfiles.layout.labeling.AbstractLabeling
-
- setQualityTimeRatio(double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Sets the ratio of layout quality versus running time.
- setQualityTimeRatio(double) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the ratio of layout quality versus running time.
- setQuasiOrthogonalShape(QuasiOrthogonalShape) - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
Sets the planar graph.
- setRadius(double) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyle
-
Sets the radius of the corner of the rounded rectangle.
- setRadius(double) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Sets the corner radius of the rounded rectangle.
- setRadius(Node, double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Schedules an update for the radius of the given node.
- setRadiusHandleProviderEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Sets a property that determines whether this instance should provide an
IHandle
for editing the radius of the
shape.
- setRandomizationEnabled(boolean) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayout
-
Sets whether or not a randomization strategy should be performed.
- setRandomizationRounds(int) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
Sets the number of randomized rounds that this algorithm performs, if there was no optimal solution.
- setRankingPolicy(RankingPolicy) - Method in class com.yworks.yfiles.layout.hierarchic.TopologicalLayerer
-
- setRatio(double) - Method in class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
Sets the ratio how far the label should be positioned from the border in the header area.
- setRearrangementAllowed(boolean) - Method in class com.yworks.yfiles.layout.Swimlanes.SwimlaneRepresentative
-
Sets whether or not the represented swimlane can be rearranged.
- setRect(Rectangle2D) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Sets the location and size of this rectangle to be similar to the specified rectangle.
- setRect(double, double, double, double) - Method in class com.yworks.yfiles.algorithms.Rectangle2D
-
Sets the location and size of this rectangle to the specified values.
- setRecursiveEdgeStyle(RecursiveEdgeStyle) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets how edges in grouped graphs are routed between the content of different groups.
- setRecursiveGroupLayeringEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not groups are respected during the layering stage.
- setRedoName(String) - Method in class com.yworks.yfiles.graph.CompositeUndoUnit
-
Returns the current redo name.
- setReferenceId(String) - Method in class com.yworks.yfiles.graphml.QueryReferenceIdEventArgs
-
The reference id that should be evaluated by the event handler.
- setReferenceType(GraphMLReferenceType) - Method in class com.yworks.yfiles.graphml.QueryReferenceIdEventArgs
-
Determines the type of the reference being queried.
- setReferentialIdentityTypes(GraphCopier.CloneTypes) - Method in class com.yworks.yfiles.graph.GraphCopier
-
Sets the types of objects where the referential identity should be kept across clipboard operations.
- setRelativeAngleEnabled(boolean) - Method in class com.yworks.yfiles.graph.labelmodels.FreeEdgeLabelModel
-
Sets a property that indicates whether the angle used by the
parameter
should be interpreted relative to the edge's orientation or as an absolute angle in the coordinate system.
- setRelativeLocation(PointD) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the relative location of the upper left corner of the table.
- setRelativeLocation(PointD) - Method in class com.yworks.yfiles.graph.Table
-
- setRelativePortLocation(IPort, PointD) - Method in interface com.yworks.yfiles.graph.IGraph
-
Tries to set the location of the port relative to its
owner
if the owner is a
node
.
- setRelativePortLocation(IPort, PointD) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
Callback method that assigns a new relative location to port
.
- setReleasedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets the "released" recognizer.
- setReleasedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets the "released" recognizer.
- setReleasedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets the "released" recognizer.
- setReleasedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the "released" recognizer.
- setReleasedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets the "released" recognizer.
- setReleasedRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets the "released" recognizer.
- setReleasedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets the "released" state recognizer specifically for touch input.
- setReleasedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
Sets the "released" recognizer for touch input.
- setReleasedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets the "released" recognizer for touch input.
- setReleasedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
Sets the "released" recognizer for touch events.
- setReleasedRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets the "released" recognizer for touch input.
- setRelJoinEndDistance(double) - Method in class com.yworks.yfiles.layout.ParallelEdgeRouter
-
Sets the relative distance from the end point of the joined lines to the first parallel segments.
- setRemoveBendRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the property that determines bend removal events.
- setRemoveBendRecognizerTouch(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the property that determines bend removal events via touch.
- setRenderSize(SizeD) - Method in class com.yworks.yfiles.graph.styles.NodeStylePortStyleAdapter
-
- setRenderSize(SizeD) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyle
-
- setReparentNodeHandler(IReparentNodeHandler) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets the
IReparentNodeHandler
that is used for moving nodes out of group nodes or into other group nodes.
- setReparentNodesAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a value indicating whether moving nodes out of group nodes or into other group nodes is allowed.
- setReparentRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.ReparentNodeHandler
-
Sets the
IEventRecognizer
that will be queried to determine whether the gesture is a reparent gesture.
- setReparentStripeHandler(IReparentStripeHandler) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- setReparentStripeInputMode(ReparentStripeInputMode) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- setReparentToNonGroupNodesAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a value indicating whether moving nodes into
non-group nodes
is allowed to
convert them into group nodes.
- setRepulsion(int) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the node repulsion value.
- setRequestingMutexOnClickEnabled(boolean) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
- setRequestingMutexOnTapEnabled(boolean) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
- setReroutingEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets whether or not to perform an additional step to reroute the edges such that the number of edge crossings is
reduced.
- setReroutingEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets whether or not the routing algorithm uses an additional step to reroute the edges that are considered to have the
worst paths.
- setResizeFixedGroups(boolean) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets whether or not fixed (non-partial) group nodes may be resized.
- setResizeNeighborsRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
Sets the recognizer that changes the behavior to resize adjacent stripes instead of moving them.
- setResizeStripeInputMode(ResizeStripeInputMode) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- setResizeStripeTemplate(IVisualTemplate) - Method in class com.yworks.yfiles.view.input.DefaultStripeInputVisualizationHelper
-
Data template that is used to visualize the current stripe resize operation.
- setResolvingSourcePortCandidatesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- setResolvingTargetPortCandidatesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- setResult(Object) - Method in class com.yworks.yfiles.graphml.HandleDeserializationEventArgs
-
Holds the result of the deserialization, which is null
initially.
- setReusingFolderNodePortsEnabled(boolean) - Method in class com.yworks.yfiles.graph.DefaultFoldingEdgeConverter
-
Sets a property that determines whether this implementation should reuse the ports of
folder
nodes for the folding edges.
- setReusingMasterPortsEnabled(boolean) - Method in class com.yworks.yfiles.graph.DefaultFoldingEdgeConverter
-
Sets a property that determines whether this implementation should reuse the ports of the
MasterGraph
at non-
folder
nodes for the folding edges.
- setReversedPortOrderEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.DefaultPortAssignment
-
Sets whether or not the port assignment should reverse the order of the ports.
- setReverseEdgeAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setRightInset(double) - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Sets the right column inset in which no element will lie in the resulting layout.
- setRightLaneInset(double) - Method in class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
Sets the right insets of the swimlane in which no element will lie in the resulting layout.
- setRootAlignment(RootAlignment) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
- setRootAlignment(AbstractRotatableNodePlacer.RootAlignment) - Method in class com.yworks.yfiles.layout.tree.DoubleLineNodePlacer
-
Sets the
RootAlginment
that defines how the root node is aligned with
its children and their shapes.
- setRootAlignment(AbstractRotatableNodePlacer.RootAlignment) - Method in class com.yworks.yfiles.layout.tree.GridNodePlacer
-
Sets the
RootAlginment
that defines how the root node is aligned with
its children and their shapes.
- setRootAlignment(AbstractRotatableNodePlacer.RootAlignment) - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Sets the
RootAlginment
that defines how the root node is aligned with
its children and their shapes.
- setRootAlignment(AbstractRotatableNodePlacer.RootAlignment) - Method in class com.yworks.yfiles.layout.tree.SimpleNodePlacer
-
Sets the
RootAlignment
that defines how the root node is aligned with
its children and their shapes.
- setRootNodePolicy(RootNodePolicy) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets the root node selection policy of this layout algorithm.
- setRootPlacement(RootPlacement) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Sets the desired placement of the tree's root node.
- setRootPlacements(ItemMapping<INode, RootPlacement>) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayoutData
-
Sets the mapping from nodes with sub trees to their placements.
- setRotationAngle(double) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Sets the angle of rotation.
- setRoundRectArcRadius(double) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Sets the radius that is used to draw rounded edges.
- setRouteInterEdgesOnly(boolean) - Method in interface com.yworks.yfiles.layout.PartitionLayout.IInterEdgeRouter
-
Sets whether or not to route inter-edges only.
- setRoutingAllEdgesEnabled(boolean) - Method in class com.yworks.yfiles.layout.router.OrganicEdgeRouter
-
Sets whether a rerouting step is performed on all edges or just on a subset where distances are violated.
- setRoutingStyle(RoutingStyle) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets the routing style for this edge.
- setRoutingStyle(RoutingStyle) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the currently used routing style for edges.
- setRoutingStyle(RoutingStyle) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Sets the style in which edge paths are routed.
- setRoutingStyle(LayeredRoutingStyle) - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Sets the routing style for the edges in the subtree.
- setRow(RowDescriptor) - Method in interface com.yworks.yfiles.layout.hierarchic.ILayer
-
- setRowDefaults(IStripeDefaults) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the defaults for rows.
- setRowDefaults(IStripeDefaults) - Method in class com.yworks.yfiles.graph.Table
-
Sets the defaults for rows.
- setRowIndices(ItemMapping<INode, Integer>) - Method in class com.yworks.yfiles.layout.PartitionGridData
-
Sets the mapping from nodes to the index of their rows.
- setRowOrderOptimizationEnabled(boolean) - Method in class com.yworks.yfiles.layout.PartitionGrid
-
Sets whether or not the order of the rows should be chosen automatically to minimize edge lengths.
- setRunningInThread(boolean) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Sets a value indicating whether to run the layout in a separate thread.
- setSameLayerEdgeRoutingStyle(EdgeRoutingStyle) - Method in class com.yworks.yfiles.layout.hierarchic.RoutingStyle
-
Sets the routing style for same-layer edges.
- setSameLayerEdgesAllowed(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.ConstraintIncrementalLayerer
-
Sets whether or not same-layer edges can be created by this
ILayerer
instance.
- setScale(double) - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Sets the scale factor of this arrow.
- setScale(double) - Method in class com.yworks.yfiles.layout.RemoveCollinearBendsStage
-
Sets the scale that defines how accurate the algorithm is when it comes to comparing the coordinates of two bends.
- setScale(double) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Sets a scale factor to apply for printing.
- setScale(double) - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Sets the scale for the export.
- setScaleFactor(double) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
- setScaleFactors(double, double) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Specifies the horizontal and vertical scaling factor used for the
scale operation
.
- setScaleFactorX(double) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
- setScaleFactorY(double) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
- setScalingDownToFitPageEnabled(boolean) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Sets whether to scale down the content so that it always fits on one page.
- setScalingUpToFitPageEnabled(boolean) - Method in class com.yworks.yfiles.view.CanvasPrinter
-
Sets whether to scale up the content so that it always fills one page as large as possible.
- setScope(Scope) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets the scope that determines which nodes are placed by this algorithm.
- setScope(Scope) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the scope that determines which nodes are placed by this algorithm.
- setScope(Scope) - Method in class com.yworks.yfiles.layout.router.BusRouter
-
Sets the scope for this routing algorithm that determines which edges are routed.
- setScope(Scope) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeRouter
-
Sets a (sub-)set of edges that shall be routed.
- setScope(Scope) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
-
Sets the (sub-)set of edges to be routed in a polyline fashion.
- setScope(Scope) - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
-
Sets the (sub-)set of edges to be routed.
- setScrollBarVisibility(ScrollPane.ScrollBarPolicy) - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Sets the scroll bar visibility that will be used during the animation.
- setScrollCommandAnimationEnabled(boolean) - Method in class com.yworks.yfiles.view.CanvasControl
-
- setSecondaryDownRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
- setSecondaryMoveRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets the
IEventRecognizer
that zooms the canvas using the 'pinch' gesture or moves the viewport if no primary
device is down.
- setSecondaryUpRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
Sets the
IEventRecognizer
that ends the pinch zoom gesture or ends the move if no primary device is down.
- setSegmentGroup(SegmentGroup) - Method in class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
-
Sets the segment group to which this segment info belongs.
- setSegmentGroup(SegmentGroup) - Method in class com.yworks.yfiles.layout.router.polyline.SegmentInfo
-
- setSelectableItems(GraphItemTypes) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Sets the types of the items that should be selectable by this instance.
- setSelectableItems(StripeTypes) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Sets a property that determines which types of items should be selectable at all.
- setSelected(T, boolean) - Method in class com.yworks.yfiles.view.DefaultSelectionModel
-
Sets the selection state of the item.
- setSelected(IModelItem, boolean) - Method in class com.yworks.yfiles.view.GraphSelection
-
- setSelected(T, boolean) - Method in interface com.yworks.yfiles.view.ISelectionModel
-
Sets the selection state of an item.
- setSelected(IStripe, boolean) - Method in class com.yworks.yfiles.view.StripeSelection
-
- setSelectedStripeTemplate(IVisualTemplate) - Method in class com.yworks.yfiles.view.input.DefaultStripeInputVisualizationHelper
-
Data template that is used to visualize the current stripe resize operation.
- setSelection(IGraphSelection) - Method in class com.yworks.yfiles.view.GraphControl
-
Sets the selection model that is used for this control.
- setSelectionGroup(ICanvasObjectGroup) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the SelectionGroup property.
- setSelectionIndicatorManager(SelectionIndicatorManager<IModelItem>) - Method in class com.yworks.yfiles.view.GraphControl
-
- setSelectionModel(ISelectionModel<IModelItem>) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- setSelectionModel(ISelectionModel<IModelItem>) - Method in class com.yworks.yfiles.layout.LayoutGraphAdapter
-
- setSelectionModel(ISelectionModel<T>) - Method in class com.yworks.yfiles.view.HighlightIndicatorManager
-
Sets the selection model that determines which items are highlighted.
- setSelectionModel(ISelectionModel<T>) - Method in class com.yworks.yfiles.view.SelectionIndicatorManager
-
Sets the selection model that determines which items are selected.
- setSelfLoopCalculatorData(SelfLoopCalculatorData) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- setSelfLoopDistance(double) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Sets the distance between the node's layout and its self loop control points.
- setSelfLoopRouter(ILayoutStage) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
- setSelfLoopRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.CircularLayout
-
Sets whether or not the
ILayoutStage
used for routing self-loops is activated.
- setSelfLoopRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
Sets whether or not the
ILayoutStage
used for routing self-loops is activated.
- setSelfLoopRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Sets whether or not the
ILayoutStage
used for routing self-loops is activated.
- setSelfLoopRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets whether or not the
ILayoutStage
used for routing self-loops is activated.
- setSelfLoopRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets whether or not the
ILayoutStage
used for routing self-loops is activated.
- setSelfLoopRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Sets whether or not the
ILayoutStage
used for routing self-loops is activated.
- setSelfLoopRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sets whether or not the
ILayoutStage
used for routing self-loops is activated.
- setSelfLoopRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets whether or not the
ILayoutStage
used for routing self-loops is activated.
- setSelfLoopRouterEnabled(boolean) - Method in class com.yworks.yfiles.layout.tree.TreeLayout
-
Sets whether or not the
ILayoutStage
used for routing self-loops is activated.
- setSelfLoopRoutingStyle(EdgeRoutingStyle) - Method in class com.yworks.yfiles.layout.hierarchic.RoutingStyle
-
Sets the routing style for self-loops.
- setSelfloopsAllowed(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Determines whether or not to allow the creation of self loops.
- setSeparationHeuristics(ISeparationHeuristic) - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
- setSequenceComparator(Comparator<Object>) - Method in class com.yworks.yfiles.layout.hierarchic.GivenSequenceSequencer
-
- setSequenceConstraintFactory(ISequenceConstraintFactory) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets the factory to specify sequence constraints.
- setSequenceIndices(IMapper<INode, Integer>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapper from nodes to the sequence index in their layer.
- setSequencer(ISequencer) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
Sets the
ISequencer
instance responsible for calculating the sequence of nodes within each layer (second phase
of the layout algorithm).
- setSequentialExecutionEnabled(boolean) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Sets a value indicating whether this instance waits for other instances to finish their operations before it executes.
- setSerializationProperty(TypedKey<T>, T) - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
Sets the local serialization property for the given key to the value.
- setSerializationProperty(TypedKey<T>, T) - Method in class com.yworks.yfiles.graphml.GraphMLWriter
-
Set a serialization property that allows to fine tune the write process.
- setSerializer(IEventHandler<HandleSerializationEventArgs>) - Method in class com.yworks.yfiles.graphml.MapperOutputHandler
-
- setShadowDrawingEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyle
-
Sets a value indicating whether to draw a drop shadow.
- setShadowDrawingEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Sets a value indicating whether to draw a drop shadow.
- setShape(ShapeNodeShape) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyle
-
Sets the shape for this style.
- setShowFocusPolicy(ShowFocusPolicy) - Method in class com.yworks.yfiles.view.FocusIndicatorManager
-
Sets the show focus policy.
- setShowHandleItems(GraphItemTypes) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Determines which types of items should have their
IHandle
s shown.
- setShowing(boolean) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Determines whether the tool tip is currently showing.
- setShowingHitPortOwnerCandidatesOnlyEnabled(boolean) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Sets a value indicating whether to show the candidates of hit
IPortOwner
s only.
- setShowingMenuRequested(boolean) - Method in class com.yworks.yfiles.view.input.PopulateMenuEventArgs
-
Sets a value indicating whether to actually display the context menu.
- setShuffleLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.organic.RecursiveShuffleLayout
-
- setSideOfEdge(EdgeSides) - Method in class com.yworks.yfiles.graph.labelmodels.EdgePathLabelModel
-
Sets the side placement specifiers for edge labels.
- setSideOfEdge(EdgeSides) - Method in class com.yworks.yfiles.graph.labelmodels.EdgeSegmentLabelModel
-
Sets the side placement specifiers for edge labels.
- setSideOfEdge(LabelPlacements) - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Sets the preferred side of the edge.
- setSideReference(LabelSideReferences) - Method in class com.yworks.yfiles.layout.PreferredPlacementDescriptor
-
Sets how to interpret the preferred side as given by
SideOfEdge
.
- setSimpleModeEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.ShuffleLayout
-
Sets whether or not the simple, fast layout mode of this algorithm is active.
- setSingleComponentLayerer(ILayerer) - Method in class com.yworks.yfiles.layout.hierarchic.AspectRatioComponentLayerer
-
- setSingleComponentLayerer(ILayerer) - Method in class com.yworks.yfiles.layout.hierarchic.MultiComponentLayerer
-
- setSingleSideSelfLoopPenalty(double) - Method in class com.yworks.yfiles.layout.router.polyline.PenaltySettings
-
Sets the penalty for bends of a self-loop edge.
- setSize(YDimension) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Sets the size of this rectangle.
- setSize(double, double) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Sets the size of this rectangle.
- setSize(ISize) - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Returns the instance that stores the size of this rectangle.
- setSize(ISize) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Returns the instance that stores the size of this rectangle.
- setSize(SizeD) - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
Sets the default node size.
- setSize(double) - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Sets the default stripe size.
- setSize(IStripe, double) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the actual size of stripe
.
- setSize(SizeD) - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- setSize(double) - Method in class com.yworks.yfiles.graph.StripeDefaults
-
Sets the default stripe size.
- setSize(IStripe, double) - Method in class com.yworks.yfiles.graph.Table
-
- setSize(int) - Method in class com.yworks.yfiles.graph.UndoEngine
-
Sets the maximum size of the undo queue this instance is managing.
- setSize(double, double) - Method in interface com.yworks.yfiles.layout.INodeLayout
-
Sets the size of the node.
- setSize(double, double) - Method in class com.yworks.yfiles.layout.LabelLayoutData
-
Specifies the width and height of the
oriented box
of this label.
- setSize(Node, double, double) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the width and height of the given node.
- setSize(Node, YDimension) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the size of the given node.
- setSize(double) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
Sets the logical size of the candidate.
- setSloped(double, double, double, double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Sets a specific interval to a slope starting at a given value.
- setSmartComponentLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets whether or not this instance should configure the
ComponentLayout
to respect subsets of nodes.
- setSmartPasteSelectionEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setSmartSelfLoopPlacementEnabled(boolean) - Method in class com.yworks.yfiles.layout.SelfLoopRouter
-
Sets whether or not the algorithm chooses the side of the self-loop depending on the incident edges.
- setSmoothingLength(double) - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyle
-
Sets the smoothing length used for creating smooth bends.
- setSnapContext(SnapContext) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
The
SnapContext
which manages snapping model items to certain coordinates (for instance, other
items).
- setSnapContext(SnapContext) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
The
SnapContext
instance that handles interactive snapping of elements during drag operations like movements.
- setSnapContext(SnapContext) - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
The
SnapContext
which manages snapping model items to certain coordinates (for instance, other
items).
- setSnapContext(SnapContext) - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
The
SnapContext
which is used to snap the dragged element during the drag.
- setSnapContext(SnapContext) - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
The
SnapContext
which manages snapping model items to certain coordinates (for instance, other
items).
- setSnapDistance(double) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the distance in the view coordinate system that determines how far the mouse should be snapped to a port candidate
if
SnappingToTargetCandidateEnabled
is enabled.
- setSnapDistance(double) - Method in class com.yworks.yfiles.view.input.SnapContext
-
Sets the global snap distance, which is the maximum distance between the current mouse coordinates and the coordinates
to which the mouse will snap.
- setSnapLineCroppingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Sets a value indicating whether to crop the snap lines at obstacles.
- setSnapLineExtension(double) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Sets the amount by which snap lines that are induced by existing edge segments and node borders are being extended.
- setSnapLineExtension(double) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Sets the amount by which snap lines that are induced by existing edge segments are being extended.
- setSnappingBendAdjacentSegmentsEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Whether this context will automatically snap the movements of bends so that the two adjacent segments become
horizontally or vertically oriented.
- setSnappingBendsToSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Whether this context will automatically snap the bends to snap lines.
- setSnappingEdgeLabelsEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Specifies whether this context will automatically snap the edge labels to snap lines.
- setSnappingEnabled(boolean) - Method in class com.yworks.yfiles.view.input.ItemDropInputMode
-
Switches snapping on and off.
- setSnappingNodeLabelsEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelSnapContext
-
Specifies whether this context will automatically snap the node labels to snap lines.
- setSnappingNodesToSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
- setSnappingOrthogonalMovementEnabled(boolean) - Method in class com.yworks.yfiles.view.input.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.
- setSnappingPortAdjacentSegmentsEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Whether this context will automatically snap the movements of nodes so that the first and last segments of edges become
orthogonal.
- setSnappingSegmentsToSnapLinesEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphSnapContext
-
Determines whether this context will automatically snap orthogonal edge segments to snap lines.
- setSnappingToTargetCandidateEnabled(boolean) - Method in class com.yworks.yfiles.view.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.
- setSnapResultVisualizationEnabled(boolean) - Method in class com.yworks.yfiles.view.input.SnapContext
-
Sets a value indicating whether to visualize the snap results.
- setSnapType(SnapTypes) - Method in class com.yworks.yfiles.view.input.SnapState
-
Sets the type of the snap.
- setSource(Iterable<TItem>) - Method in class com.yworks.yfiles.layout.ItemCollection
-
Sets an enumerable of items.
- setSourceArrow(IArrow) - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Sets the visual arrow at the source end of edges that use this style.
- setSourceArrow(IArrow) - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyle
-
Sets the visual arrow at the source end of edges that use this style.
- setSourceGroupId(Object) - Method in class com.yworks.yfiles.layout.router.BusDescriptor
-
Sets the group ID for the source side of the edge.
- setSourceGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapping from edges to an object representing their source edge group.
- setSourceGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Sets a mapping from edges to an object representing their source edge group.
- setSourceGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
Sets a mapping from edges to an object representing their source edge group.
- setSourceGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
Sets a mapping from edges to an object representing their source edge group.
- setSourceGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets a mapping from edges to an object representing their source edge group.
- setSourceGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
Sets a mapping from edges to an object representing their source edge group.
- setSourceGroups(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
Sets a mapping from edges to an object representing their source edge group.
- setSourceMarker(PointD) - Method in class com.yworks.yfiles.view.input.EdgeSegmentSnapLine
-
Sets the location of the source marker of this snap line.
- setSourcePoint(YPoint) - Method in interface com.yworks.yfiles.layout.IEdgeLayout
-
Sets the relative coordinates of the first end point of this layout.
- setSourcePointAbs(Edge, YPoint) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the absolute coordinates of the source point of the given edge.
- setSourcePointRel(Edge, YPoint) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the relative coordinates of the source point of the given edge.
- setSourcePort(IPort) - Method in class com.yworks.yfiles.graph.SimpleEdge
-
Sets the source port instance this edge is connected to.
- setSourcePortCandidate(IPortCandidate) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the candidate for the
SourcePort
of the edge to be created.
- setSourcePortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapping from edges to a collection of their source port
candidates
.
- setSourcePortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Sets a mapping from edges to a collection of their source port
candidates
.
- setSourcePortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.PartitionLayoutData
-
Sets a mapping from edges to a collection of their source port
candidates
.
- setSourcePortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Sets a mapping from edges to a collection of their source port
candidates
.
- setSourcePortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
Sets a mapping from edges to a collection of their source port
candidates
.
- setSourcePortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
Sets a mapping from edges to a collection of their source port
candidates
.
- setSourcePortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets a mapping from edges to a collection of their source port
candidates
.
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.FixGroupLayoutData
-
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.PartitionLayoutData
-
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouterData
-
- setSourcePortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- setSourcePortGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapping from edges to an object representing their source port group.
- setSourcePortLocationParameter(IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setSourcePortLocationParameterCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setSourcePortOptimization(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets whether or not source port optimization is enabled.
- setSourcePortStyle(IPortStyle) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Sets the
IPortStyle
to use for the folding source port.
- setSourcePortStyleCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setSourceSplitIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Sets a mapping from edges connecting to group nodes to source split ids.
- setSourceType(Class) - Method in class com.yworks.yfiles.graphml.MapperOutputHandler
-
Sets the source type of the serialization.
- setSpacing(double) - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Sets the space between adjacent lines of the wrapped graph layout.
- setSpacing(double) - Method in class com.yworks.yfiles.layout.hierarchic.TopLevelGroupToSwimlaneStage
-
Sets the spacing between the swimlanes.
- setSpacing(double) - Method in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
Sets the spacing between subtrees.
- setSpacing(double) - Method in class com.yworks.yfiles.layout.tree.AssistantNodePlacer
-
Sets the spacing between subtrees for the delegate
INodePlacer
.
- setSpacing(double) - Method in class com.yworks.yfiles.layout.tree.LeftRightNodePlacer
-
Sets a uniform horizontal and vertical spacing between subtrees.
- setSpacingBetweenFamilyMembers(double) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Sets the spacing between two nodes representing members of the same family in one generation.
- setSplitNodesDpKey(Object) - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
Sets the
IDataProvider
key for marking the nodes that were created by splitting edges, i.e., the split-nodes.
- setSplitNodeSize(double) - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
Sets the size of the split-nodes that are inserted when splitting edges.
- setSplitOrthogonalSegmentRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
Sets the event recognizer that determines whether the bend creation should be treated as a split segment operation.
- setSplitSegmentLength(double) - Method in class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
Sets the maximum length for a split-edge.
- setStarSubstructureStyle(StarSubstructureStyle) - Method in class com.yworks.yfiles.layout.organic.OrganicLayout
-
Sets the style specifier for star substructures.
- setStopAfterLayeringEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not to stop the layout algorithm after the layering step.
- setStopAfterSequencingEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
Sets whether or not to stop the layout algorithm after the sequencing step.
- setStopDuration(Duration) - Method in class com.yworks.yfiles.algorithms.AbortHandler
-
Sets the duration an algorithm may run before being stopped automatically.
- setStopRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
- setStraightControlPointRatio(double) - Method in class com.yworks.yfiles.layout.CurveFittingLayoutStage
-
Sets the ratio that defines the distance between the intermediate control points and the end points of a cubic segment
which actually represents a straight line, i.e., in case the four points are collinear.
- setStress(Node, double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Schedules an update for the stress value of the given node.
- setStrictClusterSeparationEnabled(boolean) - Method in class com.yworks.yfiles.layout.multipage.MultiPageLayout
-
Sets whether or not the algorithm should separate nodes with different
cluster IDs
.
- setStrikethrough(boolean) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets whether or not each line of text should have a line through it.
- setStripe(IStripe) - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyleRenderer
-
Sets the currently configured stripe.
- setStripeDropInputMode(StripeDropInputMode) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Sets the
StripeDropInputMode
property that is responsible for handling drag and drop
operations of stripes onto the Canvas.
- setStripeInsets(IStripe, InsetsD) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the insets of stripe
.
- setStripeInsets(IStripe, InsetsD) - Method in class com.yworks.yfiles.graph.Table
-
- setStrokeType(StrokeType) - Method in class com.yworks.yfiles.view.Pen
-
Sets the stroke type for the line.
- setStrongSourcePort(YPoint) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
Sets the location of the strong source port that the edge uses.
- setStrongTargetPort(YPoint) - Method in class com.yworks.yfiles.layout.router.polyline.EdgeInfo
-
Sets the location of the strong target port that the edge uses.
- setStyle(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setStyle(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setStyle(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setStyle(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setStyle(INode, INodeStyle) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Assigns the given style instance by reference to the node.
- setStyle(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Assigns the given style instance by reference to the label.
- setStyle(IEdge, IEdgeStyle) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setStyle(IPort, IPortStyle) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setStyle(IEdgeStyle) - Method in class com.yworks.yfiles.graph.EdgeDefaults
-
- setStyle(INodeStyle) - Method in class com.yworks.yfiles.graph.FolderNodeState
-
The style of this node.
- setStyle(IEdgeStyle) - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
The style of this edge.
- setStyle(ILabelStyle) - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
The style of this label.
- setStyle(IPortStyle) - Method in class com.yworks.yfiles.graph.FoldingPortState
-
The style of this port.
- setStyle(IEdgeStyle) - Method in interface com.yworks.yfiles.graph.IEdgeDefaults
-
Sets the style to use for edges.
- setStyle(INode, INodeStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Assigns the given style instance by reference to the node.
- setStyle(ILabel, ILabelStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Assigns the given style instance by reference to the label.
- setStyle(IEdge, IEdgeStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Assigns the given style instance by reference to the edge.
- setStyle(IPort, IPortStyle) - Method in interface com.yworks.yfiles.graph.IGraph
-
Assigns the given style instance by reference to the port.
- setStyle(ILabelStyle) - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
Sets the style to use for labels.
- setStyle(INodeStyle) - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
Sets the style to use for nodes.
- setStyle(IPortStyle) - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
Sets the style to use for ports.
- setStyle(IStripeStyle) - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
Sets the style to use for stripes.
- setStyle(ILabel, ILabelStyle) - Method in interface com.yworks.yfiles.graph.ITable
-
Assigns the given style instance by reference to the label.
- setStyle(IStripe, IStripeStyle) - Method in interface com.yworks.yfiles.graph.ITable
-
Sets the style of stripe
.
- setStyle(ILabelStyle) - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- setStyle(INodeStyle) - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- setStyle(IPortStyle) - Method in class com.yworks.yfiles.graph.PortDefaults
-
- setStyle(IEdgeStyle) - Method in class com.yworks.yfiles.graph.SimpleEdge
-
Returns the style that is responsible for the visual representation of this edge in a
CanvasControl
.
- setStyle(ILabelStyle) - Method in class com.yworks.yfiles.graph.SimpleLabel
-
Returns the style that is responsible for the visual representation of this node in a
CanvasControl
.
- setStyle(INodeStyle) - Method in class com.yworks.yfiles.graph.SimpleNode
-
Returns the style that is responsible for the visual representation of this node in a
CanvasControl
.
- setStyle(IPortStyle) - Method in class com.yworks.yfiles.graph.SimplePort
-
Returns the style that is responsible for the visual representation of this port in a
CanvasControl
.
- setStyle(IStripeStyle) - Method in class com.yworks.yfiles.graph.StripeDefaults
-
- setStyle(BevelNodeStyle) - Method in class com.yworks.yfiles.graph.styles.BevelNodeStyleRenderer
-
Sets the currently configured style.
- setStyle(CollapsibleNodeStyleDecorator) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecoratorRenderer
-
Sets the currently configured style.
- setStyle(DefaultLabelStyle) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyleRenderer
-
Sets the currently configured style.
- setStyle(GeneralPathNodeStyle) - Method in class com.yworks.yfiles.graph.styles.GeneralPathNodeStyleRenderer
-
Sets the currently configured style.
- setStyle(IconLabelStyle) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
Sets the currently configured style.
- setStyle(ImageNodeStyle) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyleRenderer
-
Sets the currently configured style.
- setStyle(MemoryImageNodeStyle) - Method in class com.yworks.yfiles.graph.styles.MemoryImageNodeStyleRenderer
-
Sets the currently configured style.
- setStyle(PanelNodeStyle) - Method in class com.yworks.yfiles.graph.styles.PanelNodeStyleRenderer
-
Sets the currently configured style.
- setStyle(TStyle) - Method in class com.yworks.yfiles.graph.styles.PathBasedEdgeStyleRenderer
-
Sets the currently configured style.
- setStyle(ShapeNodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
Sets the currently configured style.
- setStyle(ShinyPlateNodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
Sets the currently configured style.
- setStyle(TableNodeStyle) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyleRenderer
-
Sets the currently configured style.
- setStyle(TemplateLabelStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyleRenderer
-
Sets the currently configured style.
- setStyle(TemplateNodeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyleRenderer
-
Sets the currently configured style.
- setStyle(TemplatePortStyle) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyleRenderer
-
Sets the currently configured style.
- setStyle(TemplateStripeStyle) - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyleRenderer
-
Sets the currently configured style.
- setStyle(IStripe, IStripeStyle) - Method in class com.yworks.yfiles.graph.Table
-
- setStyle(ILabel, ILabelStyle) - Method in class com.yworks.yfiles.graph.Table
-
Assigns the given style instance by reference to the label.
- setStyle(ComponentArrangementStyles) - Method in class com.yworks.yfiles.layout.ComponentLayout
-
Sets how the components are arranged.
- setStyle(IPortStyle) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- setStyle(IPortStyle) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Sets the style to use for the newly created port.
- setStyle(ILabelStyle) - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Sets the
Style
of the label to add.
- setStyleInstanceSharingEnabled(boolean) - Method in class com.yworks.yfiles.graph.EdgeDefaults
-
- setStyleInstanceSharingEnabled(boolean) - Method in interface com.yworks.yfiles.graph.IEdgeDefaults
-
- setStyleInstanceSharingEnabled(boolean) - Method in interface com.yworks.yfiles.graph.ILabelDefaults
-
- setStyleInstanceSharingEnabled(boolean) - Method in interface com.yworks.yfiles.graph.INodeDefaults
-
- setStyleInstanceSharingEnabled(boolean) - Method in interface com.yworks.yfiles.graph.IPortDefaults
-
- setStyleInstanceSharingEnabled(boolean) - Method in interface com.yworks.yfiles.graph.IStripeDefaults
-
- setStyleInstanceSharingEnabled(boolean) - Method in class com.yworks.yfiles.graph.LabelDefaults
-
- setStyleInstanceSharingEnabled(boolean) - Method in class com.yworks.yfiles.graph.NodeDefaults
-
- setStyleInstanceSharingEnabled(boolean) - Method in class com.yworks.yfiles.graph.PortDefaults
-
- setStyleInstanceSharingEnabled(boolean) - Method in class com.yworks.yfiles.graph.StripeDefaults
-
- setStyleResourceKey(String) - Method in class com.yworks.yfiles.graph.styles.TemplateLabelStyle
-
Sets the
String
that will be used to look up
the
URL
to the FXML file which encodes
the
Control
.
- setStyleResourceKey(String) - Method in class com.yworks.yfiles.graph.styles.TemplateNodeStyle
-
Sets the
String
that will be used to look up
the
URL
to the FXML file which encodes
the
Control
.
- setStyleResourceKey(String) - Method in class com.yworks.yfiles.graph.styles.TemplatePortStyle
-
Sets the
String
that will be used to look up
the
URL
to the FXML file which encodes
the
Control
.
- setStyleResourceKey(String) - Method in class com.yworks.yfiles.graph.styles.TemplateStripeStyle
-
Sets the
String
that will be used to look up the
Style
that is applied to the
Node
.
- setStyleTag(Object) - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Sets the value of property style tag.
- setStyleTag(Object) - Method in class com.yworks.yfiles.graph.styles.AbstractTemplateStyle
-
Sets the tag that is associated with this style instance.
- setSubgraphLayout(ILayoutStage) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets the
ILayoutStage
that constrains the layout process to a subgraph of the input graph.
- setSubgraphLayoutEnabled(boolean) - Method in class com.yworks.yfiles.layout.MultiStageLayout
-
Sets whether or not the
ILayoutStage
used for constraining the layout process to a subgraph of the input graph
is activated.
- setSubgraphPlacement(SubgraphPlacement) - Method in class com.yworks.yfiles.layout.partial.PartialLayout
-
Sets the objective used for finding 'good' positions for subgraph components.
- setSubtreeArrangement(SubtreeArrangement) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Sets how the children of a local root are arranged and how the edges between them are routed.
- setSubtreeAspectRatios(ItemMapping<INode, Double>) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayoutData
-
Sets the mapping from nodes to the aspect ratio of their sub tree.
- setSubtreeRoutingPolicies(ItemMapping<INode, SubtreeArrangement>) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayoutData
-
Sets the mapping from nodes to the routing policies of their sub trees.
- setSwimLaneCrossingWeight(double) - Method in class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
Sets the relative weight of edges crossing a swimlane relative to edges that stay in their lane.
- setSwimlaneDistanceOptimizationEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultDrawingDistanceCalculator
-
Sets whether or not to use an optimized minimum distance calculation for swimlane layouts.
- setSwimlanePos(int) - Method in class com.yworks.yfiles.layout.Swimlanes.SwimlaneRepresentative
-
Sets the current position of the represented swimlane.
- setSwimlanesFromSketchOrderingEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.TopLevelGroupToSwimlaneStage
-
Sets whether or not the order of the swimlanes should be determined based on the current sketch.
- setSynchronizingWithGraphSelectionEnabled(boolean) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- setTable(ITable) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
Sets the
ITable
instance that defines the tabular structure.
- setTableLayoutConfiguratorEnabled(boolean) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- setTableRenderingOrder(TableRenderingOrder) - Method in class com.yworks.yfiles.graph.styles.TableNodeStyle
-
Sets the order in which rows and columns are rendered.
- setTag(Object) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
- setTag(Object) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
- setTag(Object) - Method in class com.yworks.yfiles.graph.FolderNodeState
-
The tag of the node.
- setTag(Object) - Method in class com.yworks.yfiles.graph.FoldingBendState
-
The tag of the bend.
- setTag(Object) - Method in class com.yworks.yfiles.graph.FoldingEdgeState
-
The tag of the edge.
- setTag(Object) - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
The tag of the label.
- setTag(Object) - Method in class com.yworks.yfiles.graph.FoldingPortState
-
The tag of the port.
- setTag(Object) - Method in interface com.yworks.yfiles.graph.ITagOwner
-
Sets the tag associated with this instance.
- setTag(Object) - Method in class com.yworks.yfiles.graph.SimpleBend
-
- setTag(Object) - Method in class com.yworks.yfiles.graph.SimpleEdge
-
- setTag(Object) - Method in class com.yworks.yfiles.graph.SimpleLabel
-
- setTag(Object) - Method in class com.yworks.yfiles.graph.SimpleNode
-
- setTag(Object) - Method in class com.yworks.yfiles.graph.SimplePort
-
- setTag(Object) - Method in class com.yworks.yfiles.view.input.AbstractPortCandidateProvider
-
- setTag(Object) - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
Sets the
Tag
of the label to add.
- setTag(Object) - Method in class com.yworks.yfiles.view.input.SnapResult
-
Sets the tag associated with this result.
- setTapHandlingPolicy(TapHandlingPolicy) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Sets the tap handling policy that determines the triggering behavior of
Tapped
and
DoubleTapped
.
- setTargetArrow(IArrow) - Method in class com.yworks.yfiles.graph.styles.ArcEdgeStyle
-
Sets the visual arrow at the target end of edges that use this style.
- setTargetArrow(IArrow) - Method in class com.yworks.yfiles.graph.styles.PolylineEdgeStyle
-
Sets the visual arrow at the target end of edges that use this style.
- setTargetBounds(RectD) - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Sets the target world bounds.
- setTargetBoundsInsets(InsetsD) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Sets the insets (in world coordinates) that will be added to the content rectangle when calculating the target
viewport.
- setTargetGroupId(Object) - Method in class com.yworks.yfiles.layout.router.BusDescriptor
-
Sets the group ID for the target side of the edge.
- setTargetGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapping from edges to an object representing their target edge group.
- setTargetGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.labeling.LabelingData
-
Sets a mapping from edges to an object representing their target edge group.
- setTargetGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.orthogonal.OrthogonalLayoutData
-
Sets a mapping from edges to an object representing their target edge group.
- setTargetGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
Sets a mapping from edges to an object representing their target edge group.
- setTargetGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets a mapping from edges to an object representing their target edge group.
- setTargetGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayoutData
-
Sets a mapping from edges to an object representing their target edge group.
- setTargetGroups(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.radial.RadialLayoutData
-
Sets a mapping from edges to an object representing their target edge group.
- setTargetMarker(PointD) - Method in class com.yworks.yfiles.view.input.EdgeSegmentSnapLine
-
Sets the location of the target marker of this snap line.
- setTargetPoint(YPoint) - Method in interface com.yworks.yfiles.layout.IEdgeLayout
-
Sets the relative coordinates of the second end point of this layout.
- setTargetPointAbs(Edge, YPoint) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the absolute coordinates of the target point of the given edge.
- setTargetPointRel(Edge, YPoint) - Method in class com.yworks.yfiles.layout.LayoutGraph
-
Specifies the relative coordinates of the target point of the given edge.
- setTargetPort(IPort) - Method in class com.yworks.yfiles.graph.SimpleEdge
-
Sets the target port instance this edge is connected to.
- setTargetPortCandidate(IPortCandidate) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the current candidate for the
TargetPort
of the edge to be created.
- setTargetPortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapping from edges to a collection of their target port
candidates
.
- setTargetPortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
Sets a mapping from edges to a collection of their target port
candidates
.
- setTargetPortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.PartitionLayoutData
-
Sets a mapping from edges to a collection of their target port
candidates
.
- setTargetPortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Sets a mapping from edges to a collection of their target port
candidates
.
- setTargetPortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
Sets a mapping from edges to a collection of their target port
candidates
.
- setTargetPortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
Sets a mapping from edges to a collection of their target port
candidates
.
- setTargetPortCandidates(ItemMapping<IEdge, Collection<PortCandidate>>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
Sets a mapping from edges to a collection of their target port
candidates
.
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.FixGroupLayoutData
-
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.partial.PartialLayoutData
-
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.PartitionLayoutData
-
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.ReverseEdgesStageData
-
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.router.BusRouterData
-
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouterData
-
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.router.polyline.PolylineEdgeRouterData
-
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.router.StraightLineEdgeRouterData
-
- setTargetPortConstraints(ItemMapping<IEdge, PortConstraint>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
- setTargetPortGroupIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutData
-
Sets a mapping from edges to an object representing their target port group.
- setTargetPortLocationParameter(IPortLocationModelParameter) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setTargetPortLocationParameterCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setTargetPortOptimization(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.EdgeLayoutDescriptor
-
Sets whether or not target port optimization is enabled.
- setTargetPortStyle(IPortStyle) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
Sets the
IPortStyle
to use for the folding target port.
- setTargetPortStyleCloningEnabled(boolean) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- setTargetRatio(double) - Method in class com.yworks.yfiles.layout.GraphLayoutLineWrapper
-
Sets the desired target aspect ratio for the layout.
- setTargetSplitIds(ItemMapping<IEdge, Object>) - Method in class com.yworks.yfiles.layout.RecursiveGroupLayoutData
-
Sets a mapping from edges connecting to group nodes to target split ids.
- setTargetTableNode(INode) - Method in class com.yworks.yfiles.view.input.StripeSubregion
-
Sets the node the region is associated to.
- setTargetViewMargins(InsetsD) - Method in class com.yworks.yfiles.view.ViewportAnimation
-
Sets the margins in view coordinate dimensions to use at the target zoom level.
- setTemplate(ResourceKey, IVisualTemplate) - Method in class com.yworks.yfiles.view.DefaultPortCandidateDescriptor
-
- setTemplate(IVisualTemplate) - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
Sets the template that is used for the visualization of the marquee rectangle.
- setTemplate(IVisualTemplate) - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
Sets the template that is used for the visualization of the marquee rectangle.
- setTemplate(IVisualTemplate) - Method in class com.yworks.yfiles.view.OrientedRectangleIndicatorInstaller
-
- setTemplate(IVisualTemplate) - Method in class com.yworks.yfiles.view.RectangleIndicatorInstaller
-
- setTemplateLocation(Node, PointD) - Static method in class com.yworks.yfiles.view.CanvasControl
-
Moves a node to the given coordinates.
- setTemporaryEdgeGroups(Edge, Object, Object) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Specifies an edge group constraint for an
Edge
and assigns it to an
IEdgeData
object.
- setTemporaryEdgeThickness(Edge, double) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Specifies the thickness for an
Edge
and defines it in an
IEdgeData
object.
- setTemporaryPortConstraint(Edge, boolean, PortConstraint) - Method in interface com.yworks.yfiles.layout.hierarchic.IItemFactory
-
Specifies a port constraint for an
Edge
at the given side and assigns it to an
IEdgeData
object.
- setText(String) - Method in class com.yworks.yfiles.graph.FoldingLabelState
-
The label's text.
- setText(String) - Method in class com.yworks.yfiles.graph.SimpleLabel
-
Sets the text string associated with this label.
- setTextAlignment(TextAlignment) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets the text alignment.
- setTextBox(TextInputControl) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets the text box to use for displaying and editing.
- setTextClippingEnabled(boolean) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets a value that determines whether text should be clipped.
- setTextEditorInputMode(TextEditorInputMode) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setTextEditorInputMode(TextEditorInputMode) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- setTextEditorInputModeConfigurator(ITextEditorInputModeConfigurationHandler) - Method in class com.yworks.yfiles.view.input.LabelEditingEventArgs
-
- setTextPaint(Paint) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets the brush to use for the label's text.
- setTextWrapping(TextWrapping) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets the text wrapping mode.
- setThickness(double) - Method in class com.yworks.yfiles.view.Pen
-
Sets the thickness of the stroke.
- setTightness(double) - Method in class com.yworks.yfiles.layout.ColumnDescriptor
-
Sets the tightness factor of this column.
- setTightness(double) - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Sets the tightness factor of this row.
- setTo(PointD) - Method in class com.yworks.yfiles.view.input.SnapLine
-
The second location that delimits this snap line.
- setToClipboardCopier(GraphCopier) - Method in class com.yworks.yfiles.graph.GraphClipboard
-
Sets the
GraphCopier
instance that will be used to copy the graph to the clipboard.
- setToggleSegmentOrientationRecognizer(IEventRecognizer) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the
IEventRecognizer
that toggles the orientation of the first orthogonally created segment.
- setToolTip(Tooltip) - Method in class com.yworks.yfiles.view.input.ToolTipQueryEventArgs
-
Sets the tool tip to use.
- setToolTipLocationOffset(PointD) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Sets the tool tip location offset in view coordinates.
- setTopInset(double) - Method in class com.yworks.yfiles.layout.RowDescriptor
-
Sets the top inset in which no element will lie in the resulting layout.
- setTopLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.genealogy.FamilyTreeLayout
-
Sets the
layout algorithm
that is responsible for the layout between family groups.
- setToPortCandidate(SimpleEdge, boolean, IPortCandidate) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Updates the dummy edge's visual appearance to reflect the new port candidate.
- setToUnion(IRectangle, IRectangle) - Method in interface com.yworks.yfiles.geometry.IMutableRectangle
-
Creates the union of two rectangles, placing the result in the this parameter.
- setTransferMode(TransferMode...) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Sets the
TransferMode
that will be used for drags on the canvas.
- setTranslateX(double) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Sets the horizontal translation distance.
- setTranslateY(double) - Method in class com.yworks.yfiles.layout.GraphTransformer
-
Sets the vertical translation distance.
- setTransposition(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
Sets whether or not to apply an additional crossing minimization heuristic.
- setTreeBeautifierEnabled(boolean) - Method in class com.yworks.yfiles.layout.organic.ClassicOrganicLayout
-
Sets whether or not to arrange subtrees of the input graph in a special, optimized tree style.
- setTreeComponentCoreLayout(ILayoutAlgorithm) - Method in class com.yworks.yfiles.layout.tree.TreeComponentLayout
-
Sets the layout algorithm that is applied to tree components.
- setTreeRoot(ItemMapping<INode, Boolean>) - Method in class com.yworks.yfiles.layout.tree.BalloonLayoutData
-
Sets the mapping for marking the node that will be used as root node of the tree.
- setTreeRoot(ItemMapping<INode, Boolean>) - Method in class com.yworks.yfiles.layout.tree.TreeLayoutData
-
Sets the mapping for marking the node that will be used as root node of the tree.
- setType(ArrowType) - Method in class com.yworks.yfiles.graph.styles.Arrow
-
Sets the type of this arrow.
- setType(HandleTypes) - Method in class com.yworks.yfiles.view.input.PortLocationModelParameterHandle
-
Sets the type of the handle that can be used by the rendering engine to render types differently.
- setType(HandleTypes) - Method in class com.yworks.yfiles.view.input.PortRelocationHandle
-
Returns the type of the handle that can be used by the rendering engine to render types differently.
- setType(HandleTypes) - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Sets the type of the handle that can be used by the rendering engine to render types differently.
- setType(HandleTypes) - Method in class com.yworks.yfiles.view.input.ReshapeHandlerHandle
-
Sets the type of the handle that can be used by the rendering engine to render types differently.
- setUnbalancedObstaclesCost(double) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
Sets the costs incurred if the distribution after a subdivision of obstacles is unbalanced in sub-cells.
- setUnbalancedRatioCost(double) - Method in class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
-
Sets the costs incurred if the subdivision produces unbalanced rectangles.
- setUnderline(boolean) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets whether or not the text is underlined.
- setUndoEngineEnabled(boolean) - Method in class com.yworks.yfiles.graph.DefaultGraph
-
Sets whether or not the
UndoEngine
used for this instance should be enabled.
- setUndoEngineEnabled(boolean) - Method in interface com.yworks.yfiles.graph.IGraph
-
Convenience method that enables or disables undo capabilities for this instance.
- setUndoName(String) - Method in class com.yworks.yfiles.graph.CompositeUndoUnit
-
Returns the current redo name.
- setUndoOperationsAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setUngroupSelectionAllowed(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setUnitMergingEnabled(boolean) - Method in class com.yworks.yfiles.graph.UndoEngine
-
Sets a value that indicates whether or not this instance should try to merge newly added units.
- setUpVector(double, double) - Method in class com.yworks.yfiles.algorithms.YOrientedRectangle
-
Sets the components of the up vector to the new values.
- setUpVector(double, double) - Method in interface com.yworks.yfiles.geometry.IMutableOrientedRectangle
-
Sets the orientation of this oriented rectangle by modifying the up vector components.
- setUpVector(PointD) - Method in interface com.yworks.yfiles.geometry.IMutableOrientedRectangle
-
Sets up vector of the oriented rectangle to the given value.
- setUpVector(double, double) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Sets the components of the up vector to the new values.
- setUpVector(IPoint) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Sets the point that describes the "up"-vector that will be used to determine the orientation of the text box in the
world coordinate system.
- setUpX(double) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Sets the x component of the up vector to the new value.
- setUpY(double) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Sets the y component of the up vector to the new value.
- setUrl(String) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Sets the string representing the URL to get the pixel data of the icon.
- setUrl(URL) - Method in class com.yworks.yfiles.graph.styles.ImageNodeStyle
-
Sets the string representing the URL to get the pixel data of the image.
- setUserInteractionAllowed(boolean) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Sets a value indicating whether user interaction should be allowed during the animation.
- setUserInteractionAllowed(boolean) - Method in class com.yworks.yfiles.view.Animator
-
Determines whether user interaction should be allowed during the animation.
- setUserObject(Object) - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Sets the user object associated with this instance.
- setUsingActualInsetsEnabled(boolean) - Method in class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
Sets whether or not to use the
actual insets
or the normal
Insets
of a stripe for centering the label inside the stripe header area.
- setUsingActualInsetsEnabled(boolean) - Method in class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
Sets a value indicating whether to use the
actual insets
or the normal
Insets
of a stripe for centering the label inside the stripe header area.
- setUsingCurrentItemForCommandsEnabled(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Sets a value indicating whether to use the
CurrentItem
as a fallback for the
commands if no item is provided in the parameter and the current selection is empty.
- setUsingCurrentItemForCommandsEnabled(boolean) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Sets a value indicating whether to use the
CurrentItem
as a fallback for the
commands if no item is provided in the parameter and the current selection is empty.
- setUsingFinderEnabled(boolean) - Method in class com.yworks.yfiles.view.input.LabelPositionHandler
-
- setUsingHitItemsCandidatesOnlyEnabled(boolean) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets a property that determines whether this mode should use only the
target port candidates
of the node the mouse currently hovers over.
- setUsingLabelModelParameterFinderEnabled(boolean) - Method in class com.yworks.yfiles.view.input.MoveLabelInputMode
-
- setUsingParentElementForDeserialization(boolean) - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
- setValidBeginCursor(Cursor) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the cursor that indicates a valid place to begin an edge creation.
- setValidBendCursor(Cursor) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the cursor that indicates a valid place to create a bend.
- setValidBendHitTestable(IHitTestable) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets a
IHitTestable
that determines, whether it is valid to create a bend here.
- setValidClickHitCursor(Cursor) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Sets the cursor to use when hovering over a valid hit region.
- setValidClickHitTestable(IHitTestable) - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
Sets a hit test that determines where this mode should recognize clicks.
- setValidDropHitTestable(IHitTestable) - Method in class com.yworks.yfiles.view.input.DropInputMode
-
Sets the
IHitTestable
that determines whether the given location is a valid drop location.
- setValidEndCursor(Cursor) - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
Sets the cursor that indicates a valid place to finish creation.
- setValidHoverLocationHitTestable(IHitTestable) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Sets an
IHitTestable
that determines where the mouse may hover and a tool tip can be
shown
.
- setValidity(PortCandidateValidity) - Method in class com.yworks.yfiles.view.input.DefaultPortCandidate
-
Determines whether this candidate is a valid one depending on the context it has been obtained from.
- setValidMenuLocationHitTestable(IHitTestable) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Sets an
IHitTestable
that determines whether it is valid to open a context menu at the queried position.
- setValidTapHitTestable(IHitTestable) - Method in class com.yworks.yfiles.view.input.TapInputMode
-
Sets a hit test that determines where this mode should recognize taps.
- setValue(double, double, double) - Method in class com.yworks.yfiles.algorithms.BorderLine
-
Sets a specific interval described by min
and max
to a given value.
- setValue(K, V) - Method in interface com.yworks.yfiles.graph.IMapper
-
Sets the value for a given key in the mapping.
- setValue(K, V) - Method in class com.yworks.yfiles.graph.Mapper
-
- setValue(IParseContext, TKey, TData) - Method in class com.yworks.yfiles.graphml.AbstractInputHandler
-
Abstract method callback that actually stores the value with the keys.
- setValue(Object, Object) - Method in class com.yworks.yfiles.graphml.CreationProperties
-
Sets the value associated with the specified key.
- setValue(IParseContext, TKey, TData) - Method in class com.yworks.yfiles.graphml.MapperInputHandler
-
This method uses the
Mapper
to associate the data with the key.
- setValue(Object) - Method in class com.yworks.yfiles.graphml.Property
-
Sets the value.
- setValue(Object, Object) - Method in class com.yworks.yfiles.graphml.PropertyInfo
-
- setValue(Object) - Method in class com.yworks.yfiles.graphml.ResolveReferenceEventArgs
-
The reference value that is encapsulated by this instance.
- setVerticalAlignment(double) - Method in class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayout
-
Sets the vertical alignment of parallel subgraphs.
- setVerticalAlignment(double) - Method in class com.yworks.yfiles.layout.tree.ClassicTreeLayout
-
Sets the vertical alignment of the nodes within their corresponding layers.
- setVerticalAlignment(double) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
Sets the relative vertical alignment of nodes with the same parent.
- setVerticalAlignment(double) - Method in class com.yworks.yfiles.layout.tree.LayeredNodePlacer
-
Sets the relative vertical alignment of nodes within their respective layers.
- setVerticalAlignment(double) - Method in class com.yworks.yfiles.layout.tree.MultiParentDescriptor
-
Sets the relative vertical alignment of nodes belonging to the same multi-parent structure.
- setVerticalAlignment(double) - Method in class com.yworks.yfiles.layout.tree.SimpleNodePlacer
-
Sets the relative vertical alignment of nodes with the same parent.
- setVerticalAnchor(MovementInfo) - Method in class com.yworks.yfiles.view.input.MovementInfo
-
Sets the vertical movement info to which this info is anchored vertically.
- setVerticalDistance(double) - Method in class com.yworks.yfiles.layout.tree.AspectRatioNodePlacer
-
- setVerticalDistance(double) - Method in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
Sets the vertical distance between adjacent nodes.
- setVerticalDistance(double) - Method in class com.yworks.yfiles.layout.tree.DefaultNodePlacer
-
- setVerticalDistance(double) - Method in class com.yworks.yfiles.layout.tree.LeftRightNodePlacer
-
Sets the vertical distance between nodes or subtrees.
- setVerticalScrollBarPolicy(ScrollPane.ScrollBarPolicy) - Method in class com.yworks.yfiles.view.CanvasControl
-
Specifies the visibility policy for the vertical scrollbar.
- setVerticalSpacing(double) - Method in class com.yworks.yfiles.view.GridInfo
-
Sets the vertical spacing between grid points in the world coordinate system.
- setVerticalTextAlignment(VPos) - Method in class com.yworks.yfiles.graph.styles.DefaultLabelStyle
-
Sets the vertical text alignment to use if the label is assigned more space than needed.
- setViewPoint(PointD) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the current view point.
- setViewportAnimationEnabled(boolean) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Sets a value indicating whether to animate the viewport.
- setViewportLimiter(ViewportLimiter) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the
ViewportLimiter
instance that can be used to limit the explorable region.
- setViewportLimiterConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
- setViewportLimiterConsiderationEnabled(boolean) - Method in class com.yworks.yfiles.view.ViewportAnimation
-
- setVisibilityPostprocessing(int) - Method in class com.yworks.yfiles.layout.orthogonal.KanCompactor
-
Sets how postprocessing based on the visibility of segments should be performed.
- setVisibilityThreshold(double) - Method in class com.yworks.yfiles.view.GridVisualCreator
-
Sets the visibility threshold.
- setVisible(boolean) - Method in class com.yworks.yfiles.view.GridVisualCreator
-
- setVisible(boolean) - Method in interface com.yworks.yfiles.view.ICanvasObject
-
Sets the visibility state of this instance.
- setVisualCaching(VisualCachingPolicy) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the policy for caching
Node
s which are temporarily removed from the visual tree.
- setWaitCursor(Cursor) - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
Sets the WaitCursor property.
- setWaiting(boolean) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- setWaiting(boolean) - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
Sets the Waiting property.
- setWeight(double) - Method in class com.yworks.yfiles.view.input.SnapResult
-
Sets the weight of this result.
- setWeightedCycleRemovalEnabled(boolean) - Method in class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
-
Sets whether or not the edges that need to be reversed are determined using an edge weight based heuristic or using a
depth first search based approach.
- setWeightHeuristic(WeightHeuristic) - Method in class com.yworks.yfiles.layout.hierarchic.DefaultLayerSequencer
-
Sets the weight heuristic that should be used.
- setWidth(double) - Method in interface com.yworks.yfiles.geometry.IMutableSize
-
Sets the width of this instance.
- setWidth(double) - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Sets the width of this instance from the
Size
instance.
- setWidth(double) - Method in class com.yworks.yfiles.geometry.MutableSize
-
Sets the width.
- setWidth(double) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Sets the width of this instance from the
Size
instance.
- setWorkingRatio(double) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Sets the working ratio which defines the amount of processor time this algorithm tries to get.
- setWorldBounds(RectD) - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Sets the bounds of the content to export in world coordinates.
- setWrapped(INodeStyle) - Method in class com.yworks.yfiles.graph.styles.CollapsibleNodeStyleDecorator
-
Sets the wrapped node style that will be used to perform the actual rendering of the node.
- setWrapped(ILabelStyle) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
Sets the style that renders the text of the label.
- setWrapped(INodeStyle) - Method in class com.yworks.yfiles.graph.styles.ShadowNodeStyleDecorator
-
Sets the wrapped node style instance by reference.
- setWrappedGraph(IGraph) - Method in class com.yworks.yfiles.graph.AbstractGraphWrapper
-
Sets the graph that has been wrapped by this instance.
- setWrappedInsets(InsetsD) - Method in class com.yworks.yfiles.graph.styles.IconLabelStyle
-
- setWriter(IXmlWriter) - Method in class com.yworks.yfiles.graphml.ChildWriteContext
-
Sets the writer.
- setWritingBackEdgeLabelsEnabled(boolean) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Sets whether or not edge label information is written back to the model after core layout.
- setWritingBackNodeLabelsEnabled(boolean) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Sets whether or not node label information is written back to the model after the core layout.
- setWritingBackRelativeEdgeLabelLocationEnabled(boolean) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Sets whether or not edge label
boxes
are interpreted relative to the edge when
writing them back to the model.
- setWritingBackRelativeNodeLabelLocationEnabled(boolean) - Method in class com.yworks.yfiles.layout.LabelLayoutTranslator
-
Sets whether or not node label
bounds
are interpreted relative to the node when
writing them back to the model.
- setWritingSharedReferencesEnabled(boolean) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
Whether to support object sharing on output.
- setWritingXMLSchemaEnabled(boolean) - Method in class com.yworks.yfiles.graphml.GraphMLIOHandler
-
true
if schema descriptions should be written.
- setX(double) - Method in interface com.yworks.yfiles.geometry.IMutablePoint
-
Sets the x coordinate for this point.
- setX(double) - Method in class com.yworks.yfiles.geometry.MutablePoint
-
Sets the x coordinate.
- setX(double) - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Sets the x coordinate of the upper left corner of this instance from the
Location
instance.
- setX(double) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Sets the x coordinate of the anchor of this instance from the
Anchor
instance.
- setX(double) - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Sets the x coordinate.
- setX2(double) - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Sets the x coordinate of the lower right corner of this instance using the
Location
and
Size
instances.
- setXAlignment(double) - Method in class com.yworks.yfiles.layout.MinimumSizeGroupBoundsCalculator
-
Sets how the nodes are resized horizontally if the calculated width is smaller than the preferred minimum width of a
group node.
- setY(double) - Method in interface com.yworks.yfiles.geometry.IMutablePoint
-
Sets the y coordinate for this point.
- setY(double) - Method in class com.yworks.yfiles.geometry.MutablePoint
-
Sets the y coordinate.
- setY(double) - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Sets the y coordinate of the upper left corner of this instance from the
Location
instance.
- setY(double) - Method in class com.yworks.yfiles.geometry.OrientedRectangle
-
Sets the y coordinate of the anchor of this instance from the
Anchor
instance.
- setY(double) - Method in class com.yworks.yfiles.view.input.RectangleHandle
-
Sets the y coordinate.
- setY2(double) - Method in class com.yworks.yfiles.geometry.MutableRectangle
-
Sets the y coordinate of the lower right corner of this instance using the
Location
and
Size
instances.
- setYAlignment(double) - Method in class com.yworks.yfiles.layout.MinimumSizeGroupBoundsCalculator
-
Sets how the nodes are resized vertically if the calculated height is smaller than the preferred minimum height of a
group node.
- setYOffset(double) - Method in class com.yworks.yfiles.graph.labelmodels.SandwichLabelModel
-
Sets the distance between the node's
Layout
and the label's
layout
.
- setZoom(double) - Method in class com.yworks.yfiles.view.CanvasControl
-
- setZoom(double) - Method in class com.yworks.yfiles.view.ContextConfigurator
-
Sets the
Zoom
property to use during the creation of the
visualization.
- setZoomAnimationDuration(Duration) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets the duration of the zooming animation.
- setZoomAnimationEnabled(boolean) - Method in class com.yworks.yfiles.view.CanvasControl
-
Sets a value indicating whether zooming operations (e.g. turning the mouse wheel, executing
ICommand.ZOOM
etc.) should be performed in animated fashion.
- setZoomPolicy(StyleDecorationZoomPolicy) - Method in class com.yworks.yfiles.view.EdgeStyleDecorationInstaller
-
Specifies how the style is affected by the current zoom level.
- setZoomPolicy(StyleDecorationZoomPolicy) - Method in class com.yworks.yfiles.view.LabelStyleDecorationInstaller
-
Specifies how the style is affected by the current zoom level.
- setZoomPolicy(StyleDecorationZoomPolicy) - Method in class com.yworks.yfiles.view.NodeStyleDecorationInstaller
-
Specifies how the style is affected by the current zoom level.
- setZoomThreshold(double) - Method in class com.yworks.yfiles.view.BridgeManager
-
Sets a threshold value that determines below which zoom level, there should be no more bridge calculation.
- ShadowNodeStyleDecorator - Class in com.yworks.yfiles.graph.styles
-
Decorates other node styles with a smooth drop shadow.
- ShadowNodeStyleDecorator() - Constructor for class com.yworks.yfiles.graph.styles.ShadowNodeStyleDecorator
-
- ShadowNodeStyleDecorator(INodeStyle) - Constructor for class com.yworks.yfiles.graph.styles.ShadowNodeStyleDecorator
-
Creates a new instance wrapping the provided style.
- ShapeNodeShape - Enum in com.yworks.yfiles.graph.styles
-
This enumeration predefines some often used shapes that can be used together with
ShapeNodeStyle
instances.
- ShapeNodeStyle - Class in com.yworks.yfiles.graph.styles
-
Node style implementation that can show predefined shapes of type
ShapeNodeShape
.
- ShapeNodeStyle() - Constructor for class com.yworks.yfiles.graph.styles.ShapeNodeStyle
-
- ShapeNodeStyle(ShapeNodeStyleRenderer) - Constructor for class com.yworks.yfiles.graph.styles.ShapeNodeStyle
-
Creates a new instance using the provided renderer.
- ShapeNodeStyleRenderer - Class in com.yworks.yfiles.graph.styles
-
Default renderer implementation that can be used for
ShapeNodeStyle
instances.
- ShapeNodeStyleRenderer() - Constructor for class com.yworks.yfiles.graph.styles.ShapeNodeStyleRenderer
-
- SharingState - Enum in com.yworks.yfiles.graphml
-
- SHEAR - Static variable in class com.yworks.yfiles.view.input.HandleTypes
-
A handle which can be used to shear an object.
- SHIFT - Static variable in class com.yworks.yfiles.view.ModifierKeys
-
- SHIFT_DOWN - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An event recognizer that recognizes when the shift modifier is being pressed.
- SHIFT_KEY - Static variable in class com.yworks.yfiles.view.DragDropKeyStates
-
The shift key is down.
- SHIFT_PRESSED - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An event recognizer that recognizes when the shift modifier is active.
- SHIFT_UP - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An event recognizer that recognizes when the shift modifier is being released.
- ShinyPlateNodeStyle - Class in com.yworks.yfiles.graph.styles
-
Implementation of the
INodeStyle
which creates rectangular nodes with rounded corners and a highlighted ('shiny
plate') interior.
- ShinyPlateNodeStyle() - Constructor for class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
- ShinyPlateNodeStyle(ShinyPlateNodeStyleRenderer) - Constructor for class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyle
-
Creates a new instance using the provided renderer.
- ShinyPlateNodeStyleRenderer - Class in com.yworks.yfiles.graph.styles
-
A
INodeStyle
renderer
implementation that draws a simple floating shinyPlate with a
slight gradient, a thin border and a simple drop shadow.
- ShinyPlateNodeStyleRenderer() - Constructor for class com.yworks.yfiles.graph.styles.ShinyPlateNodeStyleRenderer
-
- SHORT - Static variable in interface com.yworks.yfiles.graph.styles.IArrow
-
A singleton
IArrow
instance that paints a short black arrow.
- SHORTCUT - Static variable in class com.yworks.yfiles.view.ModifierKeys
-
- SHORTCUT_DOWN - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An event recognizer that recognizes when the Ctrl modifier on Windows and Linux and the command modifier on Mac OS is being pressed.
- SHORTCUT_PRESSED - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An event recognizer that recognizes when the control modifier on Windows and Linux and the command modifier on Mac OS is active.
- SHORTCUT_UP - Static variable in interface com.yworks.yfiles.view.input.IEventRecognizer
-
An event recognizer that recognizes when the Ctrl modifier on Windows and Linux and the command modifier on Mac OS is being released.
- shortestPair(Graph, Node, Node, boolean, IDataProvider) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
Returns two edge-disjoint paths in a non-negatively weighted directed graph, such that both paths connect nodes s
and t
and have minimum total length.
- ShortestPaths - Class in com.yworks.yfiles.algorithms
-
This class provides diverse algorithms and helper methods for solving the shortest path problem on weighted graphs.
- shouldAddLabel(IModelItem) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Predicate that determines whether a label may be added interactively to .
- shouldAddLabel(IModelItem) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
Predicate that determines whether a label may be added interactively to .
- shouldCollapseGroup(INode) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Predicate method that decides whether it is allowed to
collapse
the given group node.
- shouldCopy(IGraphClipboardContext, IModelItem) - Method in interface com.yworks.yfiles.graph.IClipboardHelper
-
Determines whether the given item can or should be copied to the clipboard.
- shouldCut(IGraphClipboardContext, IModelItem) - Method in interface com.yworks.yfiles.graph.IClipboardHelper
-
Determines whether the given item can or should be cut to the clipboard.
- shouldDelete(IModelItem) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- shouldDelete(IStripe) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- shouldEditLabel(IModelItem) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- shouldEditLabel(IModelItem) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- shouldEditOrthogonally(IInputModeContext, IEdge) - Method in interface com.yworks.yfiles.view.input.IOrthogonalEdgeHelper
-
Determines whether the provided edge should be edited orthogonally in the specified input mode context.
- shouldEditOrthogonally(IInputModeContext, IEdge) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeHelper
-
Determines whether the provided edge should be edited orthogonally in the specified input mode context.
- shouldEnterGroup(INode) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Predicate method that decides whether it is allowed to
enter
the specific group node.
- shouldExitGroup() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Predicate method that decides whether it is allowed to
exit
the current group node.
- shouldExpandGroup(INode) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Predicate method that decides whether it is allowed to
expand
the given group node.
- shouldHitTestIcon() - Method in class com.yworks.yfiles.graph.styles.IconLabelStyleRenderer
-
Returns whether the icon bounds should be considered for hit testing.
- shouldInstallCommand(ICommand) - Method in class com.yworks.yfiles.view.input.OverviewInputMode
-
- shouldInstallCommand(ICommand) - Method in class com.yworks.yfiles.view.input.TableEditorInputMode
-
- shouldMove(IModelItem) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Determines whether or not moving the item is allowed.
- shouldMove(IInputModeContext, ILabel) - Method in class com.yworks.yfiles.view.input.MoveLabelInputMode
-
Determines whether or not a label is allowed to be moved.
- shouldMoveEndImplicitly(IInputModeContext, IEdge, boolean) - Method in interface com.yworks.yfiles.view.input.IOrthogonalEdgeHelper
-
Determines whether this end of the provided edge can be moved in the input mode context.
- shouldMoveEndImplicitly(IEdge, boolean) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeEditingContext
-
Callback that can be used by
IDragHandler
s and the like to determines whether the
specified end of the provided
edge
should be moved implicitly.
- shouldMoveEndImplicitly(IInputModeContext, IEdge, boolean) - Method in class com.yworks.yfiles.view.input.OrthogonalEdgeHelper
-
Determines whether this end of the provided edge can be moved in the input mode context.
- shouldNavigateTo(IModelItem) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Callback predicate method that determines whether a given model item should be navigated to.
- shouldPaste(IGraphClipboardContext, IModelItem, Object) - Method in interface com.yworks.yfiles.graph.IClipboardHelper
-
Determines whether the given item can or should be pasted from the clipboard to the target graph.
- shouldReparent(IInputModeContext, INode) - Method in interface com.yworks.yfiles.view.input.IReparentNodeHandler
-
Determines whether the user may detach the given node from its current parent in order to reparent it.
- shouldReparent(IInputModeContext, IStripe) - Method in interface com.yworks.yfiles.view.input.IReparentStripeHandler
-
Determines whether the user may detach the given stripe from its current parent in order to reparent it.
- shouldReparent(IInputModeContext, INode) - Method in class com.yworks.yfiles.view.input.ReparentNodeHandler
-
- shouldReparent(IInputModeContext, IStripe) - Method in class com.yworks.yfiles.view.input.ReparentStripeHandler
-
Determines whether the user may detach the given stripe from its current parent in order to reparent it.
- shouldReverseEdge(IEdge) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- shouldSelect(IModelItem) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Callback predicate method that determines whether a given model item should be selected.
- shouldSelectAfterPaste(IModelItem) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- shouldShowHandles(IModelItem) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
Determines whether to show the
handles
for the given item.
- shouldToggleExpansionState(INode) - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
Predicate method that decides whether it is allowed to
toggle
the collapsed state
of the given group node.
- show(PointD) - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
Immediately shows the tool tip at the given location.
- ShowFocusPolicy - Enum in com.yworks.yfiles.view
-
The enumeration that describes the possible different policies for displaying the focus of items managed by the
FocusIndicatorManager
.
- showInViewCoordinates(SizeD) - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Determines whether the text box should be displayed in the view coordinate system instead of in the world coordinate
system.
- showMenu(TContextMenu, PointD) - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Shows the given popup menu at the given location in view coordinates.
- showMenu(ContextMenu, PointD) - Method in class com.yworks.yfiles.view.input.ContextMenuInputMode
-
- ShuffleLayout - Class in com.yworks.yfiles.layout.organic
-
This layout algorithm removes overlaps between nodes in a graph.
- ShuffleLayout() - Constructor for class com.yworks.yfiles.layout.organic.ShuffleLayout
-
- sideOfCircle(YPoint, YPoint, YPoint, YPoint) - Static method in class com.yworks.yfiles.algorithms.Geom
-
Returns +1 if point d
lies left of the directed circle through points a
, b
, and c
, 0 if
a,b,c
and d
are cocircular, and -1 otherwise.
- SIDES_MASK - Static variable in class com.yworks.yfiles.layout.DiscreteNodeLabelPositions
-
Position mask that constrains the positions to the node's four sides.
- simple(Graph, INodeMap, IEdgeMap, long) - Static method in class com.yworks.yfiles.algorithms.RankAssignments
-
This method quickly calculates a tight tree given a maximum time duration for the algorithm.
- simple(Graph, int[], int[], long) - Static method in class com.yworks.yfiles.algorithms.RankAssignments
-
- simple(Graph, INodeMap, IEdgeMap) - Static method in class com.yworks.yfiles.algorithms.RankAssignments
-
This method quickly calculates a tight tree given a maximum time duration for the algorithm.
- simple(Graph, int[], int[]) - Static method in class com.yworks.yfiles.algorithms.RankAssignments
-
- SIMPLE - Static variable in interface com.yworks.yfiles.graph.styles.IArrow
-
A singleton
IArrow
instance that paints a simple black arrow.
- SimpleBend - Class in com.yworks.yfiles.graph
-
A simple mutable implementation of the
IBend
interface that can be used stand-alone.
- SimpleBend(IEdge, IPoint) - Constructor for class com.yworks.yfiles.graph.SimpleBend
-
Initializes a new instance of the
SimpleBend
class using the given owner and location.
- SimpleEdge - Class in com.yworks.yfiles.graph
-
A simple mutable implementation of the
IEdge
interface that can be used stand-alone.
- SimpleEdge(IPort, IPort) - Constructor for class com.yworks.yfiles.graph.SimpleEdge
-
Creates an edge with a
default lookup
, and the given source and target ports.
- SimpleLabel - Class in com.yworks.yfiles.graph
-
A simple mutable implementation of the
ILabel
interface that can be used stand-alone.
- SimpleLabel(ILabelOwner, String, ILabelModelParameter) - Constructor for class com.yworks.yfiles.graph.SimpleLabel
-
- SimpleNode - Class in com.yworks.yfiles.graph
-
A simple mutable implementation of the
INode
interface that can be used stand-alone.
- SimpleNode() - Constructor for class com.yworks.yfiles.graph.SimpleNode
-
- SimpleNodePlacer - Class in com.yworks.yfiles.layout.tree
-
- SimpleNodePlacer() - Constructor for class com.yworks.yfiles.layout.tree.SimpleNodePlacer
-
- SimpleNodePlacer(AbstractRotatableNodePlacer.Matrix) - Constructor for class com.yworks.yfiles.layout.tree.SimpleNodePlacer
-
- SimpleNodePlacer(AbstractRotatableNodePlacer.Matrix, AbstractRotatableNodePlacer.RootAlignment) - Constructor for class com.yworks.yfiles.layout.tree.SimpleNodePlacer
-
- SimplePort - Class in com.yworks.yfiles.graph
-
A simple mutable implementation of the
IPort
interface that can be used stand-alone.
- SimplePort(IPortOwner, IPortLocationModelParameter) - Constructor for class com.yworks.yfiles.graph.SimplePort
-
Creates a port with a
default lookup
using the given location and owner.
- SimpleProfitModel - Class in com.yworks.yfiles.layout
-
- SimpleProfitModel() - Constructor for class com.yworks.yfiles.layout.SimpleProfitModel
-
- simplex(Graph, INodeMap, IDataProvider, IDataProvider, long) - Static method in class com.yworks.yfiles.algorithms.RankAssignments
-
Solves the rank assignment problem using the simplex method given a maximum time duration for the algorithm.
- simplex(Graph, INodeMap, IDataProvider, IDataProvider, IEdgeMap, Node, boolean, long) - Static method in class com.yworks.yfiles.algorithms.RankAssignments
-
- simplex(Graph, INodeMap, IDataProvider, IDataProvider) - Static method in class com.yworks.yfiles.algorithms.RankAssignments
-
Solves the rank assignment problem using the simplex method given a maximum time duration for the algorithm.
- simplex(Graph, INodeMap, IDataProvider, IDataProvider, IEdgeMap, Node, boolean) - Static method in class com.yworks.yfiles.algorithms.RankAssignments
-
- SimplexNodePlacer - Class in com.yworks.yfiles.layout.hierarchic
-
- SimplexNodePlacer() - Constructor for class com.yworks.yfiles.layout.hierarchic.SimplexNodePlacer
-
- simplifyGraph() - Method in class com.yworks.yfiles.algorithms.GraphPartitionManager
-
Hides all self-loops and multiple edges from the graph.
- simplifyGraph() - Method in class com.yworks.yfiles.algorithms.LayoutGraphHider
-
Hides all self-loops and multiple edges from the graph.
- SINGLE_COLUMN - Static variable in class com.yworks.yfiles.layout.ComponentArrangementStyles
-
Style specifier describing a component arrangement strategy that places components above each other in a single column.
- SINGLE_ROW - Static variable in class com.yworks.yfiles.layout.ComponentArrangementStyles
-
Style specifier describing a component arrangement strategy that places all components next to each other in a single
row.
- SingleCycleLayout - Class in com.yworks.yfiles.layout.circular
-
This layout algorithm places all nodes of a graph on a single cycle.
- SingleCycleLayout() - Constructor for class com.yworks.yfiles.layout.circular.SingleCycleLayout
-
- SingleItemCollection<V> - Class in com.yworks.yfiles.layout
-
Provides different ways to define the items in a collection for use with
LayoutData
, especially if the collection contains only one item.
- SingleItemCollection() - Constructor for class com.yworks.yfiles.layout.SingleItemCollection
-
- singleSource(Graph, Node, boolean, double[], double[], Edge[]) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
This method solves the single-source shortest path problem for arbitrary graphs.
- singleSource(Graph, Node, boolean, IDataProvider, INodeMap, INodeMap) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
This method solves the single-source shortest path problem for arbitrary graphs.
- singleSource(Graph, Node, boolean, double[], double[]) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
This method solves the single-source shortest path problem for arbitrary graphs.
- singleSourceSingleSink(Graph, Node, Node, boolean, double[], Edge[]) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
This method solves the single-source single-sink shortest path problem for arbitrary graphs.
- singleSourceSingleSink(Graph, Node, Node, boolean, double[]) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
- singleSourceSingleSink(Graph, Node, Node, boolean, IDataProvider) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
- singleSourceSingleSink(Graph, Node, Node, boolean, IDataProvider, INodeMap) - Static method in class com.yworks.yfiles.algorithms.ShortestPaths
-
- SIX_POS - Static variable in class com.yworks.yfiles.layout.DiscreteEdgeLabelPositions
-
Position mask that constrains the allowed positions to a set of six positions beside the edge path.
- size() - Method in interface com.yworks.yfiles.algorithms.ICursor
-
Gets the number of elements that can be accessed with this cursor.
- size() - Method in class com.yworks.yfiles.algorithms.YList
-
Gets the number of elements in this list.
- size() - Method in class com.yworks.yfiles.graph.CompositeUndoUnit
-
Yields the number of units that are contained in this compound unit.
- size() - Method in interface com.yworks.yfiles.layout.hierarchic.ILayers
-
Returns the number of
layers
associated with this
ILayers
instance.
- size() - Method in interface com.yworks.yfiles.utils.IListEnumerable
-
Returns the number of elements in this collection.
- size() - Method in class com.yworks.yfiles.utils.ObservableCollection
-
Returns the number of elements in this collection.
- size() - Method in class com.yworks.yfiles.view.DefaultSelectionModel
-
- size() - Method in class com.yworks.yfiles.view.GraphSelection
-
- size() - Method in interface com.yworks.yfiles.view.ISelectionModel
-
Returns the number of selected items.
- size() - Method in class com.yworks.yfiles.view.StripeSelection
-
- SizeD - Class in com.yworks.yfiles.geometry
-
An immutable
ISize
implementation to describe a size in two-dimensional space.
- SizeD() - Constructor for class com.yworks.yfiles.geometry.SizeD
-
- SizeD(double, double) - Constructor for class com.yworks.yfiles.geometry.SizeD
-
Creates a new size using the provided width and height.
- SizeD(ISize) - Constructor for class com.yworks.yfiles.geometry.SizeD
-
Initializes a new instance of the
SizeD
struct using the values of the provided
ISize
.
- SliderEdgeLabelLayoutModel - Class in com.yworks.yfiles.layout
-
SliderEdgeLabelLayoutModel
allows placement of labels at a set of continuous rotated positions along both sides
of an edge or directly on the edge path.
- SliderEdgeLabelLayoutModel(SliderMode) - Constructor for class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
-
- SliderMode - Enum in com.yworks.yfiles.layout
-
Slider mode specifier which describes continuous label positions directly on the edge path.
- smallHorizontalChangeProperty() - Method in class com.yworks.yfiles.view.CanvasControl
-
- smallVerticalChangeProperty() - Method in class com.yworks.yfiles.view.CanvasControl
-
- SmartEdgeLabelModel - Class in com.yworks.yfiles.graph.labelmodels
-
An edge label model that allows the placement at any position.
- SmartEdgeLabelModel() - Constructor for class com.yworks.yfiles.graph.labelmodels.SmartEdgeLabelModel
-
Initializes a new instance of this class.
- snap(PointD, SnapState) - Method in class com.yworks.yfiles.view.input.SnapResult
-
Core method that performs the actual snapping.
- SNAP_LINE_BLANK_VARIABLE_LINE_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines a blank line between the
Coordinates
and the snapped
coordinates.
- SNAP_LINE_CENTER_BETWEEN_BOUNDS_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines a snap line which lets an item snap in the center between the bounds of two other items.
- SNAP_LINE_CENTER_BETWEEN_CENTERS_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines a snap line which lets an item snap in the center between the centers of two other items.
- SNAP_LINE_EDGE_SEGMENT_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines a snap line with three special locations, for example the start, end and center of an edge
segment.
- SNAP_LINE_EQUAL_DISTANCE_BETWEEN_BOUNDS_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which 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 - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which 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 - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines the snapping of a resized item if it's new height is equal to another item.
- SNAP_LINE_EQUAL_WIDTH_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines the snapping of a resized item if it's new width is equal to another item.
- SNAP_LINE_EXTENDED_VARIABLE_LINE_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines a decorated line between the
Coordinates
and the snapped
coordinates that is extended on both sides.
- SNAP_LINE_FIXED_DISTANCE_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines a snap line which lets an item snap in a defined distance to another graph item.
- SNAP_LINE_FIXED_LINE_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines a snap line having a fixed visualization independent of the
SnapResult
.
- SNAP_LINE_PEN_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines the
Pen
used for the snap line visualization.
- SNAP_LINE_VARIABLE_LINE_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines a decorated snap line between the
Coordinates
and the snapped
coordinates.
- SNAP_TO_GRID_KEY - Static variable in class com.yworks.yfiles.view.input.SnapLine
-
Resource key which determines the snapping of an item to a grid position.
- SnapContext - Class in com.yworks.yfiles.view.input
-
Manages interactive snapping of elements to other elements during drag operations like movements.
- SnapContext() - Constructor for class com.yworks.yfiles.view.input.SnapContext
-
- SnapLine - Class in com.yworks.yfiles.view.input
-
A snap line is a line segment in the world coordinate system to which other items (lines or points) snap during
interactive movements.
- SnapLine(SnapLineSnapTypes, ResourceKey, PointD, PointD, PointD, Object, double) - Constructor for class com.yworks.yfiles.view.input.SnapLine
-
Creates a new snap line using the provided attributes.
- SnapLineOrientation - Enum in com.yworks.yfiles.view.input
-
- SnapLineSnapTypes - Class in com.yworks.yfiles.view.input
-
- SnapOuterPortsToNodeBorderStage - Class in com.yworks.yfiles.layout.router
-
- SnapOuterPortsToNodeBorderStage() - Constructor for class com.yworks.yfiles.layout.router.SnapOuterPortsToNodeBorderStage
-
- SNAPPED_X - Static variable in class com.yworks.yfiles.view.input.SnapTypes
-
Indicates that the location has been snapped to its x value.
- SNAPPED_XY - Static variable in class com.yworks.yfiles.view.input.SnapTypes
-
Indicates that the location has been snapped to its x and y values.
- SNAPPED_Y - Static variable in class com.yworks.yfiles.view.input.SnapTypes
-
Indicates that the location has been snapped to its y value.
- SnapPolicy - Enum in com.yworks.yfiles.view.input
-
- SnapResult - Class in com.yworks.yfiles.view.input
-
This is the abstract base class used by the implementers of
SnapContext
to model the result of the mouse being
snapped to a certain location.
- SnapResult() - Constructor for class com.yworks.yfiles.view.input.SnapResult
-
- SnapState - Class in com.yworks.yfiles.view.input
-
Describes the state of a snapping operation.
- SnapState(PointD, SnapTypes) - Constructor for class com.yworks.yfiles.view.input.SnapState
-
Initializes a new instance of the
SnapState
class.
- SnapState(PointD) - Constructor for class com.yworks.yfiles.view.input.SnapState
-
Initializes a new instance of the
SnapState
class.
- snapTo(PointD) - Method in class com.yworks.yfiles.view.input.SnapState
-
- snapToGrid(IInputModeContext, INode) - Method in class com.yworks.yfiles.view.input.GraphEditorInputMode
-
- snapToGrid(IInputModeContext, T, IMutablePoint, SnapPolicy, SnapPolicy) - Method in class com.yworks.yfiles.view.input.GridConstraintProvider
-
- snapToGrid(IInputModeContext, T, IMutablePoint, SnapPolicy, SnapPolicy) - Method in interface com.yworks.yfiles.view.input.IGridConstraintProvider
-
Performs the actual snapping to grid coordinates.
- SnapTypes - Class in com.yworks.yfiles.view.input
-
A flaggable enumeration of the different types of snaps that is used by
SnapState
in
SnapResult
implementations.
- snapX(double) - Method in class com.yworks.yfiles.view.input.SnapState
-
- snapY(double) - Method in class com.yworks.yfiles.view.input.SnapState
-
- sort(Comparator<Object>) - Method in class com.yworks.yfiles.algorithms.YList
-
Sorts the elements in this list according to the given comparator.
- sort() - Method in class com.yworks.yfiles.algorithms.YList
-
Sorts the elements in this list into ascending order, according to their natural ordering.
- sort(NodeList[], IDataProvider) - Method in class com.yworks.yfiles.layout.hierarchic.MultiComponentLayerer
-
Sorts an array which consists of
NodeList
s each of which contains nodes that belong to the same component.
- sortChildNodes(Node) - Method in class com.yworks.yfiles.layout.tree.BalloonLayout
-
Sorts the child nodes (successors) of the given node.
- sortEdges(Comparator<Object>) - Method in class com.yworks.yfiles.algorithms.Graph
-
Sorts the internally held list of edges.
- sortEdges(Comparator<Object>, Comparator<Object>) - Method in class com.yworks.yfiles.algorithms.Graph
-
Sorts incoming and outgoing edges at each node of the graph.
- sortInEdges(Comparator<Object>) - Method in class com.yworks.yfiles.algorithms.Node
-
Sorts incoming edges at this node according to the given comparator.
- Sorting - Class in com.yworks.yfiles.algorithms
-
This class provides methods for efficiently sorting graph elements in graph structures.
- sortNodes(Comparator<Object>) - Method in class com.yworks.yfiles.algorithms.Graph
-
Sorts the internally held list of nodes.
- sortNodesByDegree(Graph) - Static method in class com.yworks.yfiles.algorithms.Sorting
-
Sorts the nodes of a given graph by degree in ascending order.
- sortNodesByIntKey(Graph, IDataProvider) - Static method in class com.yworks.yfiles.algorithms.Sorting
-
Sorts the nodes of a given graph by an integer key associated with each node through a
IDataProvider
.
- sortOutEdges(Comparator<Object>) - Method in class com.yworks.yfiles.algorithms.Node
-
Sorts outgoing edges at this node according to the given comparator.
- sortSegmentInfos(List<Object>, Comparator<Object>) - Method in class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
-
- source() - Method in class com.yworks.yfiles.algorithms.Edge
-
Gets the source node connected to this edge.
- SOURCE_ABOVE - Static variable in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOURCE_BELOW - Static variable in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOURCE_CENTER - Static variable in class com.yworks.yfiles.layout.DiscreteEdgeLabelPositions
-
Position specifier that describes a label placement near the source, directly on the edge's path.
- SOURCE_CENTERED - Static variable in class com.yworks.yfiles.graph.labelmodels.NinePositionsEdgeLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOURCE_GROUP_ID_DPKEY - Static variable in class com.yworks.yfiles.layout.PortConstraintKeys
-
A DataProvider
key for assigning source group information for edges of the input graph
Edges sharing a source group identifier will share a common bus near the source or at a common source node if possible.
- SOURCE_HEAD - Static variable in class com.yworks.yfiles.layout.DiscreteEdgeLabelPositions
-
Position specifier that describes a label placement near the source, left/above the edge's path.
- SOURCE_ID_DPKEY - Static variable in class com.yworks.yfiles.layout.router.BusRepresentations
-
A DataAcceptor
key to transfer a user-defined object from each original edge to the respective newly created edge
Since there is no one-to-one mapping between original and new edges, the data provider of this key is responsible for
the edges whose source endpoint is a regular node.
- SOURCE_INTERSECTION_CALCULATOR_DPKEY - Static variable in class com.yworks.yfiles.layout.IntersectionCalculatorKeys
-
A DataProvider
key for providing an individual intersection calculation for each edge source in the graph
- SOURCE_PORT_CANDIDATE_COLLECTION_DPKEY - Static variable in class com.yworks.yfiles.layout.PortCandidate
-
A DataProvider
key for specifying source port candidates for each edge.
- SOURCE_PORT_CONSTRAINT_DPKEY - Static variable in class com.yworks.yfiles.layout.PortConstraintKeys
-
A DataProvider
key for providing source constraints for edges in the input graph
- SOURCE_PORT_GROUP_ID_DPKEY - Static variable in class com.yworks.yfiles.layout.PortConstraintKeys
-
A DataProvider
key for assigning port group ids to the edges' source.
- SOURCE_SPLIT_ID_DPKEY - Static variable in class com.yworks.yfiles.layout.RecursiveGroupLayout
-
A DataProvider
key for assigning source split ids to edges connecting to group nodes.
- SOURCE_TAIL - Static variable in class com.yworks.yfiles.layout.DiscreteEdgeLabelPositions
-
Position specifier that describes a label placement near the source, right/below the edge's path.
- sourceCellCount() - Method in class com.yworks.yfiles.layout.router.polyline.PathSearchContext
-
Returns the number of all cells that are covered by the source node of the
current edge
.
- SOUTH - Static variable in class com.yworks.yfiles.graph.labelmodels.ExteriorLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOUTH - Static variable in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOUTH - Static variable in class com.yworks.yfiles.graph.labelmodels.InteriorStretchLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOUTH - Static variable in class com.yworks.yfiles.graph.labelmodels.SandwichLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOUTH - Static variable in class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOUTH - Static variable in class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOUTH - Static variable in class com.yworks.yfiles.layout.DiscreteNodeLabelPositions
-
Position specifier that describes a label placement south of the node.
- SOUTH - Static variable in class com.yworks.yfiles.layout.PortDirections
-
A port direction specifier indicating a port on the south (i.e., bottom) side of a node.
- SOUTH - Static variable in class com.yworks.yfiles.layout.router.polyline.PartitionCell.PartitionCellBorder
-
A type constant that defines the bottom border of a
PartitionCell
.
- SOUTH - Static variable in class com.yworks.yfiles.view.input.HandlePositions
-
Indicates the position at south.
- SOUTH_EAST - Static variable in class com.yworks.yfiles.graph.labelmodels.ExteriorLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOUTH_EAST - Static variable in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOUTH_EAST - Static variable in class com.yworks.yfiles.layout.DiscreteNodeLabelPositions
-
Position specifier that describes a label placement south-east of the node.
- SOUTH_EAST - Static variable in class com.yworks.yfiles.view.input.HandlePositions
-
Indicates the position at south east.
- SOUTH_WEST - Static variable in class com.yworks.yfiles.graph.labelmodels.ExteriorLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOUTH_WEST - Static variable in class com.yworks.yfiles.graph.labelmodels.InteriorLabelModel
-
A convenience parameter instance that can be shared between label instances.
- SOUTH_WEST - Static variable in class com.yworks.yfiles.layout.DiscreteNodeLabelPositions
-
Position specifier that describes a label placement south-west of the node.
- SOUTH_WEST - Static variable in class com.yworks.yfiles.view.input.HandlePositions
-
Indicates the position at south west.
- SpanningTrees - Class in com.yworks.yfiles.algorithms
-
This class provides (minimum) spanning tree algorithms for graphs.
- splice(YList) - Method in class com.yworks.yfiles.algorithms.YList
-
Transfers the contents of the given list to the end of this list.
- SplitEdgeStage - Class in com.yworks.yfiles.layout.organic
-
This layout stage replaces edges by a path of
split-edges with a specified length before it calls a
core layout algorithm
.
- SplitEdgeStage() - Constructor for class com.yworks.yfiles.layout.organic.SplitEdgeStage
-
- st(Graph, int[], Edge) - Static method in class com.yworks.yfiles.algorithms.NodeOrders
-
Assigns an st
-ordering to the nodes of a biconnected graph given the edge between source node s
and sink
node t
.
- st(Graph) - Static method in class com.yworks.yfiles.algorithms.NodeOrders
-
Assigns an st
-ordering to the nodes of a biconnected graph.
- st(Graph, int[]) - Static method in class com.yworks.yfiles.algorithms.NodeOrders
-
Assigns an st
-ordering to the nodes of a biconnected graph given the edge between source node s
and sink
node t
.
- StarSubstructureStyle - Enum in com.yworks.yfiles.layout.organic
-
- start(Graph) - Method in class com.yworks.yfiles.algorithms.Dfs
-
Starts a depth first search on the given graph.
- start(Graph, Node) - Method in class com.yworks.yfiles.algorithms.Dfs
-
Starts a depth first search from a given
Node
of the input graph.
- start() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Actually starts the layout process and the optional animation.
- startLayout(long) - Method in interface com.yworks.yfiles.layout.organic.InteractiveOrganicLayout.ISingleThreadContext
-
Starts the layout calculation, continuing where it has stopped before and allowing a certain maximum duration in
milliseconds.
- startLayout(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Starts the
layout process
calculating an organic layout for the input graph in a new,
separate
Thread
.
- startLayoutSingleThreaded(LayoutGraph) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Creates a
context object
that provides methods to
continue
and
stop
the layout calculation for running this layout algorithm in a
single-threaded environment.
- startWaiting() - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
- stateEquals(Object, Object) - Method in interface com.yworks.yfiles.graph.IMementoSupport
-
Determines whether two state objects are equal.
- stateMap - Variable in class com.yworks.yfiles.algorithms.Dfs
-
A
INodeMap
that holds for each
Node
an
Object
indicating the current state of the given node as
it is visited by this algorithm.
- stop() - Method in class com.yworks.yfiles.algorithms.AbortHandler
-
Schedules a stop request.
- stop() - Method in class com.yworks.yfiles.layout.LayoutExecutor
-
Stops a currently running layout calculation or animation.
- stop() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Stops the layout algorithm.
- stop() - Method in class com.yworks.yfiles.view.input.AbstractContextMenuInputMode
-
Makes the menu invisible.
- stop() - Method in class com.yworks.yfiles.view.input.AbstractInputMode
-
Tries to stop the editing.
- stop() - Method in class com.yworks.yfiles.view.input.ClickInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.CreateBendInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.CreateEdgeInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.DropInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.FocusGuardInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.HandleInputMode
-
- stop() - Method in interface com.yworks.yfiles.view.input.IInputMode
-
Called by the client in order to stop a current editing progress.
- stop() - Method in class com.yworks.yfiles.view.input.ItemHoverInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.KeyboardInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.MarqueeSelectionInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.MouseHoverInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.MoveInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.MoveViewportInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
Tries to stop all modes.
- stop() - Method in class com.yworks.yfiles.view.input.NavigationInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.ResizeStripeInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.TapInputMode
-
- stop() - Method in class com.yworks.yfiles.view.input.TextEditorInputMode
-
Stops editing and returns true
.
- stop() - Method in class com.yworks.yfiles.view.input.WaitInputMode
-
- stopAndWait() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Stops a previously
started
algorithm and then blocks until the current layout
calculation is completed.
- stopLayout() - Method in interface com.yworks.yfiles.layout.organic.InteractiveOrganicLayout.ISingleThreadContext
-
Stops the layout calculation.
- storeId(IParseContext, IGraph, String) - Method in class com.yworks.yfiles.graphml.GraphElementIdAcceptor
-
- storeId(IParseContext, INode, String) - Method in class com.yworks.yfiles.graphml.GraphElementIdAcceptor
-
- storeId(IParseContext, IEdge, String) - Method in class com.yworks.yfiles.graphml.GraphElementIdAcceptor
-
- storeId(IParseContext, IPort, String) - Method in class com.yworks.yfiles.graphml.GraphElementIdAcceptor
-
- storeId(IParseContext, IGraph, String) - Method in interface com.yworks.yfiles.graphml.IGraphElementIdAcceptor
-
Store the value of the id attribute for the given graph.
- storeId(IParseContext, INode, String) - Method in interface com.yworks.yfiles.graphml.IGraphElementIdAcceptor
-
Store the value of the id attribute for the given node.
- storeId(IParseContext, IEdge, String) - Method in interface com.yworks.yfiles.graphml.IGraphElementIdAcceptor
-
Store the value of the id attribute for the given edge.
- storeId(IParseContext, IPort, String) - Method in interface com.yworks.yfiles.graphml.IGraphElementIdAcceptor
-
Store the value of the id attribute for the given port.
- StraightLineEdgeRouter - Class in com.yworks.yfiles.layout.router
-
This edge routing algorithm routes edges as straight-lines considering the specified
PortConstraint
s.
- StraightLineEdgeRouter(ILayoutAlgorithm) - Constructor for class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
-
- StraightLineEdgeRouter() - Constructor for class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
-
- StraightLineEdgeRouterData - Class in com.yworks.yfiles.layout.router
-
- StraightLineEdgeRouterData() - Constructor for class com.yworks.yfiles.layout.router.StraightLineEdgeRouterData
-
- stream() - Method in class com.yworks.yfiles.algorithms.YList
-
- stream() - Method in interface com.yworks.yfiles.utils.ICollection
-
Returns a sequential Stream
using the elements of this enumerable.
- stream() - Method in interface com.yworks.yfiles.utils.IEnumerable
-
Returns a sequential Stream
using the elements of this enumerable.
- stream() - Method in class com.yworks.yfiles.utils.ObservableCollection
-
- StretchStripeLabelModel - Class in com.yworks.yfiles.graph.labelmodels
-
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.
- StretchStripeLabelModel() - Constructor for class com.yworks.yfiles.graph.labelmodels.StretchStripeLabelModel
-
Creates a new instance of this model with empty insets.
- StretchStripeLabelModel.Position - Enum in com.yworks.yfiles.graph.labelmodels
-
- STRIPE - Static variable in class com.yworks.yfiles.view.input.StripeSubregionTypes
-
The hot spot region includes the stripe itself.
- StripeDefaults - Class in com.yworks.yfiles.graph
-
- StripeDefaults() - Constructor for class com.yworks.yfiles.graph.StripeDefaults
-
Default constructor.
- StripeDropInputMode - Class in com.yworks.yfiles.view.input
-
- StripeDropInputMode() - Constructor for class com.yworks.yfiles.view.input.StripeDropInputMode
-
- StripeEventArgs - Class in com.yworks.yfiles.graph
-
A specialized subclass of the
ItemEventArgs
class that is bound to the
IStripe
type and carries
additional
owner
information.
- StripeEventArgs(IStripe, IStripe, ITable) - Constructor for class com.yworks.yfiles.graph.StripeEventArgs
-
- StripeHitTester - Class in com.yworks.yfiles.view.input
-
Support class that allows to iterate over hits on table elements or subregions of table elements.
- StripeHitTester(ITable, TableRenderingOrder) - Constructor for class com.yworks.yfiles.view.input.StripeHitTester
-
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 in com.yworks.yfiles.graph.labelmodels
-
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 for class com.yworks.yfiles.graph.labelmodels.StripeLabelModel
-
Creates a new instance of this model with empty insets.
- StripeLabelModel.Position - Enum in com.yworks.yfiles.graph.labelmodels
-
- StripeReparentPolicy - Enum in com.yworks.yfiles.view.input
-
Enumeration for the possible results of a reparent gesture.
- StripeSelection - Class in com.yworks.yfiles.view
-
- StripeSelection() - Constructor for class com.yworks.yfiles.view.StripeSelection
-
Default constructor that creates empty selection models.
- StripeSubregion - Class in com.yworks.yfiles.view.input
-
Helper class that further describes the result of a hit test on a stripe or table.
- StripeSubregion(StripeSubregionTypes, IStripe) - Constructor for class com.yworks.yfiles.view.input.StripeSubregion
-
Create a new instance that describes the specific subregion.
- StripeSubregionTypes - Class in com.yworks.yfiles.view.input
-
Enumeration that specifies the various hot spot regions of an
IStripe
instance.
- StripeTypes - Class in com.yworks.yfiles.graph
-
An enumeration for use in various properties that can take a bitwise combination of stripe types.
- StripeVisualizationType - Enum in com.yworks.yfiles.view.input
-
- stronglyConnectedComponents(Graph) - Static method in class com.yworks.yfiles.algorithms.GraphConnectivity
-
Calculates the strongly connected components of a given graph.
- stronglyConnectedComponents(Graph, INodeMap) - Static method in class com.yworks.yfiles.algorithms.GraphConnectivity
-
Calculates the strongly connected components of a given graph and returns their number.
- STYLE - Static variable in class com.yworks.yfiles.graphml.CreationProperties
-
Creation property key that tags style information.
- StyleDecorationZoomPolicy - Enum in com.yworks.yfiles.view
-
Specifies how the zoom level affects the rendering of styles that are used as selection, highlight or focus indicator.
- styleShape(Shape) - Method in class com.yworks.yfiles.view.Pen
-
- styleTag - Variable in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
- styleTagProperty() - Method in class com.yworks.yfiles.graph.styles.AbstractGraphItemTemplate
-
Returns a property holding the style tag that may contain style related information.
- SubgraphLayout - Class in com.yworks.yfiles.layout
-
- SubgraphLayout(ILayoutAlgorithm) - Constructor for class com.yworks.yfiles.layout.SubgraphLayout
-
- SubgraphLayout() - Constructor for class com.yworks.yfiles.layout.SubgraphLayout
-
- SubgraphPlacement - Enum in com.yworks.yfiles.layout.partial
-
- subList(int, int) - Method in class com.yworks.yfiles.algorithms.YList
-
- subModePriorityChanged() - Method in class com.yworks.yfiles.view.input.MultiplexingInputMode
-
- subtract(YPoint, YPoint) - Static method in class com.yworks.yfiles.algorithms.YPoint
-
Subtracts two points (p1 - p2) and returns the result.
- subtract(PointD, PointD) - Static method in class com.yworks.yfiles.geometry.PointD
-
Implements the vector subtraction operator.
- SUBTREE_ASPECT_RATIO_DPKEY - Static variable in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
A DataProvider
key for specifying a target aspect ratio for each subtree
The aspect ratio needs to be greater than 0
.
- SUBTREE_ROUTING_POLICY_DPKEY - Static variable in class com.yworks.yfiles.layout.tree.AspectRatioTreeLayout
-
A DataProvider
key for specifying the routing direction for each subtree root
The children in a subtree are arranged either horizontally or vertically.
- SubtreeArrangement - Enum in com.yworks.yfiles.layout.tree
-
A direction specifier for placing the child nodes next to each other in direction of the actual
layout orientation
, with the edges
connecting in the direction of flow.
- subtreeShapeProvider - Variable in class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
-
- succ() - Method in class com.yworks.yfiles.algorithms.ListCell
-
Returns the successor cell of this cell.
- succCell(ListCell) - Method in class com.yworks.yfiles.algorithms.YList
-
Returns the successor cell of the given list cell.
- successors(Class<T>, T) - Method in interface com.yworks.yfiles.graph.IGraph
-
- supports(ILabel) - Method in interface com.yworks.yfiles.graph.labelmodels.ILabelModelParameter
-
Determines whether this parameter can be used for a given label instance.
- supports(IPortOwner) - Method in interface com.yworks.yfiles.graph.portlocationmodels.IPortLocationModelParameter
-
Determines whether this parameter can be used for ports at the given owner
.
- swap(YPoint) - Static method in class com.yworks.yfiles.algorithms.YPoint
-
Returns a copy of the given point with exchanged x- and y-coordinates.
- SWIMLANE_DESCRIPTOR_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayout
-
A DataProvider
key for defining swimlanes for the nodes.
- SWIMLANE_DESCRIPTOR_DPKEY - Static variable in class com.yworks.yfiles.layout.hierarchic.HierarchicLayoutCore
-
A DataProvider
key for providing information about swimlanes
If this key is present during the layout, the layout algorithm will arrange nodes in swimlanes.
- SwimlaneDescriptor - Class in com.yworks.yfiles.layout.hierarchic
-
This class is used by
HierarchicLayoutCore
during the various phases and models a swimlane structure.
- SwimlaneDescriptor(Comparable) - Constructor for class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
- SwimlaneDescriptor(Object, Comparator<Object>) - Constructor for class com.yworks.yfiles.layout.hierarchic.SwimlaneDescriptor
-
- SwimlaneRepresentative(int, boolean) - Constructor for class com.yworks.yfiles.layout.Swimlanes.SwimlaneRepresentative
-
- Swimlanes - Class in com.yworks.yfiles.layout
-
Swimlanes
provides helper classes and methods to handle swimlanes.
- Swimlanes.SwimlaneRepresentative - Class in com.yworks.yfiles.layout
-
- SwimlanesMode - Enum in com.yworks.yfiles.layout
-
- synchronizeLabels(FoldingEdgeState, IFoldingView, IEdge, List<IEdge>) - Method in class com.yworks.yfiles.graph.AbstractFoldingEdgeConverter
-
- synchronizeLabels(FolderNodeState, IFoldingView, INode, INode) - Method in class com.yworks.yfiles.graph.DefaultFolderNodeConverter
-
- syncStructure() - Method in class com.yworks.yfiles.layout.CopiedLayoutGraph
-
Synchronizes the structure of the
CopiedLayoutGraph
with the actual structure of the underlying original graph.
- syncStructure() - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Synchronizes the structure of the graph copy with the original graph.
- syncStructure(boolean) - Method in class com.yworks.yfiles.layout.organic.InteractiveOrganicLayout
-
Synchronizes the structure of the graph copy with the original graph.