| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<FramebufferCapabilities>
org.virtualbox_7_1.FramebufferCapabilities
public enum FramebufferCapabilities
Framebuffer capability flags.
Interface ID: {CC395839-30FA-4CA5-AE65-E6360E3EDD7A}
| Enum Constant Summary | |
|---|---|
| MoveCursorSupports rendering a pointer cursor anywhere within the guest screen. | |
| RenderCursorThis framebuffer implementation can render a pointer cursor itself. | |
| UpdateImageRequires NotifyUpdateImage. | |
| VHWASupports VHWA interface. | |
| VisibleRegionSupports visible region. | |
| Method Summary | |
|---|---|
| static FramebufferCapabilities | fromValue(long v) | 
| static FramebufferCapabilities | fromValue(java.lang.String v) | 
|  int | value() | 
| static FramebufferCapabilities | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static FramebufferCapabilities[] | 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 | 
|---|
public static final FramebufferCapabilities UpdateImage
public static final FramebufferCapabilities VHWA
public static final FramebufferCapabilities VisibleRegion
public static final FramebufferCapabilities RenderCursor
public static final FramebufferCapabilities MoveCursor
| Method Detail | 
|---|
public static FramebufferCapabilities[] values()
for (FramebufferCapabilities c : FramebufferCapabilities.values()) System.out.println(c);
public static FramebufferCapabilities valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int value()
public static FramebufferCapabilities fromValue(long v)
public static FramebufferCapabilities fromValue(java.lang.String v)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||