public abstract class RepeaterDayPortion<T> extends Repeater<T>
Modifier and Type | Class and Description |
---|---|
static class |
RepeaterDayPortion.DayPortion |
Constructor and Description |
---|
RepeaterDayPortion(T type) |
Modifier and Type | Method and Description |
---|---|
protected abstract int |
_getWidth(Range range) |
protected Span |
_nextSpan(Pointer.PointerType pointer) |
protected Span |
_thisSpan(Pointer.PointerType pointer) |
protected abstract Range |
createRange(T type) |
Span |
getOffset(Span span,
float amount,
Pointer.PointerType pointer) |
int |
getWidth()
returns the width (in seconds or months) of this repeatable.
|
static EnumRepeaterDayPortion |
scan(Token token) |
String |
toString() |
public RepeaterDayPortion(T type)
protected Span _nextSpan(Pointer.PointerType pointer)
protected Span _thisSpan(Pointer.PointerType pointer)
public Span getOffset(Span span, float amount, Pointer.PointerType pointer)
public int getWidth()
Repeater
protected abstract int _getWidth(Range range)
public static EnumRepeaterDayPortion scan(Token token)
Copyright © 2002 – 2024 Project Wonder.