Uses of Class
com.sun.electric.database.geometry.EGraphics

Packages that use EGraphics
com.sun.electric.database.geometry Package for geometric support in Electric. 
com.sun.electric.plugins.j3d.utils   
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.technologies Package for the individual technologies. 
com.sun.electric.technology.xml Package for handling versions of Technology Xml syntax. 
com.sun.electric.tool.user Package for handling the user-interface tool. 
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.redisplay   
 

Uses of EGraphics in com.sun.electric.database.geometry
 

Methods in com.sun.electric.database.geometry that return EGraphics
 EGraphics Poly.getGraphicsOverride()
          Method to return the EGraphics which overrides default EGraphics for Poly's Layer.
 EGraphics EGraphics.withColor(java.awt.Color color)
          Method returns EGraphics which differs from this EGraphics by to the associated color.
 EGraphics EGraphics.withColorIndex(int colorIndex)
          Method returns EGraphics which differs from this EGraphics by a "color index".
 EGraphics EGraphics.withForeground(boolean f)
          Method returns EGraphics which differs from this EGraphics that it should be drawn in the foreground.
 EGraphics EGraphics.withOpacity(double opacity)
          Method returns EGraphics which differs from this EGraphics by opacity.
 EGraphics EGraphics.withOutlined(EGraphics.Outline o)
          Method returns EGraphics which differs from this EGraphics by Outline pattern When the EGraphics is drawn as a pattern, the outline can be defined more clearly by drawing a line around the edge.
 EGraphics EGraphics.withPattern(int[] pattern)
          Method returns EGraphics which differs from this EGraphics by stipple pattern.
 EGraphics EGraphics.withPattern(java.lang.String patternStr)
          Method returns EGraphics which differs from this EGraphics by stipple pattern.
 EGraphics EGraphics.withPatternedOnDisplay(boolean p)
          Method returns EGraphics which differs from this EGraphics by appearance on a display.
 EGraphics EGraphics.withPatternedOnPrinter(boolean p)
          Method returns EGraphics which differs from this EGraphics by appearance on a printer.
 EGraphics EGraphics.withTransparencyFactor(double factor)
          Method returns EGraphics which differs from this EGraphics by transparency factor.
 EGraphics EGraphics.withTransparencyMode(EGraphics.J3DTransparencyOption mode)
          Method returns EGraphics which differs form this EGraphics by transparency mode.
 EGraphics EGraphics.withTransparentLayer(int transparentLayer)
          Method returns EGraphics which differs from this EGraphics by transparent Layer.
 

Methods in com.sun.electric.database.geometry with parameters of type EGraphics
 void Poly.Builder.addDoublePoly(int numPoints, Poly.Type style, Layer layer, EGraphics graphicsOverride, PrimitivePort pp)
           
 void Poly.Builder.addIntPoly(int numPoints, Poly.Type style, Layer layer, EGraphics graphicsOverride, PrimitivePort pp)
           
 void Poly.setGraphicsOverride(EGraphics graphics)
          Method to set the EGraphics which overrides default EGraphics for Poly's Layer.
 

Uses of EGraphics in com.sun.electric.plugins.j3d.utils
 

Methods in com.sun.electric.plugins.j3d.utils with parameters of type EGraphics
 void J3DAppearance.setGraphics(EGraphics graphics)
           
 

Uses of EGraphics in com.sun.electric.technology
 

Fields in com.sun.electric.technology declared as EGraphics
 EGraphics Xml.Layer.desc
           
 

Methods in com.sun.electric.technology that return EGraphics
 EGraphics Layer.getFactoryGraphics()
          Method to return the graphics description of this Layer by factory default.
 EGraphics Layer.getGraphics()
          Method to return the graphics description of this Layer.
 

Methods in com.sun.electric.technology with parameters of type EGraphics
 void BoundsBuilder.addDoublePoly(int numPoints, Poly.Type style, Layer layer, EGraphics graphicsOverride, PrimitivePort pp)
           
abstract  void AbstractShapeBuilder.addDoublePoly(int numPoints, Poly.Type style, Layer layer, EGraphics graphicsOverride, PrimitivePort pp)
           
 void BoundsBuilder.addIntPoly(int numPoints, Poly.Type style, Layer layer, EGraphics graphicsOverride, PrimitivePort pp)
           
abstract  void AbstractShapeBuilder.addIntPoly(int numPoints, Poly.Type style, Layer layer, EGraphics graphicsOverride, PrimitivePort pp)
           
protected  Poly[] Technology.computeShapeOfNode(CellBackup.Memoization m, ImmutableNodeInst n, boolean electrical, boolean reasonable, Technology.NodeLayer[] primLayers, EGraphics graphicsOverride)
          Returns the polygons that describe node "ni", given a set of NodeLayer objects to use.
 void AbstractShapeBuilder.genShapeOfNode(ImmutableNodeInst n, PrimitiveNode np, Technology.NodeLayer[] primLayers, EGraphics graphicsOverride)
          Returns the polygons that describe node "ni", given a set of NodeLayer objects to use.
protected  void Technology.getShapeOfArc(AbstractShapeBuilder b, ImmutableArcInst a, EGraphics graphicsOverride)
          Fill the polygons that describe arc "a".
 void AbstractShapeBuilder.makeGridPoly(ImmutableArcInst a, long gridWidth, Poly.Type style, Layer layer, EGraphics graphicsOverride)
          Method to fill in an AbstractShapeBuilder a polygon that describes this ImmutableArcInst in grid units.
static Layer Layer.newInstance(Technology tech, java.lang.String name, EGraphics graphics)
          Method to create a new layer with the given name and graphics.
 void AbstractShapeBuilder.pushPoly(Poly.Type style, Layer layer, EGraphics graphicsOverride, PrimitivePort pp)
           
 void Layer.setGraphics(EGraphics graphics)
          Method to set the graphics description of this Layer.
 

Uses of EGraphics in com.sun.electric.technology.technologies
 

Methods in com.sun.electric.technology.technologies that return EGraphics
 EGraphics Artwork.makeGraphics(ElectricObject eObj)
          Method to create an EGraphics for an ElectricObject with color and pattern Variables.
 

Uses of EGraphics in com.sun.electric.technology.xml
 

Fields in com.sun.electric.technology.xml declared as EGraphics
 EGraphics Xml806.Layer.desc
           
 EGraphics XmlParam.LayerDisplayStyle.desc
           
 EGraphics Xml805.Layer.desc
           
 EGraphics Xml807.Layer.desc
           
 

Uses of EGraphics in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user that return EGraphics
 EGraphics GraphicsPreferences.getGraphics(Layer layer)
          Method to return the graphics description of specified Layer.
 

Methods in com.sun.electric.tool.user with parameters of type EGraphics
 GraphicsPreferences GraphicsPreferences.withGraphics(Layer layer, EGraphics graphics)
           
 

Uses of EGraphics in com.sun.electric.tool.user.dialogs
 

Fields in com.sun.electric.tool.user.dialogs declared as EGraphics
 EGraphics ColorPatternPanel.Info.graphics
           
 

Methods in com.sun.electric.tool.user.dialogs that return EGraphics
 EGraphics ColorPatternPanel.Info.updateGraphics(EGraphics graphics)
          Method to update the EGraphics object that is being displayed in this dialog panel.
 

Methods in com.sun.electric.tool.user.dialogs with parameters of type EGraphics
 EGraphics ColorPatternPanel.Info.updateGraphics(EGraphics graphics)
          Method to update the EGraphics object that is being displayed in this dialog panel.
 

Constructors in com.sun.electric.tool.user.dialogs with parameters of type EGraphics
ColorPatternPanel.Info(EGraphics graphics)
          Constructor to load a color described by an EGraphics object.
 

Uses of EGraphics in com.sun.electric.tool.user.redisplay
 

Methods in com.sun.electric.tool.user.redisplay with parameters of type EGraphics
 void PixelDrawing.drawText(java.awt.Rectangle rect, Poly.Type style, TextDescriptor descript, java.lang.String s, byte[][] layerBitMap, EGraphics desc, boolean dimmed)
          Method to draw a text on the off-screen buffer