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_ARROW
           
CIRCLED_CHARACTER
           
CLASS
           
CLASS_ARROW
           
CLASS_ATTRIBUTE
           
CLASS_STEREOTYPE
           
COMPONENT
           
COMPONENT_ARROW
           
COMPONENT_STEREOTYPE
           
FOOTER
           
HEADER
           
NOTE
           
OBJECT
           
OBJECT_ARROW
           
OBJECT_ATTRIBUTE
           
OBJECT_STEREOTYPE
           
PACKAGE
           
SEQUENCE_ACTOR
           
SEQUENCE_ARROW
           
SEQUENCE_DELAY
           
SEQUENCE_DIVIDER
           
SEQUENCE_ENGLOBER
           
SEQUENCE_GROUPING
           
SEQUENCE_GROUPING_HEADER
           
SEQUENCE_PARTICIPANT
           
SEQUENCE_TITLE
           
STATE
           
STATE_ARROW
           
STATE_ATTRIBUTE
           
TITLE
           
USECASE
           
USECASE_ACTOR
           
USECASE_ACTOR_STEREOTYPE
           
USECASE_ARROW
           
USECASE_STEREOTYPE
           
 
Method Summary
 String getDefaultColor()
           
 String getDefaultFamily()
           
 int getDefaultFontStyle()
           
 int getDefaultSize()
           
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

ACTIVITY_ARROW

public static final FontParam ACTIVITY_ARROW

CIRCLED_CHARACTER

public static final FontParam CIRCLED_CHARACTER

OBJECT_ARROW

public static final FontParam OBJECT_ARROW

OBJECT_ATTRIBUTE

public static final FontParam OBJECT_ATTRIBUTE

OBJECT

public static final FontParam OBJECT

OBJECT_STEREOTYPE

public static final FontParam OBJECT_STEREOTYPE

CLASS_ARROW

public static final FontParam CLASS_ARROW

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

COMPONENT_ARROW

public static final FontParam COMPONENT_ARROW

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_ENGLOBER

public static final FontParam SEQUENCE_ENGLOBER

SEQUENCE_DIVIDER

public static final FontParam SEQUENCE_DIVIDER

SEQUENCE_DELAY

public static final FontParam SEQUENCE_DELAY

SEQUENCE_GROUPING

public static final FontParam SEQUENCE_GROUPING

SEQUENCE_GROUPING_HEADER

public static final FontParam SEQUENCE_GROUPING_HEADER

SEQUENCE_PARTICIPANT

public static final FontParam SEQUENCE_PARTICIPANT

SEQUENCE_TITLE

public static final FontParam SEQUENCE_TITLE

STATE

public static final FontParam STATE

STATE_ARROW

public static final FontParam STATE_ARROW

STATE_ATTRIBUTE

public static final FontParam STATE_ATTRIBUTE

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

USECASE_ARROW

public static final FontParam USECASE_ARROW
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()

getDefaultFontStyle

public final int getDefaultFontStyle()

getDefaultColor

public final String getDefaultColor()

getDefaultFamily

public String getDefaultFamily()


Copyright © 2011. All Rights Reserved.