Uses of Interface
org.jzy3d.plot3d.rendering.image.IImageWrapper
-
Packages that use IImageWrapper Package Description org.jzy3d.chart.factories org.jzy3d.plot3d.primitives.symbols org.jzy3d.plot3d.rendering.image -
-
Uses of IImageWrapper in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories with parameters of type IImageWrapper Modifier and Type Method Description SymbolHandler
EmulGLPainterFactory. newSymbolHandler(IImageWrapper image)
SymbolHandler
IPainterFactory. newSymbolHandler(IImageWrapper image)
SymbolHandler
NativePainterFactory. newSymbolHandler(IImageWrapper image)
-
Uses of IImageWrapper in org.jzy3d.plot3d.primitives.symbols
Methods in org.jzy3d.plot3d.primitives.symbols with parameters of type IImageWrapper Modifier and Type Method Description static AWTNativeSymbolHandler
AWTNativeSymbolHandler. from(IImageWrapper image)
Constructors in org.jzy3d.plot3d.primitives.symbols with parameters of type IImageWrapper Constructor Description AWTNativeSymbolHandler(IImageWrapper image)
-
Uses of IImageWrapper in org.jzy3d.plot3d.rendering.image
Classes in org.jzy3d.plot3d.rendering.image that implement IImageWrapper Modifier and Type Class Description class
AWTImageWrapper
Methods in org.jzy3d.plot3d.rendering.image with parameters of type IImageWrapper Modifier and Type Method Description static AWTImageWrapper
AWTImageWrapper. from(IImageWrapper image)
-