ConForM.CoopnTools.CoKer.Icons
Class Text16IconFactory

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

public class Text16IconFactory
extends ButtonIconFactory


Fields inherited from class ConForM.CoopnTools.CoKer.Icons.ButtonIconFactory
back, black, darker, darkGray, high, highDark, highLight, lighter, lightGray, plain, white
 
Fields inherited from class ConForM.CoopnTools.CoKer.Icons.CoopnIconFactory
coopnTheme
 
Constructor Summary
Text16IconFactory()
           
 
Method Summary
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.ButtonIconFactory
getColor
 
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
 

Constructor Detail

Text16IconFactory

public Text16IconFactory()
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