Constructor and Description |
---|
IconFlipped(IIcon par1Icon,
boolean par2,
boolean par3) |
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 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(IIcon par1Icon, boolean par2, boolean par3)
public int getIconWidth()
getIconWidth
in interface IIcon
public int getIconHeight()
getIconHeight
in interface IIcon
public float getMinU()
public float getMaxU()
public float getInterpolatedU(double par1)
getInterpolatedU
in interface IIcon
public float getMinV()
public float getMaxV()
public float getInterpolatedV(double par1)
getInterpolatedV
in interface IIcon
public java.lang.String getIconName()
getIconName
in interface IIcon