public static enum IChartComponentFactory.Toolkit extends Enum<IChartComponentFactory.Toolkit>
Modifier and Type | Method and Description |
---|---|
static IChartComponentFactory.Toolkit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IChartComponentFactory.Toolkit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IChartComponentFactory.Toolkit awt
public static final IChartComponentFactory.Toolkit swing
public static final IChartComponentFactory.Toolkit newt
public static final IChartComponentFactory.Toolkit offscreen
public static IChartComponentFactory.Toolkit[] values()
for (IChartComponentFactory.Toolkit c : IChartComponentFactory.Toolkit.values()) System.out.println(c);
public static IChartComponentFactory.Toolkit valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All rights reserved.