public static class RoutingFrame.RoutingGeometry
extends java.lang.Object
Constructor and Description |
---|
RoutingFrame.RoutingGeometry(RoutingFrame.RoutingLayer layer,
java.awt.geom.Rectangle2D bounds,
int netID)
Method to create a RoutingGeometry object.
|
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getBounds()
Method to return the shape of this RoutingGeometry.
|
RoutingFrame.RoutingLayer |
getLayer()
Method to return the RoutingLayer that this piece of RoutingGeometry
uses.
|
int |
getNetID()
Method to return the global network index of this RoutingGeometry.
|
public RoutingFrame.RoutingGeometry(RoutingFrame.RoutingLayer layer, java.awt.geom.Rectangle2D bounds, int netID)
layer
- the RoutingLayer on which this RoutingGeometry resides.bounds
- the shape of this RoutingGeometry.netID
- the global network number of this RoutingGeometry.public RoutingFrame.RoutingLayer getLayer()
public java.awt.geom.Rectangle2D getBounds()
public int getNetID()