XFA4J

com.adobe.xfa.pmp.common
Class BarcodeGenerationParams

java.lang.Object
  extended by com.adobe.xfa.pmp.common.BarcodeGenerationParams

public class BarcodeGenerationParams
extends java.lang.Object

Represents various parameters for Barcode appearance generation


Constructor Summary
BarcodeGenerationParams()
           
 
Method Summary
 java.lang.String getCaption()
           
 int getCellSize()
           
 int getEccLevel()
           
 int getErrorCorrection()
           
 int getGrowthFlags()
           
 double getHeight()
           
 int getNumCodeWordCol()
           
 int getNumCodeWordRow()
           
 int getResolution()
           
 java.lang.String getSymbology()
           
 int getVersion()
           
 double getWidth()
           
 int getXSymbolHeight()
           
 int getXSymbolWidth()
           
 void setCaption(java.lang.String caption)
           
 void setCellSize(int cellSize)
           
 void setEccLevel(int eccLevel)
           
 void setErrorCorrection(int errorCorrection)
           
 void setGrowthFlags(int growthFlags)
           
 void setHeight(double height)
           
 void setNumCodeWordCol(int numCodeWordCol)
           
 void setNumCodeWordRow(int numCodeWordRow)
           
 void setResolution(int resolution)
           
 void setSymbology(java.lang.String symbology)
           
 void setVersion(int version)
           
 void setWidth(double width)
           
 void setXSymbolHeight(int symbolHeight)
           
 void setXSymbolWidth(int symbolWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarcodeGenerationParams

public BarcodeGenerationParams()
Method Detail

getSymbology

public java.lang.String getSymbology()

setSymbology

public void setSymbology(java.lang.String symbology)

getVersion

public int getVersion()

setVersion

public void setVersion(int version)

getWidth

public double getWidth()

setWidth

public void setWidth(double width)

getHeight

public double getHeight()

setHeight

public void setHeight(double height)

getResolution

public int getResolution()

setResolution

public void setResolution(int resolution)

getCaption

public java.lang.String getCaption()

setCaption

public void setCaption(java.lang.String caption)

getGrowthFlags

public int getGrowthFlags()

setGrowthFlags

public void setGrowthFlags(int growthFlags)

getCellSize

public int getCellSize()

setCellSize

public void setCellSize(int cellSize)

getErrorCorrection

public int getErrorCorrection()

setErrorCorrection

public void setErrorCorrection(int errorCorrection)

getXSymbolWidth

public int getXSymbolWidth()

setXSymbolWidth

public void setXSymbolWidth(int symbolWidth)

getXSymbolHeight

public int getXSymbolHeight()

setXSymbolHeight

public void setXSymbolHeight(int symbolHeight)

getNumCodeWordCol

public int getNumCodeWordCol()

setNumCodeWordCol

public void setNumCodeWordCol(int numCodeWordCol)

getNumCodeWordRow

public int getNumCodeWordRow()

setNumCodeWordRow

public void setNumCodeWordRow(int numCodeWordRow)

getEccLevel

public int getEccLevel()

setEccLevel

public void setEccLevel(int eccLevel)

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.