com.tensegrity.graphics.primitive2D
Class Line2DState

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

public class Line2DState
extends java.lang.Object
implements PrimitiveState

TODO: comment

Version:
$Id: Line2DState.java,v 1.1 2005/07/14 11:10:24 MichaelKegel Exp $
Author:
MKegel

Constructor Summary
Line2DState(Line2D line)
           
 
Method Summary
 Coordinate[] getCoordinates()
           
 int getDegree()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Line2DState

public Line2DState(Line2D line)
Method Detail

getCoordinates

public final Coordinate[] getCoordinates()

getDegree

public final int getDegree()

getType

public final int getType()


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