figure
インタフェース PolygonCollection

既知の実装クラスの一覧:
Rotate

public interface PolygonCollection

ポリゴン集合インターフェイス


メソッドの概要
 int getCount()
          ポリゴンの数を返す
 Polygon3D getPolygon(int index)
          ポリゴンを返す
 

メソッドの詳細

getCount

int getCount()
ポリゴンの数を返す

戻り値:
ポリゴンの数

getPolygon

Polygon3D getPolygon(int index)
ポリゴンを返す

パラメータ:
index - ポリゴンを取り出すインデックス
戻り値:
指定された位置のポリゴン