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

Packages that use Dimension2D
com.sun.electric.database Package for the Electric database. 
com.sun.electric.database.geometry Package for geometric support in Electric. 
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.tool.generator Package for handling generation tools (PLA, ROM, pad-frame, etc.) 
com.sun.electric.tool.routing Package for handling the Routing tools. 
com.sun.electric.tool.user Package for handling the user-interface tool. 
com.sun.electric.tool.user.ui   
 

Uses of Dimension2D in com.sun.electric.database
 

Methods in com.sun.electric.database that return Dimension2D
 Dimension2D EditingPreferences.getAlignmentToGrid()
          Method to return the default alignment of objects to the grid.
 Dimension2D[] EditingPreferences.getAlignmentToGridVector()
          Method to return an array of five grid alignment values.
 

Methods in com.sun.electric.database with parameters of type Dimension2D
 EditingPreferences EditingPreferences.withAlignment(Dimension2D[] dist, int current)
          Method to set the default alignment of objects to the grid.
 

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.
 

Methods in com.sun.electric.database.geometry with parameters of type Dimension2D
static void DBMath.gridAlign(java.awt.geom.Point2D pt, Dimension2D alignment)
          Method to snap a point to the nearest database-space grid unit.
static void DBMath.gridAlign(java.awt.geom.Point2D pt, Dimension2D alignment, int direction)
          Method to snap the X, Y or both coordinates of a point to the nearest database-space grid unit
 

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.generator
 

Methods in com.sun.electric.tool.generator with parameters of type Dimension2D
static Cell PadGenerator.makePadFrameUseJob(Library destLib, java.lang.String fileName, Dimension2D alignment, Job job)
          Method to generate a pad frame from an array file.
 

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

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
 

Methods in com.sun.electric.tool.user that return Dimension2D
static Dimension2D User.getAlignmentToGrid()
          Method to return the default alignment of objects to the grid.
static Dimension2D[] User.getAlignmentToGridVector()
          Method to return an array of five grid alignment values.
 

Methods in com.sun.electric.tool.user with parameters of type Dimension2D
static NodeInst Clipboard.copyListToCell(Cell toCell, java.util.List<Geometric> geomList, java.util.List<DisplayedText> textList, java.util.List<Geometric> newGeomList, java.util.List<DisplayedText> newTextList, java.awt.geom.Point2D delta, boolean copyExports, boolean uniqueArcs, Dimension2D alignment, java.awt.geom.AffineTransform inPlace, Orientation inPlaceOrient)
          Method to copy the list of Geometrics to a new Cell.
static void Clipboard.copyListToClipboard(java.util.List<Geometric> geomList, java.util.List<DisplayedText> textList, Dimension2D alignment, java.awt.geom.AffineTransform inPlace, Orientation inPlaceOrient)
           
static void User.setAlignmentToGridVector(Dimension2D[] dist, int current)
          Method to set the default alignment of objects to the grid.
 

Constructors in com.sun.electric.tool.user with parameters of type Dimension2D
CircuitChangeJobs.AlignObjects(java.util.List<Geometric> highs, Dimension2D alignment)
           
 

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()