Modifier and Type | Method | Description |
---|---|---|
double |
getDockSize() |
Size/height of the items (between 0.0 (minimum) and 1.0 (maximum)).
|
double |
getMagnificationSize() |
Maximum magnification size when magnification is on (between 0.0 (minimum) and 1.0 (maximum)).
|
Dpef |
getMinimizeEffect() |
Minimization effect.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
Dpls |
getScreenEdge() |
Location on screen.
|
boolean |
isAnimate() |
Is the animation of opening applications on or off?
|
boolean |
isAutohide() |
Is autohiding the dock on or off?
|
boolean |
isMagnification() |
Is magnification on or off?
|
void |
setAnimate(boolean animate) |
Is the animation of opening applications on or off?
|
void |
setAutohide(boolean autohide) |
Is autohiding the dock on or off?
|
void |
setDockSize(double dockSize) |
Size/height of the items (between 0.0 (minimum) and 1.0 (maximum)).
|
void |
setMagnification(boolean magnification) |
Is magnification on or off?
|
void |
setMagnificationSize(double magnificationSize) |
Maximum magnification size when magnification is on (between 0.0 (minimum) and 1.0 (maximum)).
|
void |
setMinimizeEffect(Dpef minimizeEffect) |
Minimization effect.
|
void |
setScreenEdge(Dpls screenEdge) |
Location on screen.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("dani") @Kind("property") @Name("animate") @Type("boolean") boolean isAnimate()
@Code("dani") @Kind("property") @Name("animate") @Type("boolean") void setAnimate(boolean animate)
animate
- new property value@Code("dahd") @Kind("property") @Name("autohide") @Type("boolean") boolean isAutohide()
@Code("dahd") @Kind("property") @Name("autohide") @Type("boolean") void setAutohide(boolean autohide)
autohide
- new property value@Code("dsze") @Kind("property") @Name("dock size") @Type("real") double getDockSize()
@Code("dsze") @Kind("property") @Name("dock size") @Type("real") void setDockSize(double dockSize)
dockSize
- new property value@Code("dmag") @Kind("property") @Name("magnification") @Type("boolean") boolean isMagnification()
@Code("dmag") @Kind("property") @Name("magnification") @Type("boolean") void setMagnification(boolean magnification)
magnification
- new property value@Code("dmsz") @Kind("property") @Name("magnification size") @Type("real") double getMagnificationSize()
@Code("dmsz") @Kind("property") @Name("magnification size") @Type("real") void setMagnificationSize(double magnificationSize)
magnificationSize
- new property value@Code("deff") @Kind("property") @Name("minimize effect") @Type("dpef") Dpef getMinimizeEffect()
@Code("deff") @Kind("property") @Name("minimize effect") @Type("dpef") void setMinimizeEffect(Dpef minimizeEffect)
minimizeEffect
- new property value@Code("dpse") @Kind("property") @Name("screen edge") @Type("dpls") Dpls getScreenEdge()
@Code("dpse") @Kind("property") @Name("screen edge") @Type("dpls") void setScreenEdge(Dpls screenEdge)
screenEdge
- new property value