Uses of Class
com.sun.electric.database.geometry.Dimension2D

Packages that use Dimension2D
com.sun.electric.database.geometry Package for geometric support in Electric. 
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.tool.routing Package for handling the Routing tools. 
com.sun.electric.tool.user.ui   
 

Uses of Dimension2D in com.sun.electric.database.geometry
 

Subclasses of Dimension2D in com.sun.electric.database.geometry
static class Dimension2D.Double
          Class to define a Double-precision Dimension object.
 

Constructors in com.sun.electric.database.geometry with parameters of type Dimension2D
Dimension2D.Double(Dimension2D d)
          Constructor to build a Dimension2D.Double.
 

Uses of Dimension2D in com.sun.electric.technology
 

Methods in com.sun.electric.technology that return Dimension2D
 Dimension2D PrimitiveNode.getAutoGrowth()
          Method to get the auto-growth factor for this PrimitiveNode.
 

Uses of Dimension2D in com.sun.electric.tool.routing
 

Methods in com.sun.electric.tool.routing that return Dimension2D
protected static Dimension2D Router.getContactSize(RouteElement re)
           
protected static Dimension2D Router.getContactSize(RouteElement startRE, RouteElement endRE)
          Get the dimensions of a contact that will connect between startRE and endRE.
 

Methods in com.sun.electric.tool.routing with parameters of type Dimension2D
 Route VerticalRoute.buildRoute(Cell cell, java.awt.geom.Point2D location, Dimension2D contactSize, int arcAngle, PolyMerge stayInside)
          Builds a Route using the specification from specifyRoute(), but without connecting to startRE and endRE.
 void RouteElementPort.setNodeSize(Dimension2D size)
          Set the size of a newNode.
 

Uses of Dimension2D in com.sun.electric.tool.user.ui
 

Methods in com.sun.electric.tool.user.ui that return Dimension2D
static Dimension2D MeasureListener.getLastMeasuredDistance()