ConForM.CoopnTools.CoKer.Icons
Class CoopnTools16IconFactory

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.Icons.CoopnIconFactory
        |
        +--ConForM.CoopnTools.CoKer.Icons.CoopnTools16IconFactory

public class CoopnTools16IconFactory
extends CoopnIconFactory


Field Summary
protected  java.awt.Color back
           
protected  java.awt.Color black
           
protected  java.awt.Color blue
           
protected  java.awt.Color darkGray
           
protected  java.awt.Color gray
           
protected  java.awt.Color lightGray
           
protected  java.awt.Color red
           
protected  java.awt.Color white
           
protected  java.awt.Color yellow
           
 
Fields inherited from class ConForM.CoopnTools.CoKer.Icons.CoopnIconFactory
coopnTheme
 
Constructor Summary
CoopnTools16IconFactory()
           
 
Method Summary
protected  java.awt.Color getColor(char pixel)
          Return the color of a pixel.
protected  java.lang.String[] getPixMap()
          Return the pixmap as an array of String, each character representing a color.
 
Methods inherited from class ConForM.CoopnTools.CoKer.Icons.CoopnIconFactory
getIcon, getPrivateIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

back

protected java.awt.Color back

black

protected java.awt.Color black

white

protected java.awt.Color white

red

protected java.awt.Color red

yellow

protected java.awt.Color yellow

blue

protected java.awt.Color blue

lightGray

protected java.awt.Color lightGray

gray

protected java.awt.Color gray

darkGray

protected java.awt.Color darkGray
Constructor Detail

CoopnTools16IconFactory

public CoopnTools16IconFactory()
Method Detail

getPixMap

protected java.lang.String[] getPixMap()
Return the pixmap as an array of String, each character representing a color. The conversion between characters and RGB colors is given by the method pixColor. Each String in the array cannot be null, and must have the same length; The array cannot be null, and its length is at least 1.
Overrides:
getPixMap in class CoopnIconFactory

getColor

protected java.awt.Color getColor(char pixel)
Return the color of a pixel.
Overrides:
getColor in class CoopnIconFactory
Returns:
the color of a pixel.