robocode.naval.interfaces
Interface IRenderImages


public interface IRenderImages

Describes methods used to get the images for several components.

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

Method Summary
 IPaint getColoredGunRenderImage(Integer color)
          Get the image of the gun when the given color has been applied.
 IPaint getColoredGunRenderNavalImage(Integer color)
           
 IPaint getColoredMineComponentRenderNavalImage(Integer color)
          Get the image of the mineComponent when the given color has been applied.
 IPaint getColoredMineRenderNavalImage(Integer color)
           
 IPaint getColoredRadarRenderImage(Integer color)
          Get the image of the radar when the given color has been applied.
 IPaint getColoredRadarRenderNavalImage(Integer color)
           
 

Method Detail

getColoredGunRenderImage

IPaint getColoredGunRenderImage(Integer color)
Get the image of the gun when the given color has been applied.

Parameters:
color - The color mask that has to be applied.
Returns:
The colored image.

getColoredGunRenderNavalImage

IPaint getColoredGunRenderNavalImage(Integer color)

getColoredRadarRenderImage

IPaint getColoredRadarRenderImage(Integer color)
Get the image of the radar when the given color has been applied.

Parameters:
color - The color mask that has to be applied.
Returns:
The colored image.

getColoredRadarRenderNavalImage

IPaint getColoredRadarRenderNavalImage(Integer color)

getColoredMineComponentRenderNavalImage

IPaint getColoredMineComponentRenderNavalImage(Integer color)
Get the image of the mineComponent when the given color has been applied.

Parameters:
color - The color mask that has to be applied.
Returns:
The colored image.

getColoredMineRenderNavalImage

IPaint getColoredMineRenderNavalImage(Integer color)


Copyright © 2015 Robocode. All Rights Reserved.