Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AbstractArrowSerializer
| com.yworks.io.graphml.writer.serializer | ||
| AbstractConcurrentInputMode
| com.yworks.canvas.input |
Abstract base class for an IInputMode that can be used
concurrently with other IConcurrentInputMode implementations. |
|
| AbstractContextLookupChainLink
| com.yworks.support |
Abstract base class that simplifies the implementation of IContextLookupChainLink. |
|
| AbstractDeserializer
| com.yworks.io.graphml.reader |
Abstract IDeserializer implementation that provides
a default implementation of canHandle. |
|
| AbstractEdgeRealizerSerializer
| com.yworks.io.graphml.realizer | Abstract base class for realizerserializers that can read and/or write edge graphics information written/to be parsed by yFiles Java | |
| AbstractEdgeStyle
| com.yworks.graph.drawing |
Simple abstract base class for IEdgeStyles. |
|
| AbstractEdgeStyleDeserializer
| com.yworks.io.graphml.reader.deserializer |
Abstract implementation of IDeserializer for IEdgeStyle
instances. |
|
| AbstractEdgeStyleRenderer
| com.yworks.graph.drawing |
Abstract base class for IEdgeStyleRenderer
|
|
| AbstractEdgeStyleSerializer
| com.yworks.io.graphml.writer.serializer |
Abstract base class that should be used for all actual serializers for IEdgeStyles
This class provides hooks for serialization of style content and arrow handling |
|
| AbstractInputHandler
| com.yworks.io.graphml.reader |
Abstract implementation of the IInputHandler interface. |
|
| AbstractInputMode
| com.yworks.canvas.input |
Abstract base class implementation of an IInputMode. |
|
| AbstractJavaNodeRealizerSerializer
| com.yworks.io.graphml.realizer | Abstract serializer for NodeRealizers for use with the yFiles Java library. | |
| AbstractJavaNodeStyle
| com.yworks.graph.drawing.compat | Abstract Style implementation for use with the yFiles Java library. | |
| AbstractLabeledItem
| com.yworks.graph.model |
Base class for ILabeledItem instances. |
|
| AbstractLabelStyleRenderer
| com.yworks.graph.drawing |
Simple abstract base class of an ILabelStyleRenderer that
can be used to conveniently create custom label style implementations. |
|
| AbstractModelItem
| com.yworks.graph.model |
A basic implementation of a IModelItem
with support for pluggable ILookup implementations. |
|
| AbstractNodeRealizerSerializer
| com.yworks.io.graphml.realizer | Abstract base class for realizerserializers that can read and/or write node graphics information written/to be parsed by yFiles Java | |
| AbstractNodeStyleDeserializer
| com.yworks.io.graphml.reader.deserializer | ||
| AbstractNodeStyleRenderer
| com.yworks.graph.drawing |
An abstract implementation of an INodeStyleRenderer. |
|
| AbstractOutputHandler
| com.yworks.io.graphml.writer | Abstract base class for classes that write output into GraphML data elements. | |
| AbstractPortCandidateProvider
| com.yworks.graph.model |
An abstract convenience implementation of the
IPortCandidateProvider interface. |
|
| AbstractSerializer
| com.yworks.io.graphml.writer |
Stub implementation of ISerializer
|
|
| AbstractStyle
| com.yworks.graph.drawing | Abstract base class for visual style implementations. | |
| AbstractStyleInstaller
| com.yworks.graph.drawing | Abstract skeleton class for a style installer. | |
| AbstractStyleRenderer
| com.yworks.graph.drawing |
An abstract generic implementation of an IStyleRenderer
that can be used to install an IModelItem with
a corresponding IVisualStyle and a concrete
style implementation. |
|
| AbstractTextPaintable
| com.yworks.canvas.drawing |
Provides IPaintable implementations for drawing text. |
|
| AbstractUndoUnit
| com.yworks.support |
An abstract base implementation of IUndoUnit. |
|
| Actions
| com.yworks.resources | This class provides some default action icon classes. | |
| AdvancedStroke
| com.yworks.canvas.drawing | A advanced stroke implementation that allows drawing dotted/dashed strokes. | |
| AllCandidatesEdgePortCandidateProvider
| com.yworks.graph.model |
Simple implementation of the IEdgePortCandidateProvider
interface that returns a union of all source port candidates or
target port candidates, respectively, of the entities in the graph. |
|
| AnchoredPoint
| com.yworks.canvas.geom |
Provides implementations of the YPoint
interface that are dynamically updated depending on the state of
another geometric primitive they are being anchored to. |
|
| ArrayControlPoints
| com.yworks.canvas.geom |
An ArrayList based implementation of mutable IControlPoints. |
|
| ArrayList
| com.yworks.support | A basic list implementation that is backed by an Array. | |
| ArrowPaintable
| com.yworks.graph.drawing |
An IPaintable implementation that paints arrowheads and provides
bounds for the drawing engine. |
|
| ArrowType
| com.yworks.graph.drawing |
Predefines some arrow types that can be used together with
ArrowPaintable.create(uint,IPoint,IPoint,IStroke,IFill)
|
|
| AttributeInputHandler
| com.yworks.io.graphml.reader |
A data handler that stores attributes given as data elements in graphml files
into an IGraphDataHandler. |
|
| AttributeOutputHandler
| com.yworks.io.graphml.writer |
A data handler that writes attributes as data elements in graphml files
into an IGraphDataHandler. |
|
| BendCreatedEvent
| com.yworks.graph.input |
An Event which is dispatched when a new bend was created. |
|
| BendList
| com.yworks.graph.model |
A simple implementation of a list of IBends. |
|
| BevelNodeStyle
| com.yworks.graph.drawing |
Simple basic implementation of the IBevelNodeStyle
that is used by the BevelNodeStyleRenderer. |
|
| BevelNodeStyleDeserializer
| com.yworks.io.graphml.reader.deserializer |
A deserializer implementation that deserializes BevelNodeStyle instances. |
|
| BevelNodeStyleRenderer
| com.yworks.graph.drawing |
A INodeStyleRenderer implementation that draws a
rounded rectangle with a bevel border in a 'shiny plate' fashion. |
|
| BevelNodeStyleSerializer
| com.yworks.graph.drawing |
Serializer for BevelNodeStyle instances. |
|
| BitmapCache
| com.yworks.util | A global cache for bitmap data. | |
| BitmapNodeStyle
| com.yworks.graph.drawing | A node style than can use bitmap images for the visual representation of a node. | |
| BitmapNodeStyleDeserializer
| com.yworks.io.graphml.reader.deserializer |
A deserializer implementation that deserializes BitmapNodeStyle instances. |
|
| BitmapNodeStyleRenderer
| com.yworks.graph.drawing |
An IStyleRenderer that can handle BitmapNodeStyle instances. |
|
| BitmapNodeStyleSerializer
| com.yworks.io.graphml.writer.serializer |
Serializer for BitmapNodeStyle instances. |
|
| BoolHitTestable
| com.yworks.canvas.drawing | A HitTestable that always returns the boolean value passed to the constructor. | |
| BoundsProvider
| com.yworks.canvas.drawing |
Simple default implementation of IBoundsProvider
that returns a constant rectangle instance. |
|
| CallbackLookup
| com.yworks.support |
Utility class that implements the ILookup interface
by delegating to a callback function. |
|
| CanvasComponent
| com.yworks.canvas | A basic UI component for showing canvas objects. | |
| CanvasContextMenuEvent
| com.yworks.canvas.input |
This events wraps ContextMenuEvents and includes additional
properties related to the CanvasComponent. |
|
| CanvasEvent
| com.yworks.canvas |
The CanvasEvent class represents the event object passed to the event
listener for events dispatched by the CanvasComponent. |
|
| CanvasMouseEvent
| com.yworks.canvas.input |
This events wraps all MouseEvents on the stage and includes additional
properties related to the CanvasComponent. |
|
| CanvasObjectDependencyManager
| com.yworks.canvas |
A manager that keeps track of dirty items that are to be
repainted when only some of the canvas objects displayed in a CanvasComponent
are dirty. |
|
| CanvasObjectDescriptor
| com.yworks.canvas |
Default implementation of the ICanvasObjectDescriptor interface. |
|
| CanvasObjectDescriptorAdapter
| com.yworks.canvas |
Adapter class for the ICanvasObjectDescriptor interface. |
|
| ClickEvent
| com.yworks.canvas.input |
This event is dispatched by the ClickInputMode
when the mouse is clicked. |
|
| ClickInputMode
| com.yworks.canvas.input | An input mode that recognizes mouse clicks. | |
| CloneableBitmap
| com.yworks.util |
A Bitmap implementation which wraps BitmapData into a cloneable Bitmap. |
|
| CloneableSpriteAsset
| com.yworks.util |
A cloneable SpriteAsset which wraps a DisplayObject. |
|
| Collection
| com.yworks.support | A collection of data. | |
| CollectionIterator
| com.yworks.support |
An iterator implementation that iterates over the elements
of a Collection
|
|
| CollectionModelManager
| com.yworks.canvas.model |
An implementation of the ModelManager class
that automatically installs, updates and removes visual representations
of items in an ICollectionModel. |
|
| ColorStruct
| com.yworks.util | A convenience class to work with colors and alpha values | |
| CompatResourceInputHandler
| com.yworks.io.graphml.realizer | ||
| CompatResourceOutputHandler
| com.yworks.io.graphml.realizer | ||
| ComponentNodeStyle
| com.yworks.graph.drawing |
A node style that uses arbitrary Flex DisplayObjects to visualize nodes. |
|
| ComponentNodeStyleDeserializer
| com.yworks.io.graphml.reader.deserializer |
An IDeserializer for the ComponentNodeStyle. |
|
| ComponentNodeStyleRenderer
| com.yworks.graph.drawing |
A renderer which can handle ComponentNodeStyle
|
|
| CompositeCollectionModel
| com.yworks.util |
A ICollectionModel implementation that is the composite of two models. |
|
| CompositeHandle
| com.yworks.canvas.input |
A controller class that makes multiple IHandle
implementations appear to be synchronized. |
|
| CompositeIterable
| com.yworks.support | A composite iterable that enumerates two given enumerables one after the other. | |
| CompositeIterator
| com.yworks.support |
A composite Iterator that iterates two given Iterators one after the other. |
|
| CompositePortCandidateProvider
| com.yworks.graph.model |
A generic composite implementation for the IPortCandidateProvider interface. |
|
| CompositePositionHandler
| com.yworks.canvas.input |
A composite implementation of the IPositionHandler interface. |
|
| CompoundMovePortHandle
| com.yworks.graph.input |
A handle implementation that delegates to either a
PortRelocationHandle to reassign an edge to
a different port or to a handle that moves a port. |
|
| CompoundMovePortHandleProvider
| com.yworks.graph.input |
A handle provider that provides CompoundMovePortHandle
instances for the source and target ports of an edge. |
|
| CompoundUndoUnit
| com.yworks.support |
A generic support class that can manage IUndoUnit instances to support undoability. |
|
| ConcurrencyController
| com.yworks.canvas.input |
A controller class that manages a number of IConcurrentInputMode
implementations. |
|
| Config
| com.yworks.support | Configuration mechanism that allows to change the application configuration of a compiled yFiles FLEX application using arbitrary configuration parameters. | |
| ContextMenuInputMode
| com.yworks.canvas.input |
An implementation of the IInputMode interface that allows
to customize the context menu that is shown when the user clicks the right mouse button. |
|
| ControlPoints
| com.yworks.canvas.geom |
A array based implementation of mutable IControlPoints
|
|
| CreateBendInputMode
| com.yworks.graph.input |
A specialized IInputMode used for creating bends at edges
in an IGraph displayed in a CanvasComponent. |
|
| CreateEdgeInputMode
| com.yworks.graph.input |
A specialized IInputMode used for creating edges between nodes
in an IGraph displayed in a CanvasControl. |
|
| CurrentEdgePortsCandidateProvider
| com.yworks.graph.model |
An implementation of the IEdgePortCandidateProvider
interface that returns the current source and target ports
|
|
| Cursor
| com.yworks.resources | Encapsulates a cursor icon and allows activation and deactivation of cursor icons. | |
| CursorProvider
| com.yworks.resources | Provides a global mapping from cursor names to cursor instances. | |
| DefaultArrow
| com.yworks.graph.model |
An abstract base class for an |
|
| DefaultArrowDeserializer
| com.yworks.io.graphml.reader.deserializer |
A deserializer implementation that deserializes IArrow instances. |
|
| DefaultArrowSerializer
| com.yworks.io.graphml.writer.serializer |
A serializer implementation that serializes IArrow instances. |
|
| DefaultBend
| com.yworks.graph.model |
A simple mutable implementation of the IBend
interface that can be used stand-alone. |
|
| DefaultBendCreator
| com.yworks.graph.model |
Simple default implementations of the IBendCreator
interface used during the creation of bends
in the UI. |
|
| DefaultBendLookup
| com.yworks.graph.model |
This is the default lookup implementation used by IBend's
lookup() method. |
|
| DefaultCanvasGroupProvider
| com.yworks.canvas.model |
Utility class that provides simple factory methods for ICanvasGroupProvider
convenience implementations. |
|
| DefaultCollectionModel
| com.yworks.canvas.model |
A simple default implementation of an ICollectionModel
that is backed by an ordinary Collection
|
|
| DefaultEdge
| com.yworks.graph.model |
A simple mutable implementation of the IEdge
interface that can be used stand-alone. |
|
| DefaultEdgeIntersectionCalculator
| com.yworks.graph.model | Default implementation of an edge intersection calculator. | |
| DefaultEdgeLookup
| com.yworks.graph.model |
The default ILookup implementation as it is used by the
framework's implementations of IEdge. |
|
| DefaultEdgePortsCandidateProvider
| com.yworks.graph.model |
An implementation of the IEdgePortCandidateProvider
interface that returns the candidates provided by the
source and target node's IPortCandidateProvider implementations
or the existing edge's port, if no such provider is registered. |
|
| DefaultGraph
| com.yworks.graph.model |
Central implementation of the IGraph interface. |
|
| DefaultGraphElementFactory
| com.yworks.io.graphml.reader |
Default implementation of the IGraphItemFactory interface. |
|
| DefaultGraphElementProvider
| com.yworks.io.graphml.writer | ||
| DefaultGraphStructure
| com.yworks.graph.model |
This class can be used to build a specialized DefaultGraph instance. |
|
| DefaultItemLookup
| com.yworks.graph.model |
An abstract base class for a ILookup implementation
that also implements IContextLookupChainLink and
IContextLookup. |
|
| DefaultLabel
| com.yworks.graph.model |
A simple mutable implementation of the ILabel
interface that can be used stand-alone. |
|
| DefaultLabelLookup
| com.yworks.graph.model |
This is the default lookup implementation used by ILabel's
lookup() method. |
|
| DefaultLabelModelParameterFinder
| com.yworks.graph.model |
A simple default implementation of the ILabelModelParameterFinder interface that uses the
ILabelModel's own ILabelModelParameterProvider instance to find the closest match. |
|
| DefaultNode
| com.yworks.graph.model |
A simple mutable implementation of the INode
interface that can be used stand-alone. |
|
| DefaultNodeHierarchy
| com.yworks.graph.model |
A basic implementation of the INodeHierarchy interface. |
|
| DefaultNodeLookup
| com.yworks.graph.model |
This is the default implementation for lookup queries on
INode instances. |
|
| DefaultPort
| com.yworks.graph.model |
A simple mutable implementation of the IPort
interface that can be used stand-alone. |
|
| DefaultPortCandidate
| com.yworks.graph.model |
A simple default implementation of an IPortCandidate. |
|
| DefaultPortCandidateDescriptor
| com.yworks.graph.model |
A simple ICanvasObjectDescriptor that can be used
to draw IPortCandidate instances in a CanvasComponent. |
|
| DefaultPortLookup
| com.yworks.graph.model |
The default lookup delegat used for IPort
instances. |
|
| DefaultPositionHandler
| com.yworks.graph.drawing |
Generic default implementation of an IPositionHandler. |
|
| DefaultSelectionModel
| com.yworks.graph.model |
Default implementation of an ISelectionModel that
is based on a second collection model to hold the selected elements. |
|
| DefaultServerAction
| com.yworks.remote |
A simple default ServerAction implementation for XML server responses
that uses a ResultHandler implementation for handling the server response. |
|
| DefaultXmlWriter
| com.yworks.io.graphml.writer | ||
| DelegatingStyle
| com.yworks.graph.drawing | A style that wraps another style. | |
| DelegatingStyleRenderer
| com.yworks.graph.drawing | ||
| DictionaryMapper
| com.yworks.support |
A dictionary-like mapper based on a Dictionary
|
|
| DirectGraphMLWriter
| com.yworks.io.graphml.writer | Implementation that writes a graph to a XML Object in GraphML format. | |
| DotnetCompatGraphMLIOHandler
| com.yworks.io.graphml | A GraphMLIOHandler that is configured for compatibility with yFiles.NET. | |
| DownloadHandler
| com.yworks.remote | Handler for server requests that are expected to respond with a file stream which will be saved locally. | |
| DragEvent
| com.yworks.canvas.input |
Event class that is used by IInputModes that
may perform or trigger the dragging of items in the canvas. |
|
| EdgeStyleInputHandler
| com.yworks.io.graphml.reader | This class manages the deserialization of all edge styles in the graphml input. | |
| EdgeStyleInstaller
| com.yworks.graph.drawing |
A style installer for edge model items that have a specific IVisualStyle
in their lookup. |
|
| EdgeStyleOutputHandler
| com.yworks.io.graphml.writer |
An IOutputHandler implementation that writes styles for
edge objects. |
|
| EmptyIterable
| com.yworks.support |
A utility class that implements an immutable always empty Iterable. |
|
| EmptyIterator
| com.yworks.support |
A utility class that implements an always empty Iterator. |
|
| EmptyPortsCandidateProvider
| com.yworks.graph.model |
A generic implementation of the IPortCandidateProvider interface that provides
no candidates. |
|
| EventRecognizers
| com.yworks.canvas.input |
This class provides some event recognizer functions used by IInputModes
in order to recognize mouse or keyboard events. |
|
| ExportOptions
| com.yworks.io | Instances of this class represent export options, e.g. | |
| ExteriorLabelModel
| com.yworks.graph.model |
A label model for node labels that lie outside of the node's INode.layout bounds. |
|
| ExteriorLabelModelParameterDeserializer
| com.yworks.io.graphml.reader.deserializer |
A deserializer implementation that deserializes ExteriorLabelModel instances. |
|
| FillDeserializer
| com.yworks.io.graphml.reader.deserializer |
A deserializer implementation that deserializes IFill instances. |
|
| Fills
| com.yworks.graph.drawing | A small set of standard fill colors | |
| FillSerializer
| com.yworks.io.graphml.writer.serializer |
A serializer implementation that serializes IFill instances. |
|
| FontDeserializer
| com.yworks.io.graphml.reader.deserializer |
A deserializer that deserializes UITextFormat instances. |
|
| FontManager
| com.yworks.support | Class which provides convenience methods for font handling. | |
| FontSerializer
| com.yworks.io.graphml.writer.serializer |
A serializer that serializes UITextFormat instances. |
|
| FreeEdgeLabelModel
| com.yworks.graph.model | An edge label model that can be used to describe any position and orientation of a label. | |
| FreeNodeLabelModel
| com.yworks.graph.model | A node label model that can be used to describe any position and orientation of a label. | |
| GeneralPath
| com.yworks.canvas.drawing | Models a path that consists of lines and bezier curves. | |
| GeneralPathDeserializer
| com.yworks.io.graphml.reader.deserializer |
Deserializer implementation that deserializes GeneralPath instances. |
|
| GeneralPathNodeStyle
| com.yworks.graph.drawing |
Generic mutable implementation of an IGeneralPathNodeStyle. |
|
| GeneralPathNodeStyleDeserializer
| com.yworks.io.graphml.reader.deserializer |
Deserializer implementation that deserializes IGeneralPathNodeStyle instances. |
|
| GeneralPathNodeStyleRenderer
| com.yworks.graph.drawing |
An IStyleRenderer implementation that can handle IGeneralPathNodeStyle
instances. |
|
| GeneralPathNodeStyleSerializer
| com.yworks.io.graphml.writer.serializer |
Serializer implementation that serializes IGeneralPathNodeStyle instances. |
|
| GeneralPathSerializer
| com.yworks.io.graphml.writer.serializer |
Implementation of AbstractSerializer for GeneralPaths
This implementation just writes an ordered list of all operations in the GeneralPath. |
|
| GenericLabelModel
| com.yworks.graph.model |
An implementation of ILabelModel that can be used to create custom label models
out of existing ILabelModelParameter instances. |
|
| GeomSupport
| com.yworks.canvas.geom | Utility class that performs all kind of geometric operations. | |
| GraphCanvasComponent
| com.yworks.ui |
An UIComponent that displays and animates IGraphs. |
|
| GraphClipboard
| com.yworks.graph.model |
Clipboard implementation for IGraph instances. |
|
| GraphCopier
| com.yworks.graph.model |
Utility class that copies parts of an IGraph to another instance. |
|
| GraphEditorInputMode
| com.yworks.graph.input |
A complex IInputMode that can be used in a GraphCanvasComponent
to edit an IGraph instance. |
|
| GraphEvent
| com.yworks.graph.model | An Event containing information about creation, update or removal of graph items. | |
| GraphEventKind
| com.yworks.graph.model | Constants defining the various graph event kinds. | |
| GraphicsSerializationToolkit
| com.yworks.io.graphml.realizer | Provides static helper functions for parsing and writing graphml files. | |
| GraphItemTypes
| com.yworks.graph.model |
This class provides constants that can be used for various properties which
take a bitwise combination of IGraph item types. |
|
| GraphMLConstants
| com.yworks.io.graphml | Constants used for GraphML parsing and writing. | |
| GraphMLContext
| com.yworks.io.graphml | A Context object storing parameters and objects needed for GraphML writing oder parsing. | |
| GraphMLIOHandler
| com.yworks.io.graphml | An IOHandler that can read and write graphs in graphml format. | |
| GraphMLParseContext
| com.yworks.io.graphml.reader | A GraphMLContext that is used for storing state during the parsing process. | |
| GraphMLParser
| com.yworks.io.graphml.reader | A parser that can handle GraphML data. | |
| GraphMLWriteContext
| com.yworks.io.graphml.writer | Description of the context for the serialization process. | |
| GraphMLWriteError
| com.yworks.io.graphml.writer | A fatal error that occured while writing graphml output. | |
| GraphModelManager
| com.yworks.graph.model |
Manages the visual appearance of an IGraph instance
in a CanvasComponent. |
|
| GraphMorpher
| com.yworks.graph.anim | Creates graph animations that morph a graph from its current layout to a new layout. | |
| GraphMorphEvent
| com.yworks.graph.anim | An Event that can be used to be informed about the start and end of graph morphing. | |
| GraphMoveInputMode
| com.yworks.graph.input |
A MoveInputMode that supports partial invalidation
of canvas objects using a CanvasObjectDependencyManager. |
|
| GraphOverviewComponent
| com.yworks.ui |
Convenience component implementation that shows an overview of an IGraph contained in another
GraphCanvasComponent
This control uses a |
|
| GraphSelection
| com.yworks.graph.model |
Simple implementation of the IGraphSelection interface,
which manages the selection state of items in an IGraph
instance. |
|
| GroupedGraph
| com.yworks.graph.model |
Default implementation of the IGroupedGraph interface that can be used
to decorate IGraph instances. |
|
| HandleInputMode
| com.yworks.canvas.input |
An IInputMode implementation that can handle a collection
of IHandles. |
|
| HandleType
| com.yworks.canvas.input |
Describes the type of an IHandle. |
|
| HashSet
| com.yworks.support |
A Collection that obeys the 'set' semantics. |
|
| Hierarchies
| com.yworks.graph.model |
Utility class that offers static convenience methods for
often used tasks in conjunction with INodeHierarchy
instances. |
|
| HierarchyTreeView
| com.yworks.ui.tree |
Utility class that helps in visualizing an INodeHierarchy in a
mx.controls.Tree. |
|
| HighlightPaintManager
| com.yworks.canvas.model |
A ModelManager implementation that manages the
visual decorations of highlighted elements in a canvas. |
|
| HitTest
| com.yworks.canvas.input |
An enumeration for use in GraphEditorInputMode.findHits. |
|
| HitTestables
| com.yworks.canvas.drawing |
A utility class that provides simple IHitTestable implementations. |
|
| HttpServiceFactory
| com.yworks.remote |
A Factory that creates and configures HTTPService instances
that are configured for interoperability with the yFiles FLEX server API. |
|
| IAdvancedStroke
| com.yworks.canvas.drawing |
A advanced IStroke that allows for custom stroke rendering. |
|
| IArrow
| 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
| com.yworks.io.graphml.reader | Interface for storing parsed attribute values in the graph. | |
| IAttributeProvider
| com.yworks.io.graphml.writer | Provides data for writing GraphML attributes | |
| IBend
| com.yworks.graph.model |
The interface used in an IGraph implementation
to control the layout of IEdges. |
|
| IBendCreator
| com.yworks.graph.model | Callback interface for instances that can create bends for a given edge and graph. | |
| IBendList
| com.yworks.graph.model |
A strongly typed readonly list-like collection of IBends
used in IGraph implementations. |
|
| IBendLocationChangedListener
| com.yworks.graph.model | Classes, who want to be informed aboud bend location changes, have to implement this. | |
| IBendLocationChangedReporter
| com.yworks.graph.model |
Interface for Classes which can register IBendLocationChangedListeners and report
changes in bend locations to these. |
|
| IBendSelectionTester
| com.yworks.graph.model | Interface that can be used to find bends at specific locations in the canvas. | |
| IBevelNodeStyle
| com.yworks.graph.drawing |
Interface used by BevelNodeStyleRenderer
to query the properties from. |
|
| IBoundsProvider
| com.yworks.canvas.drawing | Interface that is implemented for elements that can provide painting bounds in the world coordinate system. | |
| ICanvasContext
| com.yworks.canvas |
This interface describes the context for many operations performed
on items in a CanvasControl. |
|
| ICanvasGroupProvider
| com.yworks.canvas.model |
Simple query interface that returns an ICanvasObjectGroup
for a given item. |
|
| ICanvasObject
| com.yworks.canvas |
This is the interface implemented by the basic building blocks of a
canvas object tree in a CanvasComponent. |
|
| ICanvasObjectDescriptor
| com.yworks.canvas |
Central interface used by the CanvasComponent to render
elements from the canvas object tree. |
|
| ICanvasObjectGroup
| com.yworks.canvas |
This is the interface implemented by the composite building blocks of a canvas
object tree
in a CanvasComponent. |
|
| IClipboardHelper
| 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
| com.yworks.support | Interface for Objects which can create a clone of themselves. | |
| ICollectionModel
| com.yworks.util |
The interface for a collection that will notify registered listeners
of changes to its contents using CollectionEvents. |
|
| ICompoundEdit
| com.yworks.support |
The interface used by IUndoSupport's and "UndoEngine's
UndoEngine.beginCompoundEdit implementation. |
|
| IConcurrentInputMode
| com.yworks.canvas.input |
Specializes the IInputMode interface to support
concurrency via ConcurrencyController instances. |
|
| IconLabelStyle
| com.yworks.graph.drawing |
The default mutable implementation of the IIconLabelStyle interface. |
|
| IconLabelStyleDecorator
| com.yworks.graph.drawing |
The default mutable implementation of the IIconLabelStyleDecorator interface. |
|
| IconLabelStyleDecoratorDeserializer
| com.yworks.io.graphml.reader.deserializer | A Deserializer which can handle IconLabelStyleDecorator | |
| IconLabelStyleDeserializer
| com.yworks.io.graphml.reader.deserializer | A Deserializer which can handle IconLabelStyle | |
| IconLabelStyleRenderer
| com.yworks.graph.drawing |
An IStyleRenderer that can handle IIconLabelStyle
and IIconLabelStyleDecorator instances. |
|
| IContainsTest
| com.yworks.canvas.geom | An interface that checks for containment of a point in 2D coordinate space. | |
| IContextLookup
| com.yworks.support |
An interface for instances that can provide a ILookup capabilities
for a given object. |
|
| IContextLookupChainLink
| com.yworks.support | An interface for instances that can be used to chain lookup operations. | |
| IControlPoints
| com.yworks.canvas.geom | An iterable collection of points. | |
| IDeserializer
| com.yworks.io.graphml.reader | Interface fo classes that provide deserialization of Xml content in GraphML. | |
| IEdge
| com.yworks.graph.model |
The interface used to model edges in an IGraph implementation. |
|
| IEdgeIntersectionCalculator
| com.yworks.graph.drawing | Interface used by the framework mainly for calculating the visble path of an edge. | |
| IEdgePortCandidateProvider
| com.yworks.graph.model |
This interface can be used to query IPortCandidates
for a specific existing IEdge. |
|
| IEdgeRealizerSerializer
| com.yworks.io.graphml.realizer | Interface for reading and/or writing edge graphics information written/to be parsed by yFiles Java | |
| IEdgeStyle
| com.yworks.graph.drawing |
IVisualStyle implementation for IEdge instances in an IGraph. |
|
| IEdgeStyleRenderer
| 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
| com.yworks.graph.drawing |
Interface for node styles that can display node shapes with a boundary
that is defined by a GeneralPath instance. |
|
| IGraph
| com.yworks.graph.model |
Central interface that models a graph which can be displayed
in a GraphCanvasComponent. |
|
| IGraphElementProvider
| com.yworks.io.graphml.writer | Provide generic access to the objects in a graph structure | |
| IGraphItemFactory
| com.yworks.io.graphml.reader | This interface defines a factory for the creation of graphs and graph elements. | |
| IGraphMLParseErrorHandler
| com.yworks.io.graphml.reader | Error handler class to manage errors during the parsing process. | |
| IGraphMLWriteErrorHandler
| com.yworks.io.graphml.writer | Error handler class to manage errors during the writing process. | |
| IGraphSelection
| com.yworks.graph.model |
Manages the selection state of items in an IGraph
instance. |
|
| IGraphStructure
| com.yworks.graph.model |
The interface used by utility classes that DefaultGraph
delegates most of its work to. |
|
| IGraphUndoUnitSupport
| com.yworks.graph.model |
Support interface that is used by DefaultGraph to create the IUndoUnits
for structural graph changes. |
|
| IGroupBoundsCalculator
| com.yworks.graph.drawing |
Interface for implementations that can calculate the bounds of a group
node in a IGroupedGraph. |
|
| IGroupedGraph
| com.yworks.graph.model |
Provides a hierarchic view over an IGraph. |
|
| IHandle
| 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
| com.yworks.canvas.input |
Interface for an object that provides a number of
IHandle implementations. |
|
| IHighlightPaintableInstaller
| 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
| com.yworks.canvas.drawing | Interface that is implemented for elements that can be hit or picked in a coordinate system. | |
| IHitTestIterator
| com.yworks.graph.model | An interface that can enumerate hits for a certain position in world coordinates. | |