| Constructor and Description |
|---|
IconFlipped(Icon par1Icon,
boolean par2,
boolean par3) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIconHeight()
Returns the height of the icon, in pixels.
|
String |
getIconName() |
int |
getIconWidth()
Returns the width of the icon, in pixels.
|
float |
getInterpolatedU(double par1)
Gets a U coordinate on the icon.
|
float |
getInterpolatedV(double par1)
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.
|
public IconFlipped(Icon par1Icon, boolean par2, boolean par3)
public int getIconWidth()
getIconWidth in interface Iconpublic int getIconHeight()
getIconHeight in interface Iconpublic float getMinU()
public float getMaxU()
public float getInterpolatedU(double par1)
getInterpolatedU in interface Iconpublic float getMinV()
public float getMaxV()
public float getInterpolatedV(double par1)
getInterpolatedV in interface Iconpublic String getIconName()
getIconName in interface Icon