org.opengion.hayabusa.io
クラス ShapeList
java.lang.Object
org.opengion.hayabusa.io.ShapeList
public class ShapeList
- extends Object
ShapeList は、LineRenderer で使用される Shape(line間のドット)の形状を
管理しているクラスです。
内部的には、●、▲、■、◆、縦●、▼、縦■、横●、右三角、横■、左三角
という繰返しになります。
- 変更履歴:
4.1.1.0 (2008/02/18) 新規作成 |
- バージョン
- 0.9.0 2008/02/04
- 作成者
- Kazuhiko Hasegawa
- 導入されたバージョン:
- JDK1.6,
メソッドの概要 |
Shape |
getShape(int index)
Returns the next shape in the sequence. |
int |
size()
Returns the next shape in the sequence. |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShapeList
public ShapeList()
size
public int size()
- Returns the next shape in the sequence.
- 戻り値:
- The shape.
getShape
public Shape getShape(int index)
- Returns the next shape in the sequence.
- 戻り値:
- The shape.
Webアプリケーションフレームワーク openGion
Copyright (c) 2009 The openGion Project.