robocode.naval.interfaces
Interface IPaint


public interface IPaint

Describes methods used to draw components.

Since:
1.8.3.0 Alpha 1
Version:
0.1
Author:
Thales B.V. / Jiri Waning

Method Summary
 void paint(Graphics2D g)
          Paints an object.
 void setTransform(AffineTransform Tx)
          Sets a transformation for the object to paint.
 

Method Detail

setTransform

void setTransform(AffineTransform Tx)
Sets a transformation for the object to paint.

Parameters:
Tx - The transformation to apply.

paint

void paint(Graphics2D g)
Paints an object.

Parameters:
g - The device to paint the object to.


Copyright © 2015 Robocode. All Rights Reserved.