| Package | Description |
|---|---|
| com.sun.electric.technology |
Package for handling technology information.
|
| com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
| com.sun.electric.tool.user.redisplay | |
| com.sun.electric.tool.user.tecEdit |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
PrimitivePort.getPortColor(GraphicsPreferences gp)
Method to compute the color of this PrimitivePort in specified GraphicsPreferences.
|
| 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".
|
void |
PixelDrawing.printImage(double scale,
java.awt.geom.Point2D offset,
Cell cell,
VarContext varContext,
GraphicsPreferences gp)
This is the entry point for rendering.
|
abstract void |
AbstractDrawing.render(java.awt.Dimension sz,
WindowFrame.DisplayAttributes da,
GraphicsPreferences gp,
boolean fullInstantiate,
java.awt.geom.Rectangle2D bounds) |
| Modifier and Type | Method and Description |
|---|---|
static Library |
TechToLib.makeLibFromTech(Technology tech,
GraphicsPreferences gp)
Method to convert technology "tech" into a library and return that library.
|