Release Notes |
This document contains a summary of new features and enhancements, late breaking product issues, and bug fixes. The following describes changes to Rogue Wave JViews Gantt since version 8.10. Release notes documenting changes in previous versions are located in the current directory.
Incompatibilities
General Changes
Library Changes
ilog.views.gantt.graphic.IlvActivityLogisticLayout
ilog.views.gantt.graphic.IlvActivitySimpleLayout
ilog.views.gantt.graphic.IlvActivityTileLayout
ilog.views.gantt.graphic.IlvConstraintGraphic
ilog.views.gantt.graphic.IlvGanttSheet
ilog.views.gantt.graphic.interactor.IlvActivityGraphicDuplicateInteractor
ilog.views.gantt.graphic.renderer.composite.IlvProportionalChildSize
ilog.views.gantt.graphic.renderer.IlvActivityGraphicRenderer
ilog.views.gantt.graphic.renderer.IlvBasicActivityLabel
ilog.views.gantt.swing.calendarview.IlvDefaultMilestoneCalendarRenderer
ilog.views.gantt.print.IlvPrintableGanttSheet
ilog.views.gantt.graphic.IlvActivityLogisticLayout
IlvActivityLogisticLayout(int, double, double)
: Creates a new IlvActivityLogisticLayout
.IlvActivityLogisticLayout(int, float, float)
setCascadeOffset(double)
: Sets the vertical cascade offset used in CASCADE
and
PRETTY
layout modes.setCascadeOffset(float)
ilog.views.gantt.graphic.IlvActivitySimpleLayout
IlvActivitySimpleLayout(double, double)
: Creates an IlvActivitySimpleLayout
with the specified vertical row
margins.IlvActivitySimpleLayout(float, float)
setBottomMargin(double)
: Sets the bottom row margin of the activity layout.setTopMargin(double)
: Sets the top row margin of the activity layout.setBottomMargin(float)
setTopMargin(float)
ilog.views.gantt.graphic.IlvActivityTileLayout
IlvActivityTileLayout(ilog.views.gantt.IlvHierarchyChart, boolean, boolean, double, double, double)
: Creates a tile layout with a DefaultTilingPolicy
and the specified layout
parameters.IlvActivityTileLayout(ilog.views.gantt.graphic.IlvGanttSheet, ilog.views.gantt.graphic.IlvActivityTileLayout$TilingPolicy, boolean, boolean, double, double, double)
: Creates a tile layout with the specified layout parameters.IlvActivityTileLayout(boolean, boolean, double, double, double)
: Creates a tile layout with a DefaultTilingPolicy
and the specified layout
parameters.IlvActivityTileLayout(ilog.views.gantt.IlvHierarchyChart, ilog.views.gantt.graphic.IlvActivityTileLayout$TilingPolicy, boolean, boolean, double, double, double)
: Creates a tile layout with the specified layout parameters.IlvActivityTileLayout(ilog.views.gantt.graphic.IlvActivityTileLayout$TilingPolicy, boolean, boolean, double, double, double)
: Creates a tile layout with the specified layout parameters.IlvActivityTileLayout(ilog.views.gantt.graphic.IlvGanttSheet, ilog.views.gantt.graphic.IlvActivityTileLayout$TilingPolicy, boolean, boolean, float, float, float)
IlvActivityTileLayout(ilog.views.gantt.IlvHierarchyChart, boolean, boolean, float, float, float)
IlvActivityTileLayout(ilog.views.gantt.graphic.IlvActivityTileLayout$TilingPolicy, boolean, boolean, float, float, float)
IlvActivityTileLayout(boolean, boolean, float, float, float)
IlvActivityTileLayout(ilog.views.gantt.IlvHierarchyChart, ilog.views.gantt.graphic.IlvActivityTileLayout$TilingPolicy, boolean, boolean, float, float, float)
setSubrowPadding(double)
: Sets the padding inserted between subrows.setSubrowPadding(float)
ilog.views.gantt.graphic.IlvConstraintGraphic
getArrowSize(double, ilog.views.IlvTransformer)
: Returns the size of the arrow for the corresponding IlvTransformer
and
lineWidth
.setArrowSize(double)
: Sets the size of the arrow in view coordinates.setHorizontalExtremitySegmentLength(double)
: Sets the length of fixed horizontal segments of the link in view pixels.getArrowSize(float, ilog.views.IlvTransformer)
setArrowSize(float)
setHorizontalExtremitySegmentLength(float)
ilog.views.gantt.graphic.IlvGanttSheet
translate(double, double, boolean)
: Translates the view.createTimeIndicatorContext()
translate(float, float, boolean)
ilog.views.gantt.graphic.interactor.IlvActivityGraphicDuplicateInteractor
doDuplicate(double, double)
: This method is called to duplicate selected activity graphics.trigger(java.awt.AWTEvent, double, double)
: This method is called when the user releases the mouse button.doDuplicate(float, float)
trigger(java.awt.AWTEvent, float, float)
ilog.views.gantt.graphic.renderer.composite.IlvProportionalChildSize
IlvProportionalChildSize(ilog.views.io.IlvInputStream)
: Reads the object from an IlvInputStream.setHeightFactor(double)
: Sets the factor that used to resize the height of the child.setWidthFactor(double)
: Sets the factor that used to constrain the width of the child.setHeightFactor(float)
setWidthFactor(float)
ilog.views.gantt.graphic.renderer.IlvActivityGraphicRenderer
setBottomMargin(double)
: Sets the bottom margin of the renderer with respect to the definition
rectangle of the activity graphic.setTopMargin(double)
: Sets the top margin of the renderer with respect to the definition
rectangle of the activity graphic.setBottomMargin(float)
setTopMargin(float)
ilog.views.gantt.graphic.renderer.IlvBasicActivityLabel
setOffset(double)
: Sets the horizontal distance between the label and the main renderer.setYOffset(double)
: Sets the vertical distance between the label and the main renderer.setOffset(float)
setYOffset(float)
ilog.views.gantt.swing.calendarview.IlvDefaultMilestoneCalendarRenderer
createSymbolShape(java.awt.geom.Rectangle2D)
: Creates the symbol shape within the specified bounding box.createSymbolShape(java.awt.geom.Rectangle2D$Float)
ilog.views.gantt.print.IlvPrintableGanttSheet
IlvPrintableGanttSheet(ilog.views.gantt.graphic.IlvGanttSheet, ilog.views.util.print.IlvUnit$Rectangle, java.util.Date, ilog.views.gantt.IlvDuration, double, double)
: Creates a PrintableGanttSheet
that is used to print
a portion of the Gantt sheet.IlvPrintableGanttSheet(ilog.views.gantt.graphic.IlvGanttSheet, ilog.views.util.print.IlvUnit$Rectangle, java.util.Date, ilog.views.gantt.IlvDuration, float, float)