public class PngChromaticitiesDirectory extends Directory
| Modifier and Type | Field and Description |
|---|---|
static int |
TAG_BLUE_X |
static int |
TAG_BLUE_Y |
static int |
TAG_GREEN_X |
static int |
TAG_GREEN_Y |
static int |
TAG_RED_X |
static int |
TAG_RED_Y |
static int |
TAG_WHITE_POINT_X |
static int |
TAG_WHITE_POINT_Y |
| Constructor and Description |
|---|
PngChromaticitiesDirectory() |
| 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, toStringpublic static final int TAG_WHITE_POINT_X
public static final int TAG_WHITE_POINT_Y
public static final int TAG_RED_X
public static final int TAG_RED_Y
public static final int TAG_GREEN_X
public static final int TAG_GREEN_Y
public static final int TAG_BLUE_X
public static final int TAG_BLUE_Y
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.