railo.runtime.video
Class Range

java.lang.Object
  extended by railo.runtime.video.Range

public class Range
extends Object


Field Summary
static Range FALSE
           
static Range TRUE
           
 
Constructor Summary
Range(double from, double to)
           
 
Method Summary
 boolean equals(Object obj)
           
 double getFrom()
           
 String getFromAsString()
           
 double getTo()
           
 String getToAsString()
           
 boolean show()
           
static Range toRange(String def)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TRUE

public static final Range TRUE

FALSE

public static final Range FALSE
Constructor Detail

Range

public Range(double from,
             double to)
Method Detail

toRange

public static Range toRange(String def)
                     throws PageException
Throws:
PageException

getFrom

public double getFrom()
Returns:
the from

getFromAsString

public String getFromAsString()

getTo

public double getTo()
Returns:
the to

getToAsString

public String getToAsString()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

show

public boolean show()


Copyright © 2012 Railo