| Constructor and Description |
|---|
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.
|
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)
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.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)
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.Copyright © 2018. All rights reserved.