Uses of Class
com.codingame.gameengine.module.entities.Line
Packages that use Line
-
Uses of Line in com.codingame.gameengine.module.entities
Methods in com.codingame.gameengine.module.entities that return LineModifier and TypeMethodDescriptionGraphicEntityModule.createLine()Creates a new Line entity, its graphical counterpart will be created on the frame currently being computed.Line.setX2(int x2) Sets the X coordinate of the end point of thisLine.Sets the X coordinate of the end point of thisLine.Line.setY2(int y2) Sets the y coordinate of the end point of thisLine.Sets the y coordinate of the end point of thisLine.