|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.yaac.gui.GuiSymbols.GuiSymbolImage
public static class GuiSymbols.GuiSymbolImage
This class collects a symbol icon image with read-only attributes of the symbol that are commonly used but expensive to compute.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |