Uses of Interface
org.jzy3d.plot3d.rendering.tooltips.IAction

Packages that use IAction
org.jzy3d.plot3d.rendering.tooltips   
 

Uses of IAction in org.jzy3d.plot3d.rendering.tooltips
 

Fields in org.jzy3d.plot3d.rendering.tooltips declared as IAction
protected  IAction InteractiveTooltip.action
           
 

Constructors in org.jzy3d.plot3d.rendering.tooltips with parameters of type IAction
InteractiveTooltip(Coord3d target, String content, IntegerCoord2d screenLocation, IAction action)