Modifier and Type | Method | Description |
---|---|---|
double |
getChangeInterval() |
Number of seconds to wait between changing the desktop picture.
|
String |
getDisplayName() |
Name of display on which this desktop appears.
|
DynamicStyle |
getDynamicStyle() |
Desktop picture dynamic style.
|
int |
getId() |
Unique identifier of the desktop.
|
String |
getName() |
Name of the desktop.
|
Reference |
getPicture() |
Path to file used as desktop picture.
|
int |
getPictureRotation() |
Never, using interval, using login, after sleep.
|
Reference |
getPicturesFolder() |
Path to folder containing pictures for changing desktop background.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
boolean |
isRandomOrder() |
Turn on for random ordering of changing desktop pictures.
|
boolean |
isTranslucentMenuBar() |
Indicates whether the menu bar is translucent.
|
void |
setChangeInterval(double changeInterval) |
Number of seconds to wait between changing the desktop picture.
|
void |
setDynamicStyle(DynamicStyle dynamicStyle) |
Desktop picture dynamic style.
|
void |
setPicture(Reference picture) |
Path to file used as desktop picture.
|
void |
setPictureRotation(int pictureRotation) |
Never, using interval, using login, after sleep.
|
void |
setPicturesFolder(Reference picturesFolder) |
Path to folder containing pictures for changing desktop background.
|
void |
setRandomOrder(boolean randomOrder) |
Turn on for random ordering of changing desktop pictures.
|
void |
setTranslucentMenuBar(boolean translucentMenuBar) |
Indicates whether the menu bar is translucent.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("ID ") @Kind("property") @Name("id") @Type("integer") int getId()
@Code("cinT") @Kind("property") @Name("change interval") @Type("real") double getChangeInterval()
@Code("cinT") @Kind("property") @Name("change interval") @Type("real") void setChangeInterval(double changeInterval)
changeInterval
- new property value@Code("dnaM") @Kind("property") @Name("display name") @Type("text") String getDisplayName()
@Code("picP") @Kind("property") @Name("picture") @Type("any") Reference getPicture()
@Code("picP") @Kind("property") @Name("picture") @Type("any") void setPicture(Reference picture)
picture
- new property value@Code("chnG") @Kind("property") @Name("picture rotation") @Type("integer") int getPictureRotation()
@Code("chnG") @Kind("property") @Name("picture rotation") @Type("integer") void setPictureRotation(int pictureRotation)
pictureRotation
- new property value@Code("pdoc") @Kind("property") @Name("pictures folder") @Type("any") Reference getPicturesFolder()
@Code("pdoc") @Kind("property") @Name("pictures folder") @Type("any") void setPicturesFolder(Reference picturesFolder)
picturesFolder
- new property value@Code("ranD") @Kind("property") @Name("random order") @Type("boolean") boolean isRandomOrder()
@Code("ranD") @Kind("property") @Name("random order") @Type("boolean") void setRandomOrder(boolean randomOrder)
randomOrder
- new property value@Code("mnTr") @Kind("property") @Name("translucent menu bar") @Type("boolean") boolean isTranslucentMenuBar()
@Code("mnTr") @Kind("property") @Name("translucent menu bar") @Type("boolean") void setTranslucentMenuBar(boolean translucentMenuBar)
translucentMenuBar
- new property value@Code("dyst") @Kind("property") @Name("dynamic style") @Type("dynamic style") DynamicStyle getDynamicStyle()
@Code("dyst") @Kind("property") @Name("dynamic style") @Type("dynamic style") void setDynamicStyle(DynamicStyle dynamicStyle)
dynamicStyle
- new property value