BorderParameters

Inheritance: java.lang.Object

public class BorderParameters

Barcode image border parameters

Methods

MethodDescription
equals(Object arg0)
getClass()
getColor()Border color.
getDashStyle()Border dash style.
getVisible()Border visibility.
getWidth()Border width.
hashCode()
notify()
notifyAll()
setColor(Color 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:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColor()

public Color getColor()

Border color. Default value: Color.Black.

Returns: java.awt.Color

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(Color value)

public void setColor(Color value)

Border color. Default value: Color.Black.

Parameters:

ParameterTypeDescription
valuejava.awt.Color

setDashStyle(BorderDashStyle value)

public void setDashStyle(BorderDashStyle value)

Border dash style. Default value: BorderDashStyle.Solid.

Parameters:

ParameterTypeDescription
valueBorderDashStyle

setVisible(boolean value)

public void setVisible(boolean value)

Border visibility. If false than parameter Width is always ignored (0). Default value: false.

Parameters:

ParameterTypeDescription
valueboolean

setWidth(Unit value)

public void setWidth(Unit value)

Border width. Default value: 0. Ignored if Visible is set to false.

Parameters:

ParameterTypeDescription
valueUnit

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int