Uses of Class
com.sun.electric.tool.generator.flag.router.Segment

Packages that use Segment
com.sun.electric.tool.generator.flag.router   
 

Uses of Segment in com.sun.electric.tool.generator.flag.router
 

Methods in com.sun.electric.tool.generator.flag.router that return Segment
 Segment Track.allocate(double min, double max)
           
 Segment Channel.allocate(double xy1, double xy2, double boundXY1, double boundXY2)
          Find an unused part of a track that can connect xy1 with xy2.
 Segment Track.allocateBiggest(double min, double src, double max)
          Allocate longest segment within the interval [min, max] that covers src.
 Segment Channel.allocateBiggestFromTrack(double min, double src, double max, double trackCenter)
          Metal-2 only PortInst don't allow us to chose the track center.
 

Methods in com.sun.electric.tool.generator.flag.router with parameters of type Segment
 void Track.resort(Segment s)