net.sourceforge.plantuml
Enum FontParam

java.lang.Object
  extended by java.lang.Enum<FontParam>
      extended by net.sourceforge.plantuml.FontParam
All Implemented Interfaces:
Serializable, Comparable<FontParam>

public enum FontParam
extends Enum<FontParam>


Enum Constant Summary
ACTIVITY
           
ACTIVITY_ARROW2
           
ACTIVITY2
           
CIRCLED_CHARACTER
           
CLASS
           
CLASS_ATTRIBUTE
           
CLASS_STEREOTYPE
           
COMPONENT
           
COMPONENT_STEREOTYPE
           
FOOTER
           
GENERIC_ARROW
           
HEADER
           
LEGEND
           
NOTE
           
OBJECT
           
OBJECT_ATTRIBUTE
           
OBJECT_STEREOTYPE
           
PACKAGE
           
SEQUENCE_ACTOR
           
SEQUENCE_ARROW
           
SEQUENCE_BOX
           
SEQUENCE_DELAY
           
SEQUENCE_DIVIDER
           
SEQUENCE_GROUP
           
SEQUENCE_GROUP_HEADER
           
SEQUENCE_PARTICIPANT
           
SEQUENCE_REFERENCE
           
SEQUENCE_TITLE
           
STATE
           
STATE_ATTRIBUTE
           
TITLE
           
USECASE
           
USECASE_ACTOR
           
USECASE_ACTOR_STEREOTYPE
           
USECASE_STEREOTYPE
           
 
Method Summary
 String getDefaultColor()
           
 String getDefaultFamily()
           
 int getDefaultFontStyle(ISkinParam skinParam)
           
 int getDefaultSize(ISkinParam skinParam)
           
static FontParam valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FontParam[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ACTIVITY

public static final FontParam ACTIVITY

GENERIC_ARROW

public static final FontParam GENERIC_ARROW

ACTIVITY2

public static final FontParam ACTIVITY2

ACTIVITY_ARROW2

public static final FontParam ACTIVITY_ARROW2

CIRCLED_CHARACTER

public static final FontParam CIRCLED_CHARACTER

OBJECT_ATTRIBUTE

public static final FontParam OBJECT_ATTRIBUTE

OBJECT

public static final FontParam OBJECT

OBJECT_STEREOTYPE

public static final FontParam OBJECT_STEREOTYPE

CLASS_ATTRIBUTE

public static final FontParam CLASS_ATTRIBUTE

CLASS

public static final FontParam CLASS

CLASS_STEREOTYPE

public static final FontParam CLASS_STEREOTYPE

COMPONENT

public static final FontParam COMPONENT

COMPONENT_STEREOTYPE

public static final FontParam COMPONENT_STEREOTYPE

NOTE

public static final FontParam NOTE

PACKAGE

public static final FontParam PACKAGE

SEQUENCE_ACTOR

public static final FontParam SEQUENCE_ACTOR

SEQUENCE_ARROW

public static final FontParam SEQUENCE_ARROW

SEQUENCE_BOX

public static final FontParam SEQUENCE_BOX

SEQUENCE_DIVIDER

public static final FontParam SEQUENCE_DIVIDER

SEQUENCE_REFERENCE

public static final FontParam SEQUENCE_REFERENCE

SEQUENCE_DELAY

public static final FontParam SEQUENCE_DELAY

SEQUENCE_GROUP

public static final FontParam SEQUENCE_GROUP

SEQUENCE_GROUP_HEADER

public static final FontParam SEQUENCE_GROUP_HEADER

SEQUENCE_PARTICIPANT

public static final FontParam SEQUENCE_PARTICIPANT

SEQUENCE_TITLE

public static final FontParam SEQUENCE_TITLE

STATE

public static final FontParam STATE

STATE_ATTRIBUTE

public static final FontParam STATE_ATTRIBUTE

LEGEND

public static final FontParam LEGEND

TITLE

public static final FontParam TITLE

FOOTER

public static final FontParam FOOTER

HEADER

public static final FontParam HEADER

USECASE

public static final FontParam USECASE

USECASE_STEREOTYPE

public static final FontParam USECASE_STEREOTYPE

USECASE_ACTOR

public static final FontParam USECASE_ACTOR

USECASE_ACTOR_STEREOTYPE

public static final FontParam USECASE_ACTOR_STEREOTYPE
Method Detail

values

public static FontParam[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (FontParam c : FontParam.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static FontParam valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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)

getDefaultColor

public final String getDefaultColor()

getDefaultFamily

public String getDefaultFamily()


Copyright © 2013. All Rights Reserved.