com.threerings.tudey.util
Interface EntryManipulator

All Known Implementing Classes:
SceneEditor

public interface EntryManipulator

Provides a generic interface for manipulating scene entries.


Method Summary
 void addEntries(TudeySceneModel.Entry... entries)
          Adds entries to the scene.
 void removeEntries(Collection<? extends TudeySceneModel.Entry> entries)
          Removes the specified entries from the scene.
 void removeEntries(Object... keys)
          Removes entries from the scene.
 void setPaint(Rectangle region, TudeySceneModel.Paint paint)
          Sets or clears the paint for a region in the scene.
 void updateEntries(TudeySceneModel.Entry... entries)
          Updates entries within the scene.
 

Method Detail

addEntries

void addEntries(TudeySceneModel.Entry... entries)
Adds entries to the scene.


updateEntries

void updateEntries(TudeySceneModel.Entry... entries)
Updates entries within the scene.


removeEntries

void removeEntries(Object... keys)
Removes entries from the scene.


removeEntries

void removeEntries(Collection<? extends TudeySceneModel.Entry> entries)
Removes the specified entries from the scene.


setPaint

void setPaint(Rectangle region,
              TudeySceneModel.Paint paint)
Sets or clears the paint for a region in the scene.



Copyright © 2011. All Rights Reserved.