Uses of Class
com.codingame.gameengine.module.entities.RoundedRectangle
-
Uses of RoundedRectangle in com.codingame.gameengine.module.entities
Modifier and TypeMethodDescriptionGraphicEntityModule.createRoundedRectangle()
Creates a new RoundedRectangle entity, its graphical counterpart will be created on the frame currently being computed.RoundedRectangle.setHeight
(int height) Sets the height of thisRoundedRectangle
in world units.Sets the height of thisRoundedRectangle
in world units.RoundedRectangle.setRadius
(int radius) Sets the radius of thisRoundedRectangle
's corners in world units.Sets the radius of thisRoundedRectangle
's corners in world units.RoundedRectangle.setWidth
(int width) Sets the width of thisRoundedRectangle
in world units.Sets the width of thisRoundedRectangle
in world units.