Modifier and Type | Method | Description |
---|---|---|
Il32 |
getLarge32BitIcon() |
The large 32-bit color icon.
|
Icl4 |
getLarge4BitIcon() |
The large 4-bit color icon.
|
Icl8 |
getLarge8BitIcon() |
The large 8-bit color icon.
|
L8mk |
getLarge8BitMask() |
The large 8-bit mask for large 32-bit icons.
|
Icn |
getLargeMonochromeIconAndMask() |
The large black-and-white icon and the mask for large icons.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
Is32 |
getSmall32BitIcon() |
The small 32-bit color icon.
|
Ics4 |
getSmall4BitIcon() |
The small 4-bit color icon.
|
Ics8 |
getSmall8BitIcon() |
The small 8-bit color icon.
|
S8mk |
getSmall8BitMask() |
The small 8-bit mask for small 32-bit icons.
|
Ics |
getSmallMonochromeIconAndMask() |
The small black-and-white icon and the mask for small icons.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("ICN#") @Kind("property") @Name("large monochrome icon and mask") @Type("ICN#") Icn getLargeMonochromeIconAndMask()
@Code("l8mk") @Kind("property") @Name("large 8 bit mask") @Type("l8mk") L8mk getLarge8BitMask()
@Code("il32") @Kind("property") @Name("large 32 bit icon") @Type("il32") Il32 getLarge32BitIcon()
@Code("icl8") @Kind("property") @Name("large 8 bit icon") @Type("icl8") Icl8 getLarge8BitIcon()
@Code("icl4") @Kind("property") @Name("large 4 bit icon") @Type("icl4") Icl4 getLarge4BitIcon()
@Code("ics#") @Kind("property") @Name("small monochrome icon and mask") @Type("ics#") Ics getSmallMonochromeIconAndMask()
@Code("ics8") @Kind("property") @Name("small 8 bit mask") @Type("s8mk") S8mk getSmall8BitMask()
@Code("is32") @Kind("property") @Name("small 32 bit icon") @Type("is32") Is32 getSmall32BitIcon()
@Code("ics8") @Kind("property") @Name("small 8 bit icon") @Type("ics8") Ics8 getSmall8BitIcon()
@Code("ics4") @Kind("property") @Name("small 4 bit icon") @Type("ics4") Ics4 getSmall4BitIcon()