类 CircleSprite
- java.lang.Object
-
- proguard.gui.splash.CircleSprite
-
-
构造器概要
构造器 构造器 说明 CircleSprite(boolean filled, proguard.gui.splash.VariableInt x, proguard.gui.splash.VariableInt y, proguard.gui.splash.VariableInt radius)Creates a new CircleSprite.
-
-
-
构造器详细资料
-
CircleSprite
public CircleSprite(boolean filled, proguard.gui.splash.VariableInt x, proguard.gui.splash.VariableInt y, proguard.gui.splash.VariableInt radius)Creates a new CircleSprite.- 参数:
filled- specifies whether the rectangle should be filled.x- the variable x-coordinate of the center of the circle.y- the variable y-coordinate of the center of the circle.radius- the variable radius of the circle.
-
-