com.eltima.chart
Class Position

java.lang.Object
  extended by com.eltima.chart.Position

public class Position
extends java.lang.Object

The Position class.

Copyright: Copyright (c) 2000-2007

Company: Eltima Software

Version:
5.1
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.
 
Method Summary
 
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


Copyright © 2000-2007 Eltima Software. All Rights Reserved.