Class VisibleObject

  • All Implemented Interfaces:
    java.io.Serializable

    public class VisibleObject
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VisibleObject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Delete memory.
      boolean IsDrawable()
      Return true if this object is drawable (non-null).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Object

        public Spatial Object
        Object: see VisibleSet.java
      • GlobalEffect

        public Effect GlobalEffect
        Effect: see VisibleSet.java
    • Constructor Detail

      • VisibleObject

        public VisibleObject()
    • Method Detail

      • dispose

        public void dispose()
        Delete memory.
      • IsDrawable

        public boolean IsDrawable()
        Return true if this object is drawable (non-null).
        Returns:
        true if this object is drawable.