org.goda.chronic.repeaters
public abstract class RepeaterDayPortion<T> extends Repeater<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
RepeaterDayPortion.DayPortion |
Tag.Scanner| Constructor and Description |
|---|
RepeaterDayPortion(T type) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
_getWidth(Range range) |
protected MutableInterval |
_nextMutableInterval(Pointer.PointerType pointer) |
protected MutableInterval |
_thisMutableInterval(Pointer.PointerType pointer) |
protected abstract Range |
createRange(T type) |
MutableInterval |
getOffset(MutableInterval mutableInterval,
double amount,
Pointer.PointerType pointer) |
int |
getWidth()
returns the width (in seconds or months) of this repeatable.
|
static EnumRepeaterDayPortion |
scan(Token token) |
String |
toString() |
compareTo, nextMutableInterval, scan, scan, thisMutableIntervalpublic RepeaterDayPortion(T type)
protected MutableInterval _nextMutableInterval(Pointer.PointerType pointer)
_nextMutableInterval in class Repeater<T>protected MutableInterval _thisMutableInterval(Pointer.PointerType pointer)
_thisMutableInterval in class Repeater<T>public MutableInterval getOffset(MutableInterval mutableInterval, double amount, Pointer.PointerType pointer)
public int getWidth()
Repeaterprotected abstract int _getWidth(Range range)
public static EnumRepeaterDayPortion scan(Token token)
Copyright © 2013 os-cillation GmbH. All rights reserved.