public abstract class DRDesignBarcode4j extends DRDesignBarcode implements DRIDesignBarcode4j
Abstract DRDesignBarcode4j class.
| Constructor and Description |
|---|
DRDesignBarcode4j(String name)
Constructor for DRDesignBarcode4j.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getModuleWidth()
getModuleWidth.
|
BarcodeOrientation |
getOrientation()
getOrientation.
|
DRIDesignExpression |
getPatternExpression()
getPatternExpression.
|
Double |
getQuietZone()
getQuietZone.
|
BarcodeTextPosition |
getTextPosition()
getTextPosition.
|
Double |
getVerticalQuietZone()
getVerticalQuietZone.
|
void |
setModuleWidth(Double moduleWidth)
Setter for the field
moduleWidth. |
void |
setOrientation(BarcodeOrientation orientation)
Setter for the field
orientation. |
void |
setPatternExpression(DRIDesignExpression patternExpression)
Setter for the field
patternExpression. |
void |
setQuietZone(Double quietZone)
Setter for the field
quietZone. |
void |
setTextPosition(BarcodeTextPosition textPosition)
Setter for the field
textPosition. |
void |
setVerticalQuietZone(Double verticalQuietZone)
Setter for the field
verticalQuietZone. |
getCodeExpression, getEvaluationGroup, getEvaluationTime, setCodeExpression, setEvaluationGroup, setEvaluationTimegetHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, init, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setHeight, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenExpression, setPrintWhenGroupChanges, setPropertyExpressions, setRemoveLineWhenBlank, setStretchType, setStyle, setTableOfContentsHeading, setUniqueName, setWidth, setX, setYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeExpression, getEvaluationGroup, getEvaluationTimegetHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlankpublic DRIDesignExpression getPatternExpression()
getPatternExpression.
getPatternExpression in interface DRIDesignBarcode4jDRIDesignExpression object.public void setPatternExpression(DRIDesignExpression patternExpression)
Setter for the field patternExpression.
patternExpression - a DRIDesignExpression object.public Double getModuleWidth()
getModuleWidth.
getModuleWidth in interface DRIDesignBarcode4jDouble object.public void setModuleWidth(Double moduleWidth)
Setter for the field moduleWidth.
moduleWidth - a Double object.public BarcodeOrientation getOrientation()
getOrientation.
getOrientation in interface DRIDesignBarcode4jBarcodeOrientation object.public void setOrientation(BarcodeOrientation orientation)
Setter for the field orientation.
orientation - a BarcodeOrientation object.public BarcodeTextPosition getTextPosition()
getTextPosition.
getTextPosition in interface DRIDesignBarcode4jBarcodeTextPosition object.public void setTextPosition(BarcodeTextPosition textPosition)
Setter for the field textPosition.
textPosition - a BarcodeTextPosition object.public Double getQuietZone()
getQuietZone.
getQuietZone in interface DRIDesignBarcode4jDouble object.public void setQuietZone(Double quietZone)
Setter for the field quietZone.
quietZone - a Double object.public Double getVerticalQuietZone()
getVerticalQuietZone.
getVerticalQuietZone in interface DRIDesignBarcode4jDouble object.Copyright © 2010–2021. All rights reserved.