Package | Description |
---|---|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.graphic.grid |
Provides the classes used to render the vertical and
horizontal grids in the Gantt sheet.
|
ilog.views.gantt.graphic.timeindicator |
Provides the classes that render a
time indicator in the Gantt sheet.
|
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 |
---|---|
IlvTimeConverter |
IlvTimeScrollSupport.getTimeConverter()
Returns the converter between time and world coordinates.
|
IlvTimeConverter |
IlvHierarchyChart.getTimeConverter()
Returns the time converter used by the
Gantt sheet and the
time scale.
|
Modifier and Type | Method and Description |
---|---|
static long |
IlvTimeScrollUtil.getPosition(Date t,
IlvTimeConverter timeConverter,
double x0,
double x11)
Returns the x position, in pixels, that corresponds to the specified time.
|
static long |
IlvTimeScrollUtil.getPosition(Date t,
IlvTimeConverter timeConverter,
IlvTransformer transform)
Returns the x position, in pixels, that corresponds to the specified time.
|
static Date |
IlvTimeScrollUtil.getTime(long x,
IlvTimeConverter timeConverter,
double x0,
double x11)
Returns the time that corresponds to the specified x position.
|
static Date |
IlvTimeScrollUtil.getTime(long x,
IlvTimeConverter timeConverter,
IlvTransformer transform)
Returns the time that corresponds to the specified x position.
|
static double |
IlvTimeScrollUtil.getX0(IlvTimeConverter timeConverter,
Date startTime,
int viewStart,
double x11)
Computes the offset used to transform an x position in world coordinates to its
corresponding position in pixel display coordinates.
|
static double |
IlvTimeScrollUtil.getX0(IlvTimeConverter timeConverter,
Date startTime,
int viewStart,
int viewWidth,
double x11)
Computes the offset used to transform an x position in world coordinates to its
corresponding position in pixel display coordinates.
|
static double |
IlvTimeScrollUtil.getX11(IlvTimeConverter timeConverter,
Date startTime,
IlvDuration duration,
int viewWidth)
Computes the scaling factor used to transform an x position in world coordinates to
its corresponding position in pixel display coordinates.
|
void |
IlvTimeScrollSupport.setTimeConverter(IlvTimeConverter timeConverter)
Sets the converter between time and world coordinates.
|
void |
IlvHierarchyChart.setTimeConverter(IlvTimeConverter timeConverter)
Sets the time converter used by the
Gantt sheet and the
time scale.
|
protected void |
IlvTimeScrollSupport.timeConverterChanged(IlvTimeConverter oldTimeConverter,
IlvTimeConverter newTimeConverter)
This method is automatically invoked when the time converter has
changed.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvLinearTimeConverter
A linear time converter.
|
Modifier and Type | Method and Description |
---|---|
IlvTimeConverter |
IlvGanttSheet.getTimeConverter()
Returns the time converter.
|
IlvTimeConverter |
IlvGanttRow.getTimeConverter()
Returns the time converter of the row.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttSheet.setTimeConverter(IlvTimeConverter timeConverter)
Sets the time converter.
|
Modifier and Type | Method and Description |
---|---|
IlvTimeConverter |
IlvGanttGridContext.getTimeConverter()
Returns the time converter used to paint the grid.
|
Modifier and Type | Method and Description |
---|---|
IlvTimeConverter |
IlvTimeIndicatorContext.getTimeConverter()
Deprecated.
Returns the time converter used to paint the time indicators.
|
Modifier and Type | Method and Description |
---|---|
IlvTimeConverter |
IlvTimeScale.getTimeConverter()
Returns the
IlvTimeConverter object of this scale. |
Modifier and Type | Method and Description |
---|---|
void |
IlvTimeScale.setTimeConverter(IlvTimeConverter timeConverter)
This method can be used to change the
IlvTimeConverter object
of this scale. |
Modifier and Type | Method and Description |
---|---|
IlvTimeConverter |
IlvScheduleDataChart.getTimeConverter()
Returns the time converter for the abscissa axis.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.setTimeConverter(IlvTimeConverter timeConverter)
Sets the time converter for the abscissa axis.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.