Package org.robwork.sdurw_graphics
Class Render
- java.lang.Object
-
- org.robwork.sdurw_graphics.Render
-
public class Render extends java.lang.Object
Abstract base class for all renderable classes
Classes that are able to render them self, may inherit from this class.
-
-
Constructor Summary
Constructors Constructor Description Render(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
void
draw(DrawableNode.RenderInfo info, DrawableNode.DrawType type, double alpha)
draws the object.static long
getCPtr(Render obj)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(Render obj)
-
delete
public void delete()
-
draw
public void draw(DrawableNode.RenderInfo info, DrawableNode.DrawType type, double alpha)
draws the object.- Parameters:
info
- [in] state and rendering specific infotype
- [in] the drawtype which is being usedalpha
- [in] the alpha value to render with
-
-