com.rubecula.darwin.visualization
Interface Colorable
public interface Colorable
Defines method to change the color of a model object.
TODO this is a little weird. Probably should eliminate it.
- Author:
- Robin Hillyard
Method Summary |
void |
setColor(java.awt.Color color)
Mutating method to set the color to that given. |
setColor
void setColor(java.awt.Color color)
- Mutating method to set the color to that given.
- Parameters:
color
- the new color.
Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.