com.threerings.opengl.compositor.config
Class RenderSchemeConfig

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.config.ManagedConfig
          extended by com.threerings.opengl.compositor.config.RenderSchemeConfig
All Implemented Interfaces:
ConfigUpdateListener<ManagedConfig>, Exportable, com.threerings.resource.ResourceManager.ModificationObserver, Copyable, Cloneable

public class RenderSchemeConfig
extends ManagedConfig

The configuration of a render scheme.


Nested Class Summary
static class RenderSchemeConfig.Implementation
          The actual implementation of the scheme.
static class RenderSchemeConfig.Normal
          A "normal" implementation.
static class RenderSchemeConfig.Special
          A "special" implementation.
 
Field Summary
 RenderSchemeConfig.Implementation implementation
          The actual implementation of the scheme.
static RenderSchemeConfig INVALID
          Used to indicate that a config reference is invalid.
 
Constructor Summary
RenderSchemeConfig()
           
 
Method Summary
 MaterialRewriter getMaterialRewriter()
          Returns the material rewriter for this scheme, if any.
 boolean isCompatibleWith(RenderSchemeConfig other)
          Checks this scheme for compatibility with another.
 
Methods inherited from class com.threerings.config.ManagedConfig
addListener, configUpdated, getConfigManager, getInstance, getInstance, getInstance, getInstance, getInstance, getName, getReference, init, removeListener, resourceModified, setName, updateFromSource, validateOuters, validateReferences, wasUpdated
 
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

INVALID

public static final RenderSchemeConfig INVALID
Used to indicate that a config reference is invalid.


implementation

@Editable
public RenderSchemeConfig.Implementation implementation
The actual implementation of the scheme.

Constructor Detail

RenderSchemeConfig

public RenderSchemeConfig()
Method Detail

isCompatibleWith

public boolean isCompatibleWith(RenderSchemeConfig other)
Checks this scheme for compatibility with another.


getMaterialRewriter

public MaterialRewriter getMaterialRewriter()
Returns the material rewriter for this scheme, if any.



Copyright © 2011. All Rights Reserved.