net.sf.jasperreports.components.barbecue
public class BarcodeInfo extends java.lang.Object
Constructor and Description |
---|
BarcodeInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationIdentifier() |
java.lang.Integer |
getBarHeight() |
java.lang.Integer |
getBarWidth() |
java.lang.String |
getCode() |
boolean |
getRequiresChecksum() |
java.lang.String |
getType() |
boolean |
isDrawText() |
void |
setApplicationIdentifier(java.lang.String applicationIdentifier) |
void |
setBarHeight(java.lang.Integer barHeight) |
void |
setBarWidth(java.lang.Integer barWidth) |
void |
setCode(java.lang.String code) |
void |
setDrawText(boolean drawText) |
void |
setRequiresChecksum(boolean requiresChecksum) |
void |
setType(java.lang.String type) |
public java.lang.String getCode()
public void setCode(java.lang.String code)
public boolean isDrawText()
public void setDrawText(boolean drawText)
public java.lang.Integer getBarWidth()
public void setBarWidth(java.lang.Integer barWidth)
public java.lang.Integer getBarHeight()
public void setBarHeight(java.lang.Integer barHeight)
public java.lang.String getType()
public void setType(java.lang.String type)
public boolean getRequiresChecksum()
public void setRequiresChecksum(boolean requiresChecksum)
public java.lang.String getApplicationIdentifier()
public void setApplicationIdentifier(java.lang.String applicationIdentifier)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com