org.gstreamer
Class Range

java.lang.Object
  extended by org.gstreamer.Range

public class Range
extends java.lang.Object

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

getMinFraction

public Fraction getMinFraction()
Gets the minimum fraction of the range

Returns:
minimum fraction of the range

getMaxFraction

public Fraction getMaxFraction()
Gets the maximum fraction of the range

Returns:
maximum fraction of the range

getMinDouble

public double getMinDouble()
Gets the minimum double of the range

Returns:
minimum double of the range

getMaxDouble

public double getMaxDouble()
Gets the maximum double of the range

Returns:
maximum double of the range

getMinInt

public int getMinInt()
Gets the minimum integer of the range

Returns:
minimum integer of the range

getMaxInt

public int getMaxInt()
Gets the maximum integer of the range

Returns:
maximum integer of the range