BorderParameters
Inheritance: java.lang.Object
public class BorderParameters
Barcode image border parameters
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getColor() | Border color. |
getDashStyle() | Border dash style. |
getVisible() | Border visibility. |
getWidth() | Border width. |
hashCode() | |
notify() | |
notifyAll() | |
setColor(int value) | Border color. |
setDashStyle(BorderDashStyle value) | Border dash style. |
setVisible(boolean value) | Border visibility. |
setWidth(Unit value) | Border width. |
toString() | Returns a human-readable string representation of this BorderParameters . |
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
getColor()
public int getColor()
Border color. Default value: Color.Black.
Returns: int
getDashStyle()
public BorderDashStyle getDashStyle()
Border dash style. Default value: BorderDashStyle.Solid.
Returns: BorderDashStyle
getVisible()
public boolean getVisible()
Border visibility. If false than parameter Width is always ignored (0). Default value: false.
Returns: boolean
getWidth()
public Unit getWidth()
Border width. Default value: 0. Ignored if Visible is set to false.
Returns: Unit
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setColor(int value)
public void setColor(int value)
Border color. Default value: Color.Black.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setDashStyle(BorderDashStyle value)
public void setDashStyle(BorderDashStyle value)
Border dash style. Default value: BorderDashStyle.Solid.
Parameters:
Parameter | Type | Description |
---|---|---|
value | BorderDashStyle |
setVisible(boolean value)
public void setVisible(boolean value)
Border visibility. If false than parameter Width is always ignored (0). Default value: false.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setWidth(Unit value)
public void setWidth(Unit value)
Border width. Default value: 0. Ignored if Visible is set to false.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
toString()
public String toString()
Returns a human-readable string representation of this BorderParameters .
Returns: java.lang.String - A string that represents this BorderParameters .
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 |