org.shapelogic.color
Class ColorChannelSplitterGrayByte

java.lang.Object
  extended by org.shapelogic.color.ColorChannelSplitterGrayByte
All Implemented Interfaces:
ColorChannelSplitter

public class ColorChannelSplitterGrayByte
extends java.lang.Object
implements ColorChannelSplitter

Split a int into 1 colors.

Author:
Sami Badawi

Field Summary
static ColorChannelSplitter INSTANCE
           
 
Method Summary
static ColorChannelSplitter getInstance()
           
 int[] split(int colorIn, int[] iArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static ColorChannelSplitter INSTANCE
Method Detail

split

public int[] split(int colorIn,
                   int[] iArray)
Specified by:
split in interface ColorChannelSplitter

getInstance

public static ColorChannelSplitter getInstance()


Copyright © 2009. All Rights Reserved.