Uses of Class
com.sun.electric.database.geometry.GenMath.MutableBoolean

Packages that use GenMath.MutableBoolean
com.sun.electric.database.geometry Package for geometric support in Electric. 
com.sun.electric.tool.user.menus   
 

Uses of GenMath.MutableBoolean in com.sun.electric.database.geometry
 

Methods in com.sun.electric.database.geometry with parameters of type GenMath.MutableBoolean
 boolean PolyMerge.arcPolyFits(Layer layer, java.awt.geom.Point2D headLoc, java.awt.geom.Point2D tailLoc, double wid, GenMath.MutableBoolean headExtend, GenMath.MutableBoolean tailExtend)
          Method to see if an arc fits in this merge with or without end extension.
 

Uses of GenMath.MutableBoolean in com.sun.electric.tool.user.menus
 

Methods in com.sun.electric.tool.user.menus with parameters of type GenMath.MutableBoolean
static java.util.Collection<com.sun.electric.tool.user.menus.FileMenu.RenameAndSaveLibraryTask> FileMenu.preventLoss(Library desiredLib, int action, GenMath.MutableBoolean wantToMerge)
          Method to check if one or more libraries are saved.