com.threerings.tudey.config
Class RegionConfig.Transformed

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.RegionConfig
          extended by com.threerings.tudey.config.RegionConfig.Located
              extended by com.threerings.tudey.config.RegionConfig.Transformed
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Enclosing class:
RegionConfig

public static class RegionConfig.Transformed
extends RegionConfig.Located

An explicitly specified shape that uses the source's translation and rotation.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.RegionConfig
RegionConfig.Default, RegionConfig.Fixed, RegionConfig.Located, RegionConfig.Transformed
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 ShapeConfig shape
          The shape of the region.
 
Fields inherited from class com.threerings.tudey.config.RegionConfig.Located
location
 
Constructor Summary
RegionConfig.Transformed()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this region.
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

shape

@Editable
public ShapeConfig shape
The shape of the region.

Constructor Detail

RegionConfig.Transformed

public RegionConfig.Transformed()
Method Detail

getLogicClassName

public String getLogicClassName()
Description copied from class: RegionConfig
Returns the name of the server-side logic class for this region.

Specified by:
getLogicClassName in class RegionConfig

invalidate

public void invalidate()
Description copied from class: RegionConfig
Invalidates any cached data.

Overrides:
invalidate in class RegionConfig.Located


Copyright © 2011. All Rights Reserved.