com.sun.electric.tool.user.dialogs
Class ColorPatternPanel.Info
java.lang.Object
com.sun.electric.tool.user.dialogs.ColorPatternPanel.Info
- Enclosing class:
- ColorPatternPanel
public static class ColorPatternPanel.Info
- extends java.lang.Object
Class to define the information on a color pattern panel.
Method Summary |
boolean |
updateGraphics(EGraphics setGraphics)
Method to update the EGraphics object that is being displayed in this dialog panel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphics
public EGraphics graphics
pattern
public int[] pattern
useStippleDisplay
public boolean useStippleDisplay
outlinePatternDisplay
public EGraphics.Outline outlinePatternDisplay
useStipplePrinter
public boolean useStipplePrinter
transparentLayer
public int transparentLayer
red
public int red
green
public int green
blue
public int blue
theColor
public Pref theColor
opacity
public double opacity
justColor
public boolean justColor
ColorPatternPanel.Info
public ColorPatternPanel.Info(EGraphics graphics)
- Constructor to load a color described by an EGraphics object.
ColorPatternPanel.Info
public ColorPatternPanel.Info(Pref colorPref)
- Constructor for class to load a pure color.
Used for special colors (like background, etc.)
updateGraphics
public boolean updateGraphics(EGraphics setGraphics)
- Method to update the EGraphics object that is being displayed in this dialog panel.
- Returns:
- true if the EGraphics object changed.