Package dev.robocode.tankroyale.botapi.graphics
Contains all graphics related classes for the Bot API for Robocode Tank Royale.
-
Interface Summary Interface Description IGraphics Interface for graphics context that provides methods for drawing graphics primitives. -
Class Summary Class Description Color Represents an RGBA (red, green, blue, alpha) color for use in the Tank Royale game.Point Represents an ordered pair of x and y coordinates that define a point in a two-dimensional plane.SvgGraphics Implementation of IGraphics that generates SVG markup.