org.moxieapps.gwt.highcharts.client
Enum MapNavigation.AlignTo

java.lang.Object
  extended by java.lang.Enum<MapNavigation.AlignTo>
      extended by org.moxieapps.gwt.highcharts.client.MapNavigation.AlignTo
All Implemented Interfaces:
Serializable, Comparable<MapNavigation.AlignTo>
Enclosing class:
MapNavigation

public static enum MapNavigation.AlignTo
extends Enum<MapNavigation.AlignTo>

An enumeration of supported 'alignTo' values, which can be passed to the method ButtonOptions#setAlignTo(org.moxieapps.gwt.highcharts.client.MapNavigation.AlignTo)


Enum Constant Summary
PLOT_BOX
           
SPACING_BOX
           
 
Method Summary
 String toString()
           
static MapNavigation.AlignTo valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MapNavigation.AlignTo[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PLOT_BOX

public static final MapNavigation.AlignTo PLOT_BOX

SPACING_BOX

public static final MapNavigation.AlignTo SPACING_BOX
Method Detail

values

public static MapNavigation.AlignTo[] 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 (MapNavigation.AlignTo c : MapNavigation.AlignTo.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MapNavigation.AlignTo valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<MapNavigation.AlignTo>


Copyright © 2015. All Rights Reserved.