public static class FrameInterval.DiscreteInterval extends Object
FrameInterval.DiscreteInterval
objects are not instantiated directly, instead these objects can be
obtained through a FrameInterval object.| Modifier and Type | Field and Description |
|---|---|
int |
denominator
The denominator for this discrete frame interval.
|
int |
numerator
The numerator for this discrete frame interval.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getDenom()
This method returns the denominator of this frame interval.
|
int |
getNum()
This method returns the numerator of this frame interval.
|
int |
hashCode() |
String |
toString() |
public final int numerator
public final int denominator
Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.