|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.melco.preserv.psvAttrib
図形オブジェクトの属性管理クラス
フィールドの概要 | |
static short |
ATTRIB_NONE
設定なし属性マスクです。 |
static short |
COLOR_GROUP
グループ色指定マスクです。 |
static short |
COLOR_LAYER
レイヤ色指定マスクです。 |
static short |
DETECTIVE
検知性属性マスクです。 |
static int |
LAYER_PAINT
レイヤ塗潰し属性指定マスク. |
static int |
LAYER_PRIORITY
レイヤプライオリティー指定マスク. |
static int |
LINE_SPLINE
スプライン属性マスクです。 |
static short |
MODE_EVENT
イベント属性マスクです。 |
static short |
MODE_FILTER
フィルター属性マスクです。 |
static short |
MODE_PAINT
塗りつぶし属性マスクです。 |
static short |
MODE_SPLINE
スプライン属性マスクです。 |
static short |
VISIBLE
可視性属性マスクです。 |
コンストラクタの概要 | |
psvAttrib()
|
メソッドの概要 | |
static boolean |
check_attrib(psvShape shape,
int attrib)
図形オブジェクトの属性チェックを行います。 |
static int |
detective(int attrib)
図形オブジェクトの検知属性を取得します。 |
static int |
line_arrow_angle(int line_attr)
矢印の角度を取得します。 |
static int |
line_arrow_e(int line_attr)
終点の矢印種別を取得します。 |
static int |
line_arrow_len(int line_attr)
矢印の長さを取得します。 |
static int |
line_arrow_s(int line_attr)
始点の矢印種別を取得します。 |
static int |
line_type(int line_attr)
線種を取得します。 |
static int |
line_width(int line_attr)
線幅を取得します。 |
static int |
priority(int attrib)
図形オブジェクトの優先順位を取得します。 |
static int |
priority(psvShape shape)
図形オブジェクトの優先順位を取得します。 |
static int |
visible(int attrib)
図形オブジェクトの可視属性を取得します。 |
static boolean |
visible(psvShape shape,
int scale)
図形オブジェクトの可視属性を判定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final short ATTRIB_NONE
public static final short VISIBLE
public static final short DETECTIVE
public static final short COLOR_GROUP
public static final short COLOR_LAYER
public static final int LAYER_PRIORITY
public static final int LAYER_PAINT
public static final int LINE_SPLINE
public static final short MODE_SPLINE
推奨されません。旧インターフェースを使用するために提供されています。
public static final short MODE_PAINT
推奨されません。旧インターフェースを使用するために提供されています。
public static final short MODE_FILTER
推奨されません。旧インターフェースを使用するために提供されています。
public static final short MODE_EVENT
推奨されません。旧インターフェースを使用するために提供されています。
コンストラクタの詳細 |
public psvAttrib()
メソッドの詳細 |
public static int priority(int attrib)
attrib
- 図形オブジェクトの属性値
public static int priority(psvShape shape)
shape
- 図形オブジェクト
public static int visible(int attrib)
attrib
- 図形オブジェクトの属性値
public static int detective(int attrib)
attrib
- 図形オブジェクトの属性値
public static boolean visible(psvShape shape, int scale)
shape
- 図形オブジェクトscale
- 表示スケール
public static boolean check_attrib(psvShape shape, int attrib)
shape
- 図形オブジェクトattrib
- 図形オブジェクトの属性値 (属性の説明)
public static int line_type(int line_attr)
line_attr
- 図形オブジェクト内の線属性値
public static int line_width(int line_attr)
line_attr
- 図形オブジェクト内の線属性値
public static int line_arrow_s(int line_attr)
line_attr
- 図形オブジェクト内の線属性値
public static int line_arrow_e(int line_attr)
line_attr
- 図形オブジェクト内の線属性値
public static int line_arrow_angle(int line_attr)
line_attr
- 図形オブジェクト内の線属性値
public static int line_arrow_len(int line_attr)
line_attr
- 図形オブジェクト内の線属性値
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |