com.ericsson.tic.vi
Class Region

java.lang.Object
  extended by com.ericsson.tic.vi.Region

Deprecated.

public class Region
extends Object

A region is in essence an "area".

Version:
1.0 (2008-12-04)
Author:
Sami Matilainen

Field Summary
 Color color
          Deprecated. The color of this region.
 int id
          Deprecated. The id of this region.
 String region
          Deprecated. The name of this region.
 int texX
          Deprecated. The texture coordinates of this region.
 int texY
          Deprecated. The texture coordinates of this region.
 
Constructor Summary
Region(int id, String region)
          Deprecated. Creates a Region aka "Area".
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id
Deprecated. 
The id of this region.


region

public String region
Deprecated. 
The name of this region.


texX

public int texX
Deprecated. 
The texture coordinates of this region.


texY

public int texY
Deprecated. 
The texture coordinates of this region.


color

public Color color
Deprecated. 
The color of this region.

Constructor Detail

Region

public Region(int id,
              String region)
Deprecated. 
Creates a Region aka "Area".

Parameters:
id - The id of this region.
region - The name of this region.