Uses of Class
t3.hrd.state.UnwarpedRect

Packages that use UnwarpedRect
t3.hrd.state   
t3.remotehrd.protocol   
 

Uses of UnwarpedRect in t3.hrd.state
 

Fields in t3.hrd.state with type parameters of type UnwarpedRect
 java.util.List<UnwarpedRect> Tile.unwarpedRectsLinesReadOnly
          UnwarpedRects associated with this tile, for reading only.
 java.util.List<UnwarpedRect> Tile.unwarpedRectsWordsReadOnly
           
 

Methods in t3.hrd.state with parameters of type UnwarpedRect
 void StateListener.callback_createdUnwarpedRect(Tile tile, UnwarpedRect r)
           
 void Tile.opCreateUnwarpedRect(UnwarpedRect r)
          Creates a new unwarped rectangle.
 

Uses of UnwarpedRect in t3.remotehrd.protocol
 

Fields in t3.remotehrd.protocol declared as UnwarpedRect
 UnwarpedRect OpCreateUnwarpedRect.r
           
 

Constructors in t3.remotehrd.protocol with parameters of type UnwarpedRect
OpCreateUnwarpedRect(int id, UnwarpedRect r)