er.chronic.repeaters
Class RepeaterDayPortion<T>
java.lang.Object
er.chronic.tags.Tag<T>
er.chronic.repeaters.Repeater<T>
er.chronic.repeaters.RepeaterDayPortion<T>
- All Implemented Interfaces:
- java.lang.Comparable<Repeater<?>>
- Direct Known Subclasses:
- EnumRepeaterDayPortion, IntegerRepeaterDayPortion
public abstract class RepeaterDayPortion<T>
- extends Repeater<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RepeaterDayPortion
public RepeaterDayPortion(T type)
_nextSpan
protected Span _nextSpan(Pointer.PointerType pointer)
- Specified by:
_nextSpan
in class Repeater<T>
_thisSpan
protected Span _thisSpan(Pointer.PointerType pointer)
- Specified by:
_thisSpan
in class Repeater<T>
getOffset
public Span getOffset(Span span,
float amount,
Pointer.PointerType pointer)
- Specified by:
getOffset
in class Repeater<T>
getWidth
public int getWidth()
- Description copied from class:
Repeater
- returns the width (in seconds or months) of this repeatable.
- Specified by:
getWidth
in class Repeater<T>
_getWidth
protected abstract int _getWidth(Range range)
createRange
protected abstract Range createRange(T type)
toString
public java.lang.String toString()
- Overrides:
toString
in class Repeater<T>
scan
public static EnumRepeaterDayPortion scan(Token token)
Copyright © 2002 – 2007 Project Wonder.