Class RenderPtr


  • public class RenderPtr
    extends java.lang.Object
    Ptr stores a pointer and optionally takes ownership of the value.
    • Constructor Detail

      • RenderPtr

        public RenderPtr​(long cPtr,
                         boolean cMemoryOwn)
      • RenderPtr

        public RenderPtr()
        Default constructor yielding a NULL-pointer.
      • RenderPtr

        public RenderPtr​(Render ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.
    • Method Detail

      • getCPtr

        public static long getCPtr​(RenderPtr obj)
      • delete

        public void delete()
      • deref

        public Render deref()
        The pointer stored in the object.
      • __ref__

        public Render __ref__()
        Dereferencing operator.
      • getDeref

        public Render getDeref()
        Member access operator.
      • equals

        public boolean equals​(Render p)
      • isShared

        public boolean isShared()
        check if this Ptr has shared ownership or none
        ownership
        Returns:
        true if Ptr has shared ownership, false if it has no ownership.
      • isNull

        public boolean isNull()
        checks if the pointer is null
        Returns:
        Returns true if the pointer is null
      • draw

        public void draw​(RenderInfo info,
                         DrawableNode.DrawType type,
                         double alpha)
        draws the object.
        Parameters:
        info - [in] state and rendering specific info
        type - [in] the drawtype which is being used
        alpha - [in] the alpha value to render with