com.steema.teechart.drawing
Class Polygon

java.lang.Object
  extended by java.awt.Polygon
      extended by com.steema.teechart.drawing.Polygon
All Implemented Interfaces:
java.awt.Shape, java.io.Serializable

public final class Polygon
extends java.awt.Polygon

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.Polygon
bounds, npoints, xpoints, ypoints
 
Constructor Summary
Polygon()
           
 
Method Summary
 
Methods inherited from class java.awt.Polygon
addPoint, contains, contains, contains, contains, contains, contains, getBoundingBox, getBounds, getBounds2D, getPathIterator, getPathIterator, inside, intersects, intersects, invalidate, reset, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Polygon

public Polygon()