public enum ImageFieldName extends Enum<ImageFieldName>
| Enum Constant and Description |
|---|
alertIcon
The image field for Alert
|
appIcon
The image field for the app icon ( set by setAppIcon).
|
choiceImage
The first image field for Choice.
|
choiceSecondaryImage
The secondary image field for Choice.
|
cmdIcon
The image filed for AddCommand.
|
graphic
The image filed for Show.
|
locationImage
The optional image of a destination / location
|
menuCommandSecondaryImage
The secondary image field for AddCommand
|
menuIcon
The image field for the menu icon in SetGlobalProperties.
|
menuSubMenuSecondaryImage
The secondary image field for AddSubMenu
|
secondaryGraphic
The secondary graphic image field
|
showConstantTBTIcon
The primary image field for ShowConstant TBT.
|
showConstantTBTNextTurnIcon
The secondary image field for ShowConstant TBT.
|
softButtonImage
The image field for SoftButton
|
subMenuIcon
The image field for AddSubMenu.menuIcon
|
subtleAlertIcon
The image of the subtle alert; applies to `SubtleAlert` `alertIcon`
|
turnIcon
The image field for Turn.
|
vrHelpItem
The image field for vrHelpItem.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageFieldName |
valueForString(String value)
Convert String to ImageFieldName
|
static ImageFieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageFieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageFieldName softButtonImage
public static final ImageFieldName choiceImage
public static final ImageFieldName choiceSecondaryImage
public static final ImageFieldName vrHelpItem
public static final ImageFieldName turnIcon
public static final ImageFieldName menuIcon
public static final ImageFieldName cmdIcon
public static final ImageFieldName appIcon
public static final ImageFieldName graphic
public static final ImageFieldName showConstantTBTIcon
public static final ImageFieldName showConstantTBTNextTurnIcon
public static final ImageFieldName locationImage
public static final ImageFieldName secondaryGraphic
public static final ImageFieldName alertIcon
public static final ImageFieldName subtleAlertIcon
public static final ImageFieldName subMenuIcon
public static final ImageFieldName menuCommandSecondaryImage
public static final ImageFieldName menuSubMenuSecondaryImage
public static ImageFieldName[] values()
for (ImageFieldName c : ImageFieldName.values()) System.out.println(c);
public static ImageFieldName 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 static ImageFieldName valueForString(String value)
value - String