|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ericsson.tic.vi.Region
public class Region
A region is in essence an "area".
| 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 |
|---|
public int id
public String region
public int texX
public int texY
public Color color
| Constructor Detail |
|---|
public Region(int id,
String region)
id - The id of this region.region - The name of this region.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||