public class GuiSpriteScaled extends java.lang.Object implements ISimpleDrawable
ISimpleDrawable
that draws the specified ISprite
as-is into the given width and height.Constructor and Description |
---|
GuiSpriteScaled(ISprite sprite,
double width,
double height) |
GuiSpriteScaled(ISprite sprite,
IGuiArea area) |
Modifier and Type | Method and Description |
---|---|
void |
drawAt(double x,
double y) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, drawAt
public GuiSpriteScaled(ISprite sprite, double width, double height)
public void drawAt(double x, double y)
drawAt
in interface ISimpleDrawable