com.googlecode.sarasvati.visual.util
Class HoverFunctionAdapter

java.lang.Object
  extended by com.googlecode.sarasvati.visual.util.HoverFunctionAdapter
All Implemented Interfaces:
Function<String,org.netbeans.api.visual.widget.Widget>

public class HoverFunctionAdapter
extends Object
implements Function<String,org.netbeans.api.visual.widget.Widget>


Field Summary
protected  GraphToImageMap imageMapHelper
           
 
Constructor Summary
HoverFunctionAdapter(GraphToImageMap imageMapHelper)
           
 
Method Summary
 String apply(org.netbeans.api.visual.widget.Widget widget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imageMapHelper

protected GraphToImageMap imageMapHelper
Constructor Detail

HoverFunctionAdapter

public HoverFunctionAdapter(GraphToImageMap imageMapHelper)
Method Detail

apply

public String apply(org.netbeans.api.visual.widget.Widget widget)
Specified by:
apply in interface Function<String,org.netbeans.api.visual.widget.Widget>


Copyright © 2012. All Rights Reserved.