Package | Description |
---|---|
ilog.views.gantt.swing.calendarview |
Provides classes for rendering Gantt data in Swing calendaring components, such as a
month or daily planner view.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultActivityCalendarRenderer
IlvDefaultActivityCalendarRenderer renders an activity bar as a rectangle
that is labeled with the activity name. |
Modifier and Type | Method and Description |
---|---|
IlvActivityCalendarRenderer |
IlvMonthView.getActivityRenderer()
Returns the renderer that is used to draw the graphic presentation of activities
within the month panel.
|
IlvActivityCalendarRenderer |
IlvMonthPanel.getActivityRenderer()
Returns the renderer that is used to draw the graphic presentation of activities
within the month panel.
|
IlvActivityCalendarRenderer |
IlvHourlyActivitySheet.getActivityRenderer()
Returns the renderer that is used to draw the graphic presentation of activities
within the activity sheet.
|
IlvActivityCalendarRenderer |
IlvDayView.getActivityRenderer()
Returns the renderer that is used to draw the graphic presentation of
activities within the day view.
|
IlvActivityCalendarRenderer |
IlvMonthView.getHolidayRenderer()
Returns the renderer that is used to draw the graphic presentation of holidays
within the month panel.
|
IlvActivityCalendarRenderer |
IlvMonthPanel.getHolidayRenderer()
Returns the renderer that is used to draw the graphic presentation of holidays
within the month panel.
|
IlvActivityCalendarRenderer |
IlvDayView.getHolidayRenderer()
Returns the renderer that is used to draw the graphic presentation of
holidays within the day view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMonthView.setActivityRenderer(IlvActivityCalendarRenderer activityRenderer)
Sets the renderer that will be used to draw the graphic presentation of activities
within the month panel.
|
void |
IlvMonthPanel.setActivityRenderer(IlvActivityCalendarRenderer activityRenderer)
Sets the renderer that will be used to draw the graphic presentation of activities
within the month panel.
|
void |
IlvHourlyActivitySheet.setActivityRenderer(IlvActivityCalendarRenderer activityRenderer)
Sets the renderer that will be used to draw the graphic presentation of activities
within the activity sheet.
|
void |
IlvDayView.setActivityRenderer(IlvActivityCalendarRenderer activityRenderer)
Sets the renderer that will be used to draw the graphic presentation of
activities within the day view.
|
void |
IlvMonthView.setHolidayRenderer(IlvActivityCalendarRenderer holidayRenderer)
Sets the renderer that will be used to draw the graphic presentation of holidays
within the month panel.
|
void |
IlvMonthPanel.setHolidayRenderer(IlvActivityCalendarRenderer holidayRenderer)
Sets the renderer that will be used to draw the graphic presentation of holidays
within the month panel.
|
void |
IlvDayView.setHolidayRenderer(IlvActivityCalendarRenderer holidayRenderer)
Sets the renderer that will be used to draw the graphic presentation of
holidays within the day view.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.