public final class PsdLayerFlags extends Object implements IEnumValue
The Photoshop layer flags.
| Modifier and Type | Field and Description |
|---|---|
static PsdLayerFlags |
HasUsefulInformation
Defines if bit 4 has useful information.
|
static PsdLayerFlags |
None
No flags are set.
|
static PsdLayerFlags |
Obsolete
The obsolete flag.
|
static PsdLayerFlags |
PixelDataIrrelevantToAppearanceInDocument
The pixel data is irrelevant to appearance in a document.
|
static PsdLayerFlags |
TransparencyProtected
The transparency protected flag.
|
static PsdLayerFlags |
Undocumented
An undocumented flag.
|
static PsdLayerFlags |
Visible
The visibility flag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object[] |
getAllValues()
Returns the array of all values defined in the class.
|
static PsdLayerFlags |
getByRawValue(int rawValue) |
IEnumValue |
getEnumValueByName(String name)
Returns the enumeration value by its name.
|
IEnumValue |
getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
|
static IEnumValue |
getFirst() |
int |
getRawValue()
Returns the raw value of this enumeration value.
|
RawIntegerType |
getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
|
int |
hashCode() |
String |
name()
Returns the name of this enumeration value.
|
public static final PsdLayerFlags HasUsefulInformation
Defines if bit 4 has useful information. 1 for Photoshop 5.0 and later,
public static final PsdLayerFlags None
No flags are set.
public static final PsdLayerFlags Obsolete
The obsolete flag.
public static final PsdLayerFlags PixelDataIrrelevantToAppearanceInDocument
The pixel data is irrelevant to appearance in a document.
public static final PsdLayerFlags TransparencyProtected
The transparency protected flag.
public static final PsdLayerFlags Undocumented
An undocumented flag.
public static final PsdLayerFlags Visible
The visibility flag.
public Object[] getAllValues()
IEnumValueReturns the array of all values defined in the class.
getAllValues in interface IEnumValuepublic static PsdLayerFlags getByRawValue(int rawValue)
public IEnumValue getEnumValueByName(String name)
IEnumValueReturns the enumeration value by its name.
getEnumValueByName in interface IEnumValuename - The name of the enumeration value.public IEnumValue getEnumValueByRawValue(int rawValue)
IEnumValueReturns the enumeration value by the raw value associated with it.
getEnumValueByRawValue in interface IEnumValuerawValue - The raw value.public static IEnumValue getFirst()
public int getRawValue()
IEnumValueReturns the raw value of this enumeration value.
getRawValue in interface IEnumValuepublic RawIntegerType getRawValueType()
IEnumValueReturns the underlying type of the raw value of this enumeration value.
getRawValueType in interface IEnumValuepublic String name()
IEnumValueReturns the name of this enumeration value.
name in interface IEnumValueCopyright © 2025. All rights reserved.