Border

遗产: java.lang.Object

public final class Border

表示注释边框特征的类。

构造函数

构造函数描述
Border(Annotation parent)边框对象的构造函数。

方法

方法描述
equals(Object arg0)
getClass()
getDash()获取破折号模式。
getEffect()获得边框效果。
getEffectIntensity()获取效果强度。
getHCornerRadius()尚不支持。
getStyle()获取边框样式。
getVCornerRadius()获取垂直角半径。
getWidth()获取边框宽度。
hashCode()
notify()
notifyAll()
setDash(Dash value)设置破折号模式。
setEffect(int value)设置边框效果。
setEffectIntensity(int value)设置效果强度。
setHCornerRadius(double value)设置水平拐角半径。
setStyle(int value)设置边框样式。
setWidth(int value)设置边框宽度。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Border(Annotation parent)

public Border(Annotation parent)

边框对象的构造函数。

参数:

范围类型描述
parentAnnotation父注释。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getDash()

public Dash getDash()

获取破折号模式。

退货: Dash - 破折号对象

getEffect()

public int getEffect()

获得边框效果。

边界效应

退货: int - BorderEffect 元素

getEffectIntensity()

public int getEffectIntensity()

获取效果强度。值的有效范围是[0..2]。

退货: int - 整数值

getHCornerRadius()

public final double getHCornerRadius()

尚不支持。

获取水平角半径。

退货: 双倍价值

getStyle()

public int getStyle()

获取边框样式。

边框样式

退货: int - BorderStyle 元素

getVCornerRadius()

public final double getVCornerRadius()

获取垂直角半径。

退货: 双 - 垂直角半径。

getWidth()

public int getWidth()

获取边框宽度。

退货: int - 整数值

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDash(Dash value)

public void setDash(Dash value)

设置破折号模式。

参数:

范围类型描述
valueDash破折号对象

setEffect(int value)

public void setEffect(int value)

设置边框效果。

边界效应

参数:

范围类型描述
valueintBorderEffect 元素

setEffectIntensity(int value)

public void setEffectIntensity(int value)

设置效果强度。值的有效范围是[0..2]。

参数:

范围类型描述
valueint整数值

setHCornerRadius(double value)

public final void setHCornerRadius(double value)

设置水平拐角半径。

参数:

范围类型描述
valuedouble双倍价值

setStyle(int value)

public void setStyle(int value)

设置边框样式。

边框样式

参数:

范围类型描述
valueintBorderStyle 元素

setWidth(int value)

public void setWidth(int value)

设置边框宽度。

参数:

范围类型描述
valueint整数值

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int