jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics
クラス PFMarkerAttribute

java.lang.Object
  上位を拡張 jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFMarkerAttribute
すべての実装されたインタフェース:
PFIGeometryAttribute

public class PFMarkerAttribute
extends java.lang.Object
implements PFIGeometryAttribute

マーカー属性クラス


コンストラクタの概要
PFMarkerAttribute()
          コンストラクタ
 
メソッドの概要
 javax.vecmath.Color3f getColor()
          色取得
 java.lang.Float getSize()
          サイズ取得
 java.lang.Float getTransparency()
          透明度取得
 java.lang.Integer getType()
          マーカータイプ取得
 void setColor(java.awt.Color color)
          色設定
 void setColor(javax.vecmath.Color3f color)
          色設定
 void setSize(float size)
          サイズ設定
 void setTransparency(float transparency)
          透明度設定
 void setType(int type)
          マーカータイプ設定
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFMarkerAttribute

public PFMarkerAttribute()
コンストラクタ

メソッドの詳細

setType

public void setType(int type)
マーカータイプ設定

パラメータ:
type - マーカータイプ SPHERE 又は BOX

getType

public java.lang.Integer getType()
マーカータイプ取得

戻り値:
マーカータイプ

setColor

public void setColor(javax.vecmath.Color3f color)
色設定

パラメータ:
color - 色

setColor

public void setColor(java.awt.Color color)
色設定

パラメータ:
color - 色

getColor

public javax.vecmath.Color3f getColor()
色取得

戻り値:

setSize

public void setSize(float size)
サイズ設定

パラメータ:
size - サイズ

getSize

public java.lang.Float getSize()
サイズ取得

戻り値:
サイズ

setTransparency

public void setTransparency(float transparency)
透明度設定

パラメータ:
transparency - 透明度

getTransparency

public java.lang.Float getTransparency()
透明度取得

戻り値:
透明度