public class Info.Icon
extends org.apache.tools.ant.types.DataType
Modifier and Type | Field and Description |
---|---|
(package private) int |
depth |
(package private) int |
height |
(package private) java.lang.String |
href |
(package private) java.lang.String |
kind |
(package private) static int |
UNDEFINED |
(package private) int |
width |
Constructor and Description |
---|
Icon() |
Modifier and Type | Method and Description |
---|---|
void |
setDepth(int v)
Can be used to indicate the resolution of the image.
|
void |
setHeight(int v)
Can be used to indicate the height of the image.
|
void |
setHref(java.lang.String v)
A URL pointing to the icon file.
|
void |
setKind(java.lang.String v)
Indicates the suggested use of the icon, can be:
default, selected, disabled, rollover, or shortcut.
|
void |
setWidth(int v)
Can be used to indicate the width of the image.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
java.lang.String href
java.lang.String kind
int width
int height
int depth
static final int UNDEFINED
public void setHref(java.lang.String v)
public void setKind(java.lang.String v)
public void setWidth(int v)
public void setHeight(int v)
public void setDepth(int v)