|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eltima.chart.Position
The Position class.
Copyright: Copyright (c) 2000-2005
Company: Eltima Software
Field Summary | |
int |
pos
Unit position. |
int |
weight
Unit weight. |
Constructor Summary | |
Position()
Creates new instance of Position. |
|
Position(int pos,
int weight)
Creates new instance of Position with specified unit position and weight. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int pos
public int weight
Constructor Detail |
public Position()
public Position(int pos, int weight)
pos
- intweight
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |