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 Curve
Returns 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 void
Sets the alpha of thisEntity
as a percentage.TextureBasedEntity.setAnchorX
(double anchorX, Curve curve) Sets the X anchor of thisTextureBasedEntity
as a percentage of its width.TextureBasedEntity.setAnchorY
(double anchorY, Curve curve) Sets the Y anchor of thisTextureBasedEntity
as a percentage of its width.Shape.setFillAlpha
(double alpha, Curve curve) Sets the alpha of the fill of thisShape
as a percentage.Shape.setFillColor
(int color, Curve curve) Sets the color of the fill of thisShape
as an RGB integer.Text.setFillColor
(int fillColor, Curve curve) Sets the color of the fill of thisText
as an RGB integer.TextBasedEntity.setFontSize
(int fontSize, Curve curve) Sets the size of the font of thisTextBasedEntity
in px.Sets the height of thisRectangle
in world units.Sets the height of thisRoundedRectangle
in world units.Shape.setLineAlpha
(double alpha, Curve curve) Sets the alpha of the border of thisShape
as a percentage.Shape.setLineColor
(int lineColor, Curve curve) Sets the color of the border of thisShape
as an RGB integer.Shape.setLineWidth
(double lineWidth, Curve curve) Sets the width of the border of thisShape
in world units.Polygon.setPointsInterpolationCurve
(Curve curve) Sets the transition used to animate the positions of each point.Sets the radius of thisCircle
in world units.Sets the radius of thisRoundedRectangle
's corners in world units.Entity.setRotation
(double rotation, Curve curve) Sets the rotation of thisEntity
in radians.Sets both the horizontal and vertical scale of thisEntity
to the same percentage.Sets the horizontal scale of thisEntity
as a percentage.Sets the vertical scale of thisEntity
as a percentage.Sets the horizontal skew of thisEntity
in radians.Sets the vertical skew of thisEntity
in radians.Text.setStrokeColor
(int strokeColor, Curve curve) Sets the color of the stroke of thisText
as an RGB integer.Text.setStrokeThickness
(double strokeThickness, Curve curve) Returns the thickness of the stroke of thisText
in 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 thisTextureBasedEntity
as an RGB integer.Sets the width of thisRectangle
in world units.Sets the width of thisRoundedRectangle
in world units.Sets the X coordinate of thisEntity
in world units.Sets the X coordinate of the end point of thisLine
.Sets the Y coordinate of thisEntity
in world units.Sets the y coordinate of the end point of thisLine
.