クラス
jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFPolygonAttribute の使用

PFPolygonAttribute を使用しているパッケージ
jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics 3D表示パネルコンポーネントを提供します。 
 

jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics での PFPolygonAttribute の使用
 

PFPolygonAttribute として宣言されている jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics のフィールド
protected  PFPolygonAttribute PFPolygonList.backFaceAttribute
          裏面の属性
protected  PFPolygonAttribute PFPolygonList.frontFaceAttribute
          表面の属性
 

PFPolygonAttribute を返す jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics のメソッド
 PFPolygonAttribute PFPolygonAttribute.copy()
          コピー
 PFPolygonAttribute PFColoredPolygonList.getBackFaceAttribute()
          裏面属性取得
 PFPolygonAttribute PFPolygonList.getBackFaceAttribute()
          裏面属性取得
 PFPolygonAttribute PFColoredPolygonList.getFrontFaceAttribute()
          表面属性取得
 PFPolygonAttribute PFPolygonList.getFrontFaceAttribute()
          表面属性取得
 PFPolygonAttribute PF3DGraphicsDefaults.getPolygonAttribute()
          ポリゴン属性を取得する
 

PFPolygonAttribute 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics のメソッド
 void PF3DViewer.loadStlData(java.lang.String stlfile, PFPolygonAttribute attribute)
          STLデータをロード
 void PFColoredPolygonList.setBackFaceAttribute(PFPolygonAttribute attribute)
          裏面属性設定
 void PFPolygonList.setBackFaceAttribute(PFPolygonAttribute attribute)
          裏面属性設定
 void PFColoredPolygonList.setFrontFaceAttribute(PFPolygonAttribute attribute)
          表面属性設定
 void PFPolygonList.setFrontFaceAttribute(PFPolygonAttribute attribute)
          表面属性設定
 void PF3DGraphicsDefaults.setPolygonAttribute(PFPolygonAttribute polygon)
          ポリゴン属性を設定する