ITFParameters
Inheritance: java.lang.Object
public class ITFParameters
ITF parameters.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getBorderThickness() | Gets an ITF border (bearer bar) thickness in Unit value. |
| getBorderType() | Border type of ITF barcode. |
| getClass() | |
| getItfBorderThickness() | Gets an ITF border (bearer bar) thickness in Unit value. |
| getItfBorderType() | Border type of ITF barcode. |
| getQuietZoneCoef() | Size of the quiet zones in xDimension. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setBorderThickness(Unit value) | Sets an ITF border (bearer bar) thickness in Unit value. |
| setBorderType(ITF14BorderType value) | Border type of ITF barcode. |
| setItfBorderThickness(Unit value) | Sets an ITF border (bearer bar) thickness in Unit value. |
| setItfBorderType(ITF14BorderType value) | Border type of ITF barcode. |
| setQuietZoneCoef(int value) | Size of the quiet zones in xDimension. |
| toString() | Returns a human-readable string representation of this ITFParameters. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getBorderThickness()
public final Unit getBorderThickness()
Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
Returns: Unit - an ITF border (bearer bar) thickness in Unit value.
getBorderType()
public final ITF14BorderType getBorderType()
Border type of ITF barcode. Default value: ITF14BorderType.Bar.
Returns: ITF14BorderType
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getItfBorderThickness()
public final Unit getItfBorderThickness()
Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
Returns: Unit - an ITF border (bearer bar) thickness in Unit value.
getItfBorderType()
public final ITF14BorderType getItfBorderType()
Border type of ITF barcode. Default value: ITF14BorderType.Bar.
Returns: ITF14BorderType
getQuietZoneCoef()
public final int getQuietZoneCoef()
Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBorderThickness(Unit value)
public final void setBorderThickness(Unit value)
Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Unit | an ITF border (bearer bar) thickness in Unit value. |
setBorderType(ITF14BorderType value)
public final void setBorderType(ITF14BorderType value)
Border type of ITF barcode. Default value: ITF14BorderType.Bar.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | ITF14BorderType |
setItfBorderThickness(Unit value)
public final void setItfBorderThickness(Unit value)
Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Unit | an ITF border (bearer bar) thickness in Unit value. |
setItfBorderType(ITF14BorderType value)
public final void setItfBorderType(ITF14BorderType value)
Border type of ITF barcode. Default value: ITF14BorderType.Bar.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | ITF14BorderType |
setQuietZoneCoef(int value)
public final void setQuietZoneCoef(int value)
Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns a human-readable string representation of this ITFParameters.
Returns: java.lang.String - A string that represents this ITFParameters.
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |