com.eltima.chart
Class Position

java.lang.Object
  extended bycom.eltima.chart.Position

public class Position
extends java.lang.Object

The Position class.

Copyright: Copyright (c) 2000-2005

Company: Eltima Software

Version:
1.0
Author:
[SoftInfinity Dpt.]

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

pos

public int pos
Unit position.


weight

public int weight
Unit weight.

Constructor Detail

Position

public Position()
Creates new instance of Position.


Position

public Position(int pos,
                int weight)
Creates new instance of Position with specified unit position and weight.

Parameters:
pos - int
weight - int