Package | Description |
---|---|
com.codingame.gameengine.module.entities |
Modifier and Type | Method and Description |
---|---|
Line |
GraphicEntityModule.createLine()
Creates a new Line entity, its graphical counterpart will be created on the frame currently being computed.
|
Line |
Line.setX2(int x2)
Sets the X coordinate of the end point of this
Line . |
Line |
Line.setX2(int x2,
Curve curve)
Sets the X coordinate of the end point of this
Line . |
Line |
Line.setY2(int y2)
Sets the y coordinate of the end point of this
Line . |
Line |
Line.setY2(int y2,
Curve curve)
Sets the y coordinate of the end point of this
Line . |