public abstract class BarcodeParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ImageSize,BarcodeParams> |
SIZE |
| Constructor and Description |
|---|
BarcodeParams() |
BarcodeParams(Property<T,? super BarcodeParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
ImageSize |
getSize() |
void |
setSize(ImageSize size) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<ImageSize,BarcodeParams> SIZE
public BarcodeParams()
public BarcodeParams(Property<T,? super BarcodeParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic ImageSize getSize()
public void setSize(ImageSize size)