com.threerings.tudey.tools
Class Eraser.Options

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.tools.Eraser.Options
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
Eraser

protected static class Eraser.Options
extends DeepObject
implements Exportable

Allows us to edit the tool options.


Field Summary
 EditorTool.Filter filter
          The filter that determines what we want to erase.
 ShapeConfig shape
          The shape of the eraser.
 
Constructor Summary
protected Eraser.Options()
           
 
Method Summary
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

shape

@Editable
public ShapeConfig shape
The shape of the eraser.


filter

@Editable
public EditorTool.Filter filter
The filter that determines what we want to erase.

Constructor Detail

Eraser.Options

protected Eraser.Options()