类 RectangleSprite
- java.lang.Object
-
- proguard.gui.splash.RectangleSprite
-
-
构造器概要
构造器 构造器 说明 RectangleSprite(boolean filled, proguard.gui.splash.VariableColor color, proguard.gui.splash.VariableInt x, proguard.gui.splash.VariableInt y, proguard.gui.splash.VariableInt width, proguard.gui.splash.VariableInt height)Creates a new rectangular RectangleSprite.RectangleSprite(boolean filled, proguard.gui.splash.VariableColor color, proguard.gui.splash.VariableInt x, proguard.gui.splash.VariableInt y, proguard.gui.splash.VariableInt width, proguard.gui.splash.VariableInt height, proguard.gui.splash.VariableInt arcWidth, proguard.gui.splash.VariableInt arcHeight)Creates a new RectangleSprite with rounded corners.
-
-
-
构造器详细资料
-
RectangleSprite
public RectangleSprite(boolean filled, proguard.gui.splash.VariableColor color, proguard.gui.splash.VariableInt x, proguard.gui.splash.VariableInt y, proguard.gui.splash.VariableInt width, proguard.gui.splash.VariableInt height)Creates a new rectangular RectangleSprite.- 参数:
filled- specifies whether the rectangle should be filled.color- the variable color of the rectangle.x- the variable x-ordinate of the upper-left corner of the rectangle.y- the variable y-ordinate of the upper-left corner of the rectangle.width- the variable width of the rectangle.height- the variable height of the rectangle.
-
RectangleSprite
public RectangleSprite(boolean filled, proguard.gui.splash.VariableColor color, proguard.gui.splash.VariableInt x, proguard.gui.splash.VariableInt y, proguard.gui.splash.VariableInt width, proguard.gui.splash.VariableInt height, proguard.gui.splash.VariableInt arcWidth, proguard.gui.splash.VariableInt arcHeight)Creates a new RectangleSprite with rounded corners.- 参数:
filled- specifies whether the rectangle should be filled.color- the variable color of the rectangle.x- the variable x-ordinate of the upper-left corner of the rectangle.y- the variable y-ordinate of the upper-left corner of the rectangle.width- the variable width of the rectangle.height- the variable height of the rectangle.arcWidth- the variable width of the corner arcs.arcHeight- the variable height of the corner arcs.
-
-