|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditingPreferences | |
---|---|
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 |
Uses of EditingPreferences in com.sun.electric.database |
---|
Methods in com.sun.electric.database with parameters of type EditingPreferences | |
---|---|
void |
EditingPreferences.putPrefs(java.util.prefs.Preferences prefRoot,
boolean removeDefaults,
EditingPreferences oldEp)
|
static EditingPreferences |
EditingPreferences.setThreadEditingPreferences(EditingPreferences ep)
|
Uses of EditingPreferences in com.sun.electric.database.variable |
---|
Methods in com.sun.electric.database.variable that return EditingPreferences | |
---|---|
EditingPreferences |
ElectricObject.getEditingPreferences()
Returns editing preferences for the database of this ElectricObject in current Thread |
Uses of EditingPreferences in com.sun.electric.technology |
---|
Methods in com.sun.electric.technology with parameters of type EditingPreferences | |
---|---|
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. |
Uses of EditingPreferences in com.sun.electric.tool |
---|
Methods in com.sun.electric.tool that return EditingPreferences | |
---|---|
EditingPreferences |
Job.getEditingPreferences()
|
Uses of EditingPreferences in com.sun.electric.tool.io.input |
---|
Fields in com.sun.electric.tool.io.input declared as EditingPreferences | |
---|---|
protected EditingPreferences |
Input.ep
editing preferences |
Uses of EditingPreferences in com.sun.electric.tool.routing |
---|
Methods in com.sun.electric.tool.routing with parameters of type EditingPreferences | |
---|---|
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)
|
Uses of EditingPreferences in com.sun.electric.tool.user |
---|
Methods in com.sun.electric.tool.user that return EditingPreferences | |
---|---|
static EditingPreferences |
UserInterfaceMain.getEditingPreferences()
|
Methods in com.sun.electric.tool.user with parameters of type EditingPreferences | |
---|---|
static void |
UserInterfaceMain.setEditingPreferences(EditingPreferences newEp)
|
Uses of EditingPreferences in com.sun.electric.tool.user.dialogs |
---|
Methods in com.sun.electric.tool.user.dialogs that return EditingPreferences | |
---|---|
EditingPreferences |
PreferencesFrame.getEditingPreferences()
|
Methods in com.sun.electric.tool.user.dialogs with parameters of type EditingPreferences | |
---|---|
void |
PreferencesFrame.setEditingPreferences(EditingPreferences ep)
|
Uses of EditingPreferences in com.sun.electric.tool.user.dialogs.options |
---|
Methods in com.sun.electric.tool.user.dialogs.options that return EditingPreferences | |
---|---|
protected EditingPreferences |
PreferencePanel.getEditingPreferences()
|
Methods in com.sun.electric.tool.user.dialogs.options with parameters of type EditingPreferences | |
---|---|
protected void |
PreferencePanel.setEditingPreferences(EditingPreferences ep)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |