|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalgoanim.util.DisplayOptions
algoanim.util.ArrayDisplayOptions
public class ArrayDisplayOptions
This is a workaround for the DisplayOptions associated with an array.
Arrays follow other display options rules than the other
Primitives.
| Constructor Summary | |
|---|---|
ArrayDisplayOptions(Timing offsetTiming,
Timing durationTiming,
boolean isCascaded)
Creates a new instance of the ArrayDisplayOptions. |
|
| Method Summary | |
|---|---|
boolean |
getCascaded()
Returns whether the creation of the array is showed cascaded. |
Timing |
getDuration()
Returns the duration Timing. |
Timing |
getOffset()
Returns the offset Timing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayDisplayOptions(Timing offsetTiming,
Timing durationTiming,
boolean isCascaded)
offsetTiming - defines the offset Timing to apply to the array creation.durationTiming - defines the duration Timing to apply to the array creation.isCascaded - defines whether the array creation is animated by showing one element after
the other instead of all at once.| Method Detail |
|---|
public Timing getOffset()
Timing.
Timing.public Timing getDuration()
Timing.
Timing.public boolean getCascaded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||