Package | Description |
---|---|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
ilog.views.gantt.print |
Defines classes and interfaces for printing the content of an
IlvGanttChart or an IlvScheduleChart . |
ilog.views.gantt.scale |
Provides the Timescale component.
|
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
Modifier and Type | Method and Description |
---|---|
protected IlvTimeScale |
IlvJScrollGanttSheet.createDefaultTimeScale()
Creates a default time scale to place along the top of this component.
|
IlvTimeScale |
IlvJScrollGanttSheet.getTimeScale()
Returns the time scale that is displayed along the top of the Gantt sheet.
|
IlvTimeScale |
IlvHierarchyChart.getTimeScale()
Returns the time scale.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJScrollGanttSheet.setTimeScale(IlvTimeScale timeScale)
Sets the time scale that is displayed along the top of the Gantt
sheet.
|
void |
IlvHierarchyChart.setTimeScale(IlvTimeScale timeScale)
Sets the time scale.
|
Constructor and Description |
---|
IlvJScrollGanttSheet(IlvGanttConfiguration ganttConfig,
IlvGanttSheet sheet,
IlvTimeScale timeScale,
IlvTimeScrollBar scrollbar)
Creates an
IlvJScrollGanttSheet component that is
composed of the specified Gantt sheet, time scale, and horizontal time
scroll bar. |
IlvJScrollGanttSheet(IlvGanttSheet sheet,
IlvTimeScale timeScale,
IlvTimeScrollBar scrollbar)
Creates an
IlvJScrollGanttSheet component that is
composed of the specified Gantt sheet, time scale, and horizontal time
scroll bar. |
Constructor and Description |
---|
IlvPrintableTimeScale(IlvTimeScale timeScale,
IlvUnit.Rectangle area,
Date date,
IlvDuration duration)
Creates a
PrintableTimeScale to print a specified portion
of a given IlvTimeScale . |
Modifier and Type | Class and Description |
---|---|
class |
IlvGanttTimeScale
This class is an extension of the class
IlvTimeScale . |
Modifier and Type | Method and Description |
---|---|
protected IlvTimeScale |
IlvTimeScaleRow.getTimeScale()
This method can be used in subclasses to access the referring
IlvTimeScale . |
IlvTimeScale |
IlvTimeScale.PaintContext.getTimeScale()
Returns the time scale from the paint context
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttTimeScaleVisibilityPolicy.rowsChanged(IlvTimeScale timeScale)
This method is called when some rows of the time scale have changed.
|
void |
IlvBasicTimeScaleVisibilityPolicy.rowsChanged(IlvTimeScale timeScale)
This method is called when some rows of the time scale have changed.
|
protected void |
IlvGanttTimeScaleVisibilityPolicy.updateRows(IlvTimeScale timeScale,
int index)
Updates the rows in the time scale.
|
protected void |
IlvBasicTimeScaleVisibilityPolicy.updateRows(IlvTimeScale timeScale,
int index)
Updates the rows in the time scale.
|
Constructor and Description |
---|
PaintContext(IlvTimeScale timeScale,
Date startTime,
IlvDuration duration,
int viewStart,
int viewWidth)
Creates a
PaintContext object that will paint a time
interval of the time scale within a viewport. |
PaintContext(IlvTimeScale timeScale,
Date startTime,
IlvDuration duration,
int viewStart,
int viewWidth,
Font font)
Deprecated.
Beginning with Rogue Wave JViews 8.5, it is no longer recommended to override
the time scale's font by setting a font on the paint context. Instead,
use the
IlvTimeScale.PaintContext.IlvTimeScale.PaintContext(IlvTimeScale, Date, IlvDuration, int, int)
constructor. |
Modifier and Type | Method and Description |
---|---|
protected IlvTimeScale |
IlvScheduleDataChart.createDefaultTimeScale()
Creates a default time scale for the x axis.
|
IlvTimeScale |
IlvScheduleDataChart.getTimeScale()
Returns the time scale for the abscissa axis.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.setTimeScale(IlvTimeScale timeScale)
Sets the time scale for the abscissa axis.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.