FlipOrientation

遗产: java.lang.Object

public class FlipOrientation

形状方向的可能值。

字段

场地描述
BOTH沿 y 轴和 x 轴翻转。
HORIZONTAL沿 y 轴翻转,反转 x 坐标。
NONE坐标不会翻转。
VERTICAL沿 x 轴翻转,反转 y 坐标。
length

方法

方法描述
equals(Object arg0)
fromName(String flipOrientationName)
fromNames(Set flipOrientationNames)
getClass()
getName(int flipOrientation)
getNames(int flipOrientation)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int flipOrientation)
toStringSet(int attr)
wait()
wait(long arg0)
wait(long arg0, int arg1)

BOTH

public static int BOTH

沿 y 轴和 x 轴翻转。

HORIZONTAL

public static int HORIZONTAL

沿 y 轴翻转,反转 x 坐标。

NONE

public static int NONE

坐标不会翻转。

VERTICAL

public static int VERTICAL

沿 x 轴翻转,反转 y 坐标。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String flipOrientationName)

public static int fromName(String flipOrientationName)

参数:

范围类型描述
flipOrientationNamejava.lang.String

退货: 整数

fromNames(Set flipOrientationNames)

public static int fromNames(Set flipOrientationNames)

参数:

范围类型描述
flipOrientationNamesjava.util.Set

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int flipOrientation)

public static String getName(int flipOrientation)

参数:

范围类型描述
flipOrientationint

退货: java.lang.字符串

getNames(int flipOrientation)

public static Set getNames(int flipOrientation)

参数:

范围类型描述
flipOrientationint

退货: java.util.Set

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 flipOrientation)

public static String toString(int flipOrientation)

参数:

范围类型描述
flipOrientationint

退货: java.lang.字符串

toStringSet(int attr)

public static String toStringSet(int attr)

参数:

范围类型描述
attrint

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