com.stimulsoft.webdesigner.enums
Enum StiDesignerTheme
java.lang.Object
java.lang.Enum<StiDesignerTheme>
com.stimulsoft.webdesigner.enums.StiDesignerTheme
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiDesignerTheme>
public enum StiDesignerTheme
- extends java.lang.Enum<StiDesignerTheme>
Copyright Stimulsoft
Method Summary |
static StiDesignerTheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiDesignerTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Office2013DarkGrayBlue
public static final StiDesignerTheme Office2013DarkGrayBlue
Office2013DarkGrayCarmine
public static final StiDesignerTheme Office2013DarkGrayCarmine
Office2013DarkGrayGreen
public static final StiDesignerTheme Office2013DarkGrayGreen
Office2013DarkGrayOrange
public static final StiDesignerTheme Office2013DarkGrayOrange
Office2013DarkGrayPurple
public static final StiDesignerTheme Office2013DarkGrayPurple
Office2013DarkGrayTeal
public static final StiDesignerTheme Office2013DarkGrayTeal
Office2013DarkGrayViolet
public static final StiDesignerTheme Office2013DarkGrayViolet
Office2013LightGrayBlue
public static final StiDesignerTheme Office2013LightGrayBlue
Office2013LightGrayCarmine
public static final StiDesignerTheme Office2013LightGrayCarmine
Office2013LightGrayGreen
public static final StiDesignerTheme Office2013LightGrayGreen
Office2013LightGrayOrange
public static final StiDesignerTheme Office2013LightGrayOrange
Office2013LightGrayPurple
public static final StiDesignerTheme Office2013LightGrayPurple
Office2013LightGrayTeal
public static final StiDesignerTheme Office2013LightGrayTeal
Office2013LightGrayViolet
public static final StiDesignerTheme Office2013LightGrayViolet
Office2013WhiteBlue
public static final StiDesignerTheme Office2013WhiteBlue
Office2013WhiteCarmine
public static final StiDesignerTheme Office2013WhiteCarmine
Office2013WhiteGreen
public static final StiDesignerTheme Office2013WhiteGreen
Office2013WhiteOrange
public static final StiDesignerTheme Office2013WhiteOrange
Office2013WhitePurple
public static final StiDesignerTheme Office2013WhitePurple
Office2013WhiteTeal
public static final StiDesignerTheme Office2013WhiteTeal
Office2013WhiteViolet
public static final StiDesignerTheme Office2013WhiteViolet
Office2013VeryDarkGrayBlue
public static final StiDesignerTheme Office2013VeryDarkGrayBlue
Office2013VeryDarkGrayCarmine
public static final StiDesignerTheme Office2013VeryDarkGrayCarmine
Office2013VeryDarkGrayGreen
public static final StiDesignerTheme Office2013VeryDarkGrayGreen
Office2013VeryDarkGrayOrange
public static final StiDesignerTheme Office2013VeryDarkGrayOrange
Office2013VeryDarkGrayPurple
public static final StiDesignerTheme Office2013VeryDarkGrayPurple
Office2013VeryDarkGrayTeal
public static final StiDesignerTheme Office2013VeryDarkGrayTeal
Office2013VeryDarkGrayViolet
public static final StiDesignerTheme Office2013VeryDarkGrayViolet
values
public static StiDesignerTheme[] 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 (StiDesignerTheme c : StiDesignerTheme.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiDesignerTheme valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null