Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool.extract |
Package for handling node extraction, parasitics, etc.
|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
com.sun.electric.tool.user.redisplay | |
com.sun.electric.tool.user.tecEdit | |
com.sun.electric.tool.user.ui |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
PrimitivePort.getPortColor(GraphicsPreferences gp)
Method to compute the color of this PrimitivePort in specified GraphicsPreferences.
|
Constructor and Description |
---|
GeometrySearch(LayerVisibility lv,
GraphicsPreferences gp) |
Modifier and Type | Method and Description |
---|---|
static GraphicsPreferences |
UserInterfaceMain.getGraphicsPreferences() |
GraphicsPreferences |
GraphicsPreferences.withColor(User.ColorPrefType t,
java.awt.Color color) |
GraphicsPreferences |
GraphicsPreferences.withDefaultFont(java.lang.String defaultFont) |
GraphicsPreferences |
GraphicsPreferences.withDisplayLevelReset() |
GraphicsPreferences |
GraphicsPreferences.withExportDisplayLevel(int exportDisplayLevel) |
GraphicsPreferences |
GraphicsPreferences.withFactoryColor(User.ColorPrefType t) |
GraphicsPreferences |
GraphicsPreferences.withGraphics(Layer layer,
EGraphics graphics) |
GraphicsPreferences |
GraphicsPreferences.withPortDisplayLevel(int portDisplayLevel) |
GraphicsPreferences |
GraphicsPreferences.withShowTempNames(boolean showTempNames) |
GraphicsPreferences |
GraphicsPreferences.withTextVisibilityOn(AbstractTextDescriptor.TextType t,
boolean b) |
GraphicsPreferences |
GraphicsPreferences.withTransparentLayerColor(Technology tech,
int transparentLayer,
java.awt.Color tranparentColor) |
GraphicsPreferences |
GraphicsPreferences.withTransparentLayerColors(Technology tech,
java.awt.Color[] tranparentColors) |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsPreferences.putPrefs(java.util.prefs.Preferences prefRoot,
boolean removeDefaults,
GraphicsPreferences oldGp) |
static void |
UserInterfaceMain.setGraphicsPreferences(GraphicsPreferences gp) |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractDrawing.drawShapes(java.awt.Graphics2D g,
GraphicsPreferences gp,
int imgX,
int imgY,
double scale,
VectorCache.VectorBase[] shapes,
PixelDrawing offscreen,
java.awt.Rectangle entryRect)
Method to draw polygon "poly", transformed through "trans".
|
abstract void |
AbstractDrawing.render(java.awt.Dimension sz,
WindowFrame.DisplayAttributes da,
GraphicsPreferences gp,
AbstractDrawing.DrawingPreferences dp,
boolean fullInstantiate,
ERectangle bounds) |
Modifier and Type | Method and Description |
---|---|
static Library |
TechToLib.makeLibFromTech(Technology tech,
EditingPreferences ep,
GraphicsPreferences gp)
Method to convert technology "tech" into a library and return that library.
|
Modifier and Type | Method and Description |
---|---|
GraphicsPreferences |
ElectricPrinter.getGraphicsPreferences() |
GraphicsPreferences |
EditWindow.getGraphicsPreferences() |