public class PsdHeaderInfo extends Object
Modifier and Type | Field and Description |
---|---|
int |
channels |
int |
columns |
int |
depth |
int |
mode |
int |
rows |
int |
version |
Constructor and Description |
---|
PsdHeaderInfo(int version,
byte[] reserved,
int channels,
int rows,
int columns,
int depth,
int mode) |
Modifier and Type | Method and Description |
---|---|
void |
dump() |
void |
dump(PrintWriter pw) |
byte[] |
getReserved() |
public final int version
public final int channels
public final int rows
public final int columns
public final int depth
public final int mode
public PsdHeaderInfo(int version, byte[] reserved, int channels, int rows, int columns, int depth, int mode)
public byte[] getReserved()
public void dump()
public void dump(PrintWriter pw)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.