Package net.sourceforge.plantuml.skin
Enum Class VisibilityModifier
- All Implemented Interfaces:
Serializable
,Comparable<VisibilityModifier>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal ColorParam
static VisibilityModifier
getByUnicode
(char c) final ColorParam
getUDrawable
(int size, HColor foregroundColor, HColor backgoundColor) static VisibilityModifier
getVisibilityModifier
(CharSequence s, boolean isField) boolean
isField()
static boolean
static String
static String
replaceVisibilityModifierByUnicodeChar
(String s, boolean isField) static VisibilityModifier
Returns the enum constant of this class with the specified name.static VisibilityModifier[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PRIVATE_FIELD
-
PROTECTED_FIELD
-
PACKAGE_PRIVATE_FIELD
-
PUBLIC_FIELD
-
PRIVATE_METHOD
-
PROTECTED_METHOD
-
PACKAGE_PRIVATE_METHOD
-
PUBLIC_METHOD
-
IE_MANDATORY
-
-
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 nameNullPointerException
- if the argument is null
-
regexForVisibilityCharacterInClassName
-
getUDrawable
-
getUBlock
-
isVisibilityCharacter
-
getByUnicode
-
replaceVisibilityModifierByUnicodeChar
-
getVisibilityModifier
-
getForeground
-
getBackground
-
getXmiVisibility
-
isField
public boolean isField() -
getStyleSignature
-