|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ZoomPolicy
Zoom policy defines a behavior of gantt chart when you are zooming in or out.
| Method Summary | |
|---|---|
TimeUnit |
getMajorStep(int index)
Returns major TimeUnit item for given step. |
TimeUnit |
getMinorStep(int index)
Returns minor TimeUnit item for given step. |
int |
getStepCount()
Returns number of steps (items) in this policy. |
int |
getTimeSpanWidth(int index)
Returns width (in pixels) of TimeSpan instances for given
step. |
| Method Detail |
|---|
int getStepCount()
TimeUnit getMajorStep(int index)
TimeUnit item for given step.
index - - required step
TimeUnit getMinorStep(int index)
TimeUnit item for given step.
index - - required step
int getTimeSpanWidth(int index)
TimeSpan instances for given
step.
index - - required step
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||