Modifier and Type | Method | Description |
---|---|---|
Earr |
getArrangement() |
The property by which to keep icons arranged.
|
Color |
getBackgroundColor() |
The background color of the icon view.
|
File |
getBackgroundPicture() |
The background picture of the icon view.
|
int |
getIconSize() |
The size of icons displayed in the icon view.
|
Epos |
getLabelPosition() |
The location of the label in reference to the icon.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
int |
getTextSize() |
The size of the text displayed in the icon view.
|
boolean |
isShowsIconPreview() |
Displays a preview of the item in icon view.
|
boolean |
isShowsItemInfo() |
Additional info about an item displayed in icon view.
|
void |
setArrangement(Earr arrangement) |
The property by which to keep icons arranged.
|
void |
setBackgroundColor(Color backgroundColor) |
The background color of the icon view.
|
void |
setBackgroundPicture(File backgroundPicture) |
The background picture of the icon view.
|
void |
setIconSize(int iconSize) |
The size of icons displayed in the icon view.
|
void |
setLabelPosition(Epos labelPosition) |
The location of the label in reference to the icon.
|
void |
setShowsIconPreview(boolean showsIconPreview) |
Displays a preview of the item in icon view.
|
void |
setShowsItemInfo(boolean showsItemInfo) |
Additional info about an item displayed in icon view.
|
void |
setTextSize(int textSize) |
The size of the text displayed in the icon view.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("iarr") @Kind("property") @Name("arrangement") @Type("earr") Earr getArrangement()
@Code("iarr") @Kind("property") @Name("arrangement") @Type("earr") void setArrangement(Earr arrangement)
arrangement
- new property value@Code("lvis") @Kind("property") @Name("icon size") @Type("integer") int getIconSize()
@Code("lvis") @Kind("property") @Name("icon size") @Type("integer") void setIconSize(int iconSize)
iconSize
- new property value@Code("mnfo") @Kind("property") @Name("shows item info") @Type("boolean") boolean isShowsItemInfo()
@Code("mnfo") @Kind("property") @Name("shows item info") @Type("boolean") void setShowsItemInfo(boolean showsItemInfo)
showsItemInfo
- new property value@Code("prvw") @Kind("property") @Name("shows icon preview") @Type("boolean") boolean isShowsIconPreview()
@Code("prvw") @Kind("property") @Name("shows icon preview") @Type("boolean") void setShowsIconPreview(boolean showsIconPreview)
showsIconPreview
- new property value@Code("fsiz") @Kind("property") @Name("text size") @Type("integer") int getTextSize()
@Code("fsiz") @Kind("property") @Name("text size") @Type("integer") void setTextSize(int textSize)
textSize
- new property value@Code("lpos") @Kind("property") @Name("label position") @Type("epos") Epos getLabelPosition()
@Code("lpos") @Kind("property") @Name("label position") @Type("epos") void setLabelPosition(Epos labelPosition)
labelPosition
- new property value@Code("ibkg") @Kind("property") @Name("background picture") @Type("file") File getBackgroundPicture()
@Code("ibkg") @Kind("property") @Name("background picture") @Type("file") void setBackgroundPicture(File backgroundPicture)
backgroundPicture
- new property value@Code("colr") @Kind("property") @Name("background color") @Type("RGB color") Color getBackgroundColor()
@Code("colr") @Kind("property") @Name("background color") @Type("RGB color") void setBackgroundColor(Color backgroundColor)
backgroundColor
- new property value