| Package | Description |
|---|---|
| com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
| Modifier and Type | Field and Description |
|---|---|
static EGraphics.J3DTransparencyOption |
EGraphics.DEFAULT_MODE |
| Modifier and Type | Method and Description |
|---|---|
EGraphics.J3DTransparencyOption |
EGraphics.getTransparencyMode()
Method to return the transparency mode of this EGraphics for the 3D View.
|
static EGraphics.J3DTransparencyOption |
EGraphics.J3DTransparencyOption.valueOf(int mode) |
static EGraphics.J3DTransparencyOption |
EGraphics.J3DTransparencyOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EGraphics.J3DTransparencyOption[] |
EGraphics.J3DTransparencyOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EGraphics |
EGraphics.withTransparencyMode(EGraphics.J3DTransparencyOption mode)
Method returns EGraphics which differs form this EGraphics by transparency mode.
|
| Constructor and Description |
|---|
EGraphics(boolean displayPatterned,
boolean printPatterned,
EGraphics.Outline outlineWhenPatterned,
int transparentLayer,
int red,
int green,
int blue,
double opacity,
boolean foreground,
int[] pattern,
EGraphics.J3DTransparencyOption transparencyMode,
double transparencyFactor)
Method to create a graphics object.
|