Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvTimeScale.PaintContext |
IlvPrintableTimeScale.getPaintContext()
Returns the
IlvTimeScale.PaintContext used to print the
time scale. |
Modifier and Type | Method and Description |
---|---|
IlvTimeScale.PaintContext |
IlvTimeScale.createPaintContext(Date start,
IlvDuration duration,
Rectangle viewport)
Creates a
PaintContext so that the time scale paints
the specified time interval into the specified view port. |
IlvTimeScale.PaintContext |
IlvTimeScale.getPaintContext()
Returns the cached
PaintContext used to paint the time
scale on the screen. |
Modifier and Type | Method and Description |
---|---|
void |
IlvTimeScaleVisibilityPolicy.adjustRows(Graphics dst,
IlvTimeScale.PaintContext context)
Adjusts the visible rows for the specified time scale.
|
void |
IlvBasicTimeScaleVisibilityPolicy.adjustRows(Graphics dst,
IlvTimeScale.PaintContext context)
Adjusts the visible time scale rows for the specified time scale.
|
protected void |
IlvTimeScale.adjustRowsVisibility(Graphics dst,
IlvTimeScale.PaintContext context)
Adjusts which rows are visible, based on the
visibility policy . |
boolean |
IlvVisibilityPredicate.evaluate(Graphics dst,
IlvTimeScale.PaintContext context)
Returns the result of evaluating this predicate with the specified context.
|
boolean |
IlvTimeWidthVisibilityPredicate.evaluate(Graphics dst,
IlvTimeScale.PaintContext context)
Gets the status of this condition.
|
boolean |
IlvVisibleTimeScaleRows.getVisibilityStatus(Graphics dst,
IlvTimeScale.PaintContext context)
Gets the visibility status of this predicate.
|
protected abstract void |
IlvTimeScaleRow.paint(Graphics dst,
Rectangle rect,
IlvTimeScale.PaintContext context)
This method should be overridden to draw the scale row in the specified paint
context.
|
void |
IlvTimeScale.paint(Graphics dst,
Rectangle viewport,
IlvTimeScale.PaintContext context)
Paints the time scale to the given
Graphics by using an
external IlvTimeScale.PaintContext . |
protected void |
IlvBasicTimeScaleRow.paint(Graphics dst,
Rectangle rect,
IlvTimeScale.PaintContext context)
This method is overridden to draw the scale row to the specified
Graphics and in the specified PaintContext . |
Constructor and Description |
---|
PaintContext(IlvTimeScale.PaintContext context)
Creates a new
PaintContext by copying parameters from an existing
PaintContext . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.