Package | Description |
---|---|
com.sun.electric.database.text |
Package for handling text.
|
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
Modifier and Type | Method and Description |
---|---|
static Pref |
Pref.makeBooleanPref(java.lang.String name,
Pref.Group group,
boolean factory)
Factory methods to create a boolean Pref objects.
|
static Pref |
Pref.makeBooleanServerPref(java.lang.String name,
Pref.Group group,
boolean factory)
Factory methods to create a boolean Pref objects.
|
static Pref |
Pref.makeDoublePref(java.lang.String name,
Pref.Group group,
double factory)
Factory methods to create a double Pref objects.
|
static Pref |
Pref.makeIntPref(java.lang.String name,
Pref.Group group,
int factory)
Factory methods to create an integer Pref objects.
|
static Pref |
Pref.makeIntServerPref(java.lang.String name,
Pref.Group group,
int factory)
Factory methods to create an integer Pref objects.
|
static Pref |
Pref.makeLongPref(java.lang.String name,
Pref.Group group,
long factory)
Factory methods to create a long Pref objects.
|
static Pref |
Pref.makeStringPref(java.lang.String name,
Pref.Group group,
java.lang.String factory)
Factory methods to create a string Pref objects.
|
static Pref |
Pref.makeStringServerPref(java.lang.String name,
Pref.Group group,
java.lang.String factory)
Factory methods to create a string Pref objects.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Pref> |
Pref.Group.getPrefs() |
Modifier and Type | Method and Description |
---|---|
int |
TextUtils.PrefsByName.compare(Pref p1,
Pref p2)
Method to sort Preferences by their name.
|
Modifier and Type | Field and Description |
---|---|
static Pref |
Simulation.cacheParasiticsBackAnnotateLayout |
static Pref |
Simulation.cacheParasiticsExtractPowerGround |
static Pref |
Simulation.cacheParasiticsExtractsC |
static Pref |
Simulation.cacheParasiticsExtractsR |
static Pref |
Simulation.cacheParasiticsIgnoreExemptedNets |
static Pref |
Simulation.cacheParasiticsUseExemptedNetsFile |
static Pref |
Simulation.cacheParasiticsUseVerboseNaming |