public class PcxDirectory extends Directory
Modifier and Type | Field and Description |
---|---|
static int |
TAG_BITS_PER_PIXEL |
static int |
TAG_BYTES_PER_LINE |
static int |
TAG_COLOR_PLANES |
static int |
TAG_HORIZONTAL_DPI |
static int |
TAG_HSCR_SIZE |
static int |
TAG_PALETTE |
static int |
TAG_PALETTE_TYPE |
static int |
TAG_VERSION |
static int |
TAG_VERTICAL_DPI |
static int |
TAG_VSCR_SIZE |
static int |
TAG_XMAX |
static int |
TAG_XMIN |
static int |
TAG_YMAX |
static int |
TAG_YMIN |
Constructor and Description |
---|
PcxDirectory() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Provides the name of the directory, for display purposes.
|
addError, containsTag, getBoolean, getBooleanObject, getByteArray, getDate, getDate, getDate, getDescription, getDouble, getDoubleObject, getErrorCount, getErrors, getFloat, getFloatObject, getInt, getIntArray, getInteger, getLong, getLongObject, getObject, getParent, getRational, getRationalArray, getString, getString, getStringArray, getStringValue, getStringValueArray, getTagCount, getTagName, getTags, hasErrors, hasTagName, isEmpty, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setDoubleArray, setFloat, setFloatArray, setInt, setIntArray, setLong, setObject, setObjectArray, setParent, setRational, setRationalArray, setString, setStringArray, setStringValue, setStringValueArray, toString
public static final int TAG_VERSION
public static final int TAG_BITS_PER_PIXEL
public static final int TAG_XMIN
public static final int TAG_YMIN
public static final int TAG_XMAX
public static final int TAG_YMAX
public static final int TAG_HORIZONTAL_DPI
public static final int TAG_VERTICAL_DPI
public static final int TAG_PALETTE
public static final int TAG_COLOR_PLANES
public static final int TAG_BYTES_PER_LINE
public static final int TAG_PALETTE_TYPE
public static final int TAG_HSCR_SIZE
public static final int TAG_VSCR_SIZE
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.