public interface IlvGanttGridContext
IlvGanttGridRenderer
implementations to make them independent of the
Gantt sheet and allows
them to render in both screen and printer contexts.IlvGanttGridRenderer
,
IlvGanttSheet
Modifier and Type | Method and Description |
---|---|
IlvTimeConverter |
getTimeConverter()
Returns the time converter used to paint the grid.
|
IlvTransformer |
getTransformer()
Returns the
IlvTransformer used to draw the grid. |
ULocale |
getULocale()
Returns the locale, that is, the cultural user preferences.
|
IlvGanttRow |
getVisibleGanttRowAt(IlvPoint location)
Returns the visible
IlvGanttRow at the specified location. |
IlvGanttRow |
getVisibleGanttRowAt(int index)
Returns the visible
IlvGanttRow at the specified index. |
int |
getVisibleGanttRowCount()
Returns the number of visible Gantt rows.
|
ULocale getULocale()
ULocale
object.IlvTransformer getTransformer()
IlvTransformer
used to draw the grid. This is the
transform from IlvManager
world coordinates to the
coordinates of the graphics context that is being drawn.IlvTimeConverter getTimeConverter()
int getVisibleGanttRowCount()
IlvGanttRow getVisibleGanttRowAt(int index)
IlvGanttRow
at the specified index.index
- The index of the row.IlvGanttRow getVisibleGanttRowAt(IlvPoint location)
IlvGanttRow
at the specified location.location
- The location, specified in coordinates of the graphics context
that is being drawn.null
if there is
no row at this location.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.