|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyGraphicalGantt
The LyGraphicalGantt interface represents the abstract graphical component for the gantt of views.dtd regardless of the target (swing, swt, dhtml...).
LyGantt
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addDay(LyDay daies,
int pos)
Inserts a sub-component daies at given position. |
void |
addLine(LyLine lines,
int pos)
Inserts a sub-component lines at given position. |
void |
removeDay(LyDay daies)
Removes a sub-component daies. |
void |
removeLine(LyLine lines)
Removes a sub-component lines. |
void |
setBeginDate(java.lang.String beginDate)
Updates attribute beginDate to the given value. |
void |
setCurrentDateRefreshPeriod(int currentDateRefreshPeriod)
Updates attribute currentDateRefreshPeriod to the given value. |
void |
setEndDate(java.lang.String endDate)
Updates attribute endDate to the given value. |
void |
setHCenteredLine(java.lang.String hCenteredLine)
Updates attribute hCenteredLine to the given value. |
void |
setVCenteredLine(java.lang.String vCenteredLine)
Updates attribute vCenteredLine to the given value. |
void |
setZoomFactor(LyGantt.ZoomFactor zoomFactor)
Updates attribute zoomFactor to the given value. |
Methods inherited from interface leon.view.graphic.LyGraphicalComponent |
---|
free, getViewComponent |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setBeginDate(java.lang.String beginDate)
beginDate
- New value of beginDate.void setEndDate(java.lang.String endDate)
endDate
- New value of endDate.void setZoomFactor(LyGantt.ZoomFactor zoomFactor)
zoomFactor
- New value of zoomFactor.void setCurrentDateRefreshPeriod(int currentDateRefreshPeriod)
currentDateRefreshPeriod
- New value of currentDateRefreshPeriod.void setHCenteredLine(java.lang.String hCenteredLine)
hCenteredLine
- New value of hCenteredLine.void setVCenteredLine(java.lang.String vCenteredLine)
vCenteredLine
- New value of vCenteredLine.void addLine(LyLine lines, int pos)
lines
- The lines to add to lines list.pos
- Position where the sub-component is inserted.void removeLine(LyLine lines)
lines
- The lines to remove to lines list.void addDay(LyDay daies, int pos)
daies
- The daies to add to daies list.pos
- Position where the sub-component is inserted.void removeDay(LyDay daies)
daies
- The daies to remove to daies list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |