Package | Description |
---|---|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvActivityTileLayout.DefaultTilingPolicy
A
DefaultTilingPolicy takes each given activity graphic and attempts to
place it into the first existing subrow that will accommodate it. |
Modifier and Type | Method and Description |
---|---|
IlvActivityTileLayout.TilingPolicy |
IlvActivityTileLayout.getTilingPolicy()
Returns the tiling policy that controls how many subrows are created by the layout
for each Gantt row and how activities are assigned to the
subrows.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvActivityTileLayout.setTilingPolicy(IlvActivityTileLayout.TilingPolicy tilingPolicy)
Sets the tiling policy that controls how many subrows are created for each
Gantt row and how activities are assigned to the subrows.
|
Constructor and Description |
---|
IlvActivityTileLayout(IlvActivityTileLayout.TilingPolicy tilingPolicy,
boolean compareBoundingBoxes,
boolean constantRowHeight)
Creates a tile layout with the specified layout parameters.
|
IlvActivityTileLayout(IlvActivityTileLayout.TilingPolicy tilingPolicy,
boolean compareBoundingBoxes,
boolean constantRowHeight,
double topMargin,
double bottomMargin,
double subrowPadding)
Creates a tile layout with the specified layout parameters.
|
IlvActivityTileLayout(IlvGanttSheet ganttSheet,
IlvActivityTileLayout.TilingPolicy tilingPolicy,
boolean compareBoundingBoxes,
boolean constantRowHeight,
double topMargin,
double bottomMargin,
double subrowPadding)
Creates a tile layout with the specified layout parameters.
|
IlvActivityTileLayout(IlvHierarchyChart chart,
IlvActivityTileLayout.TilingPolicy tilingPolicy,
boolean compareBoundingBoxes,
boolean constantRowHeight)
Deprecated.
Since JViews 8.8, please use the constructor that does not take an
IlvHierarchyChart argument. |
IlvActivityTileLayout(IlvHierarchyChart chart,
IlvActivityTileLayout.TilingPolicy tilingPolicy,
boolean compareBoundingBoxes,
boolean constantRowHeight,
double topMargin,
double bottomMargin,
double subrowPadding)
Deprecated.
Since JViews 8.8, please use the constructor that does not take an
IlvHierarchyChart argument. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.