public interface IIcon
Modifier and Type | Method and Description |
---|---|
int |
getIconHeight()
Returns the height of the icon, in pixels.
|
java.lang.String |
getIconName() |
int |
getIconWidth()
Returns the width of the icon, in pixels.
|
float |
getInterpolatedU(double var1)
Gets a U coordinate on the icon.
|
float |
getInterpolatedV(double var1)
Gets a V coordinate on the icon.
|
float |
getMaxU()
Returns the maximum U coordinate to use when rendering with this icon.
|
float |
getMaxV()
Returns the maximum V coordinate to use when rendering with this icon.
|
float |
getMinU()
Returns the minimum U coordinate to use when rendering with this icon.
|
float |
getMinV()
Returns the minimum V coordinate to use when rendering with this icon.
|
int getIconWidth()
int getIconHeight()
float getMinU()
float getMaxU()
float getInterpolatedU(double var1)
float getMinV()
float getMaxV()
float getInterpolatedV(double var1)
java.lang.String getIconName()