Uses of Class
com.sun.electric.technology.SizeOffset

Packages that use SizeOffset
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.prototype Package for the prototype classes in Electric. 
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.xml Package for handling versions of Technology Xml syntax. 
 

Uses of SizeOffset in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy that return SizeOffset
 SizeOffset Cell.getProtoSizeOffset()
          Method to get the size offset of this Cell.
 

Uses of SizeOffset in com.sun.electric.database.prototype
 

Methods in com.sun.electric.database.prototype that return SizeOffset
 SizeOffset NodeProto.getProtoSizeOffset()
          Method to size offset of this NodeProto.
 

Uses of SizeOffset in com.sun.electric.technology
 

Fields in com.sun.electric.technology declared as SizeOffset
static SizeOffset SizeOffset.ZERO_OFFSET
          Offset with all zero distances.
 

Methods in com.sun.electric.technology that return SizeOffset
 SizeOffset PrimitiveNode.getProtoSizeOffset()
          Method to get the size offset of this PrimitiveNode.
 

Methods in com.sun.electric.technology with parameters of type SizeOffset
static PrimitiveNode PrimitiveNode.newInstance(java.lang.String protoName, Technology tech, double width, double height, SizeOffset offset, Technology.NodeLayer[] layers)
          Method to create a new PrimitiveNode from the parameters.
 void PrimitiveNode.setSizeOffset(SizeOffset offset)
          Method to set the size offset of this PrimitiveNode.
 

Uses of SizeOffset in com.sun.electric.technology.xml
 

Fields in com.sun.electric.technology.xml declared as SizeOffset
 SizeOffset Xml806.PrimitiveNode.sizeOffset
           
 SizeOffset Xml805.PrimitiveNode.sizeOffset
           
 SizeOffset Xml807.PrimitiveNode.sizeOffset