|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
com.change_vision.jude.api.inf.presentation.PresentationPropertyUtil
public class PresentationPropertyUtil
プレゼンテーションのプロパティ関連のキーを作成するためのユーティリティクラスです。
| メソッドの概要 | |
|---|---|
static String |
createGuardXKey(int index)
複合フラグメントのindex番目のガード条件のX座標を取得・設定するためのキーを作成します。 |
static String |
createGuardYKey(int index)
複合フラグメントのindex番目のガード条件のY座標を取得・設定するためのキーを作成します。 |
static String |
createOperandLengthKey(int index)
複合フラグメントのindex番目のオペランドの長さを取得・設定するためのキーを作成します。 |
static String |
createStereotypeXKey(int index)
関連のindex番目のステレオタイプのX座標を取得・設定するためのキーを作成します。 |
static String |
createStereotypeYKey(int index)
関連のindex番目のステレオタイプのY座標を取得・設定するためのキーを作成します。 |
static String |
formatKeyWithIndex(String keyFormat,
int index)
キーのインデックスを置き換えます。 |
| メソッドの詳細 |
|---|
public static String createGuardXKey(int index)
index - ガード条件のインデックス
public static String createGuardYKey(int index)
index - ガード条件のインデックス
public static String createOperandLengthKey(int index)
index - オペランドのインデックス
public static String createStereotypeXKey(int index)
index - ステレオタイプのインデックス
public static String createStereotypeYKey(int index)
index - ステレオタイプのインデックス
public static String formatKeyWithIndex(String keyFormat,
int index)
keyFormat - キーのフォーマットindex - インデックス番号
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||