|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gstreamer.Range
public class Range
Represents a range of float, double, int, fraction types stored in a GValue
| Method Summary | |
|---|---|
double |
getMaxDouble()
Gets the maximum double of the range |
Fraction |
getMaxFraction()
Gets the maximum fraction of the range |
int |
getMaxInt()
Gets the maximum integer of the range |
double |
getMinDouble()
Gets the minimum double of the range |
Fraction |
getMinFraction()
Gets the minimum fraction of the range |
int |
getMinInt()
Gets the minimum integer of the range |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Fraction getMinFraction()
public Fraction getMaxFraction()
public double getMinDouble()
public double getMaxDouble()
public int getMinInt()
public int getMaxInt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||