Uses of Class
org.jzy3d.plot3d.rendering.image.AWTImageWrapper
- 
Packages that use AWTImageWrapper Package Description org.jzy3d.plot3d.primitives.symbols org.jzy3d.plot3d.rendering.image  - 
- 
Uses of AWTImageWrapper in org.jzy3d.plot3d.primitives.symbols
Fields in org.jzy3d.plot3d.primitives.symbols declared as AWTImageWrapper Modifier and Type Field Description protected AWTImageWrapperAWTNativeSymbolHandler. image - 
Uses of AWTImageWrapper in org.jzy3d.plot3d.rendering.image
Methods in org.jzy3d.plot3d.rendering.image that return AWTImageWrapper Modifier and Type Method Description static AWTImageWrapperAWTImageWrapper. from(BufferedImage image)static AWTImageWrapperAWTImageWrapper. from(Shape shape)static AWTImageWrapperAWTImageWrapper. from(Shape shape, Color color)static AWTImageWrapperAWTImageWrapper. from(IImageWrapper image) 
 -