Uses of Class
com.sun.electric.tool.generator.layout.LayoutLib.Corner

Packages that use LayoutLib.Corner
com.sun.electric.tool.generator.layout   
 

Uses of LayoutLib.Corner in com.sun.electric.tool.generator.layout
 

Methods in com.sun.electric.tool.generator.layout that return LayoutLib.Corner
static LayoutLib.Corner LayoutLib.Corner.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LayoutLib.Corner[] LayoutLib.Corner.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.tool.generator.layout with parameters of type LayoutLib.Corner
static void LayoutLib.alignCorners(NodeInst niFixed, LayoutLib.Corner cnrFixed, NodeInst niMove, LayoutLib.Corner cnrMove, double offsetX, double offsetY)