public class PsdHeaderInfo
extends java.lang.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(java.io.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
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"