Package | Description |
---|---|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.dxf |
Provides a reader for the DXF file format.
|
ilog.views.graphic |
Contains the predefined graphic objects of JViews.
|
ilog.views.graphic.linkbundle |
Provides a grapher link that stores and represents a bundle
of individual links ("sublinks").
|
ilog.views.graphic.linkpolicy |
Contains the link shape policies.
|
ilog.views.graphlayout |
A high-level, generic framework for the graph layout services provided
by JViews, which allows you to easily obtain readable representations
of graphs and networks.
|
ilog.views.graphlayout.basic |
This package contains base classes for other layout algorithms.
|
ilog.views.graphlayout.bus |
The Bus Layout algorithm is designed to display bus network
topologies, that is, a set of nodes connected to a
bus node.
|
ilog.views.graphlayout.grid |
The Grid Layout arranges the nodes either in the cells of a matrix (grid), or by rows or columns.
|
ilog.views.graphlayout.hierarchical |
The Hierarchical Layout algorithm arranges the nodes of the graph
in horizontal or vertical levels, so that the majority of the
links point in the same direction (top-down, left-to-right, and so on).
|
ilog.views.graphlayout.multiple |
The Multiple Layout class is not really a layout algorithm but rather a
facility to compose multiple layout algorithms and treat them as one algorithm
object.
|
ilog.views.graphlayout.springembedder |
The Spring Embedder Layout algorithm can be used to lay out
any type of graph.
|
ilog.views.graphlayout.tree |
The Tree Layout arranges the nodes of a tree horizontally, vertically or
radially, starting from the root of the tree.
|
ilog.views.hypergraph |
This package contains the graphic framework for hypergraphs.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicVector |
IlvManager.getAllObjects(IlvPoint p,
IlvManagerView view,
boolean traverse,
boolean includeSubManagersIfInnerNodesFound)
Returns all visible graphic objects located at the specified point in a
manager view.
|
IlvGraphicVector |
IlvManager.getAllObjects(IlvPoint p,
int layer,
IlvManagerView view)
Returns all visible graphic objects located at the specified point in a
manager view for a specified layer.
|
IlvGraphicVector |
IlvObjectWithSelection.getAllSelectableObjects(IlvPoint p,
IlvManagerView view,
IlvTransformer t,
boolean traverse,
boolean includeParentsIfInnerFound)
Returns all selectable object at the given point.
|
IlvGraphicVector |
IlvManager.getAllSelectableObjects(IlvPoint p,
IlvManagerView view,
IlvTransformer t,
boolean traverse,
boolean includeParentsIfInnerFound)
Returns all selectable graphic objects at the specified point in a
manager view.
|
static IlvGraphicVector |
IlvGraphicUtil.startBidiChange(IlvGraphicBag bag)
Starts a session that changes either the base text direction, the locale
or the component orientation of a graphic bag.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvApplyObjects.apply(IlvGraphicVector objects,
Object arg)
The
apply method that performs the action. |
void |
IlvManager.applyToObjects(IlvGraphicVector vector,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to many graphic objects.
|
void |
IlvManager.applyToObjects(IlvGraphicVector vector,
IlvApplyObjects f,
Object arg,
boolean redraw)
Applies a method that affects many graphic objects.
|
void |
IlvIndexedSet.collectObjects(IlvPoint p,
IlvPoint tp,
IlvTransformer t,
IlvGraphicVector result)
Collects all visible objects at a specified location.
|
void |
IlvIndexedSet.collectSelectableObjects(IlvPoint p,
IlvPoint tp,
IlvTransformer t,
IlvGraphicVector result)
Collects all visible and selectable objects at a specified location.
|
static void |
IlvGraphicUtil.stopBidiChange(IlvGraphicBag bag,
IlvGraphicVector v,
boolean redraw)
Stops a session that changes either the base text direction, the locale
or the component orientation of a graphic bag.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphic |
IlvDefaultDXFGraphicFactory.createInsert(IlvGraphicVector children,
String blockName,
Color color)
Creates a graphic object for the DXF entity INSERT,
The default implementation creates an
IlvGraphicSet
containing the child objects, except if there is only one child
object, in which case this object is returned. |
IlvGraphic |
IlvDXFGraphicFactory.createInsert(IlvGraphicVector children,
String blockName,
Color color)
Creates a graphic object containing a set of graphic objects,
for the DXF entity INSERT.
|
Modifier and Type | Field and Description |
---|---|
protected IlvGraphicVector |
IlvGraphicSet.list
The internal
IlvGraphicVector storing the IlvGraphic
instances for this IlvGraphicSet . |
Modifier and Type | Method and Description |
---|---|
IlvGraphicVector |
IlvLinkBundle.getAllSelectableObjects(IlvPoint p,
IlvManagerView view,
IlvTransformer t,
boolean traverse,
boolean includeParentsIfInnerFound)
Returns all selectable object at the given point.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlvCrossingLinkShapePolicy.CollectLinksAndPolicies(IlvManager manager,
boolean traverse,
boolean onlyCrossingEnabled,
IlvGraphicVector links,
Vector policies)
Collect all crossing link shape policies, and all links that have these
policies, from the input manager.
|
static void |
IlvCrossingLinkShapePolicy.SetCrossingEnabled(IlvManager manager,
IlvGraphicVector links,
boolean flag,
boolean redraw)
Enables or disables the display of crossings of all crossing aware links
in the input links vector.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicVector |
IlvGraphLayout.getMovingNodes()
Returns the vector of nodes being moved by the graph layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicVector |
IlvBasicLinkStyleLayout.getMovingNodes()
Returns the vector of nodes being moved by the graph layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicVector |
IlvBusLayout.getMovingNodes()
Returns the vector of nodes being moved by the graph layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicVector |
IlvGridLayout.getMovingNodes()
Returns the vector of nodes being moved by the graph layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicVector |
IlvHierarchicalLayout.getMovingNodes()
Returns the vector of nodes being moved by the graph layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicVector |
IlvMultipleLayout.getMovingNodes()
Returns the vector of nodes being moved by the graph layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicVector |
IlvSpringEmbedderLayout.getMovingNodes()
Deprecated.
Returns the vector of nodes being moved by the graph layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphicVector |
IlvTreeLayout.getMovingNodes()
Returns the vector of nodes being moved by the graph layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHyperEdge.setFrom(IlvGraphicVector from)
Changes the origins of the edge.
|
void |
IlvHyperEdge.setTo(IlvGraphicVector to)
Changes the destinations of the edge.
|
Constructor and Description |
---|
IlvHyperEdge(IlvGraphicVector from,
IlvGraphicVector to)
Creates a new hyperedge.
|
IlvSegmentedHyperEdge(IlvGraphicVector from,
IlvGraphicVector to)
Creates a new segmented hyperedge.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.