ConForM.CoopnTools.CoKer.Icons
Class Save16IconFactory

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

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

Save16IconFactory

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