クラス
jp.ac.washi.quinte.api.RotateType の使用

jp.ac.washi.quinte.api での RotateType の使用
 

RotateType を返す jp.ac.washi.quinte.api のメソッド
 RotateType CursorAction.getType()
          このカーソルアクションが示す回転方向を返します。
static RotateType RotateType.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static RotateType[] RotateType.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

RotateType 型のパラメータを持つ jp.ac.washi.quinte.api のコンストラクタ
CursorAction(RotateType type, int x, int y)
          指定された回転方向と(x, y)座標を持つカーソルアクションを構築します。
CursorAction(RotateType type, Point location)
          指定された回転方向とPointを持つカーソルアクションを構築します。