com.supermap.realspace
类 RegionEffect

java.lang.Object
  继承者 com.supermap.realspace.Effect3D
      继承者 com.supermap.realspace.RegionEffect

public class RegionEffect
extends Effect3D

三维面特效


构造方法摘要
RegionEffect()
           
 
方法摘要
 void dispose()
          释放所占资源。
 EffectType getType()
          获取特效类型。
 
从类 com.supermap.realspace.Effect3D 继承的方法
getEffectSettings
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

RegionEffect

public RegionEffect()
方法详细信息

getType

public EffectType getType()
获取特效类型。

返回:

dispose

public void dispose()
释放所占资源。

覆盖:
Effect3D 中的 dispose