类 ImageSprite
- java.lang.Object
-
- proguard.gui.splash.ImageSprite
-
-
构造器概要
构造器 构造器 说明 ImageSprite(java.awt.Image image, proguard.gui.splash.VariableInt x, proguard.gui.splash.VariableInt y, proguard.gui.splash.VariableDouble scaleX, proguard.gui.splash.VariableDouble scaleY)Creates a new ImageSprite.
-
-
-
构造器详细资料
-
ImageSprite
public ImageSprite(java.awt.Image image, proguard.gui.splash.VariableInt x, proguard.gui.splash.VariableInt y, proguard.gui.splash.VariableDouble scaleX, proguard.gui.splash.VariableDouble scaleY)Creates a new ImageSprite.- 参数:
image- the Image to be painted.x- the variable x-coordinate of the upper-left corner of the image.y- the variable y-coordinate of the upper-left corner of the image.scaleX- the variable x-scale of the image.scaleY- the variable y-scale of the image.
-
-