PsdLayerFlags
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public final class PsdLayerFlags implements IEnumValue
The Photoshop layer flags.
| Field | Description |
|---|---|
| None | No flags are set. |
| TransparencyProtected | The transparency protected flag. |
| Visible | The visibility flag. |
| Obsolete | The obsolete flag. |
| HasUsefulInformation | Defines if bit 4 has useful information. |
| PixelDataIrrelevantToAppearanceInDocument | The pixel data is irrelevant to appearance in a document. |
| Undocumented | An undocumented flag. |
public static final PsdLayerFlags None
No flags are set.
public static final PsdLayerFlags TransparencyProtected
The transparency protected flag.
public static final PsdLayerFlags Visible
The visibility flag.
public static final PsdLayerFlags Obsolete
The obsolete flag.
public static final PsdLayerFlags HasUsefulInformation
Defines if bit 4 has useful information. 1 for Photoshop 5.0 and later,
public static final PsdLayerFlags PixelDataIrrelevantToAppearanceInDocument
The pixel data is irrelevant to appearance in a document.
public static final PsdLayerFlags Undocumented
An undocumented flag.
public static PsdLayerFlags getByRawValue(int rawValue)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: PsdLayerFlags
public static IEnumValue getFirst()
Returns: IEnumValue
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: IEnumValue
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IEnumValue
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int
public String name()
Returns the name of this enumeration value.
Returns: java.lang.String
public boolean equals(Object o)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| o | java.lang.Object |
Returns: boolean
public int hashCode()
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.