Uses of Class
com.sun.electric.database.LibraryBackup

Packages that use LibraryBackup
com.sun.electric.database Package for the Electric database. 
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
 

Uses of LibraryBackup in com.sun.electric.database
 

Fields in com.sun.electric.database declared as LibraryBackup
static LibraryBackup[] LibraryBackup.NULL_ARRAY
           
 

Fields in com.sun.electric.database with type parameters of type LibraryBackup
static ImmutableArrayList<LibraryBackup> LibraryBackup.EMPTY_LIST
           
 ImmutableArrayList<LibraryBackup> Snapshot.libBackups
           
 

Methods in com.sun.electric.database that return LibraryBackup
 LibraryBackup Snapshot.getLib(LibId libId)
           
 

Methods in com.sun.electric.database with parameters of type LibraryBackup
 Snapshot Snapshot.with(Tool tool, CellBackup[] cellBackupsArray, ERectangle[] cellBoundsArray, LibraryBackup[] libBackupsArray)
          Creates a new instance of Snapshot which differs from this Snapshot.
 

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

Methods in com.sun.electric.database.hierarchy that return LibraryBackup
 LibraryBackup Library.backup()