public static enum IChartTheme.Predefined extends java.lang.Enum<IChartTheme.Predefined>
IClientChartPresentationManager.getPredefinedTheme
Enum Constant and Description |
---|
BLUE_BLACK_ON_GRAY |
BLUE_BLACK_ON_WHITE |
BLUE_RED_ON_BLACK |
BLUE_RED_ON_WHITE |
BLUE_WHITE_ON_BLACK |
DARK_BLUE_ASIAN |
DARK_BLUE_DEFAULT |
GREEN_RED_ON_GRAY |
RED_GREEN_ON_WHITE |
Modifier and Type | Method and Description |
---|---|
static IChartTheme.Predefined |
getDefault() |
java.lang.String |
getName() |
boolean |
isDefault() |
java.lang.String |
toString() |
static IChartTheme.Predefined |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IChartTheme.Predefined[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IChartTheme.Predefined RED_GREEN_ON_WHITE
public static final IChartTheme.Predefined BLUE_BLACK_ON_GRAY
public static final IChartTheme.Predefined BLUE_BLACK_ON_WHITE
public static final IChartTheme.Predefined BLUE_WHITE_ON_BLACK
public static final IChartTheme.Predefined GREEN_RED_ON_GRAY
public static final IChartTheme.Predefined BLUE_RED_ON_WHITE
public static final IChartTheme.Predefined BLUE_RED_ON_BLACK
public static final IChartTheme.Predefined DARK_BLUE_DEFAULT
public static final IChartTheme.Predefined DARK_BLUE_ASIAN
public static IChartTheme.Predefined[] values()
for (IChartTheme.Predefined c : IChartTheme.Predefined.values()) System.out.println(c);
public static IChartTheme.Predefined valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static IChartTheme.Predefined getDefault()
public java.lang.String getName()
public boolean isDefault()
public java.lang.String toString()
toString
in class java.lang.Enum<IChartTheme.Predefined>
Copyright © 2024. All rights reserved.