Interface | Description |
---|---|
IlvTimeScaleVisibilityPolicy |
Specifies a visibility policy for the
IlvTimeScale . |
IlvVisibilityPredicate |
The
IlvVisibilityPredicate interface provides a way to specify a
predicate that should be evaluated. |
Class | Description |
---|---|
IlvBasicTimeScaleRow |
This class implements methods of the class
IlvTimeScaleRow and provides
additional utilities. |
IlvBasicTimeScaleVisibilityPolicy |
Implements a default visibility policy for the
IlvTimeScale . |
IlvDayTimeScaleRow |
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying day
intervals. |
IlvGanttTimeScale |
This class is an extension of the class
IlvTimeScale . |
IlvGanttTimeScaleVisibilityPolicy |
Implements a visibility policy for the
IlvGanttTimeScale . |
IlvHalfDayTimeScaleRow |
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying
half-day intervals. |
IlvHourTimeScaleRow |
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying
hourly intervals. |
IlvMinuteTimeScaleRow |
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying
minute intervals. |
IlvMonthTimeScaleRow |
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying
monthly intervals. |
IlvQuarterTimeScaleRow |
This class implements methods from the parent class
IlvBasicTimeScaleRow to provide a complete scale displaying
quarter intervals. |
IlvTimeScale |
IlvTimeScale is a time scale component that contains
several IlvTimeScaleRow objects. |
IlvTimeScale.PaintContext |
A
PaintContext defines the context in which the time scale
paints. |
IlvTimeScaleRow |
This abstract class is the minimum implementation that a row,
to be put in a
IlvTimeScale , should extend. |
IlvTimeWidthVisibilityPredicate |
The
IlvTimeWidthVisibilityPredicate class provides a way to
specify a condition based on the size of a unit of time. |
IlvVisibleTimeScaleRows |
The
IlvVisibleTimeScaleRows class provides a way to specify a
predicate associated to a list of rows. |
IlvWeekTimeScaleRow |
This class implements methods of the class
IlvBasicTimeScaleRow
to provide a complete scale displaying weekly intervals. |
IlvYearTimeScaleRow |
This class implements methods from the class
IlvBasicTimeScaleRow to provide a complete scale displaying
yearly intervals. |
IlvTimeScale
) is composed
of rows (class IlvTimeScaleRow
). You can compose
your timescale by specifying its rows. The package also
provides a predefined timescale (class IlvGanttTimeScale
)
that has two visible rows and which adapts the row contents according
to the zoom level.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.