com.tensegrity.graphics.primitive2D
Class Polygon2DState

java.lang.Object
  extended bycom.tensegrity.graphics.primitive2D.Polygon2DState
All Implemented Interfaces:
PrimitiveState

public class Polygon2DState
extends java.lang.Object
implements PrimitiveState

TODO: comment

Version:
$Id: Polygon2DState.java,v 1.2 2005/07/18 09:24:56 MichaelKegel Exp $
Author:
MKegel

Constructor Summary
Polygon2DState(Polygon2D polygon)
           
 
Method Summary
 Coordinate[] getCoordinates()
           
 Coordinate[] getReferenceCoordinates()
           
 int[] getSegmentTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Polygon2DState

public Polygon2DState(Polygon2D polygon)
Method Detail

getCoordinates

public final Coordinate[] getCoordinates()

getReferenceCoordinates

public final Coordinate[] getReferenceCoordinates()

getSegmentTypes

public final int[] getSegmentTypes()


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.