Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.variable |
Package for handling variables.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool |
Package for all synthesis and analysis tools.
|
com.sun.electric.tool.io.input | |
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
com.sun.electric.tool.user.dialogs | |
com.sun.electric.tool.user.dialogs.options |
Modifier and Type | Method and Description |
---|---|
void |
EditingPreferences.putPrefs(java.util.prefs.Preferences prefRoot,
boolean removeDefaults,
EditingPreferences oldEp) |
static EditingPreferences |
EditingPreferences.setThreadEditingPreferences(EditingPreferences ep) |
Modifier and Type | Method and Description |
---|---|
EditingPreferences |
ElectricObject.getEditingPreferences()
Returns editing preferences for the database of this ElectricObject in current Thread
|
Modifier and Type | Method and Description |
---|---|
PrimitiveNode |
ArcProto.findOverridablePinProto(EditingPreferences ep)
Method to find the PrimitiveNode pin corresponding to this ArcProto type.
|
int |
ArcProto.getAngleIncrement(EditingPreferences ep)
Method to get the angle increment on this ArcProto.
|
long |
PrimitiveNode.getDefaultGridBaseHeight(EditingPreferences ep)
Method to return the default base height of this PrimitiveNode in grid units
in specified EditingPreferences.
|
long |
PrimitiveNode.getDefaultGridBaseWidth(EditingPreferences ep)
Method to return the default base width of this PrimitiveNode in grid units
in specified EditingPreferences.
|
long |
ArcProto.getDefaultGridBaseWidth(EditingPreferences ep)
Method to return the default base width of this ArcProto in grid units.
|
long |
PrimitiveNode.getDefaultGridExtendX(EditingPreferences ep)
Method to return the defaut extend of this PrimitiveNode over minimal width\
in grid units in specified EditingPreferences.
|
long |
PrimitiveNode.getDefaultGridExtendY(EditingPreferences ep)
Method to return the defaut extend of this PrimitiveNode over minimal height\
in grid units in specified EditingPreferences.
|
ImmutableNodeInst |
PrimitiveNode.getDefaultInst(EditingPreferences ep)
Method to return the default immutable instance of this PrimitiveNode
in specified EditingPreferences.
|
ImmutableArcInst |
ArcProto.getDefaultInst(EditingPreferences ep)
Method to return the default immutable instance of this PrimitiveNode
in specified EditingPreferences.
|
double |
PrimitiveNode.getDefaultLambdaBaseHeight(EditingPreferences ep)
Method to return the default base hwight of this PrimitiveNode in lambda units
in specified EditingPreferences.
|
double |
PrimitiveNode.getDefaultLambdaBaseWidth(EditingPreferences ep)
Method to return the default base width of this PrimitiveNode in lambda units
in specified EditingPreferences.
|
double |
ArcProto.getDefaultLambdaBaseWidth(EditingPreferences ep)
Method to return the default base width of this ArcProto in lambda units.
|
double |
PrimitiveNode.getDefaultLambdaExtendX(EditingPreferences ep)
Method to return the defaut extend of this PrimitiveNode over minimal width\
in lambda units in specified EditingPreferences.
|
double |
PrimitiveNode.getDefaultLambdaExtendY(EditingPreferences ep)
Method to return the defaut extend of this PrimitiveNode over minimal height\
in lambda units in specified EditingPreferences.
|
Modifier and Type | Method and Description |
---|---|
EditingPreferences |
Job.getEditingPreferences() |
Modifier and Type | Field and Description |
---|---|
protected EditingPreferences |
Input.ep
editing preferences
|
Modifier and Type | Method and Description |
---|---|
protected static java.awt.geom.Point2D |
InteractiveRouter.getCornerLocation(java.awt.geom.Point2D startLoc,
java.awt.geom.Point2D endLoc,
java.awt.geom.Point2D clicked,
ArcProto startArc,
ArcProto endArc,
boolean contactsOnEndObj,
PolyMerge stayInside,
java.awt.geom.Rectangle2D contactArea,
Poly startPolyFull,
Poly endPolyFull,
EditingPreferences ep) |
Modifier and Type | Method and Description |
---|---|
static EditingPreferences |
UserInterfaceMain.getEditingPreferences() |
Modifier and Type | Method and Description |
---|---|
static void |
UserInterfaceMain.setEditingPreferences(EditingPreferences newEp) |
Modifier and Type | Method and Description |
---|---|
EditingPreferences |
PreferencesFrame.getEditingPreferences() |
Modifier and Type | Method and Description |
---|---|
void |
PreferencesFrame.setEditingPreferences(EditingPreferences ep) |
Modifier and Type | Method and Description |
---|---|
protected EditingPreferences |
PreferencePanel.getEditingPreferences() |
Modifier and Type | Method and Description |
---|---|
protected void |
PreferencePanel.setEditingPreferences(EditingPreferences ep) |