Package | Description |
---|---|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.tool.user.dialogs |
Modifier and Type | Method and Description |
---|---|
static EGraphics.Outline |
EGraphics.Outline.findOutline(int index) |
static EGraphics.Outline |
EGraphics.Outline.findOutline(java.lang.String name) |
EGraphics.Outline |
EGraphics.getOutlined()
Method to tell the type of outline pattern.
|
static EGraphics.Outline |
EGraphics.Outline.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EGraphics.Outline[] |
EGraphics.Outline.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<EGraphics.Outline> |
EGraphics.Outline.getOutlines() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Method to create a graphics object.
|
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.
|
Modifier and Type | Field and Description |
---|---|
EGraphics.Outline |
ColorPatternPanel.Info.outlinePatternDisplay |
Modifier and Type | Method and Description |
---|---|
javax.swing.ImageIcon |
ColorPatternPanel.getSample(EGraphics.Outline o) |