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 AWTImageWrapper
AWTNativeSymbolHandler. 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 AWTImageWrapper
AWTImageWrapper. from(BufferedImage image)
static AWTImageWrapper
AWTImageWrapper. from(Shape shape)
static AWTImageWrapper
AWTImageWrapper. from(Shape shape, Color color)
static AWTImageWrapper
AWTImageWrapper. from(IImageWrapper image)
-