public class LableSizeBean
extends java.lang.Object
Constructor and Description |
---|
LableSizeBean(int labelWidthInMM,
int labelHeightInMM)
For Tsc, Cpcl,Zpl
labelSize Setting, In mm, For example:80mm 60mm
标签尺寸设置,单位:毫米
|
Modifier and Type | Method and Description |
---|---|
int |
getLabelHeightInMM() |
int |
getLabelWidthInMM() |
void |
setLabelHeightInMM(int labelHeightInMM)
Label height setting In mm
标签高度设置,单位:毫米
|
void |
setLabelWidthInMM(int labelWidthInMM)
Label Width Setting In mm
标签宽度设置,单位:毫米
|
public LableSizeBean(int labelWidthInMM, int labelHeightInMM)
labelWidthInMM
- Example:80 (mm)labelHeightInMM
- Example:60 (mm)public int getLabelWidthInMM()
public void setLabelWidthInMM(int labelWidthInMM)
labelWidthInMM
- in mmpublic int getLabelHeightInMM()
public void setLabelHeightInMM(int labelHeightInMM)
labelHeightInMM
- in mm