sub_arctic.anim
Class continuous_interval

java.lang.Object
  |
  +--sub_arctic.anim.time_interval
        |
        +--sub_arctic.anim.continuous_interval

public class continuous_interval
extends time_interval

This is the type of class you construct for a permanent transition. This object has a start time, but no duration or stop time.


Fields inherited from class sub_arctic.anim.time_interval
_delay, _duration, _end_time, _related_how, _related_to, _specified_end, _specified_start, _start_time, _used_duration, AFTER_END_OF, AFTER_START_OF
 
Constructor Summary
continuous_interval(long start)
          Construct a permanent time interval to begin at a given time.
 
Method Summary
 boolean valid()
          This type of object is always valid, since we require all the relevant fields at construction time.
 
Methods inherited from class sub_arctic.anim.time_interval
delay, duration, end_time, now, related_how, related_to, set_delay, set_duration, set_ending_time_from_now, set_ending_time, set_start_time_from_now, set_start_time, specified_end, specified_start, start_time, used_duration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

continuous_interval

public continuous_interval(long start)
Construct a permanent time interval to begin at a given time.

Parameters:
long - start the start time
Method Detail

valid

public boolean valid()
This type of object is always valid, since we require all the relevant fields at construction time.

Returns:
boolean we always return true