Uses of Class
com.sun.electric.tool.user.GraphicsPreferences

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 that return GraphicsPreferences
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.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)
           
 

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.