Uses of Enum Class
com.codingame.gameengine.module.entities.Curve
Packages that use Curve
-
Uses of Curve in com.codingame.gameengine.module.entities
Methods in com.codingame.gameengine.module.entities that return CurveModifier and TypeMethodDescriptionstatic CurveReturns the enum constant of this class with the specified name.static Curve[]Curve.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.codingame.gameengine.module.entities with parameters of type CurveModifier and TypeMethodDescriptionprotected voidSets the alpha of thisEntityas a percentage.TextureBasedEntity.setAnchorX(double anchorX, Curve curve) Sets the X anchor of thisTextureBasedEntityas a percentage of its width.TextureBasedEntity.setAnchorY(double anchorY, Curve curve) Sets the Y anchor of thisTextureBasedEntityas a percentage of its width.Shape.setFillAlpha(double alpha, Curve curve) Sets the alpha of the fill of thisShapeas a percentage.Shape.setFillColor(int color, Curve curve) Sets the color of the fill of thisShapeas an RGB integer.Text.setFillColor(int fillColor, Curve curve) Sets the color of the fill of thisTextas an RGB integer.TextBasedEntity.setFontSize(int fontSize, Curve curve) Sets the size of the font of thisTextBasedEntityin px.Sets the height of thisRectanglein world units.Sets the height of thisRoundedRectanglein world units.Shape.setLineAlpha(double alpha, Curve curve) Sets the alpha of the border of thisShapeas a percentage.Shape.setLineColor(int lineColor, Curve curve) Sets the color of the border of thisShapeas an RGB integer.Shape.setLineWidth(double lineWidth, Curve curve) Sets the width of the border of thisShapein world units.Polygon.setPointsInterpolationCurve(Curve curve) Sets the transition used to animate the positions of each point.Sets the radius of thisCirclein world units.Sets the radius of thisRoundedRectangle's corners in world units.Entity.setRotation(double rotation, Curve curve) Sets the rotation of thisEntityin radians.Sets both the horizontal and vertical scale of thisEntityto the same percentage.Sets the horizontal scale of thisEntityas a percentage.Sets the vertical scale of thisEntityas a percentage.Sets the horizontal skew of thisEntityin radians.Sets the vertical skew of thisEntityin radians.Text.setStrokeColor(int strokeColor, Curve curve) Sets the color of the stroke of thisTextas an RGB integer.Text.setStrokeThickness(double strokeThickness, Curve curve) Returns the thickness of the stroke of thisTextin pixels.TilingSprite.setTileScale(double tileScale, Curve curve) Sets both the horizontal and vertical scale of the image that is being tiled.TilingSprite.setTileScaleX(double tileScaleX, Curve curve) Sets the horizontal scale of the image that is being tiled.TilingSprite.setTileScaleY(double tileScaleY, Curve curve) Sets the vertical scale of the image that is being tiled.Sets the X offset of the image that is being tiled.Sets the Y offset of the image that is being tiled.Sets the tint of thisTextureBasedEntityas an RGB integer.Sets the width of thisRectanglein world units.Sets the width of thisRoundedRectanglein world units.Sets the X coordinate of thisEntityin world units.Sets the X coordinate of the end point of thisLine.Sets the Y coordinate of thisEntityin world units.Sets the y coordinate of the end point of thisLine.