|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsPreferences | |
---|---|
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 |
Uses of GraphicsPreferences in com.sun.electric.technology |
---|
Methods in com.sun.electric.technology with parameters of type GraphicsPreferences | |
---|---|
java.awt.Color |
PrimitivePort.getPortColor(GraphicsPreferences gp)
Method to compute the color of this PrimitivePort in specified GraphicsPreferences. |
Uses of GraphicsPreferences in com.sun.electric.tool.user |
---|
Methods in com.sun.electric.tool.user with parameters of type GraphicsPreferences | |
---|---|
void |
GraphicsPreferences.putPrefs(java.util.prefs.Preferences prefRoot,
boolean removeDefaults,
GraphicsPreferences oldGp)
|
static void |
UserInterfaceMain.setGraphicsPreferences(GraphicsPreferences gp)
|
Uses of GraphicsPreferences in com.sun.electric.tool.user.redisplay |
---|
Methods in com.sun.electric.tool.user.redisplay with parameters of type GraphicsPreferences | |
---|---|
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)
|
Uses of GraphicsPreferences in com.sun.electric.tool.user.tecEdit |
---|
Methods in com.sun.electric.tool.user.tecEdit with parameters of type GraphicsPreferences | |
---|---|
static Library |
TechToLib.makeLibFromTech(Technology tech,
GraphicsPreferences gp)
Method to convert technology "tech" into a library and return that library. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |