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

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.getFactoryOutlined()
          Method describes the type of outline pattern by factory default.
 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
 void EGraphics.setOutlined(EGraphics.Outline o)
          Method to set whether this pattern has an outline around it.
 

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.
 

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)