Uses of Interface
org.jzy3d.plot3d.rendering.tooltips.IAction
-
Packages that use IAction Package Description org.jzy3d.plot3d.rendering.tooltips -
-
Uses of IAction in org.jzy3d.plot3d.rendering.tooltips
Fields in org.jzy3d.plot3d.rendering.tooltips declared as IAction Modifier and Type Field Description protected IAction
InteractiveTooltip. action
Constructors in org.jzy3d.plot3d.rendering.tooltips with parameters of type IAction Constructor Description InteractiveTooltip(Coord3d target, String content, IntegerCoord2d screenLocation, IAction action)
-