|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvTimeConverter
IlvTimeConverter implementations are used to convert between Dates
and floating-point IlvManager world coordinates. A time
converter is used by components that need to display time-related information, such as
the IlvGanttSheet or the IlvTimeScale.
| Method Summary | |
|---|---|
Date |
getTime(double units)
Converts the specified double value to a Date. |
double |
getUnits(Date time)
Converts the specified Date to a double. |
boolean |
isLinear()
Returns whether the time converter is continuous and linear. |
| Method Detail |
|---|
double getUnits(Date time)
Date to a double.
time - The Date to be converted.
Date getTime(double units)
Date.
units - The double value to be converted.
boolean isLinear()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||