Uses of Class
org.jzy3d.os.WindowingToolkit
-
Packages that use WindowingToolkit Package Description org.jzy3d.os org.jzy3d.painters -
-
Uses of WindowingToolkit in org.jzy3d.os
Methods in org.jzy3d.os that return WindowingToolkit Modifier and Type Method Description static WindowingToolkit
WindowingToolkit. valueOf(String name)
Returns the enum constant of this type with the specified name.static WindowingToolkit[]
WindowingToolkit. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WindowingToolkit in org.jzy3d.painters
Methods in org.jzy3d.painters that return WindowingToolkit Modifier and Type Method Description WindowingToolkit
AbstractPainter. getWindowingToolkit()
WindowingToolkit
IPainter. getWindowingToolkit()
WindowingToolkit
NativeDesktopPainter. getWindowingToolkit()
-