public class IconDD
extends java.lang.Object
Constructor and Description |
---|
IconDD()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLargeIcon()
Retrieve the large icon uri.
|
java.lang.String |
getSmallIcon()
Retrieve the small icon uri.
|
void |
setLargeIcon(java.lang.String largeIcon)
Set the large icon uri.
|
void |
setSmallIcon(java.lang.String smallIcon)
Set the small Icon uri.
|
public java.lang.String getLargeIcon()
public void setLargeIcon(java.lang.String largeIcon)
largeIcon
- the relative path to the icon resource.public java.lang.String getSmallIcon()
public void setSmallIcon(java.lang.String smallIcon)
smallIcon
- the relative path to the icon resource.Copyright © 2003-2013 . All Rights Reserved.