public interface Positionable
Modifier and Type | Field and Description |
---|---|
static int |
RoundDown |
static int |
RoundNearest |
static int |
RoundUp |
Modifier and Type | Method and Description |
---|---|
boolean |
isRandomAccess() |
Time |
setPosition(Time where,
int rounding) |
static final int RoundUp
static final int RoundDown
static final int RoundNearest