Uses of Class
com.threerings.tudey.data.TudeySceneModel.Paint

Packages that use TudeySceneModel.Paint
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.tools Tudey tools. 
com.threerings.tudey.util   
 

Uses of TudeySceneModel.Paint in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data that return TudeySceneModel.Paint
 TudeySceneModel.Paint TudeySceneModel.getPaint(int x, int y)
          Returns the paint at the specified coordinates, if any.
 TudeySceneModel.Paint TudeySceneModel.setPaint(int x, int y, TudeySceneModel.Paint paint)
          Sets the paint at the specified coordinates.
 

Methods in com.threerings.tudey.data with parameters of type TudeySceneModel.Paint
 TudeySceneModel.Paint TudeySceneModel.setPaint(int x, int y, TudeySceneModel.Paint paint)
          Sets the paint at the specified coordinates.
 

Uses of TudeySceneModel.Paint in com.threerings.tudey.tools
 

Methods in com.threerings.tudey.tools with parameters of type TudeySceneModel.Paint
 void SceneEditor.setPaint(Rectangle region, TudeySceneModel.Paint paint)
           
 

Constructors in com.threerings.tudey.tools with parameters of type TudeySceneModel.Paint
EntryEdit(TudeySceneModel scene, int id, int layer, Rectangle region, TudeySceneModel.Paint paint)
          Creates and applies a new paint edit.
 

Uses of TudeySceneModel.Paint in com.threerings.tudey.util
 

Methods in com.threerings.tudey.util with parameters of type TudeySceneModel.Paint
 void EntryManipulator.setPaint(Rectangle region, TudeySceneModel.Paint paint)
          Sets or clears the paint for a region in the scene.
 



Copyright © 2011. All Rights Reserved.