uk.co.caprica.vlcj.binding.internal
Enum libvlc_marquee_position_e

java.lang.Object
  extended by java.lang.Enum<libvlc_marquee_position_e>
      extended by uk.co.caprica.vlcj.binding.internal.libvlc_marquee_position_e
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<libvlc_marquee_position_e>

public enum libvlc_marquee_position_e
extends java.lang.Enum<libvlc_marquee_position_e>


Enum Constant Summary
bottom
           
bottom_left
           
bottom_right
           
centre
           
left
           
right
           
top
           
top_left
           
top_right
           
 
Method Summary
 int intValue()
           
static libvlc_marquee_position_e position(int intValue)
           
static libvlc_marquee_position_e valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static libvlc_marquee_position_e[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

centre

public static final libvlc_marquee_position_e centre

left

public static final libvlc_marquee_position_e left

right

public static final libvlc_marquee_position_e right

top

public static final libvlc_marquee_position_e top

top_left

public static final libvlc_marquee_position_e top_left

top_right

public static final libvlc_marquee_position_e top_right

bottom

public static final libvlc_marquee_position_e bottom

bottom_left

public static final libvlc_marquee_position_e bottom_left

bottom_right

public static final libvlc_marquee_position_e bottom_right
Method Detail

values

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

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

valueOf

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

position

public static libvlc_marquee_position_e position(int intValue)

intValue

public int intValue()

(C)2010 Caprica Software Limited