Class VertexList

Class VertexList

java.lang.Object
   |
   +----C_Shape
           |
           +----VertexList

class VertexList
extends C_Shape
The VertexList class provides a container for a list of C_Points.

Method Index

 o Get(int)
 o Point(int)
 o Put(int, C_Point)
 o Put(int, int, int)

Methods

 o Put
  public void Put(int Selector,
                  C_Point Item)
 o Put
  public void Put(int Selector,
                  int ItemX,
                  int ItemY)
 o Get
  public C_Point Get(int Selector)
 o Point
  public C_Point Point(int Selector)
1