cz.cuni.amis.pogamut.base3d.worldview.object
Interface IViewable

Package class diagram package IViewable
All Superinterfaces:
ICompositeWorldObject, IWorldObject

public interface IViewable
extends ICompositeWorldObject

General interface for objects whose visibility may change through time.

Author:
Juraj 'Loque' Simlovic, srlok

Method Summary
 boolean isVisible()
          Tells, whether the object is currently visible.
 
Methods inherited from interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ICompositeWorldObject
getLocal, getShared, getStatic
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
getId, getSimTime
 

Method Detail

isVisible

boolean isVisible()
Tells, whether the object is currently visible.

Returns:
True if the object is visible; false otherwise.


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.