public static class GuiSymbols.GuiSymbolImage extends java.lang.Object implements SymbolImageData, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object.
|
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.
|
javax.swing.ImageIcon |
getQuadIcon()
Get the quadruple-sized (64x64) sized icon for this symbol.
|
boolean |
isNeedsOverlay()
Indicate whether this is a copy of the alternate table image that expects an overlay character,
|
public javax.swing.ImageIcon getIcon()
public javax.swing.ImageIcon getDblIcon()
public javax.swing.ImageIcon getQuadIcon()
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()
public boolean isNeedsOverlay()
isNeedsOverlay
in interface SymbolImageData
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if the object's class does not
support the Cloneable
interface. Subclasses
that override the clone
method can also
throw this exception to indicate that an instance cannot
be cloned.