Uses of Class
com.codingame.gameengine.module.entities.RoundedRectangle
Packages that use RoundedRectangle
-
Uses of RoundedRectangle in com.codingame.gameengine.module.entities
Methods in com.codingame.gameengine.module.entities that return RoundedRectangleModifier 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.