public static class ColorPatternPanel.Info
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
blue |
EGraphics |
graphics |
int |
green |
boolean |
justColor |
double |
opacity |
EGraphics.Outline |
outlinePatternDisplay |
int[] |
pattern |
int |
red |
User.ColorPrefType |
theColor |
int |
transparentLayer |
boolean |
useStippleDisplay |
boolean |
useStipplePrinter |
Constructor and Description |
---|
ColorPatternPanel.Info(EGraphics graphics)
Constructor to load a color described by an EGraphics object.
|
ColorPatternPanel.Info(User.ColorPrefType colorPref)
Constructor for class to load a pure color.
|
Modifier and Type | Method and Description |
---|---|
EGraphics |
updateGraphics(EGraphics graphics)
Method to update the EGraphics object that is being displayed in this dialog panel.
|
public EGraphics graphics
public int[] pattern
public boolean useStippleDisplay
public EGraphics.Outline outlinePatternDisplay
public boolean useStipplePrinter
public int transparentLayer
public int red
public int green
public int blue
public User.ColorPrefType theColor
public double opacity
public boolean justColor
public ColorPatternPanel.Info(EGraphics graphics)
public ColorPatternPanel.Info(User.ColorPrefType colorPref)