uk.co.caprica.vlcj.binding.internal
Enum libvlc_logo_position_e
java.lang.Object
java.lang.Enum<libvlc_logo_position_e>
uk.co.caprica.vlcj.binding.internal.libvlc_logo_position_e
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<libvlc_logo_position_e>
public enum libvlc_logo_position_e
- extends java.lang.Enum<libvlc_logo_position_e>
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 |
centre
public static final libvlc_logo_position_e centre
left
public static final libvlc_logo_position_e left
right
public static final libvlc_logo_position_e right
top
public static final libvlc_logo_position_e top
top_left
public static final libvlc_logo_position_e top_left
top_right
public static final libvlc_logo_position_e top_right
bottom
public static final libvlc_logo_position_e bottom
bottom_left
public static final libvlc_logo_position_e bottom_left
bottom_right
public static final libvlc_logo_position_e bottom_right
values
public static libvlc_logo_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_logo_position_e c : libvlc_logo_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_logo_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_logo_position_e position(int intValue)
intValue
public int intValue()