PsdLayerFlags

Contents
[ ]

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue

public final class PsdLayerFlags implements IEnumValue

The Photoshop layer flags.

Fields

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.

Methods

Method Description
getByRawValue(int rawValue)
getFirst()
getAllValues()
getEnumValueByRawValue(int rawValue)
getEnumValueByName(String name)
getRawValueType()
getRawValue()
name()
equals(Object o)
hashCode()

None

public static final PsdLayerFlags None

No flags are set.

TransparencyProtected

public static final PsdLayerFlags TransparencyProtected

The transparency protected flag.

Visible

public static final PsdLayerFlags Visible

The visibility flag.

Obsolete

public static final PsdLayerFlags Obsolete

The obsolete flag.

HasUsefulInformation

public static final PsdLayerFlags HasUsefulInformation

Defines if bit 4 has useful information. 1 for Photoshop 5.0 and later,

PixelDataIrrelevantToAppearanceInDocument

public static final PsdLayerFlags PixelDataIrrelevantToAppearanceInDocument

The pixel data is irrelevant to appearance in a document.

Undocumented

public static final PsdLayerFlags Undocumented

An undocumented flag.

getByRawValue(int rawValue)

public static PsdLayerFlags getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: PsdLayerFlags

getFirst()

public static IEnumValue getFirst()

Returns: IEnumValue

getAllValues()

public Object[] getAllValues()

Returns the array of all values defined in the class.

Returns: java.lang.Object[]

getEnumValueByRawValue(int rawValue)

public IEnumValue getEnumValueByRawValue(int rawValue)

Returns the enumeration value by the raw value associated with it.

Parameters:

Parameter Type Description
rawValue int

Returns: IEnumValue

getEnumValueByName(String name)

public IEnumValue getEnumValueByName(String name)

Returns the enumeration value by its name.

Parameters:

Parameter Type Description
name java.lang.String

Returns: IEnumValue

getRawValueType()

public RawIntegerType getRawValueType()

Returns the underlying type of the raw value of this enumeration value.

Returns: RawIntegerType

getRawValue()

public int getRawValue()

Returns the raw value of this enumeration value.

Returns: int

name()

public String name()

Returns the name of this enumeration value.

Returns: java.lang.String

equals(Object o)

public boolean equals(Object o)

Parameters:

Parameter Type Description
o java.lang.Object

Returns: boolean

hashCode()

public int hashCode()

Returns: int