Uses of Class
com.sun.electric.tool.io.GDSLayers

Packages that use GDSLayers
com.sun.electric.tool.io Package for handling the I/O tool (file import and export). 
 

Uses of GDSLayers in com.sun.electric.tool.io
 

Fields in com.sun.electric.tool.io declared as GDSLayers
static GDSLayers GDSLayers.EMPTY
           
 

Methods in com.sun.electric.tool.io that return GDSLayers
static GDSLayers GDSLayers.parseLayerString(java.lang.String string)
          Method to parse the GDS layer string and get the layer numbers and types (plain, text, and pin).
 

Methods in com.sun.electric.tool.io with parameters of type GDSLayers
 boolean GDSLayers.equals(GDSLayers other)
          Method to determine if the numbers in this GDSLayers are the same as another.