java.io.Serializable
public class Node
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
Address |
addr |
|
double |
dx |
|
double |
dy |
|
boolean |
fixed |
|
int |
height |
|
java.lang.String |
lbl |
|
int |
width |
|
double |
x |
|
int |
xloc |
|
double |
y |
|
int |
yloc |
Constructor | Description |
---|---|
Node() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public double x
public double y
public double dx
public double dy
public boolean fixed
public java.lang.String lbl
public Address addr
public int xloc
public int yloc
public int width
public int height
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.