com.google.zxing.pdf417.encoder
Class Dimensions

java.lang.Object
  extended by com.google.zxing.pdf417.encoder.Dimensions

public final class Dimensions
extends Object

Data object to specify the minimum and maximum number of rows and columns for a PDF417 barcode.

Author:
qwandor@google.com (Andrew Walbran)

Constructor Summary
Dimensions(int minCols, int maxCols, int minRows, int maxRows)
           
 
Method Summary
 int getMaxCols()
           
 int getMaxRows()
           
 int getMinCols()
           
 int getMinRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimensions

public Dimensions(int minCols,
                  int maxCols,
                  int minRows,
                  int maxRows)
Method Detail

getMinCols

public int getMinCols()

getMaxCols

public int getMaxCols()

getMinRows

public int getMinRows()

getMaxRows

public int getMaxRows()


Copyright © 2007-2012. All Rights Reserved.