| 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 | |
| IAdvancedStroke — Interface in package com.yworks.canvas.drawing | |
A advanced IStroke that allows for custom stroke rendering. |
|
| IArrow — Interface in package com.yworks.graph.model | |
The interface for the visual representation of an arrow that is normally
used to decorate the visual representation of an IEdge. |
|
| IAttributeFactory — Interface in package com.yworks.io.graphml.reader | |
| Interface for storing parsed attribute values in the graph. | |
| IAttributeProvider — Interface in package com.yworks.io.graphml.writer | |
| Provides data for writing GraphML attributes | |
| IBend — Interface in package com.yworks.graph.model | |
The interface used in an IGraph implementation
to control the layout of IEdges. |
|
| IBendCreator — Interface in package com.yworks.graph.model | |
| Callback interface for instances that can create bends for a given edge and graph. | |
| IBendList — Interface in package com.yworks.graph.model | |
A strongly typed readonly list-like collection of IBends
used in IGraph implementations. |
|
| IBendLocationChangedListener — Interface in package com.yworks.graph.model | |
| Classes, who want to be informed aboud bend location changes, have to implement this. | |
| IBendLocationChangedReporter — Interface in package com.yworks.graph.model | |
Interface for Classes which can register IBendLocationChangedListeners and report
changes in bend locations to these. |
|
| IBendSelectionTester — Interface in package com.yworks.graph.model | |
| Interface that can be used to find bends at specific locations in the canvas. | |
| IBevelNodeStyle — Interface in package com.yworks.graph.drawing | |
Interface used by BevelNodeStyleRenderer
to query the properties from. |
|
| IBoundsProvider — Interface in package com.yworks.canvas.drawing | |
| Interface that is implemented for elements that can provide painting bounds in the world coordinate system. | |
| ICanvasContext — Interface in package com.yworks.canvas | |
This interface describes the context for many operations performed
on items in a CanvasControl. |
|
| ICanvasGroupProvider — Interface in package com.yworks.canvas.model | |
Simple query interface that returns an ICanvasObjectGroup
for a given item. |
|
| ICanvasObject — Interface in package com.yworks.canvas | |
This is the interface implemented by the basic building blocks of a
canvas object tree in a CanvasComponent. |
|
| ICanvasObjectDescriptor — Interface in package com.yworks.canvas | |
Central interface used by the CanvasComponent to render
elements from the canvas object tree. |
|
| ICanvasObjectGroup — Interface in package com.yworks.canvas | |
This is the interface implemented by the composite building blocks of a canvas
object tree
in a CanvasComponent. |
|
| IClipboardHelper — Interface in package com.yworks.graph.model | |
Interface that helps in clipboard actions that can be associated with each IModelItem
in the context where clipboards are needed. |
|
| ICloneable — Interface in package com.yworks.support | |
| Interface for Objects which can create a clone of themselves. | |
| ICollectionModel — Interface in package com.yworks.util | |
The interface for a collection that will notify registered listeners
of changes to its contents using CollectionEvents. |
|
| ICompoundEdit — Interface in package com.yworks.support | |
The interface used by IUndoSupport's and "UndoEngine's
UndoEngine.beginCompoundEdit implementation. |
|
| icon — Property in class com.yworks.graph.drawing.IconLabelStyle | |
| The icon display object that is used for the associated node. | |
| icon — Property in class com.yworks.graph.drawing.IconLabelStyleDecorator | |
| The icon to paint for the label | |
| icon — Property in interface com.yworks.graph.drawing.IIconLabelStyle | |
| The icon to paint for the label. | |
| icon — Property in interface com.yworks.graph.drawing.IIconLabelStyleDecorator | |
| The icon to paint for the label | |
| iconClass — Property in class com.yworks.resources.Cursor | |
| Returns the class object that represents the icon image. | |
| IConcurrentInputMode — Interface in package com.yworks.canvas.input | |
Specializes the IInputMode interface to support
concurrency via ConcurrencyController instances. |
|
| IconLabelStyle — Class in package com.yworks.graph.drawing | |
The default mutable implementation of the IIconLabelStyle interface. |
|
| IconLabelStyle(iconPlacement:com.yworks.graph.model:ILabelModelParameter, icon:com.yworks.graph.drawing:IIcon, renderer:com.yworks.graph.drawing:ILabelStyleRenderer, textFormat) — Constructor in class com.yworks.graph.drawing.IconLabelStyle | |
| Creates a new instance using the provided parameters. | |
| IconLabelStyleDecorator — Class in package com.yworks.graph.drawing | |
The default mutable implementation of the IIconLabelStyleDecorator interface. |
|
| IconLabelStyleDecorator(icon:com.yworks.graph.drawing:IIcon, iconPlacement:com.yworks.graph.model:ILabelModelParameter, innerStyle:com.yworks.graph.drawing:ILabelStyle, renderer:com.yworks.graph.drawing:ILabelStyleRenderer) — Constructor in class com.yworks.graph.drawing.IconLabelStyleDecorator | |
| Creates a new instance. | |
| IconLabelStyleDecoratorDeserializer — Class in package com.yworks.io.graphml.reader.deserializer | |
| A Deserializer which can handle IconLabelStyleDecorator | |
| IconLabelStyleDeserializer — Class in package com.yworks.io.graphml.reader.deserializer | |
| A Deserializer which can handle IconLabelStyle | |
| IconLabelStyleRenderer — Class in package com.yworks.graph.drawing | |
An IStyleRenderer that can handle IIconLabelStyle
and IIconLabelStyleDecorator instances. |
|
| IconLabelStyleRenderer() — Constructor in class com.yworks.graph.drawing.IconLabelStyleRenderer | |
| Creates a new instance of this renderer. | |
| iconPlacement — Property in class com.yworks.graph.drawing.IconLabelStyle | |
| The icon placement model parameter. | |
| iconPlacement — Property in class com.yworks.graph.drawing.IconLabelStyleDecorator | |
| The icon placement model parameter. | |
| iconPlacement — Property in interface com.yworks.graph.drawing.IIconLabelStyle | |
| The icon placement model parameter. | |
| iconPlacement — Property in interface com.yworks.graph.drawing.IIconLabelStyleDecorator | |
| The icon placement model parameter. | |
| IContainsTest — Interface in package com.yworks.canvas.geom | |
| An interface that checks for containment of a point in 2D coordinate space. | |
| IContextLookup — Interface in package com.yworks.support | |
An interface for instances that can provide a ILookup capabilities
for a given object. |
|
| IContextLookupChainLink — Interface in package com.yworks.support | |
| An interface for instances that can be used to chain lookup operations. | |
| IControlPoints — Interface in package com.yworks.canvas.geom | |
| An iterable collection of points. | |
| id — Property in interface com.yworks.io.graphml.realizer.IResourceDescriptor | |
| ID — Constant static property in class com.yworks.io.graphml.GraphMLConstants | |
| IDeserializer — Interface in package com.yworks.io.graphml.reader | |
| Interface fo classes that provide deserialization of Xml content in GraphML. | |
| idProvider — Property in class com.yworks.io.graphml.writer.DirectGraphMLWriter | |
Get or set a reference to an IIdProvider instance. |
|
| ids — Property in class com.yworks.resources.Cursor | |
| Returns the array of ids assigned to active instances of this cursor. | |
| IEdge — Interface in package com.yworks.graph.model | |
The interface used to model edges in an IGraph implementation. |
|
| IEdgeIntersectionCalculator — Interface in package com.yworks.graph.drawing | |
| Interface used by the framework mainly for calculating the visble path of an edge. | |
| IEdgePortCandidateProvider — Interface in package com.yworks.graph.model | |
This interface can be used to query IPortCandidates
for a specific existing IEdge. |
|
| IEdgeRealizerSerializer — Interface in package com.yworks.io.graphml.realizer | |
| Interface for reading and/or writing edge graphics information written/to be parsed by yFiles Java | |
| IEdgeStyle — Interface in package com.yworks.graph.drawing | |
IVisualStyle implementation for IEdge instances in an IGraph. |
|
| IEdgeStyleRenderer — Interface in package com.yworks.graph.drawing | |
Interface used by IEdgeStyle implementations
that can be used to query the actual IPaintable and
IBoundsProvider implementations for an item and an associated style. |
|
| IGeneralPathNodeStyle — Interface in package com.yworks.graph.drawing | |
Interface for node styles that can display node shapes with a boundary
that is defined by a GeneralPath instance. |
|
| IGraph — Interface in package com.yworks.graph.model | |
Central interface that models a graph which can be displayed
in a GraphCanvasComponent. |
|
| IGraphElementProvider — Interface in package com.yworks.io.graphml.writer | |
| Provide generic access to the objects in a graph structure | |
| IGraphItemFactory — Interface in package com.yworks.io.graphml.reader | |
| This interface defines a factory for the creation of graphs and graph elements. | |
| IGraphMLParseErrorHandler — Interface in package com.yworks.io.graphml.reader | |
| Error handler class to manage errors during the parsing process. | |
| IGraphMLWriteErrorHandler — Interface in package com.yworks.io.graphml.writer | |
| Error handler class to manage errors during the writing process. | |
| IGraphSelection — Interface in package com.yworks.graph.model | |
Manages the selection state of items in an IGraph
instance. |
|
| IGraphStructure — Interface in package com.yworks.graph.model | |
The interface used by utility classes that DefaultGraph
delegates most of its work to. |
|
| IGraphUndoUnitSupport — Interface in package com.yworks.graph.model | |
Support interface that is used by DefaultGraph to create the IUndoUnits
for structural graph changes. |
|
| IGroupBoundsCalculator — Interface in package com.yworks.graph.drawing | |
Interface for implementations that can calculate the bounds of a group
node in a IGroupedGraph. |
|
| IGroupedGraph — Interface in package com.yworks.graph.model | |
Provides a hierarchic view over an IGraph. |
|
| IHandle — Interface in package com.yworks.canvas.input | |
Interface for a handle that can be displayed in a CanvasComponent
as a UI element for the user to modify the contents of the control. |
|
| IHandleProvider — Interface in package com.yworks.canvas.input | |
Interface for an object that provides a number of
IHandle implementations. |
|
| IHighlightPaintableInstaller — Interface in package com.yworks.canvas.input | |
| 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 package com.yworks.canvas.drawing | |
| Interface that is implemented for elements that can be hit or picked in a coordinate system. | |
| IHitTestIterator — Interface in package com.yworks.graph.model | |
| An interface that can enumerate hits for a certain position in world coordinates. | |
| IIcon — Interface in package com.yworks.graph.drawing | |
| A simple icon interface for classes that can paint icons. | |
| IIconLabelStyle — Interface in package com.yworks.graph.drawing | |
| A label style that also holds an icon. | |
| IIconLabelStyleDecorator — Interface in package com.yworks.graph.drawing | |
| A label style that decorates an existing arbitrary label style with an icon. | |
| IIdProvider — Interface in package com.yworks.io.graphml.writer | |
Interface that allows to control the id attribute value of core GraphML elements. |
|
| IInputHandler — Interface in package com.yworks.io.graphml.reader | |
| Basic interface for data handlers that parse data sections with a specific key and scope. | |
| IInputMode — Interface in package com.yworks.canvas.input | |
| Interface implemented by input modes that can be registered with a GraphCanvasComponent. | |
| IInputModeContext — Interface in package com.yworks.canvas.input | |
The interface for the context object that is passed to IInputMode
instances during IInputMode.install and IInputMode.uninstall
and to IPositionHandler and IHandle to provide additional
context for these implementations. |
|
| ILabel — Interface in package com.yworks.graph.model | |
The interface used in an IGraph implementation
for labels. |
|
| ILabelCollection — Interface in package com.yworks.graph.model | |
A strongly typed readonly collection of ILabels
used in IGraph implementations. |
|
| ILabelConfiguration — Interface in package com.yworks.graph.input | |
| ILabeledItem — Interface in package com.yworks.graph.model | |
Common interface for items in an IGraph implementation
that may own ILabel |
|
| ILabelElementSelector — Interface in package com.yworks.io.graphml.realizer | |
This interface can be implemented by realizer serializers
so they can determine the label elements that will be parsed
by the ReadLabelRealizerHandler. |
|
| ILabelInsetsProvider — Interface in package com.yworks.graph.drawing | |
| Interface for implementations that yield insets for a given ILabel. | |
| ILabelModel — Interface in package com.yworks.graph.model | |
Yields the geometry of ILabel instances. |
|
| ILabelModelParameter — Interface in package com.yworks.graph.model | |
Common interface for parameters that are created by
ILabelModel instances. |
|
| ILabelModelParameterFinder — Interface in package com.yworks.graph.model | |
Utility interface used by ILabelModel implementations to
find the best ILabelModelParameter
to approximate a given layout. |
|
| ILabelModelParameterProvider — Interface in package com.yworks.graph.model | |
Helper interface used by ILabelModel implementations
to provide possible candidate ILabelModelParameters
for a given label and model. |
|
| ILabelSerializer — Interface in package com.yworks.io.graphml.realizer | |
| Interface for reading and/or writing label graphics information written/to be parsed by yFiles Java | |
| ILabelStyle — Interface in package com.yworks.graph.drawing | |
IVisualStyle implementation for ILabel
instances in an IGraph. |
|
| ILabelStyleRenderer — Interface in package com.yworks.graph.drawing | |
Interface used by ILabelStyle implementations to
query the actual IPaintable and IBoundsProvider
implementations for a label and an associated style. |
|
| ILabelTextChangedListener — Interface in package com.yworks.graph.model | |
| Classes, who want to be informed aboud label text changes, have to implement this. | |
| ILabelTextChangedReporter — Interface in package com.yworks.graph.model | |
Interface for Classes which can register ILabelTextChangedListeners and report
changes in label text to these. |
|
| ILookup — Interface in package com.yworks.support | |
| The basic lookup interface that allows for retrieving implementations for different aspects of the current instance. | |
| ILookupDecorator — Interface in package com.yworks.support | |
| Interface that can be used to decorate the lookup result for a set of types. | |
| image — Property in class com.yworks.graph.drawing.BitmapNodeStyle | |
| The image display object that is used for the associated node. | |
| image — Property in class com.yworks.graph.drawing.ImageIcon | |
| image — Property in class com.yworks.graph.drawing.ImageNodeStyle | |
| image — Property in class com.yworks.graph.drawing.compat.JavaImageNodeStyle | |
| The style's image. | |
| image — Property in class com.yworks.util.ImageLoader | |
| The image instance that was loaded by this loader. | |
| IMAGE — Static property in class com.yworks.resources.Actions | |
| imageClass — Property in class com.yworks.graph.drawing.ImageNodeStyle | |
| Set the image class that can be used as a factory to create copies of the image that is to be painted by this style. | |
| imageClassName — Property in class com.yworks.graph.drawing.ImageNodeStyle | |
| The name of the image class, if available | |
| ImageExportHandler — Class in package com.yworks.remote | |
| A handler that will create a bitmap representation of the canvas content and upload it to the server. | |
| ImageExportHandler(downloadURL) — Constructor in class com.yworks.remote.ImageExportHandler | |
| Creates a new export handler that will use the given downloadURL to download the exported images. | |
| ImageIcon — Class in package com.yworks.graph.drawing | |
A trivial implementation of the IIcon interface that paints an image. |
|
| ImageIcon(image, width, height) — Constructor in class com.yworks.graph.drawing.ImageIcon | |
| Creates a new Icon with the given image. | |
| ImageIconDeserializer — Class in package com.yworks.io.graphml.reader.deserializer | |
| A deserializer which can handle ImageIcons. | |
| ImageIconSerializer — Class in package com.yworks.io.graphml.writer.serializer | |
Serializer which serializes ImageIcons
|
|
| imageLoader — Property in class com.yworks.graph.drawing.BitmapNodeStyle | |
| An image loader that is loading or has already finished loading the image that is to be displayed by this style. | |
| ImageLoader — Class in package com.yworks.util | |
| Utility class that can be used to load an image from an url. | |
| ImageLoader(errorFunction) — Constructor in class com.yworks.util.ImageLoader | |
| Creates a new ImageLoader. | |
| ImageNodeStyle — Class in package com.yworks.graph.drawing | |
| A node style than can use bitmap and vector images for the visual representation of a node. | |
| ImageNodeStyle(image, styleRenderer:com.yworks.graph.drawing:ImageNodeStyleRenderer) — Constructor in class com.yworks.graph.drawing.ImageNodeStyle | |
| Creates a new instance. | |
| ImageNodeStyleDeserializer — Class in package com.yworks.io.graphml.reader.deserializer | |
A deserializer implementation that deserializes ImageNodeStyle instances. |
|
| ImageNodeStyleRealizerSerializer — Class in package com.yworks.io.graphml.realizer | |
An IRealizerSerializer that can read y:ImageNode and y:SVGNode elements written by yFiles Java. |
|
| ImageNodeStyleRenderer — Class in package com.yworks.graph.drawing | |
A style renderer implementation
that can be used together with ImageNodeStyle instances. |
|
| ImageNodeStyleSerializer — Class in package com.yworks.io.graphml.writer.serializer | |
A Serilaizer implementation that serializes ImageNodeStyles
|
|
| ImageProvider — Class in package com.yworks.resources.images | |
| Manager class that maps image names to image classes. | |
| ImageSerializer — Class in package com.yworks.io.graphml.writer.serializer | |
| A serializer for different image types. | |
| imageURL — Property in class com.yworks.graph.drawing.compat.JavaImageNodeStyle | |
| The url where this style's image will be loaded from. | |
| IMapper — Interface in package com.yworks.support | |
| A simple interface for a dictionary-like implementation. | |
| IMapperRegistry — Interface in package com.yworks.graph.model | |
A registry that can be used to store IMapper implementations by tag. |
|
| IMarqueeTestable — Interface in package com.yworks.canvas.drawing | |
| Interface that is used to test whether a rendered item is deemed to be inside a rectangular marquee selection. | |
| IMementoSupport — Interface in package com.yworks.support | |
Utility interface that can be used in conjunction with MementoUndoUnit
to create IUndoUnit implementations. |
|
| ImmutablePoint — Class in package com.yworks.canvas.geom | |
An implementation of an IPoint whose state cannot
be changed. |
|
| ImmutablePoint(x, y) — Constructor in class com.yworks.canvas.geom.ImmutablePoint | |
| Creates an instance using the given coordinate pair. | |
| ImmutableRectangle — Class in package com.yworks.canvas.geom | |
An implementation of an IRectangle whose state cannot
be changed. |
|
| ImmutableRectangle(x, y, width, height) — Constructor in class com.yworks.canvas.geom.ImmutableRectangle | |
| Creates a new immutable instance using the provided values to initialize the position and size. | |
| ImmutableSize — Class in package com.yworks.canvas.geom | |
An implementation of an ISize whose state cannot
be changed. |
|
| ImmutableSize(width, height) — Constructor in class com.yworks.canvas.geom.ImmutableSize | |
| Creates an instance using the given width and height. | |
| IModelItem — Interface in package com.yworks.canvas.model | |
The interface used by items that belong to a model, that most
of the utility classes for the CanvasComponent
This interface is a tagging interface that adds no additional
functionality to the |
|
| IModelItemDescriptor — Interface in package com.yworks.canvas.model | |
Simple handle interface used by ModelManager
|
|
| IModelItemInstaller — Interface in package com.yworks.canvas.model | |
| An interface for a class that installs visual representations of items in a canvas control. | |
| IMovable — Interface in package com.yworks.canvas.geom | |
| Interface that is implemented by geometric objects that can be moved. | |
| IMutableControlPoints — Interface in package com.yworks.canvas.geom | |
| An mutable collection of points. | |
| IMutableLookup — Interface in package com.yworks.support | |
| Mutable version of the ILookup interface. | |
| IMutableOrientedRectangle — Interface in package com.yworks.canvas.geom | |
| Interface for mutable oriented rectangles in 2D coordinate space. | |
| IMutablePoint — Interface in package com.yworks.canvas.geom | |
| An interface that can be cast to both the immutable and the mutable version of a point. | |
| IMutablePortCollection — Interface in package com.yworks.graph.model | |
Mutable interface extension of IPortCollection. |
|
| IMutableRectangle — Interface in package com.yworks.canvas.geom | |
| Interface for mutable rectangles aligned to the axes in 2D coordinate space with double precision coordinates. | |
| IMutableSize — Interface in package com.yworks.canvas.geom | |
| Interface for a mutable size in 2D coordinate space. | |
| index — Property in class com.yworks.canvas.drawing.PathCursor | |
| Returns the current position of the cursor. | |
| index — Property in class com.yworks.canvas.input.ReshapeableHandle | |
| The position of the handle. | |
| indexOf(item) — Method in class com.yworks.support.ArrayList | |
| Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element. | |
| indexOf(item) — Method in interface com.yworks.support.List | |
| Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element. | |
| indexOf(item) — Method in class com.yworks.support.YList | |
| Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element. | |
| inEdgesAtPort(port:com.yworks.graph.model:IPort) — Method in class com.yworks.graph.model.DefaultGraph | |
Returns an Iterable for all edges that have the given port as a
IEdge.targetPort. |
|
| inEdgesAtPortOwner(portOwner:com.yworks.graph.model:IPortOwner) — Method in class com.yworks.graph.model.DefaultGraph | |
Returns an Iterable for all edges that have the given port owner as their
IEdge.targetPort's IPort.owner. |
|
| info — Property in class com.yworks.support.ListCell | |
| Gets or sets the element of this cell. | |
| initialContext — Property in class com.yworks.io.graphml.reader.GraphMLParser | |
| A custom parse context instance that will be used by the parse process. | |
| initialContext — Property in class com.yworks.io.graphml.writer.DirectGraphMLWriter | |
| initialize() — Method in class com.yworks.canvas.input.AbstractInputMode | |
| Performs one-time initialization of this instance. | |
| initialize() — Method in class com.yworks.canvas.input.HandleInputMode | |
Overridden to create the IPaintable that renders the
handles. |
|
| initialize() — Method in class com.yworks.canvas.input.MainInputMode | |
| Performs one-time initialization of this instance. | |
| initialize() — Method in class com.yworks.canvas.input.MoveLabelInputMode | |
| Performs one-time initialization of this instance. | |
| initialize() — Method in class com.yworks.graph.input.GraphEditorInputMode | |
| Performs one-time initialization of this instance. | |
| initializeAndSizeTip(text) — Method in class com.yworks.canvas.input.MouseHoverInputMode | |
| Initialize the current tooltip before it is shown. | |
| initialized — Property in class com.yworks.support.Config | |
Is true when the configuration file has been parsed. |
|
| initializeDrag(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.CompositePositionHandler | |
| Called by clients to indicate that the element is going to be dragged. | |
| initializeDrag(context:com.yworks.canvas.input:IInputModeContext) — Method in interface com.yworks.canvas.input.IPositionHandler | |
| Called by clients to indicate that the element is going to be dragged. | |
| initializeDrag(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.LabelPositionHandler | |
| Called by clients to indicate that the element is going to be dragged. | |
| initializeDrag(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.PointHandle | |
| This implementation does nothing. | |
| initializeDrag(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.RectangleHandle | |
| This implementation does nothing. | |
| initializeDrag(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.ReshapeableHandle | |
| This implementation does nothing. | |
| initializeDrag(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.graph.drawing.DefaultPositionHandler | |
| Called by clients to indicate that the element is going to be dragged. | |
| initializeDrag(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.graph.input.CompoundMovePortHandle | |
| Called by clients to indicate that the element is going to be dragged. | |
| initializeDrag(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.graph.model.PortRelocationHandle | |
| Called by clients to indicate that the element is going to be dragged. | |
| initializeHandlers() — Method in class com.yworks.io.graphml.DotnetCompatGraphMLIOHandler | |
| Callback for subclasses to register default data handlers. | |
| initializeHandlers() — Method in class com.yworks.io.graphml.GraphMLIOHandler | |
| Callback for subclasses to register default data handlers. | |
| initializeHandlers() — Method in class com.yworks.io.graphml.JavaCompatGraphMLIOHandler | |
| Registers default data handlers for reading and writing style information in a yFiles Java compatible format. | |
| initializeHandlers() — Method in class com.yworks.io.graphml.LayoutGraphMLIOHandler | |
| Callback for subclasses to register default data handlers. | |
| initializeStateMachine(machine:com.yworks.support:StateMachine, startState:com.yworks.support:State, canceledState:com.yworks.support:State, stoppedState:com.yworks.support:State, finishedState:com.yworks.support:State) — Method in class com.yworks.canvas.input.ClickInputMode | |
| Called to initialize the state machine. | |
| initializeStateMachine(machine:com.yworks.support:StateMachine, startState:com.yworks.support:State, canceledState:com.yworks.support:State, stoppedState:com.yworks.support:State, finishedState:com.yworks.support:State) — Method in class com.yworks.canvas.input.HandleInputMode | |
| Initializes the state machine this input mode uses internally to manage its state. | |
| initializeStateMachine(machine:com.yworks.support:StateMachine, startState:com.yworks.support:State, canceledState:com.yworks.support:State, stoppedState:com.yworks.support:State, finishedState:com.yworks.support:State) — Method in class com.yworks.canvas.input.MarqueeSelectionInputMode | |
| Called to initialize the state machine. | |
| initializeStateMachine(machine:com.yworks.support:StateMachine, startState:com.yworks.support:State, canceledState:com.yworks.support:State, stoppedState:com.yworks.support:State, finishedState:com.yworks.support:State) — Method in class com.yworks.canvas.input.MoveInputMode | |
| Called to initialize the state machine. | |
| initializeStateMachine(machine:com.yworks.support:StateMachine, startState:com.yworks.support:State, canceledState:com.yworks.support:State, stoppedState:com.yworks.support:State, finishedState:com.yworks.support:State) — Method in class com.yworks.canvas.input.MoveViewportInputMode | |
| Called to initialize the state machine. | |
| initializeStateMachine(machine:com.yworks.support:StateMachine, startState:com.yworks.support:State, canceledState:com.yworks.support:State, stoppedState:com.yworks.support:State, finishedState:com.yworks.support:State) — Method in class com.yworks.canvas.input.StateMachineInputMode | |
| Called to initialize the state machine. | |
| initializeStateMachine(machine:com.yworks.support:StateMachine, startState:com.yworks.support:State, cancelledState:com.yworks.support:State, stoppedState:com.yworks.support:State, finishedState:com.yworks.support:State) — Method in class com.yworks.graph.input.CreateBendInputMode | |
| Called to initialize the state machine. | |
| initializeStateMachine(machine:com.yworks.support:StateMachine, startState:com.yworks.support:State, cancelledState:com.yworks.support:State, stoppedState:com.yworks.support:State, finishedState:com.yworks.support:State) — Method in class com.yworks.graph.input.CreateEdgeInputMode | |
| Called to initialize the state machine. | |
| initialX — Property in class com.yworks.canvas.input.MoveInputMode | |
| Returns the initial x position where the dragging was initiated. | |
| initialY — Property in class com.yworks.canvas.input.MoveInputMode | |
| Returns the initial y position where the dragging was initiated. | |
| initListeners(eventDispatcher) — Method in class com.yworks.canvas.CanvasComponent | |
| Initialize all event listeners that should be registered with the stage. | |
| innerGraphDisplayEnabled — Property in class com.yworks.graph.drawing.compat.JavaGroupNodeStyle | |
| This property exists only in order to keep the state of the Java GroupNodeRealizer. | |
| innerStyle — Property in class com.yworks.graph.drawing.IconLabelStyleDecorator | |
| The inner style that gets decorated by this decorator. | |
| innerStyle — Property in interface com.yworks.graph.drawing.IIconLabelStyleDecorator | |
| The inner style that gets decorated by this decorator. | |
| INode — Interface in package com.yworks.graph.model | |
The interface for node entities in an IGraph. |
|
| INodeBoundsChangedListener — Interface in package com.yworks.graph.model | |
| Implements a function that will be called when the bounds of a node changed. | |
| INodeBoundsChangedReporter — Interface in package com.yworks.graph.model | |
| The INodeBoundsChangedReporter registers and deregisters listeners, whiche are called when the bounds of a node change. | |
| INodeHierarchy — Interface in package com.yworks.graph.model | |
| The interface that models an observable tree-like hierarchy. | |
| INodeInsetsProvider — Interface in package com.yworks.graph.drawing | |
| Interface for implementations that yield insets for a given INode. | |
| INodeRealizerSerializer — Interface in package com.yworks.io.graphml.realizer | |
| Interface for reading and/or writing node graphics information written/to be parsed by yFiles Java | |
| INodeStyle — Interface in package com.yworks.graph.drawing | |
IVisualStyle implementation for INode
instances in an IGraph. |
|
| INodeStyleRenderer — Interface in package com.yworks.graph.drawing | |
Interface used by INodeStyle implementations
that can be used to query the actual IPaintable and
IBoundsProvider implementations for a node
and an associated style. |
|
| _inputHandlers — Property in class com.yworks.io.graphml.GraphMLIOHandler | |
| The installed input handlers | |
| inputIOHandler — Property in class com.yworks.remote.RoundtripHandler | |
Get or set the GraphMLIOhandler instance that will be used
for GraphML input if update is set. |
|
| inputIOHandler — Property in class com.yworks.remote.UploadHandler | |
The GraphMLIOHandler instance that will be used for graph deserialization. |
|
| inputMode — Property in class com.yworks.canvas.CanvasComponent | |
Specifies the single IInputMode instance that shall
be installed for this canvas. |
|
| inputModeCanvasGroup — Property in class com.yworks.canvas.input.LabelPositionHandler | |
| Gets or sets the input mode canvas group. | |
| inputModeCanvasGroup — Property in class com.yworks.canvas.input.MainInputMode | |
| The canvas group that can be used by input modes to add temporary top-level canvas objects to. | |
| inputModeChanged — Event in class com.yworks.canvas.CanvasComponent | |
Dispatched when the inputMode property changes. |
|
| INPUT_MODE_CHANGED — Constant static property in class com.yworks.canvas.CanvasComponent | |
| inputModeContext — Property in class com.yworks.canvas.CanvasComponent | |
| The InputModeContext property. | |
| inputModeContext — Property in class com.yworks.canvas.input.AbstractInputMode | |
The context instance this mode is currently installed in or
null if this instance is not installed. |
|
| inputModeContext — Property in class com.yworks.canvas.model.HighlightPaintManager | |
Gets or sets the IInputModeContext to use for this instance. |
|
| inputModeContextChanged — Event in class com.yworks.canvas.CanvasComponent | |
Dispatched when the inputModeContext property changes. |
|
| INPUT_MODE_CONTEXT_CHANGED — Constant static property in class com.yworks.canvas.CanvasComponent | |
| inputModeContextLookup(type) — Method in class com.yworks.canvas.CanvasComponent | |
Callback that is used by the default implementation of inputModeContext
to resolve lookup calls. |
|
| inputModeContextLookupChain — Property in class com.yworks.canvas.CanvasComponent | |
Retrieves the LookupChain that can be used
to decorate the lookup call in the inputModeContext. |
|
| inputModeController — Property in class com.yworks.canvas.input.MainInputMode | |
| Gets or sets the input mode controller helper instance. | |
| InputModeController — Class in package com.yworks.graph.model | |
A utility class that offers various implementations of interfaces
that can be used by different IInputMode implementations. |
|
| InputModeController(collectionModel:com.yworks.util:ICollectionModel) — Constructor in class com.yworks.graph.model.InputModeController | |
| Creates an instance that can be used for the given collection model. | |
| inputModeGroup — Property in class com.yworks.ui.GraphCanvasComponent | |
| Gets or sets the InputModeGroup property. | |