|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EGraphics.Outline | |
---|---|
com.sun.electric.database.geometry | Package for geometric support in Electric. |
com.sun.electric.tool.user.dialogs |
Uses of EGraphics.Outline in com.sun.electric.database.geometry |
---|
Methods in com.sun.electric.database.geometry that return EGraphics.Outline | |
---|---|
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. |
Methods in com.sun.electric.database.geometry that return types with arguments of type EGraphics.Outline | |
---|---|
static java.util.List<EGraphics.Outline> |
EGraphics.Outline.getOutlines()
|
Methods in com.sun.electric.database.geometry with parameters of type EGraphics.Outline | |
---|---|
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. |
Constructors in com.sun.electric.database.geometry with parameters of type EGraphics.Outline | |
---|---|
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. |
Uses of EGraphics.Outline in com.sun.electric.tool.user.dialogs |
---|
Fields in com.sun.electric.tool.user.dialogs declared as EGraphics.Outline | |
---|---|
EGraphics.Outline |
ColorPatternPanel.Info.outlinePatternDisplay
|
Methods in com.sun.electric.tool.user.dialogs with parameters of type EGraphics.Outline | |
---|---|
javax.swing.ImageIcon |
ColorPatternPanel.getSample(EGraphics.Outline o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |