|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.presentation.PresentationPropertyUtil
public class PresentationPropertyUtil
This is a utility class for creating the property-related keys for Presentations.
IPresentation
,
PresentationPropertyConstants.Key
Method Summary | |
---|---|
static String |
createGuardXKey(int index)
Create a key to get or set the X coordinate of a guard condition in a CombinedFragment. |
static String |
createGuardYKey(int index)
Create a key to get or set the Y coordinate of a guard condition in a CombinedFragment. |
static String |
createOperandLengthKey(int index)
Create a key to get or set the length of an Operand in a CombinedFragment. |
static String |
createStereotypeXKey(int index)
Create a key to get or set the X coordinate of a stereotype Label in a Line Presentation. |
static String |
createStereotypeYKey(int index)
Create a key to get or set the Y coordinate of a stereotype Label in a Line Presentation. |
static String |
formatKeyWithIndex(String keyFormat,
int index)
Replace an index of a key. |
Method Detail |
---|
public static String createGuardXKey(int index)
index
- index of a guard condition
public static String createGuardYKey(int index)
index
- index of a guard condition
public static String createOperandLengthKey(int index)
index
- index of an Operand
public static String createStereotypeXKey(int index)
index
- index of a stereotype
public static String createStereotypeYKey(int index)
index
- index of a stereotype
public static String formatKeyWithIndex(String keyFormat, int index)
keyFormat
- key formatindex
- index number
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |