org.gjt.universe.gui
Class VectorSystemScreenCoord

java.lang.Object
  |
  +--org.gjt.universe.gui.VectorSystemScreenCoord

final class VectorSystemScreenCoord
extends java.lang.Object


Field Summary
private  java.util.Vector hiddenVector
           
 
Constructor Summary
VectorSystemScreenCoord()
           
 
Method Summary
 void add(SystemScreenCoord SSC)
           
 SystemScreenCoord get(int idx)
           
 void removeAllElements()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hiddenVector

private java.util.Vector hiddenVector
Constructor Detail

VectorSystemScreenCoord

public VectorSystemScreenCoord()
Method Detail

add

public void add(SystemScreenCoord SSC)

get

public SystemScreenCoord get(int idx)

size

public int size()

removeAllElements

public void removeAllElements()


Copyright © 2001 Universe Dev Team All Rights Reserved.