public class Info.Icon
extends org.apache.tools.ant.types.DataType
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(String v)
A URL pointing to the icon file.
|
void |
setKind(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
public void setHref(String v)
public void setKind(String v)
public void setWidth(int v)
public void setHeight(int v)
public void setDepth(int v)
Copyright © 2020. All rights reserved.