IlvGraphLayoutRenderer
and
IlvLinkLayoutRenderer
that give access to
the Rogue Wave JViews Graph Layout capabilities.See: Description
Interface | Description |
---|---|
IlvGraphLayoutParametersProvider |
A provider can allocate the
IlvGraphLayoutParameters
for a specific layout style. |
Class | Description |
---|---|
IlvGraphLayoutEditor |
Property editor for graph layouts.
|
IlvGraphLayoutParameters |
The base class for classes that are loaded dynamically
to add custom setters for graph layout parameters.
|
IlvGraphLayoutRenderer |
The class
IlvGraphLayoutRenderer is a
filtering renderer that applies a graph layout algorithm
to the links and/or the nodes of the graph. |
IlvGraphLayoutRenderer.GraphLayoutParametersBean |
This auxiliary class is internally used to encapsulate graph layout
parameters as Java Beans.
|
IlvGraphLayoutRenderer.ParameterSetter |
This inner class is used to register custom graph layout
parameters with the
IlvGraphLayoutRenderer . |
IlvLabelLayoutRenderer |
The class
IlvLabelLayoutRenderer is a
filtering renderer that applies an "annealing" label layout algorithm
to:
The labels of a graph
The labels of the IlvGeneralNode instances
The labels of the IlvGeneralLink instances
The labels of the IlvSDMCompositeNode instances which are direct children of the root IlvSDMCompositeNode
The labels of the IlvSDMCompositeLink instances which are direct children of the root IlvSDMCompositeLink
For each label of an IlvComposite instance, its IlvAnnealingLabelDescriptor
instance can be customized in the style sheet. |
IlvLinkLayoutRenderer |
The class
IlvLinkLayoutRenderer is a subclass
of IlvGraphLayoutRenderer that is specialized for
link layout. |
IlvLinkLayoutRenderer.SDMRelativeLinkConnector | Deprecated
Beginning with JViews 6.0 you should use
IlvSDMFreeLinkConnector instead, which has the same functionality. |
IlvSDMObjectComparator |
IlvSDMObjectComparator allows you to define one or more
ordering criteria for the nodes and links of a graph. |
IlvSDMObjectComparator.ComparatorSortCriteria |
ComparatorSortCriteria defines a sort criteria
by using an implementation of java.util.Comparator . |
IlvSDMObjectComparator.DataModelAttributeSortCriteria |
DataModelAttributeSortCriteria defines a sort criteria
that allows you to specify the order using data model attributes
of the objects. |
IlvSDMObjectComparator.ModelOrderSortCriteria |
ModelOrderSortCriteria defines a sort criteria
to order the objects as in the SDM model. |
IlvSDMObjectComparator.SortCriteria |
SortCriteria is the base class
for specifying a sort criteria. |
IlvSwimLanesRenderer |
The SwimLanes renderer is responsible for displaying "swimlanes."
|
IlvSwimLanesRenderer.DefaultSwimLaneGraphic |
This class is used by the
IlvSwimLanesRenderer to display
swimlanes. |
IlvGraphLayoutRenderer
and
IlvLinkLayoutRenderer
that give access to
the Rogue Wave JViews Graph Layout capabilities.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.