com.jniwrapper.win32.shell
Class WallpaperOptions.Style

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.shell.WallpaperOptions.Style
Enclosing class:
WallpaperOptions

public static class WallpaperOptions.Style
extends com.jniwrapper.util.EnumItem

Enumeration of all available wallpaper styles.


Field Summary
static WallpaperOptions.Style CENTER
           
static WallpaperOptions.Style MAX
           
static WallpaperOptions.Style STRETCH
           
static WallpaperOptions.Style TILE
           
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CENTER

public static final WallpaperOptions.Style CENTER

TILE

public static final WallpaperOptions.Style TILE

STRETCH

public static final WallpaperOptions.Style STRETCH

MAX

public static final WallpaperOptions.Style MAX