public class WallpaperOptions
extends com.jniwrapper.Structure
WALLPAPEROPT native structure.| Modifier and Type | Class and Description |
|---|---|
static class |
WallpaperOptions.Style
Enumeration of all available wallpaper styles.
|
| Constructor and Description |
|---|
WallpaperOptions() |
WallpaperOptions(WallpaperOptions.Style value) |
WallpaperOptions(WallpaperOptions that) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
WallpaperOptions.Style |
getStyle() |
void |
setStyle(WallpaperOptions.Style value) |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, writepublic WallpaperOptions()
public WallpaperOptions(WallpaperOptions that)
public WallpaperOptions(WallpaperOptions.Style value)
public void setStyle(WallpaperOptions.Style value)
public WallpaperOptions.Style getStyle()
public java.lang.Object clone()
clone in class com.jniwrapper.Structure