Package | Description |
---|---|
ilog.views.bpmn |
Contains the classes for the BPMN Support.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvBPMNRenderer
The class
IlvBPMNRenderer manages nodes used to represent activities. |
Modifier and Type | Class and Description |
---|---|
class |
IlvCompositeRenderer
The class
IlvCompositeRenderer manages IlvSDMCompositeNode and IlvSDMCompositeLink . |
class |
IlvExpandCollapseRenderer
Deprecated.
Beginning with Rogue Wave JViews 5.0, collapsible sub-graphs are supported
directly by the Rogue Wave JViews Graphics Framework (see the class
IlvManager for more details). A new SDM renderer class,
IlvSubGraphRenderer , has been added to
represent sub-graphs of the data model as IlvGrapher objects
added as graphic objects in the parent IlvGrapher . The
ExpandCollapse renderer name used in an SDM style sheet now
activates this new IlvSubGraphRenderer , instead of the
IlvExpandCollapseRenderer . You can also use the
name SubGraph , which is an alias for the same renderer.
Most applications will work seamlessly with the new IlvSubGraphRenderer ,
so in general you do not need to change anything (code or style sheets).
It may happen, though, that an application relies on the details of the implementation
of IlvExpandCollapseRenderer . For this reason, it is still possible
to use the Rogue Wave JViews 4.0 IlvExpandCollapseRenderer
by specifying the renderer name ExpandCollapse40 . |
class |
IlvLaneRenderer
This class is an alternative implementation of swimlanes.
|
class |
IlvLegendRenderer
The class
IlvLegendRenderer is a
filtering renderer that draws a legend on top
of the graph, or in a separate window. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.