org.ascape.util.vis
Interface ImageFeature

All Superinterfaces:
HasName
All Known Implementing Classes:
DrawImageFeature, ImageFeatureConcrete, ImageFeatureFixed

public interface ImageFeature
extends HasName

An image feature returns an image based on the state of an object of known type provided to it. Used to provide an appropriate color for some feature or aspect of an object.

Since:
1.2.5
Version:
1.2.5
Author:
Miles Parker

Method Summary
 java.awt.Image getImage(java.lang.Object object)
          Returns a color for the object as defined in implementions of this class.
 
Methods inherited from interface org.ascape.util.HasName
getName
 

Method Detail

getImage

java.awt.Image getImage(java.lang.Object object)
Returns a color for the object as defined in implementions of this class.

Parameters:
object - the object to get a color from.


Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.