org.p2c2e.blorb
Class Resolution.ImgData

java.lang.Object
  extended byorg.p2c2e.blorb.Resolution.ImgData
Enclosing class:
Resolution

public static class Resolution.ImgData
extends java.lang.Object


Constructor Summary
Resolution.ImgData()
           
 
Method Summary
 int getMaxDenominator()
           
 int getMaxNumerator()
           
 int getMinDenominator()
           
 int getMinNumerator()
           
 int getStdDenominator()
           
 int getStdNumerator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resolution.ImgData

public Resolution.ImgData()
Method Detail

getStdNumerator

public int getStdNumerator()

getStdDenominator

public int getStdDenominator()

getMinNumerator

public int getMinNumerator()

getMinDenominator

public int getMinDenominator()

getMaxNumerator

public int getMaxNumerator()

getMaxDenominator

public int getMaxDenominator()