GradientStyle

遗产: java.lang.Object

public class GradientStyle

指定渐变填充的样式。

字段

场地描述
DIAGONAL_DOWN从顶角向下移动到对角的对角渐变。
DIAGONAL_UP从底角向上移动到对角的对角渐变。
FROM_CENTER从中心到角落的渐变。
FROM_CORNER从一个角到其他三个角的渐变。
HORIZONTAL在对象上水平运行的渐变。
NONE没有渐变。
VERTICAL垂直向下运行的渐变对象。
length

方法

方法描述
equals(Object arg0)
fromName(String gradientStyleName)
getClass()
getName(int gradientStyle)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int gradientStyle)
wait()
wait(long arg0)
wait(long arg0, int arg1)

DIAGONAL_DOWN

public static int DIAGONAL_DOWN

从顶角向下移动到对角的对角渐变。

DIAGONAL_UP

public static int DIAGONAL_UP

从底角向上移动到对角的对角渐变。

FROM_CENTER

public static int FROM_CENTER

从中心到角落的渐变。

FROM_CORNER

public static int FROM_CORNER

从一个角到其他三个角的渐变。

HORIZONTAL

public static int HORIZONTAL

在对象上水平运行的渐变。

NONE

public static int NONE

没有渐变。

VERTICAL

public static int VERTICAL

垂直向下运行的渐变对象。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String gradientStyleName)

public static int fromName(String gradientStyleName)

参数:

范围类型描述
gradientStyleNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int gradientStyle)

public static String getName(int gradientStyle)

参数:

范围类型描述
gradientStyleint

退货: java.lang.字符串

getValues()

public static int[] getValues()

退货: 整数[]

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: java.lang.字符串

toString(int gradientStyle)

public static String toString(int gradientStyle)

参数:

范围类型描述
gradientStyleint

退货: 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