Class DataParserIndexed
- java.lang.Object
-
- org.apache.commons.imaging.formats.psd.dataparsers.AbstractDataParser
-
- org.apache.commons.imaging.formats.psd.dataparsers.DataParserIndexed
-
public class DataParserIndexed extends AbstractDataParser
-
-
Field Summary
Fields Modifier and Type Field Description private int[]colorTable
-
Constructor Summary
Constructors Constructor Description DataParserIndexed(byte[] colorModeData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBasicChannelsCount()protected intgetRgb(int[][][] data, int x, int y, PsdImageContents imageContents)-
Methods inherited from class org.apache.commons.imaging.formats.psd.dataparsers.AbstractDataParser
parseData
-
-
-
-
Method Detail
-
getBasicChannelsCount
public int getBasicChannelsCount()
- Specified by:
getBasicChannelsCountin classAbstractDataParser
-
getRgb
protected int getRgb(int[][][] data, int x, int y, PsdImageContents imageContents)- Specified by:
getRgbin classAbstractDataParser
-
-