ITFParameters
Inheritance: java.lang.Object
public class ITFParameters
ITF parameters.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
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() | |
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
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getItfBorderThickness()
public Unit getItfBorderThickness()
Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
Returns: Unit
getItfBorderType()
public ITF14BorderType getItfBorderType()
Border type of ITF barcode. Default value: ITF14BorderType.BAR.
Returns: ITF14BorderType
getQuietZoneCoef()
public 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()
setItfBorderThickness(Unit value)
public void setItfBorderThickness(Unit value)
Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
setItfBorderType(ITF14BorderType value)
public void setItfBorderType(ITF14BorderType value)
Border type of ITF barcode. Default value: ITF14BorderType.BAR.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ITF14BorderType |
setQuietZoneCoef(int value)
public 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 |