public static enum TooltipConfig.Placement extends Enum<TooltipConfig.Placement> implements TooltipConfig.IPlacement
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static TooltipConfig.Placement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TooltipConfig.Placement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TooltipConfig.Placement top
public static final TooltipConfig.Placement bottom
public static final TooltipConfig.Placement right
public static final TooltipConfig.Placement left
public static TooltipConfig.Placement[] values()
for (TooltipConfig.Placement c : TooltipConfig.Placement.values()) System.out.println(c);
public static TooltipConfig.Placement 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 nullpublic String value()
value in interface TooltipConfig.IPlacementCopyright © 2013 agilecoders.de. All Rights Reserved.