Class Node

java.lang.Object
   |
   +----Node

class Node
extends Object
Node of the polygon.


Variable Index

 o dx
 o dy
 o fixed
 o lbl
 o x
 o y

Constructor Index

 o Node()

Variables

 o x
 double x
 o y
 double y
 o dx
 double dx
 o dy
 double dy
 o fixed
 boolean fixed
 o lbl
 String lbl

Constructors

 o Node
 Node()