GradientStyle
内容
[
隐藏
]遗产: java.lang.Object
public class GradientStyle
指定渐变填充的样式。
字段
场地 | 描述 |
---|---|
DIAGONAL_DOWN | 从顶角向下移动到对角的对角渐变。 |
DIAGONAL_UP | 从底角向上移动到对角的对角渐变。 |
FROM_CENTER | 从中心到角落的渐变。 |
FROM_CORNER | 从一个角到其他三个角的渐变。 |
HORIZONTAL | 在对象上水平运行的渐变。 |
NONE | 没有渐变。 |
VERTICAL | 垂直向下运行的渐变对象。 |
length |
方法
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)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String gradientStyleName)
public static int fromName(String gradientStyleName)
参数:
范围 | 类型 | 描述 |
---|---|---|
gradientStyleName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int gradientStyle)
public static String getName(int gradientStyle)
参数:
范围 | 类型 | 描述 |
---|---|---|
gradientStyle | int |
退货: 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)
参数:
范围 | 类型 | 描述 |
---|---|---|
gradientStyle | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |