public static class GuiSymbols.GuiSymbolImage extends java.lang.Object implements SymbolImageData
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getColor100()
Get the most common color with a transparency of 100 (instead of the default opaque value of 255).
|
java.awt.Color |
getColor75()
Get the most common color with a transparency of 75 (instead of the default opaque value of 255).
|
java.awt.Color |
getContrastingColor()
Get the color most likely to contrast with this image.
|
java.awt.Color |
getContrastingColor100()
Get the contrasting color with a transparency of 100 (instead of the default opaque value of 255).
|
javax.swing.ImageIcon |
getDblIcon()
Get the double-sized (32x32) sized icon for this symbol.
|
javax.swing.ImageIcon |
getIcon()
Get the standard (16x16) sized icon for this symbol.
|
java.awt.Color |
getMostCommonColor()
Get the most commonly used color for a given symbol.
|
public javax.swing.ImageIcon getIcon()
public javax.swing.ImageIcon getDblIcon()
public java.awt.Color getMostCommonColor()
public java.awt.Color getContrastingColor()
public java.awt.Color getColor100()
public java.awt.Color getContrastingColor100()
public java.awt.Color getColor75()