openGionopenGion
5.1.1.2

org.opengion.hayabusa.io
クラス ShapeList

java.lang.Object
  上位を拡張 org.opengion.hayabusa.io.ShapeList

public class ShapeList
extends java.lang.Object

ShapeList は、LineRenderer で使用される Shape(line間のドット)の形状を 管理しているクラスです。 内部的には、●、▲、■、◆、縦●、▼、縦■、横●、右三角、横■、左三角 という繰返しになります。

変更履歴:
4.1.1.0 (2008/02/18) 新規作成
バージョン
0.9.0 2008/02/04
作成者
Kazuhiko Hasegawa
導入されたバージョン:
JDK1.6,

コンストラクタの概要
ShapeList()
           
 
メソッドの概要
 java.awt.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 java.awt.Shape getShape(int index)
Returns the next shape in the sequence.

戻り値:
The shape.

openGion 5.1.1.2

Webアプリケーションフレームワーク openGion
SourceForge.JPCopyright (c) 2009 The openGion Project.