Package | Description |
---|---|
com.aspose.psd.fileformats.psd.layers.layerresources | |
com.aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures |
Modifier and Type | Method and Description |
---|---|
ClassID |
TypeToolInfo6Resource.getClassID()
Gets or sets the class ID.
|
ClassID |
OSTypeStructure.getKeyName()
Gets or sets the key name.
|
ClassID |
TypeToolInfo6Resource.getWarpClassID()
Gets or sets the class ID.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeToolInfo6Resource.setClassID(ClassID value)
Gets or sets the class ID.
|
void |
OSTypeStructure.setKeyName(ClassID value)
Gets or sets the key name.
|
void |
TypeToolInfo6Resource.setWarpClassID(ClassID value)
Gets or sets the class ID.
|
Constructor and Description |
---|
OSTypeStructure(ClassID keyName)
Initializes a new instance of the
OSTypeStructure class. |
TypeToolInfo6Resource(ClassID classID,
ClassID warpClassID)
Initializes a new instance of the
TypeToolInfo6Resource class. |
Modifier and Type | Method and Description |
---|---|
ClassID |
PropertyStructure.getClassID()
Gets or sets the class ID.
|
ClassID |
OffsetStructure.getClassID()
Gets or sets the class ID.
|
ClassID |
ObjectArrayStructure.getClassID()
Gets or sets the object array class ID.
|
ClassID |
EnumeratedReferenceStructure.getClassID()
Gets or sets the class ID.
|
ClassID |
DescriptorStructure.getClassID()
Gets or sets the class ID.
|
ClassID |
ClassStructure.getClassID()
Gets or sets the class ID.
|
ClassID |
EnumeratedDescriptorStructure.getEnumName()
Gets or sets the enum name.
|
ClassID |
PropertyStructure.getKeyID()
Gets or sets the key ID.
|
ClassID |
EnumeratedDescriptorStructure.getTypeID()
Gets or sets the type ID.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyStructure.setClassID(ClassID value)
Gets or sets the class ID.
|
void |
OffsetStructure.setClassID(ClassID value)
Gets or sets the class ID.
|
void |
ObjectArrayStructure.setClassID(ClassID value)
Gets or sets the object array class ID.
|
void |
EnumeratedReferenceStructure.setClassID(ClassID value)
Gets or sets the class ID.
|
void |
DescriptorStructure.setClassID(ClassID value)
Gets or sets the class ID.
|
void |
ClassStructure.setClassID(ClassID value)
Gets or sets the class ID.
|
void |
EnumeratedDescriptorStructure.setEnumName(ClassID value)
Gets or sets the enum name.
|
void |
PropertyStructure.setKeyID(ClassID value)
Gets or sets the key ID.
|
void |
EnumeratedDescriptorStructure.setTypeID(ClassID value)
Gets or sets the type ID.
|
Constructor and Description |
---|
AliasStructure(ClassID keyName)
Initializes a new instance of the
AliasStructure class. |
BooleanStructure(ClassID keyName)
Initializes a new instance of the
BooleanStructure class. |
ClassStructure(ClassID keyName,
ClassID classID,
int structureKey)
Initializes a new instance of the
ClassStructure class. |
DescriptorStructure(ClassID keyName,
ClassID classID,
String className,
OSTypeStructure[] structures)
Initializes a new instance of the
DescriptorStructure class. |
DoubleStructure(ClassID keyName)
Initializes a new instance of the
DoubleStructure class. |
EnumeratedDescriptorStructure(ClassID keyName,
ClassID typeID,
ClassID enumName)
Initializes a new instance of the
EnumeratedDescriptorStructure class. |
EnumeratedReferenceStructure(ClassID keyName,
ClassID classID,
ClassID typeID,
ClassID enumName)
Initializes a new instance of the
EnumeratedReferenceStructure class. |
IntegerStructure(ClassID keyName)
Initializes a new instance of the
IntegerStructure class. |
ListStructure(ClassID keyName)
Initializes a new instance of the
ListStructure class. |
ObjectArrayStructure(int key,
ClassID keyName,
ClassID classID,
String className,
OSTypeStructure[] structures)
Initializes a new instance of the
ObjectArrayStructure class. |
OffsetStructure(ClassID keyName,
ClassID classID)
Initializes a new instance of the
OffsetStructure class. |
PropertyStructure(ClassID keyName,
ClassID classID,
ClassID keyID)
Initializes a new instance of the
PropertyStructure class. |
RawDataStructure(ClassID keyName)
Initializes a new instance of the
RawDataStructure class. |
ReferenceStructure(ClassID keyName)
Initializes a new instance of the
ReferenceStructure class. |
StringStructure(ClassID keyName)
Initializes a new instance of the
StringStructure class. |
UnitArrayStructure(ClassID keyName,
int unitType,
double[] values)
Initializes a new instance of the
UnitArrayStructure class. |
UnitStructure(ClassID keyName)
Initializes a new instance of the
UnitStructure class. |
UnknownStructure(ClassID keyName,
int key)
Initializes a new instance of the
UnknownStructure class. |