|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.dialogs | |
| com.sun.electric.tool.user.redisplay | |
| Uses of EGraphics in com.sun.electric.database.geometry |
|---|
| Constructors in com.sun.electric.database.geometry with parameters of type EGraphics | |
|---|---|
EGraphics(EGraphics g)
Method to easily copy graphics between similar layers |
|
| Uses of EGraphics in com.sun.electric.plugins.j3d.utils |
|---|
| Methods in com.sun.electric.plugins.j3d.utils that return EGraphics | |
|---|---|
EGraphics |
J3DAppearance.getGraphics()
|
| Methods in com.sun.electric.plugins.j3d.utils with parameters of type EGraphics | |
|---|---|
static J3DAppearance |
J3DAppearance.getAppearance(EGraphics graphics)
Method to get 3D appearance stored in EGraphics class. |
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.getGraphics()
Method to return the graphics description of this Layer. |
| Methods in com.sun.electric.technology with parameters of type EGraphics | |
|---|---|
static Layer |
Layer.newInstance(Technology tech,
java.lang.String name,
EGraphics graphics)
Method to create a new layer with the given name and graphics. |
static Layer |
Layer.newInstanceFree(Technology tech,
java.lang.String name,
EGraphics graphics)
Method to create a new layer with the given name and graphics. |
| Uses of EGraphics in com.sun.electric.technology.technologies |
|---|
| Methods in com.sun.electric.technology.technologies that return EGraphics | |
|---|---|
static 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 |
XmlParam.LayerDisplayStyle.desc
|
EGraphics |
Xml807.Layer.desc
|
EGraphics |
Xml806.Layer.desc
|
EGraphics |
Xml805.Layer.desc
|
| 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 with parameters of type EGraphics | |
|---|---|
boolean |
ColorPatternPanel.Info.updateGraphics(EGraphics setGraphics)
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||