JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
final int
final int
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ACTIVITY_DIAMOND
public static final FontParam ACTIVITY_DIAMOND
CIRCLED_CHARACTER
public static final FontParam CIRCLED_CHARACTER
OBJECT_ATTRIBUTE
public static final FontParam OBJECT_ATTRIBUTE
OBJECT_STEREOTYPE
public static final FontParam OBJECT_STEREOTYPE
CLASS_ATTRIBUTE
public static final FontParam CLASS_ATTRIBUTE
CLASS_STEREOTYPE
public static final FontParam CLASS_STEREOTYPE
INTERFACE_STEREOTYPE
public static final FontParam INTERFACE_STEREOTYPE
COMPONENT_STEREOTYPE
public static final FontParam COMPONENT_STEREOTYPE
PACKAGE_STEREOTYPE
public static final FontParam PACKAGE_STEREOTYPE
SEQUENCE_DIVIDER
public static final FontParam SEQUENCE_DIVIDER
SEQUENCE_REFERENCE
public static final FontParam SEQUENCE_REFERENCE
PARTICIPANT_STEREOTYPE
public static final FontParam PARTICIPANT_STEREOTYPE
STATE_ATTRIBUTE
public static final FontParam STATE_ATTRIBUTE
USECASE_STEREOTYPE
public static final FontParam USECASE_STEREOTYPE
ARTIFACT_STEREOTYPE
public static final FontParam ARTIFACT_STEREOTYPE
CLOUD_STEREOTYPE
public static final FontParam CLOUD_STEREOTYPE
STORAGE_STEREOTYPE
public static final FontParam STORAGE_STEREOTYPE
BOUNDARY_STEREOTYPE
public static final FontParam BOUNDARY_STEREOTYPE
CONTROL_STEREOTYPE
public static final FontParam CONTROL_STEREOTYPE
ENTITY_STEREOTYPE
public static final FontParam ENTITY_STEREOTYPE
AGENT_STEREOTYPE
public static final FontParam AGENT_STEREOTYPE
RECTANGLE_STEREOTYPE
public static final FontParam RECTANGLE_STEREOTYPE
LABEL_STEREOTYPE
public static final FontParam LABEL_STEREOTYPE
PERSON_STEREOTYPE
public static final FontParam PERSON_STEREOTYPE
HEXAGON_STEREOTYPE
public static final FontParam HEXAGON_STEREOTYPE
ARCHIMATE_STEREOTYPE
public static final FontParam ARCHIMATE_STEREOTYPE
CARD_STEREOTYPE
public static final FontParam CARD_STEREOTYPE
NODE_STEREOTYPE
public static final FontParam NODE_STEREOTYPE
FOLDER_STEREOTYPE
public static final FontParam FOLDER_STEREOTYPE
FILE_STEREOTYPE
public static final FontParam FILE_STEREOTYPE
FRAME_STEREOTYPE
public static final FontParam FRAME_STEREOTYPE
DATABASE_STEREOTYPE
public static final FontParam DATABASE_STEREOTYPE
QUEUE_STEREOTYPE
public static final FontParam QUEUE_STEREOTYPE
STACK_STEREOTYPE
public static final FontParam STACK_STEREOTYPE
ACTOR_STEREOTYPE
public static final FontParam ACTOR_STEREOTYPE
SEQUENCE_STEREOTYPE
public static final FontParam SEQUENCE_STEREOTYPE
DESIGNED_DOMAIN
public static final FontParam DESIGNED_DOMAIN
DESIGNED_DOMAIN_STEREOTYPE
public static final FontParam DESIGNED_DOMAIN_STEREOTYPE
DOMAIN_STEREOTYPE
public static final FontParam DOMAIN_STEREOTYPE
MACHINE_STEREOTYPE
public static final FontParam MACHINE_STEREOTYPE
REQUIREMENT_STEREOTYPE
public static final FontParam REQUIREMENT_STEREOTYPE
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null
getDefaultSize
public final int getDefaultSize (ISkinParam skinParam)
getDefaultFontStyle
public final int getDefaultFontStyle (ISkinParam skinParam,
boolean inPackageTitle)
getDefaultColor
public final String getDefaultColor ()
getDefaultFamily
public String getDefaultFamily ()