ConForM.CoopnTools.CoKer.Icons
Class Print24IconFactory

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

public class Print24IconFactory
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
Print24IconFactory()
           
 
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

Print24IconFactory

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