net.claribole.zgrviewer.dot
Class Point

java.lang.Object
  extended bynet.claribole.zgrviewer.dot.Point

public class Point
extends java.lang.Object

Point coordinates in GraphViz style (points can have multiple dimensions instead of 2)

Author:
Eric Mounhem

Constructor Summary
Point(boolean change)
          Create a new point.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point

public Point(boolean change)
Create a new point. Depending on dimension used, you must fill coords with the right number of elements.

Parameters:
change -
Method Detail

toString

public java.lang.String toString()
See Also:
Object.toString()


Copyright © 2004-2005 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.