Class AWTNativeSymbolHandler
java.lang.Object
org.jzy3d.plot3d.primitives.symbols.SymbolHandler
org.jzy3d.plot3d.primitives.symbols.AWTNativeSymbolHandler
Create
.
NativeDrawableImage
symbols to be displayed on line strip points.
Note that this symbol handler handle image like real 3d objects with an orientation. In other
word, the image is standing on a static plane that remain unchanged when camera rotate.
For a 2d sprite that will be always camera facing, try
invalid @link
AWTNativeSymbolHandler2d
- Author:
- martin
-
Field Summary
Fields inherited from class org.jzy3d.plot3d.primitives.symbols.SymbolHandler
spaceTransformer, symbols
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSymbolOn
(Point point) static AWTNativeSymbolHandler
from
(BufferedImage image) static AWTNativeSymbolHandler
static AWTNativeSymbolHandler
from
(IImageWrapper image) Methods inherited from class org.jzy3d.plot3d.primitives.symbols.SymbolHandler
clear, drawSymbols, getSpaceTransformer, setSpaceTransformer
-
Field Details
-
image
-
Constructor Details
-
AWTNativeSymbolHandler
-
-
Method Details
-
addSymbolOn
- Specified by:
addSymbolOn
in classSymbolHandler
-
from
-
from
-
from
-