public class Node
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and 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 and Description |
---|
Node() |
Modifier and Type | Method and 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-2020 Red Hat. All Rights Reserved.