A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractCustomHotSpotPainter - Class in y.view
Abstract base class that can be used with customizations of GenericNodeRealizer instances.
AbstractCustomHotSpotPainter() - Constructor for class y.view.AbstractCustomHotSpotPainter
Creates a new instance of SimpleCustomHotspotPainter that paints all 8 possible hot spots
AbstractCustomHotSpotPainter(int) - Constructor for class y.view.AbstractCustomHotSpotPainter
Creates a new instance of SimpleCustomHotspotPainter using a bit mask to determine which of the 8 possible hotspots to use.
AbstractCustomNodePainter - Class in y.view
Abstract base class that can be used with customizations of GenericNodeRealizer instances.
AbstractCustomNodePainter() - Constructor for class y.view.AbstractCustomNodePainter
Creates a new instance of AbstractCustomNodePainter
AbstractDrawer - Class in y.layout.hierarchic
Abstract base class for the third phase of the Sugiyama algorithm.
AbstractDrawer() - Constructor for class y.layout.hierarchic.AbstractDrawer
 
AbstractGuiFactory - Class in y.option
Simple abstract implementation of GuiFactory.
AbstractGuiFactory() - Constructor for class y.option.AbstractGuiFactory
 
AbstractItemEditor - Class in y.option
A base class from which other ItemEditor classes can be derived.
AbstractItemEditor(OptionItem) - Constructor for class y.option.AbstractItemEditor
Constructs a new AbstractItemEditor for the specified option item.
AbstractLabelingAlgorithm - Class in y.layout.labeling
This class is an abstract base class for labeling algorithms.
AbstractLabelingAlgorithm() - Constructor for class y.layout.labeling.AbstractLabelingAlgorithm
Creates a new instance of this class.
AbstractLayoutStage - Class in y.layout
Partial LayoutStage implementation that handles the management of the core layouter part.
AbstractLayoutStage() - Constructor for class y.layout.AbstractLayoutStage
Default constructor.
AbstractLayoutStage(Layouter) - Constructor for class y.layout.AbstractLayoutStage
Initializes this AbstractLayoutStage with the given core Layouter.
AbstractMouseInputEditor - Class in y.view
Abstract base class implementation for MouseInputEditor that provides convenient support for the necessary listener implementation.
AbstractMouseInputEditor() - Constructor for class y.view.AbstractMouseInputEditor
 
AbstractNodePlacer - Class in y.layout.tree
Utility class that serves as a basis for implementations of the NodePlacer interface.
AbstractNodePlacer() - Constructor for class y.layout.tree.AbstractNodePlacer
Creates a new instance of AbstractNodePlacer
AbstractRotatableNodePlacer - Class in y.layout.tree
This is an abstract base class for NodePlacers that supports rotations.
AbstractRotatableNodePlacer(AbstractRotatableNodePlacer.Matrix) - Constructor for class y.layout.tree.AbstractRotatableNodePlacer
Default constructor.
AbstractRotatableNodePlacer.Matrix - Class in y.layout.tree
Instances of this class may be used to configure the AbstractRotatableNodePlacer.
AbstractRotatableNodePlacer.RootAlignment - Class in y.layout.tree
This class represents the horizontal alignment of the root node.
AbstractRotatableNodePlacer.RootAlignment() - Constructor for class y.layout.tree.AbstractRotatableNodePlacer.RootAlignment
 
AbstractSelectionBoxMode - Class in y.view
An abstract view mode that draws a temporary box in a view The bounds of this box can be controlled by dragging a corner of the box.
AbstractSelectionBoxMode(ViewContainer) - Constructor for class y.view.AbstractSelectionBoxMode
Instantiates a new AbstactSelectionBoxMode for a given ViewContainer.
AbstractSelectionBoxMode() - Constructor for class y.view.AbstractSelectionBoxMode
Instantiates a new AbstactSelectionBoxMode.
AbstractStringConverter - Class in y.util
This class is an abstract base class for classes implementing the ObjectStringConverter interface.
AbstractStringConverter(Class) - Constructor for class y.util.AbstractStringConverter
Creates a new instance
accept(File) - Method in class y.io.SuffixFileFilter
Returns true iff the specified File does not represent a directory and its filename extension matches this SuffixFileFilter's accepting suffix or the accepting suffix' length is 0.
accept(File) - Method in class y.option.IconFilter
This filter accepts all files which end with one of the static constants in this class, except for SVG images.
accept(Object) - Method in interface y.util.Filter
Tests whether the specified Object should be accepted (or rejected) by this filter implementation.
accept(Object) - Method in class y.view.VisibilityFilter
Returns true, iff the specified graph element's visibility matches this filter's current visibility setting for the corresponding element type and false otherwise.
acceptBend(Node, double, double) - Method in class y.view.CreateChildEdgeMode
Whether or not to accept the creation of a bend.
acceptBend(Node, Node, double, double) - Method in class y.view.CreateEdgeMode
Whether or not to accept the creation of a bend.
acceptBend(Node, Node, double, double) - Method in class y.view.hierarchy.HierarchyCreateEdgeMode
Apart from the default behavior, also accept a bend if its coordinate lies within the inner region of a group node.
acceptInsertion(Node) - Method in interface y.view.ModelViewManager.Filter
Returns true, iff a representative of the specified model node should be inserted into an associated view graph; false otherwise.
acceptInsertion(Edge) - Method in interface y.view.ModelViewManager.Filter
Returns true, iff a representative of the specified model edge should be inserted into an associated view graph; false otherwise.
acceptRemoval(Node) - Method in interface y.view.ModelViewManager.Filter
Returns true, iff a representative of the specified model node should be removed from an associated view graph; false otherwise.
acceptRemoval(Edge) - Method in interface y.view.ModelViewManager.Filter
Returns true, iff a representative of the specified model edge should be removed from an associated view graph; false otherwise.
acceptSourceNode(Node, double, double) - Method in class y.view.CreateChildEdgeMode
This method gets called right before someone wants to start creating an edge at location (x,y) starting from node source.
acceptSourceNode(Node, double, double) - Method in class y.view.CreateEdgeMode
This method gets called right before someone wants to start creating an edge at location (x,y) starting from node source.
acceptTargetNode(Node, double, double) - Method in class y.view.CreateEdgeMode
This method gets called right before someone wants to complete creating an edge at location (x,y) by connecting to node target.
actionPerformed(ActionEvent) - Method in class y.module.LaunchModuleAction
Displays an option editor for a module and then launches it.
actionPerformed(ActionEvent) - Method in class y.module.YPackageMenu
Invokes moduleSelected in the PackageMenuListener for the selected module.
actionPerformed(ActionEvent) - Method in class y.view.NavigationComponent.FitContentAction
 
actionPerformed(ActionEvent) - Method in class y.view.NavigationComponent.ZoomAction
 
actionPerformed(ActionEvent) - Method in class y.view.Scroller
Loop, in which the scrolling performs
activate(boolean) - Method in class y.view.AreaZoomMode
Invoked when the Mode is activated/deactivated from the ViewControl or via the setChild() and reactivateParent operations This behaves like a bound property using ViewMode.ACTIVE_PROPERTY as the property name.
activate(boolean) - Method in class y.view.EditMode
 
activate(boolean) - Method in class y.view.HotSpotMode
 
activate(boolean) - Method in class y.view.MagnifierViewMode
Upon activation or deactivation the set of registered mouse wheel listeners will be changed.
activate(boolean) - Method in class y.view.MoveSelectionMode
 
activate(boolean) - Method in class y.view.NavigationMode
When activated disables scrollbars in Graph2DView, when deactivated restores previous scroll bar state and cursor.
activate(boolean) - Method in class y.view.ViewMode
Invoked when the Mode is activated/deactivated from the ViewControl or via the setChild() and reactivateParent operations This behaves like a bound property using ViewMode.ACTIVE_PROPERTY as the property name.
activateMode(Graph2DView, ViewMode) - Static method in class y.view.ViewControl
Convenience methods
ACTIVE_PROPERTY - Static variable in class y.view.ViewMode
Property name constant used for PropertyChangeEvent.getPropertyName().
ACTIVE_VIEW_PROPERTY - Static variable in class y.view.ViewMode
Property name constant used for PropertyChangeEvent.getPropertyName().
acyclic(Graph, Node, double[], double[]) - Static method in class y.algo.ShortestPaths
This method solves the single-source shortest path problem for acyclic directed graphs.
acyclic(Graph, Node, double[], double[], Edge[]) - Static method in class y.algo.ShortestPaths
Like ShortestPaths.acyclic(Graph, Node, double[], double[]) but additionally this method yields the path edges of each calculated shortest path.
acyclic(Graph, Node, DataProvider, NodeMap, NodeMap) - Static method in class y.algo.ShortestPaths
Like ShortestPaths.acyclic(Graph, Node, double[], double[], Edge[]) but uses NodeMaps and DataProviders instead of arrays.
add(Object) - Method in class y.base.YList
Same as YList.addLast(Object).
add(int, Object) - Method in class y.base.YList
 
add(YPoint, YPoint) - Static method in class y.geom.YPoint
Adds two points and return the result.
add(YVector) - Method in class y.geom.YVector
Adds a vector to this vector.
add(YVector, YVector) - Static method in class y.geom.YVector
Adds two vectors and returns the result.
add(YPoint, YVector) - Static method in class y.geom.YVector
Adds the vector to a point and returns the resulting point.
add(Node) - Method in interface y.layout.hierarchic.incremental.Layer
Adds a newly created node to this layer
add(PortCandidate) - Method in class y.layout.PortCandidateSet
Adds another PortCandidate with capacity 1 to the set of PortCandidates.
add(PortCandidate, int) - Method in class y.layout.PortCandidateSet
Adds another PortCandidate with the given capacity to the set of candidates.
add(Object) - Method in class y.option.EnumOptionItem
Convenience method that just calls EnumOptionItem.add(Object, Object) with item as both of the arguments.
add(Object, Object) - Method in class y.option.EnumOptionItem
Populates the choices for this EnumOptionItem.
add(Node, int) - Method in class y.util.pq.ArrayIntNodePQ
Inserts a node into the queue.
add(Node, double) - Method in class y.util.pq.BHeapDoubleNodePQ
Adds the given node with with given priority to this queue.
add(Node, int) - Method in class y.util.pq.BHeapIntNodePQ
Adds the given node with with given priority to this queue.
add(Node, Object) - Method in class y.util.pq.BHeapNodePQ
Adds the given node with with given priority to this queue.
add(Node, double) - Method in interface y.util.pq.DoubleNodePQ
Adds a node with the given priority to the queue.
add(Object, double) - Method in class y.util.pq.DoubleObjectPQ
Adds the given node with with given priority to this queue.
add(Node, int) - Method in interface y.util.pq.IntNodePQ
Adds a node with the given priority to the queue.
add(Object, int) - Method in class y.util.pq.IntObjectPQ
Adds the given node with with given priority to this queue.
add(Node, int) - Method in class y.util.pq.ListIntNodePQ
Adds a node to this queue with the given priority
add(Node, Object) - Method in interface y.util.pq.NodePQ
Adds the given node with the given priority to the queue.
add(Node, int) - Method in class y.util.pq.TreeIntNodePQ
Inserts a node into the queue.
add(Drawable) - Method in class y.view.Graph2DViewRepaintManager
Adds the specified Drawable to this manager's list of graph objects.
add(EdgeRealizer) - Method in class y.view.Graph2DViewRepaintManager
Adds the specified EdgeRealizer to this manager's list of graph objects.
add(NodeRealizer) - Method in class y.view.Graph2DViewRepaintManager
Adds the specified NodeRealizer to this manager's list of graph objects.
add(ViewMode) - Method in class y.view.ViewControl
Registers a mode in this control.
addActionListener(ActionListener) - Method in class y.util.DetailedMessagePanel
Registers ActionListener to receive events.
addAll(Collection) - Method in class y.base.YList
Appends all elements provided by the given collection to this list.
addAll(YCursor) - Method in class y.base.YList
Appends all elements provided by the given cursor to this list.
addAll(int, Collection) - Method in class y.base.YList
 
addAll(Map) - Method in class y.option.EnumOptionItem
This method is a convenience for the EnumOptionItem.add(Object, Object) method.
addAngle(double, double) - Static method in class y.geom.Angle
Returns the result of the addition of two angles between 0 and 2*Pi.
addAnimation(AnimationObject) - Method in interface y.anim.CompositeAnimationObject
Adds an AnimationObject to the composite.
addAnimationListener(AnimationListener) - Method in class y.anim.AnimationPlayer
Adds an AnimationListener to the AnimationObject.
addArgument(String, String) - Method in class y.util.CommandLineArguments
tell the parser to treat '-name xxxx' as a key value pair
addAttribute(String, double) - Method in class y.io.gml.GMLEncoder
Writes a key value pair, where the value is a double.
addAttribute(String, int) - Method in class y.io.gml.GMLEncoder
Writes a key value pair, where the value is an integer.
addAttribute(String, Number) - Method in class y.io.gml.GMLEncoder
Writes a key value pair, where the value is a Number in String format.
addAttribute(String, boolean) - Method in class y.io.gml.GMLEncoder
Writes a key value pair, where the value is a boolean value.
addAttribute(String, String) - Method in class y.io.gml.GMLEncoder
Writes a key value pair, where the value is a string.
addAttribute(String, Object) - Method in class y.io.gml.GMLEncoder
Writes a key value pair, where the value is an object.
addAttribute(String, Object) - Method in class y.io.gml.GraphParser
 
addAttribute(String, Object) - Method in class y.io.gml.ItemParser
Puts the key value pair into the local attribute map
addAttribute(String, double) - Method in class y.io.gml.XGMLEncoder
 
addAttribute(String, int) - Method in class y.io.gml.XGMLEncoder
 
addAttribute(String, Number) - Method in class y.io.gml.XGMLEncoder
 
addAttribute(String, boolean) - Method in class y.io.gml.XGMLEncoder
 
addAttribute(String, String) - Method in class y.io.gml.XGMLEncoder
 
addAttribute(String, Object) - Method in class y.io.gml.XGMLEncoder
 
addAttributes(String, String, Collection) - Method in class y.io.gml.GMLEncoder
Writes a named collection to the file by calling GMLEncoder.addAttribute(String, Object) for each entry in items.
addAvailableIcon(Icon, URL) - Method in class y.option.IconOptionItem
 
addBackgroundDrawable(Drawable) - Method in class y.view.Graph2DView
Adds a background drawable to this view.
addBend(EdgeRealizer, double, double) - Method in class y.view.CreateEdgeMode
Invoked when the bend creation mouse gesture occurred and bend creation is allowed.
addBool(String, boolean) - Method in class y.option.OptionHandler
Adds a boolean option item.
addBoundsToShape(double, double, double, double) - Method in class y.layout.tree.GenericTreeLayouter.SubtreeShape
 
addBundle(String) - Method in class y.option.ResourceBundleGuiFactory
Adds a ResourceBundle to the list of bundles that are checked for localized strings.
addBundle(ResourceBundle) - Method in class y.option.ResourceBundleGuiFactory
Adds a ResourceBundle to the list of bundles that are checked for localized strings.
addChangeListener(ChangeListener) - Method in class y.view.AbstractMouseInputEditor
 
addChangeListener(ChangeListener) - Method in interface y.view.MouseInputEditor
Adds a ChangeListener instance that will be notified if the MouseInputEditor.isEditing() state of this instance changes.
addChild(String, ItemParser) - Method in class y.io.gml.ItemParser
add a child ItemParser, to which events will be delegated if the parser comes across a section with the specified scope name.
addChildPropertyChangeListener(PropertyChangeListener) - Method in interface y.option.ChildChangeReporter
Registers a PropertyChangeListener to receive all PropertyChange events from all PropertyChangeReporter children of this reporter.
addChildPropertyChangeListener(String, PropertyChangeListener) - Method in interface y.option.ChildChangeReporter
Registers a PropertyChangeListener to receive specific PropertyChange events from all PropertyChangeReporter children of this reporter.
addChildPropertyChangeListener(PropertyChangeListener) - Method in class y.option.DefaultCompoundEditor
 
addChildPropertyChangeListener(String, PropertyChangeListener) - Method in class y.option.DefaultCompoundEditor
 
addChildPropertyChangeListener(PropertyChangeListener) - Method in class y.option.OptionHandler
 
addChildPropertyChangeListener(String, PropertyChangeListener) - Method in class y.option.OptionHandler
 
addChildVetoableChangeListener(VetoableChangeListener) - Method in interface y.option.ChildChangeReporter
Registers a VetoableChangeListener to receive all VetoableChange events from all VetoableChangeReporter children of this reporter.
addChildVetoableChangeListener(String, VetoableChangeListener) - Method in interface y.option.ChildChangeReporter
Registers a VetoableChangeListener to receive specific VetoableChange events from all VetoableChangeReporter children of this reporter.
addChildVetoableChangeListener(VetoableChangeListener) - Method in class y.option.DefaultCompoundEditor
 
addChildVetoableChangeListener(String, VetoableChangeListener) - Method in class y.option.DefaultCompoundEditor
 
addChildVetoableChangeListener(VetoableChangeListener) - Method in class y.option.OptionHandler
 
addChildVetoableChangeListener(String, VetoableChangeListener) - Method in class y.option.OptionHandler
 
addColor(String, Object) - Method in class y.option.OptionHandler
Adds a color option item.
addColor(String, Object, boolean) - Method in class y.option.OptionHandler
Adds a color option item.
addColor(String, Object, boolean, boolean, boolean, boolean) - Method in class y.option.OptionHandler
Adds a color option item.
addComment(String, int) - Method in class y.option.OptionHandler
Adds a commentary text to the option editor.
addComment(String) - Method in class y.option.OptionHandler
Adds a commentary text to the option editor.
addCommentItem(String, int) - Method in class y.option.OptionHandler
Adds a commentary text to the option editor.
addCommentItem(String) - Method in class y.option.OptionHandler
Adds a commentary text to the option editor.
addConfiguration(String, Map) - Method in class y.view.GenericEdgeRealizer.Factory
Uses the key/value pairs from the given Map to store a configuration under the given descriptive String name.
addConfiguration(String, Map) - Method in class y.view.GenericNodeRealizer.Factory
Uses the key/value pairs from the given Map to store a configuration under the given descriptive String name.
addConfiguration(String, Map) - Method in class y.view.YLabel.Factory
Uses the key/value pairs from the given Map to store a configuration under the given descriptive string name.
addControlComponent(JComponent) - Method in class y.view.PrintPreviewPanel
Adds a new control component to the toolbar of this preview panel.
addCustomArrow(String, Shape, Color) - Static method in class y.view.Arrow
Adds a new custom arrow with the given name to the set of available custom arrows.
addCustomArrow(String, Arrow, double) - Static method in class y.view.Arrow
Creates, registers and returns a custom arrow that is created using a given arrow but the drawing of the arrow is offset from the corresponding end of the path using the given offset.
addCustomArrow(String, Shape, Color, Stroke, Color) - Static method in class y.view.Arrow
Adds a new custom arrow with the given name to the set of available custom arrows.
addCustomArrow(String, Shape, Color, Stroke, Color, double, double) - Static method in class y.view.Arrow
Adds a new custom arrow with the given name to the set of available custom arrows.
addCustomArrow(String, Drawable) - Static method in class y.view.Arrow
Adds a new custom arrow with the given name to the set of available custom arrows.
addCustomArrow(String, Drawable, double, double) - Static method in class y.view.Arrow
Adds a new custom arrow with the given name to the set of available custom arrows.
addDataHandler(String, YGFIOHandler.DataHandler) - Method in class y.io.YGFIOHandler
Register a DataHandler with this class.
addDataProvider(Object, DataProvider) - Method in class y.base.Graph
Registers the given data provider using the given look-up key.
addDouble(String, double) - Method in class y.option.OptionHandler
Adds a double option item.
addDouble(String, double, double, double) - Method in class y.option.OptionHandler
Adds a double option item that has a lower and upper value bound.
addDouble(String, double, double, double, int) - Method in class y.option.OptionHandler
Like OptionHandler.addDouble(String,double,double,double).
addDrawable(Drawable) - Method in class y.view.CompositeDrawable
Adds another one to the internal list.
addDrawable(Drawable) - Method in class y.view.Graph2D
Adds a drawable to this graph.
addDrawable(Drawable) - Method in class y.view.Graph2DView
Adds a drawable to this view.
addEdgeSegments(LayoutGraph, Edge) - Method in class y.layout.tree.GenericTreeLayouter.SubtreeShape
Helper method that takes all edge segments of the given Edge instance and updates the shape bounds with that information.
addEditor(Editor) - Method in class y.option.DefaultCompoundEditor
Adds the specified editor to this CompoundEditor.
addEditor(Editor) - Method in class y.option.OptionHandler
Adds the specified editor to this handler.
addEditor(ItemEditor) - Method in class y.option.OptionItem
Adds the specified editor to this item.
addEditorListener(Editor.Listener) - Method in class y.option.OptionHandler
Register el so that it will receive notifications when an editor is added or removed.
addEditorListener(Editor.Listener) - Method in class y.option.OptionItem
Register el so that it will receive notifications when an editor is added or removed.
addedPathForEdge(LayoutGraph, Edge, NodeList) - Method in class y.layout.BendConverter
Callback method that will be invoked after new elements for the given edge have been added to the given graph.
addEncoding(String, String) - Static method in class y.io.YGFIOHandler
Adds a new class name encoding to YGFIOHandler.
addEnum(String, Object[], int) - Method in class y.option.OptionHandler
Adds an enumeration option item.
addEnum(String) - Method in class y.option.OptionHandler
Adds an empty enumeration option item.
addEnum(String, Object[], Object, ListCellRenderer) - Method in class y.option.OptionHandler
Adds an enumeration option item.
addFile(String, String) - Method in class y.option.OptionHandler
Adds a file name option item.
addFirst(Object) - Method in class y.base.YList
Inserts the given object at the head of this list.
addFirstCell(ListCell) - Method in class y.base.YList
Adds a formerly removed ListCell object at the head of this list.
addGraph2DListener(Graph2DListener) - Method in class y.view.Graph2D
Adds the given Graph2DListener to this graph.
addGraph2DSelectionListener(Graph2DSelectionListener) - Method in class y.view.Graph2D
Adds the given Graph2DSelectionListener to this graph.
addGraphListener(GraphListener) - Method in class y.base.Graph
Registers the given graph listener with this graph.
addGroupSegment(Object, Object, YPoint, YPoint) - Method in class y.layout.router.ChannelRouter
Adds an edge object that belongs to a group of edges with source and target coordinates to the set of edges that have to be routed within the channel Edges sharing the same groupId will be placed on the same channel.
addHierarchyListener(HierarchyListener) - Method in class y.view.hierarchy.HierarchyManager
Adds a HierarchyListener to this HierarchyManager;
addHitBend(Bend) - Method in class y.view.HitInfo
Adds the specified Bend as a confirmed hit for this HitInfo.
addHitEdge(Edge) - Method in class y.view.HitInfo
Adds the specified Edge as a confirmed hit for this HitInfo.
addHitEdgeLabel(EdgeLabel) - Method in class y.view.HitInfo
Adds the specified EdgeLabel as a confirmed hit for this HitInfo.
addHitNode(Node) - Method in class y.view.HitInfo
Adds the specified Node as a confirmed hit for this HitInfo.
addHitNodeLabel(NodeLabel) - Method in class y.view.HitInfo
Adds the specified NodeLabel as a confirmed hit for this HitInfo.
addHitPort(Port) - Method in class y.view.HitInfo
Adds the specified Port as a confirmed hit for this HitInfo.
addIcon(Icon) - Method in interface y.option.IconOptionItem.IconProvider
 
addIcon(URL) - Method in interface y.option.IconOptionItem.IconProvider
 
addIcon(URLIconWrapper) - Method in interface y.option.IconOptionItem.IconProvider
 
addImage(Image) - Method in interface y.option.ImageOptionItem.ImageProvider
Add an Image instance directly.
addImage(URL) - Method in interface y.option.ImageOptionItem.ImageProvider
Add an URL instance that describes an image resource.
addImage(URLImageWrapper) - Method in interface y.option.ImageOptionItem.ImageProvider
Add a wrapper object directly that wraps both image object and URL resource together
addImage(URL) - Static method in class y.view.ImageNodeRealizer
Adds an image Object to ImageNodeRealizer's image cache.
addImages(String, String) - Static method in class y.view.ImageNodeRealizer
Adds images that are specified in a property file.
addImages(URL) - Static method in class y.view.ImageNodeRealizer
Adds images that are specified in a property file parsable by class java.util.PropertyResourceBundle

An example of such a file follows:

basepath=imagenodes image1=flower.gif image2=trousers.gif image3=pike.gif The optional key "basepath" signifies a path that is prepended to all given image values. if "basepath' signifies an absolute path then the given url is not prepended to basepath.

addInt(String, int) - Method in class y.option.OptionHandler
Adds an integer option item.
addInt(String, int, int, int) - Method in class y.option.OptionHandler
Adds an integer option item that has a lower and upper value bound.
addItem(OptionItem) - Method in class y.option.OptionGroup
Adds an option item to this option group.
addItem(OptionItem) - Method in class y.option.OptionHandler
Adds a generic option item.
addLabel(EdgeLabel) - Method in class y.view.EdgeRealizer
Adds the given edge label to this realizer.
addLabel(NodeLabel) - Method in class y.view.NodeRealizer
Add the given label to this realizer.
addLabel(NodeLabel) - Method in class y.view.ProxyShapeNodeRealizer
 
addLast(Object) - Method in class y.base.YList
Inserts the given object at the tail of this list.
addLastCell(ListCell) - Method in class y.base.YList
Adds a formerly removed ListCell object at the tail of this list.
addLineSegment(double, double, double, double) - Method in class y.layout.tree.GenericTreeLayouter.SubtreeShape
Convenience method that updates the shape to respect the given line segment.
addModule(YModule) - Method in class y.module.YPackage
Adds a module to this package.
addModule(String, YModule) - Method in class y.module.YPackage
Adds a module to this package.
addModule(String) - Method in class y.module.YPackage
Adds a module by its class name.
addModule(String, String) - Method in class y.module.YPackage
Adds a module by its class name.
addModuleListener(ModuleListener) - Method in class y.module.ModuleListenerSupport
Registers ModuleListener to receive events.
addModuleListener(ModuleListener) - Method in class y.module.YModule
Registers ModuleListener to receive events during the execution of this module.
addMouseInputEditorProvider(MouseInputEditorProvider) - Method in class y.view.MouseInputMode
Adds a MouseInputEditorProvider to the list of providers that will be queried in MouseInputMode.findMouseInputEditor(Graph2DView, double, double, HitInfo) for editors when this mode receives mouse events.
addObjectStore(Object, ObjectStore) - Method in class y.util.GlobalProperties
add another object store handler to the properties
addOffset(double) - Method in class y.geom.BorderLine
Adds the given offset to the segments' positions.
addOption(String) - Method in class y.util.CommandLineArguments
tell the parser to treat the '-name' option as a boolean option
addOptionHandler(OptionHandler, String) - Method in class y.option.OptionHandler
Adds all the sections of another option handler to this one.
addPackage(YPackage) - Method in class y.module.YPackage
Adds a sub package to the package This only affects menu handling This method will fire a PropertyChangeEvent for "packageList"
addPlaceNodeAboveConstraint(Object, Object) - Method in interface y.layout.hierarchic.ConstraintLayerer.ConstraintFactory
Add a constraint that forces the node above to lie above the node reference.
addPlaceNodeAboveConstraint(Object, Object, int) - Method in interface y.layout.hierarchic.ConstraintLayerer.ConstraintFactory
Add a constraint that forces the node with id above to lie at least minDistance layers above the node with id reference.
addPlaceNodeAboveConstraint(Object, Object, int, int) - Method in interface y.layout.hierarchic.ConstraintLayerer.ConstraintFactory
Add a constraint that forces the node with id above to lie at least minDistance layers above the node with id reference with a given weight penalty for larger layer differences.
addPlaceNodeAfterConstraint(Object, Object) - Method in interface y.layout.hierarchic.incremental.SequenceConstraintFactory
Add a constraint that forces the node with id after to lie after the node with id reference.
addPlaceNodeAtBottomConstraint(Object) - Method in interface y.layout.hierarchic.ConstraintLayerer.ConstraintFactory
Add a constraint that places a node in the bottom layer
addPlaceNodeAtHeadConstraint(Object) - Method in interface y.layout.hierarchic.incremental.SequenceConstraintFactory
Add a constraint that places a node at the start of the sequence.
addPlaceNodeAtTailConstraint(Object) - Method in interface y.layout.hierarchic.incremental.SequenceConstraintFactory
Add a constraint that places a node at the end of the sequence.
addPlaceNodeAtTopConstraint(Object) - Method in interface y.layout.hierarchic.ConstraintLayerer.ConstraintFactory
Add a constraint that places a node in the topmost layer
addPlaceNodeBeforeConstraint(Object, Object) - Method in interface y.layout.hierarchic.incremental.SequenceConstraintFactory
Add a constraint that forces the node with id before to lie before the node with id reference.
addPlaceNodeBelowConstraint(Object, Object) - Method in interface y.layout.hierarchic.ConstraintLayerer.ConstraintFactory
Add a constraint that forces the node with id with id below to lie below the node with id reference.
addPlaceNodeBelowConstraint(Object, Object, int) - Method in interface y.layout.hierarchic.ConstraintLayerer.ConstraintFactory
Add a constraint that forces the node with id below to lie at least minDistance layers below the node with id reference.
addPlaceNodeBelowConstraint(Object, Object, int, int) - Method in interface y.layout.hierarchic.ConstraintLayerer.ConstraintFactory
Add a constraint that forces the node with id below to lie at least minDistance layers below the node with id reference with a given weight penalty for larger layer differences.
addPlaceNodeInSameLayerConstraint(Object, Object) - Method in interface y.layout.hierarchic.ConstraintLayerer.ConstraintFactory
Add a constraint that forces the node with id sameLayer to lie in the same layer as the node with id reference.
addPoint(double, double) - Method in class y.layout.DefaultEdgeLayout
 
addPoint(double, double) - Method in interface y.layout.EdgeLayout
Adds a control point to the end of the control point sequence.
addPoint(double, double) - Method in class y.view.EdgeRealizer
EdgeLayout interface implementation.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.module.YPackage
Registers PropertyChangeListener to receive events.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.option.AbstractItemEditor
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class y.option.AbstractItemEditor
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.option.OptionGroup
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class y.option.OptionGroup
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.option.OptionHandler
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class y.option.OptionHandler
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.option.OptionItem
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class y.option.OptionItem
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.option.OptionSection
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class y.option.OptionSection
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface y.option.PropertyChangeReporter
Registers a PropertyChangeListener to receive all PropertyChange events from this reporter.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface y.option.PropertyChangeReporter
Registers a PropertyChangeListener to receive specific PropertyChange events from this reporter.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.util.GlobalProperties
Adds a property change listener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class y.util.GlobalProperties
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.view.Graph2DClipboard
Adds a PropertyChangeListener to this clipboard.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.view.hierarchy.Graph2DHierarchyUndoManager
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.view.ViewControl
Adds a property change listener to this class.
addPropertyChangeListener(PropertyChangeListener) - Method in class y.view.ViewMode
Adds a PropertyChangeListener to the list of registered listeners.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class y.view.ViewMode
Adds a PropertyChangeListener for the given property to the list of registered listeners.
addRadial(double) - Method in class y.view.RadialBackgroundRenderer
Adds a new radial with specified radius to this renderer.
addRadialZoom(YPoint, double, double, double) - Method in class y.layout.transformer.GraphZoomer
Adds a zoom operation to the list of operations to be performed on the graph during the doLayout phase.
addRealizer(NodeRealizer) - Method in class y.view.ProxyShapeNodeRealizer
Adds a realizer to the list of realizers maintained by this class.
addRectangularZoom(YPoint, double, double, double, double) - Method in class y.layout.transformer.GraphZoomer
Adds a zoom operation to the list of operations performed during the doLayout phase.
addSameLayerEdge(Edge) - Method in interface y.layout.hierarchic.incremental.Layer
Adds a same layer edge to this layer.
addSegment(Object, YPoint, YPoint) - Method in class y.layout.router.ChannelRouter
Adds an edge object with source and target coordinates to the set of edges that have to be routed within the channel
addSerializedField(String, String) - Method in class y.util.BeanSerializer
Adds an attribute to the list of attributes which will be serialized by this instance.
addString(String, String) - Method in class y.option.OptionHandler
Adds a string option item.
addString(String, String, int) - Method in class y.option.OptionHandler
Adds a string option item whose text editor has a specific number of rows.
addString(String, String, int, int) - Method in class y.option.OptionHandler
Adds a string option item whose text editor has a specific number of rows and columns.
addStructureUpdate(Runnable) - Method in class y.layout.organic.InteractiveOrganicLayouter
Adds a structural update to the queue.
addSubdivisionHandler(SubdivisionHandler) - Method in class y.layout.planar.PlanarInformation
 
addTargetPoint(double, double) - Method in class y.layout.tree.GenericTreeLayouter.SubtreeShape
Adds another point to the connecting edge (away from the target node).
addTilingOptions(OptionHandler) - Method in class y.module.io.IOHandlerModule
Adds image-tiling specific options to the given option handler instance.
addToMenu(JMenu, YPackageMenuListener) - Method in class y.module.YPackage
Deprecated. yEd does not use this method any longer, just add and remove modules and sub packages, yEd will take care of the menus.
addToMenu(JMenu) - Method in class y.module.YPackageMenu
Adds the content of the package to a menu
addTreeModelListener(TreeModelListener) - Method in class y.view.GraphTreeModel
Adds a listener to this model.
addTreeModelListener(TreeModelListener) - Method in class y.view.hierarchy.HierarchyTreeModel
 
addUndoListener(Graph2DUndoManager.UndoListener) - Method in class y.view.Graph2DUndoManager
Registers the given UndoListener with the UndoManager.
addValueOffset(double) - Method in class y.geom.BorderLine
Adds the given offset to the current values of the whole borderline.
addVetoableChangeListener(VetoableChangeListener) - Method in class y.option.AbstractItemEditor
Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class y.option.AbstractItemEditor
Adds a VetoableChangeListener to the listener list for a specific property.
addVetoableChangeListener(VetoableChangeListener) - Method in class y.option.OptionItem
Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class y.option.OptionItem
Adds a VetoableChangeListener to the listener list for a specific property.
addVetoableChangeListener(VetoableChangeListener) - Method in interface y.option.VetoableChangeReporter
Registers a VetoableChangeListener to receive all VetoableChange events from this reporter.
addVetoableChangeListener(String, VetoableChangeListener) - Method in interface y.option.VetoableChangeReporter
Registers a VetoableChangeListener to receive specific VetoableChange events from this reporter.
addViewChangeListener(ViewChangeListener) - Method in class y.view.Graph2DView
View can not change, so this method does nothing.
addViewChangeListener(ViewChangeListener) - Method in interface y.view.ViewContainer
Registers a ViewChangeListener to the ViewContainer.
addViewGraph(Graph, ModelViewManager.Filter, boolean) - Method in class y.view.ModelViewManager
Adds the specified Graph to the list of views handled by this manager.
addViewMode(ViewMode) - Method in class y.view.Graph2DView
Adds a view mode to this Graph2DView.
addViewPortOptions(OptionHandler) - Method in class y.module.io.IOHandlerModule
Adds viewport specific options to the given option handler instance.
adjust(Point2D) - Method in class y.view.OrthogonalMoveBendsMode.MinMax
Adjusts the given point so that it satisfies the minimal and maximal coordinate ranges.
adjustLayerDelta(NewChannelRouter, double, double) - Method in class y.layout.hierarchic.incremental.GroupingSupport
 
adjustPath(EdgeRealizer, BendList, GeneralPath, BridgeCalculator, boolean) - Method in class y.view.GenericEdgePainter
Callback method that can be used to adjust the calculated path before the final rendering.
adjustPortOffsets(Graph2D, Node, double, double, double, double) - Method in class y.view.HotSpotMode
Callback method that adjusts the ports of a NodeRealizer after that NodeRealizer's bounds have been changed.
adjustScrollBarVisibility() - Method in class y.view.Graph2DView
Updates scrollbar visibility and adjustment for this view .
adjustWorldRect(Graph2DView) - Method in class y.view.Graph2DViewMouseWheelZoomListener
Adjusts the world rectangle that defines the accessible area of the given view after its zoom and clip has been changed.
adjustWorldRect(Graph2DView) - Method in class y.view.Overview
Adjusts the world rectangle that defines the accessible area of the given view after its zoom and clip has been changed.
adoptEditorValue() - Method in class y.option.ComponentOptionItem
 
adoptEditorValue() - Method in class y.option.OptionItem
Deprecated. Use Editor.commitValue() instead.
adoptItemValue() - Method in class y.option.AbstractItemEditor
Adopts the value and state of the underlying option item into the editor.
adoptItemValue() - Method in class y.option.DefaultCompoundEditor
Resets the values of the contained editors to the values currently stored in the corresponding option items by invoking adoptItemValue() of all contained editors.
adoptItemValue() - Method in interface y.option.Editor
Resets the editor value(s) to the value(s) currently stored in the corresponding option item(s).
adoptValues(BorderLine) - Method in class y.geom.BorderLine
Convenience method that copies the actual data from the given argument to this instance.
adoptValues(LayerSequencer) - Method in class y.layout.hierarchic.ClassicLayerSequencer
Tries to adopt/copy the settings of the given LayerSequencer to this sequencer.
adoptValues(YLabel) - Method in class y.view.EdgeLabel
Adopts the values from the given label.
adoptValues(GenericNodeRealizer) - Method in class y.view.GenericNodeRealizer
Tries to copy all the values from the given instance to this instance.
adoptValues(GenericNodeRealizer) - Method in class y.view.hierarchy.GenericGroupNodeRealizer
 
adoptValues(YLabel) - Method in class y.view.NodeLabel
Adopts the values from the given label.
adoptValues(YLabel) - Method in class y.view.YLabel
Adopts the values from the given label.
adoptViewPortOptions() - Method in class y.module.io.IOHandlerModule
 
AFFECTED_EDGES - Static variable in class y.layout.router.ChannelEdgeRouter
This field is used as the key to add a DataProvider to the graph, which specifies the edges, that are affected by the edge routing.
AFFECTED_EDGES - Static variable in class y.layout.router.OrthogonalPatternEdgeRouter
DataProvider key that can be used to determine which edges the edge router will route.
AFFECTED_EDGES - Static variable in class y.layout.router.OrthogonalSegmentDistributionStage
DataProvider key that can be used to determine which edges the distribution stage will route.
AffineLine - Class in y.geom
This class represents a line in the 2D-dimensional affine space.
AffineLine(YPoint, YVector) - Constructor for class y.geom.AffineLine
Creates an affine line which is defined by a point and a vector.
AffineLine(YPoint, YPoint) - Constructor for class y.geom.AffineLine
Creates an affine line which is defined by two points.
AFTER - Static variable in class y.base.Graph
Object insertion specifier.
AGAINST_THE_FLOW - Static variable in class y.layout.PortCandidate
Constant indicating a port lying in the opposite direction of the main flow of the edge or overall layout.
AlgorithmAbortedException - Exception in y.algo
Exception that gets thrown by an algorithm when the thread executing the algorithm was interrupted.
AlgorithmAbortedException(String) - Constructor for exception y.algo.AlgorithmAbortedException
 
AlgorithmAbortedException() - Constructor for exception y.algo.AlgorithmAbortedException
 
alias(Graphics2D) - Static method in class y.view.Util
Puts a graphics context in anti-aliasing mode.
ALIGN_BOTTOM - Static variable in class y.layout.genealogy.FamilyTreeLayouter
 
ALIGN_CENTER - Static variable in class y.layout.genealogy.FamilyTreeLayouter
 
ALIGN_CENTER - Static variable in class y.view.YLabel
Vertical text alignment constant.
ALIGN_LEFT - Static variable in class y.view.YLabel
Vertical text alignment constant.
ALIGN_RIGHT - Static variable in class y.view.YLabel
Vertical text alignment constant.
ALIGN_TOP - Static variable in class y.layout.genealogy.FamilyTreeLayouter
 
ALIGNMENT_CENTER - Static variable in class y.layout.tree.DefaultNodePlacer
alignment byte constant used for the rootAlignment property.
ALIGNMENT_HORIZONTAL - Static variable in class y.option.DefaultEditorFactory
Value for attribute enum alignment.
ALIGNMENT_LEADING - Static variable in class y.layout.tree.DefaultNodePlacer
alignment byte constant used for the rootAlignment property.
ALIGNMENT_LEADING_OFFSET - Static variable in class y.layout.tree.DefaultNodePlacer
alignment byte constant used for the rootAlignment property.
ALIGNMENT_MEDIAN - Static variable in class y.layout.tree.DefaultNodePlacer
alignment byte constant used for the rootAlignment property.
ALIGNMENT_TRAILING - Static variable in class y.layout.tree.DefaultNodePlacer
alignment byte constant used for the rootAlignment property.
ALIGNMENT_TRAILING_OFFSET - Static variable in class y.layout.tree.DefaultNodePlacer
alignment byte constant used for the rootAlignment property.
ALIGNMENT_VERTICAL - Static variable in class y.option.DefaultEditorFactory
Value for attribute enum alignment.
AlignmentDrawer - Class in y.layout.hierarchic
This class can be used to simply wrap another Drawer implementation.
AlignmentDrawer(Drawer) - Constructor for class y.layout.hierarchic.AlignmentDrawer
Creates a new AlignmentDrawer using the given drawer as the actual drawer
AlignmentDrawer.BottomAlignmentDataProvider - Class in y.layout.hierarchic
Simple utility class that can be registered with the graph to be laid out.
AlignmentDrawer.BottomAlignmentDataProvider() - Constructor for class y.layout.hierarchic.AlignmentDrawer.BottomAlignmentDataProvider
 
AlignmentDrawer.LeftAlignmentDataProvider - Class in y.layout.hierarchic
Simple utility class that can be registered with the graph to be laid out.
AlignmentDrawer.LeftAlignmentDataProvider() - Constructor for class y.layout.hierarchic.AlignmentDrawer.LeftAlignmentDataProvider
 
AlignmentDrawer.RightAlignmentDataProvider - Class in y.layout.hierarchic
Simple utility class that can be registered with the graph to be laid out.
AlignmentDrawer.RightAlignmentDataProvider() - Constructor for class y.layout.hierarchic.AlignmentDrawer.RightAlignmentDataProvider
 
AlignmentDrawer.TopAlignmentDataProvider - Class in y.layout.hierarchic
Simple utility class that can be registered with the graph to be laid out.
AlignmentDrawer.TopAlignmentDataProvider() - Constructor for class y.layout.hierarchic.AlignmentDrawer.TopAlignmentDataProvider
 
alignNodes(LayoutGraph, NodeList[]) - Method in class y.layout.hierarchic.AlignmentDrawer
Modifies the given drawing by modifying the y-coordinates only
ALL - Static variable in class y.layout.organic.OrganicLayouter
Sphere of action specifier.
ALL - Static variable in class y.layout.tree.AbstractRotatableNodePlacer.RootAlignment
 
ALL - Static variable in interface y.view.Graph2DTraversal
Type bit mask representing all element types.
ALL - Static variable in class y.view.VisibilityFilter
Visibility state bit mask representing any visibility state.
ALLOW_BROWSE - Static variable in class y.option.IconOptionItem
 
ALLOW_BROWSE - Static variable in class y.option.ImageOptionItem
Attribute key that controls whether editors should display an item to browse for images.
ALLOW_EMPTY_ICON - Static variable in class y.option.IconOptionItem
 
ALLOW_EMPTY_IMAGE - Static variable in class y.option.ImageOptionItem
Attribute key that controls whether empty (null) image values can be selected through the editor.
allowBendCreation(boolean) - Method in class y.view.CreateChildEdgeMode
Allows or disallows bend creation.
allowBendCreation(boolean) - Method in class y.view.CreateEdgeMode
Allows or disallows bend creation.
allowBendCreation(boolean) - Method in class y.view.EditMode
Allows or disallows bend creation.
allowEdgeCreation(boolean) - Method in class y.view.EditMode
Allows or disallows edge creation.
allowLabelSelection(boolean) - Method in class y.view.EditMode
Allows or disallows selecting labels by clicking on them.
allowMouseInput(boolean) - Method in class y.view.EditMode
Allows or disallows the delegation of events to a MouseInputMode.
allowMoveLabels(boolean) - Method in class y.view.EditMode
Allows or disallows moving around labels in the displayed graph.
allowMovePorts(boolean) - Method in class y.view.EditMode
Allows or disallows moving around ports in the displayed graph.
allowMoveSelection(boolean) - Method in class y.view.EditMode
Allows or disallows moving around the selected features of the displayed graph.
allowMoving(boolean) - Method in class y.view.EditMode
Allows or disallows moving the viewport of the view via the right mouse button.
allowNodeCreation(boolean) - Method in class y.view.EditMode
Allows or disallows node creation.
allowNodeEditing(boolean) - Method in class y.view.EditMode
Allows or disallows node editing.
allowRandomization - Variable in class y.layout.planar.VertexOrder
 
allowResizeNodes(boolean) - Method in class y.view.EditMode
Allows or disallows resizing of nodes by dragging at the selection hotspots.
allowSelfloopCreation(boolean) - Method in class y.view.CreateEdgeMode
Allows or disallows self-loop creation.
allPairs(Graph, boolean, double[], double[][]) - Static method in class y.algo.ShortestPaths
This method solves the all-pairs shortest path problem for graphs with arbitrary edge costs.
AMPERSAND - Static variable in class y.io.gml.GMLTokenizer
The type constant for '&'
anchorEncoding - Static variable in class y.io.gml.NodeLabelGraphicsEncoder
 
and(ConstraintManager.Condition) - Method in class y.option.ConstraintManager.Condition
Creates a new Condition object which determines whether this condition and the other one is met.
Angle - Class in y.geom
This class is an helper for angle calculation.
Angle() - Constructor for class y.geom.Angle
 
angle(YVector, YVector) - Static method in class y.geom.YVector
Returns the angle between two vectors in counter clockwise order from v1 to v2.
animate(AnimationObject) - Method in class y.anim.AnimationPlayer
Processes the given AnimationObject and informs the AnimationListener whenever changes in the animation scene should be displayed.
AnimationEvent - Class in y.anim
An event that is is used for the communication between an animation object or player and an animation listener.
AnimationEvent(Object, int) - Constructor for class y.anim.AnimationEvent
Create a new instance of AnimationEvent with a given hint specifier.
AnimationFactory - Class in y.anim
Factory class that provides methods to create meta animations.
AnimationListener - Interface in y.anim
A listener for animation events.
AnimationObject - Interface in y.anim
A general interface for objects that perform a sequence of animation steps.
animationPerformed(AnimationEvent) - Method in interface y.anim.AnimationListener
Invoked when an AnimationEvent has been fired.
animationPerformed(AnimationEvent) - Method in class y.view.Graph2DView
AnimationListener implementation.
animationPerformed(AnimationEvent) - Method in class y.view.Graph2DViewRepaintManager
Triggers update for the appropriate events.
AnimationPlayer - Class in y.anim
An animation player that interprets a given animation object.
AnimationPlayer() - Constructor for class y.anim.AnimationPlayer
Creates a new instance of AnimationPlayer.
AnimationPlayer(double, boolean) - Constructor for class y.anim.AnimationPlayer
Creates a new instance of AnimationPlayer with the given speed factor and blocking mode policy.
AnimationPlayer(double) - Constructor for class y.anim.AnimationPlayer
Creates a new instance of AnimationPlayer with the given speed factor.
AnimationPlayer(boolean) - Constructor for class y.anim.AnimationPlayer
Creates a new instance of AnimationPlayer using the given blocking mode policy.
ANY - Static variable in class y.layout.PortCandidate
A bitwise combination of all possible direction constants.
ANY_SIDE - Static variable in class y.layout.PortConstraint
Weak constraint specifier.
ANYWHERE - Static variable in class y.view.EdgeLabel
Edge label position specifier.
ANYWHERE - Static variable in class y.view.NodeLabel
Node label position specifier for label model NodeLabel.FREE.
append(Object) - Method in class y.util.BoundedQueue
Appends x to the rear of this queue.
append(PathIterator) - Method in class y.view.MutableGeneralPath
Appends the result of iterating over the given PathIterator to this instance
appendAndClear(MutableGeneralPath) - Method in class y.view.MutableGeneralPath
Appends the given MutableGeneralPath instance to this instance and destroys the given instance O(1) operation.
appendBend(double, double) - Method in class y.view.EdgeRealizer
Appends a newly created bend with location (x,y) to the list of bends.
appendLayouter(Layouter) - Method in class y.layout.SequentialLayouter
Appends the given layouter to the end of the layouter chain.
appendLayouters(List) - Method in class y.layout.SequentialLayouter
Appends the specified layouters to the end of the layouter chain.