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

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

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

Methods in com.sun.electric.tool.generator.flag.router that return Channel
 Channel LayerChannels.findChanOverVertInterval(double x, double y1, double y2)
          For a horizontal layer, find a channel that covers a vertical pin at x from y1 to y2.
 Channel LayerChannels.findVertBridge(Channel horChan1, Channel horChan2, double x1, double x2)
          For a vertical layer, find a vertical channel between x1 and x2 that can connect the two horizontal channels: horChan1 and horChan2.
 

Methods in com.sun.electric.tool.generator.flag.router that return types with arguments of type Channel
 java.util.Collection<Channel> LayerChannels.getChannels()
           
 

Methods in com.sun.electric.tool.generator.flag.router with parameters of type Channel
 void LayerChannels.add(Channel ch)
           
 int Channel.compareTo(Channel c)
           
 Channel LayerChannels.findVertBridge(Channel horChan1, Channel horChan2, double x1, double x2)
          For a vertical layer, find a vertical channel between x1 and x2 that can connect the two horizontal channels: horChan1 and horChan2.
 

Constructors in com.sun.electric.tool.generator.flag.router with parameters of type Channel
Track(double coord, Channel channel, int trackNdx)