Uses of Interface
org.openmali.types.twodee.Sized2iRO

Packages that use Sized2iRO
org.openmali.types.twodee   
 

Uses of Sized2iRO in org.openmali.types.twodee
 

Subinterfaces of Sized2iRO in org.openmali.types.twodee
 interface Sized2i
          A Sized2i class provides getters as well as setters for the size.
 

Classes in org.openmali.types.twodee that implement Sized2iRO
 class Rect2i
          A basic 2-dimensional rectangle.
 

Methods in org.openmali.types.twodee with parameters of type Sized2iRO
 Rect2i Rect2i.set(Positioned2iRO pos, Sized2iRO size)
          Sets this rectangle's coordinates to the given rectangle's ones.
 Sized2i Sized2i.setSize(Sized2iRO size)
          Sets the size.
 Rect2i Rect2i.setSize(Sized2iRO size)
          Sets the size.