org.inria.myriads.snoozeclient.systemtree.transformers
Class VertexColorTransformer

java.lang.Object
  extended by org.inria.myriads.snoozeclient.systemtree.transformers.VertexColorTransformer
All Implemented Interfaces:
org.apache.commons.collections15.Transformer<String,Paint>

public final class VertexColorTransformer
extends Object
implements org.apache.commons.collections15.Transformer<String,Paint>

Vertex color transformer.

Author:
Eugen Feller

Constructor Summary
VertexColorTransformer()
           
 
Method Summary
 Paint transform(String index)
          Transforms.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexColorTransformer

public VertexColorTransformer()
Method Detail

transform

public Paint transform(String index)
Transforms.

Specified by:
transform in interface org.apache.commons.collections15.Transformer<String,Paint>
Parameters:
index - The index
Returns:
The color


Copyright © 2012. All Rights Reserved.