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

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

public class PFArrowAttribute
extends java.lang.Object
implements PFIGeometryAttribute

矢印属性クラス


フィールドの概要
static int BLANKED_ARROW
           
static int BLANKED_BOX
           
static int BLANKED_DOT
           
static int BLANKEDCROSS_ARROW
           
static float DEFAULT_SIZE
           
static int DIMENSION_ORIGIN
           
static int FILLED_ARROW
           
static int FILLED_BOX
           
static int FILLED_DOT
           
static int OPEN_ARROW
           
static int UNFILLED_ARROW
           
 
コンストラクタの概要
PFArrowAttribute()
          コンストラクタ
 
メソッドの概要
 javax.vecmath.Color3f getColor()
          色取得
 java.lang.Float getLineWidth()
          線幅取得
 java.lang.Float getSize()
          ターミネータサイズを取得する。
 java.lang.Integer getType()
          矢印タイプを取得する。
 void setColor(java.awt.Color color)
          色設定
 void setColor(javax.vecmath.Color3f color)
          色設定
 void setLineWidth(float lw)
          線幅設定
 void setSize(float sz)
          ターミネータサイズを設定する。
 void setType(int type)
          矢印タイプを設定する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

BLANKEDCROSS_ARROW

public static final int BLANKEDCROSS_ARROW
関連項目:
定数フィールド値

BLANKED_ARROW

public static final int BLANKED_ARROW
関連項目:
定数フィールド値

FILLED_ARROW

public static final int FILLED_ARROW
関連項目:
定数フィールド値

OPEN_ARROW

public static final int OPEN_ARROW
関連項目:
定数フィールド値

UNFILLED_ARROW

public static final int UNFILLED_ARROW
関連項目:
定数フィールド値

BLANKED_DOT

public static final int BLANKED_DOT
関連項目:
定数フィールド値

FILLED_DOT

public static final int FILLED_DOT
関連項目:
定数フィールド値

BLANKED_BOX

public static final int BLANKED_BOX
関連項目:
定数フィールド値

FILLED_BOX

public static final int FILLED_BOX
関連項目:
定数フィールド値

DIMENSION_ORIGIN

public static final int DIMENSION_ORIGIN
関連項目:
定数フィールド値

DEFAULT_SIZE

public static final float DEFAULT_SIZE
関連項目:
定数フィールド値
コンストラクタの詳細

PFArrowAttribute

public PFArrowAttribute()
コンストラクタ

メソッドの詳細

getType

public java.lang.Integer getType()
矢印タイプを取得する。

戻り値:
矢印タイプ

setType

public void setType(int type)
矢印タイプを設定する。

パラメータ:
type - 矢印タイプ

getSize

public java.lang.Float getSize()
ターミネータサイズを取得する。

戻り値:
ターミネータサイズ

setSize

public void setSize(float sz)
ターミネータサイズを設定する。

パラメータ:
sz - ターミネータサイズ

setColor

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


setColor

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


getColor

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


setLineWidth

public void setLineWidth(float lw)
線幅設定


getLineWidth

public java.lang.Float getLineWidth()
線幅取得