AnimatedDataSectionStructure

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure

public class AnimatedDataSectionStructure extends OSTypeStructure

The section with animated data.

Fields

FieldDescription
StructureKeyIdentifies the structure key of AnDs.

Methods

MethodDescription
findByKeyName_from_placed_internalized(String keyName, PlacedResource container)Finds the structure by key name value.
findByKeyName_internalized(String keyName, System.Collections.Generic.IGenericList items)Finds the structure by key name value.
arrangeToDictionary_internalized(OSTypeStructure[] structures, System.Collections.Generic.Dictionary<String,OSTypeStructure> dictionary, String prefix)Arranges structures to one dictionary by key name.
createColorDescriptor_internalized(Color value)
createColorDescriptor_internalized(Color value, String keyName)Creates the DescriptorStructure with color value with specified key name.
create_internalized()
create_internalized(ClassID keyName)
equals(Object arg0)
framesNumberIsOdd_internalized(System.Collections.Generic.IGenericEnumerable items)Checks that the frames count in ‘FrIn’ list structure is odd.
getBoolValue_internalized(System.Collections.Generic.List itemsList, String keyName)Gets the boolean value from structures list by key name.
getClass()
getClassName_internalized()Gets or sets the class name.
getColorValue_internalized(System.Collections.Generic.List itemsList, String keyName)Gets the color value from structures list by key name.
getColorValue_internalized(List itemsList)
getHeaderLength()Gets the header length.
getInt32Value_internalized(System.Collections.Generic.List itemsList, String keyName)Gets the int32 value from structures list by key name.
getItems()Gets or sets the animated data section structures.
getKey()Gets the structure key.
getKeyName()Gets or sets the key name.
getLength()Gets the OSTypeStructure length in bytes.
getListOfStructuresValue_internalized(System.Collections.Generic.List itemsList, String keyName)Gets the list of structures value from other structures list by key name.
getPointDoubleValue_internalized(System.Collections.Generic.List itemsList, String keyName)Gets the PointF value from structures list by key name.
getRectDoubleValue_internalized(System.Collections.Generic.List itemsList, String keyName)Gets the RectangleF value from structures list by key name.
getStringValue_internalized(System.Collections.Generic.List itemsList, String keyName)Gets the string value from structures list by key name.
hashCode()
notify()
notifyAll()
removeByKeyName_internalized(String keyName, System.Collections.Generic.List items)Find and removes structure from the input items list.
save(StreamContainer streamContainer)Saves the structure to the specified stream container.
saveWithoutKeyName(StreamContainer streamContainer)Saves the structure to the specified stream container.
setBoolValue_internalized(boolean value, System.Collections.Generic.List itemsList, String keyName)Sets the boolean value to structures list by key name.
setClassID_internalized(ClassID value)Gets or sets the ClassID.
setClassName_internalized(String value)Gets or sets the class name.
setColorValue_internalized(Color value, System.Collections.Generic.List itemsList, String keyName)Sets the color value to a structure list by key name.
setColorValue_internalized(Color value, List itemsList)
setDescriptorVersion_internalized(int value)Gets or sets the descriptor version.
setInt32Value_internalized(int value, System.Collections.Generic.List itemsList, String keyName)Sets the int32 value to structures list by key name.
setItems_internalized(OSTypeStructure[] value)Gets or sets the animated data section structures.
setKeyName(ClassID value)Gets or sets the key name.
setListOfStructuresValue_internalized(System.Collections.Generic.List value, System.Collections.Generic.List itemsList, String keyName)Sets the list of structures value to other structures list by key name.
setPointDoubleValue_internalized(PointF value, System.Collections.Generic.List itemsList, String keyName)Sets the PointF value to structures list by key name.
setRectDoubleValue_internalized(RectangleF value, System.Collections.Generic.List itemsList, String keyName)Sets the RectangleF value to structures list by key name.
setStringValue_internalized(String value, System.Collections.Generic.List itemsList, String keyName)Sets the string value to structures list by key name.
setToList_internalized(OSTypeStructure structure, System.Collections.Generic.List items)Add or update the structure to input items list.
setUnknownBytesForOdd3_internalized(byte[] value)Gets or sets the unknown bytes 3 that exists when number of frames is odd.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

StructureKey

public static final int StructureKey

Identifies the structure key of AnDs.

findByKeyName_from_placed_internalized(String keyName, PlacedResource container)

public static T <T>findByKeyName_from_placed_internalized(String keyName, PlacedResource container)

Finds the structure by key name value.

Parameters:

ParameterTypeDescription
keyNamejava.lang.StringThe key name.
containerPlacedResourceThe items container to search in.

T : The type of result object. |

Returns: T - The structure by key name value.

findByKeyName_internalized(String keyName, System.Collections.Generic.IGenericList items)

public static T <T>findByKeyName_internalized(String keyName, System.Collections.Generic.IGenericList<OSTypeStructure> items)

Finds the structure by key name value.

Parameters:

ParameterTypeDescription
keyNamejava.lang.StringThe key name.
itemscom.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The items to search in.

T : The type of result object. |

Returns: T - The structure by key name value.

arrangeToDictionary_internalized(OSTypeStructure[] structures, System.Collections.Generic.Dictionary<String,OSTypeStructure> dictionary, String prefix)

public static System.Collections.Generic.Dictionary<String,OSTypeStructure> arrangeToDictionary_internalized(OSTypeStructure[] structures, System.Collections.Generic.Dictionary<String,OSTypeStructure> dictionary, String prefix)

Arranges structures to one dictionary by key name.

Parameters:

ParameterTypeDescription
structuresOSTypeStructure[]The structures
dictionarycom.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The dictionary to arrange
prefixjava.lang.StringThe prefix for key names.

Returns: com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure> - Arranged structures as dictionary by key name.

createColorDescriptor_internalized(Color value)

public static DescriptorStructure createColorDescriptor_internalized(Color value)

Parameters:

ParameterTypeDescription
valueColor

Returns: DescriptorStructure

createColorDescriptor_internalized(Color value, String keyName)

public static DescriptorStructure createColorDescriptor_internalized(Color value, String keyName)

Creates the DescriptorStructure with color value with specified key name.

Parameters:

ParameterTypeDescription
valueColorThe color value.
keyNamejava.lang.StringThe key name.

Returns: DescriptorStructure

create_internalized()

public static AnimatedDataSectionStructure create_internalized()

Returns: AnimatedDataSectionStructure

create_internalized(ClassID keyName)

public static AnimatedDataSectionStructure create_internalized(ClassID keyName)

Parameters:

ParameterTypeDescription
keyNameClassID

Returns: AnimatedDataSectionStructure

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

framesNumberIsOdd_internalized(System.Collections.Generic.IGenericEnumerable items)

public static boolean framesNumberIsOdd_internalized(System.Collections.Generic.IGenericEnumerable<OSTypeStructure> items)

Checks that the frames count in ‘FrIn’ list structure is odd.

Parameters:

ParameterTypeDescription
itemscom.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>

Returns: boolean -

getBoolValue_internalized(System.Collections.Generic.List itemsList, String keyName)

public static boolean getBoolValue_internalized(System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Gets the boolean value from structures list by key name.

Parameters:

ParameterTypeDescription
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list to search in.
keyNamejava.lang.StringThe key name to search by.

Returns: boolean - The boolean value from the structures list if it exists, otherwise the default value.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getClassName_internalized()

public final String getClassName_internalized()

Gets or sets the class name.

Returns: java.lang.String

getColorValue_internalized(System.Collections.Generic.List itemsList, String keyName)

public static Color getColorValue_internalized(System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Gets the color value from structures list by key name.

Parameters:

ParameterTypeDescription
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list to search in.
keyNamejava.lang.StringThe key name to search by.

Returns: Color - The color value from the structures list if it exists, otherwise the default value.

getColorValue_internalized(List itemsList)

public static Color getColorValue_internalized(List<OSTypeStructure> itemsList)

Parameters:

ParameterTypeDescription
itemsListjava.util.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>

Returns: Color

getHeaderLength()

public int getHeaderLength()

Gets the header length.

Returns: int - The header length

getInt32Value_internalized(System.Collections.Generic.List itemsList, String keyName)

public static int getInt32Value_internalized(System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Gets the int32 value from structures list by key name.

Parameters:

ParameterTypeDescription
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list to search in.
keyNamejava.lang.StringThe key name to search by.

Returns: int - The int32 value from the structures list if it exists, otherwise the default value.

getItems()

public final OSTypeStructure[] getItems()

Gets or sets the animated data section structures.

Returns: com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure[]

getKey()

public int getKey()

Gets the structure key.

Returns: int

getKeyName()

public final ClassID getKeyName()

Gets or sets the key name.

Value: The key name.

Returns: ClassID

getLength()

public int getLength()

Gets the OSTypeStructure length in bytes.

Returns: int

getListOfStructuresValue_internalized(System.Collections.Generic.List itemsList, String keyName)

public static System.Collections.Generic.List<OSTypeStructure> getListOfStructuresValue_internalized(System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Gets the list of structures value from other structures list by key name.

Parameters:

ParameterTypeDescription
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list to search in.
keyNamejava.lang.StringThe key name to search by.

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure> - The ist of structures value from the other structures list if it exists, otherwise the default value.

getPointDoubleValue_internalized(System.Collections.Generic.List itemsList, String keyName)

public static PointF getPointDoubleValue_internalized(System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Gets the PointF value from structures list by key name.

Parameters:

ParameterTypeDescription
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list to search in.
keyNamejava.lang.StringThe key name to search by.

Returns: PointF - The PointF value from the structures list if it exists, otherwise the default value.

getRectDoubleValue_internalized(System.Collections.Generic.List itemsList, String keyName)

public static RectangleF getRectDoubleValue_internalized(System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Gets the RectangleF value from structures list by key name.

Parameters:

ParameterTypeDescription
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list to search in.
keyNamejava.lang.StringThe key name to search by.

Returns: RectangleF - The RectangleF value from the structures list if it exists, otherwise the default value.

getStringValue_internalized(System.Collections.Generic.List itemsList, String keyName)

public static String getStringValue_internalized(System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Gets the string value from structures list by key name.

Parameters:

ParameterTypeDescription
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list to search in.
keyNamejava.lang.StringThe key name to search by.

Returns: java.lang.String - The string value from the structures list if it exists, otherwise the default value.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

removeByKeyName_internalized(String keyName, System.Collections.Generic.List items)

public static void removeByKeyName_internalized(String keyName, System.Collections.Generic.List<OSTypeStructure> items)

Find and removes structure from the input items list.

Parameters:

ParameterTypeDescription
keyNamejava.lang.StringThe key name.
itemscom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The items.

save(StreamContainer streamContainer)

public final void save(StreamContainer streamContainer)

Saves the structure to the specified stream container.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container.

saveWithoutKeyName(StreamContainer streamContainer)

public final void saveWithoutKeyName(StreamContainer streamContainer)

Saves the structure to the specified stream container.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container.

setBoolValue_internalized(boolean value, System.Collections.Generic.List itemsList, String keyName)

public static void setBoolValue_internalized(boolean value, System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Sets the boolean value to structures list by key name.

Parameters:

ParameterTypeDescription
valuebooleanThe value to be set.
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list.
keyNamejava.lang.StringThe key name.

setClassID_internalized(ClassID value)

public final void setClassID_internalized(ClassID value)

Gets or sets the ClassID.

Parameters:

ParameterTypeDescription
valueClassID

setClassName_internalized(String value)

public final void setClassName_internalized(String value)

Gets or sets the class name.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setColorValue_internalized(Color value, System.Collections.Generic.List itemsList, String keyName)

public static void setColorValue_internalized(Color value, System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Sets the color value to a structure list by key name.

Parameters:

ParameterTypeDescription
valueColorThe value to be set.
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list.
keyNamejava.lang.StringThe key name.

setColorValue_internalized(Color value, List itemsList)

public static void setColorValue_internalized(Color value, List<OSTypeStructure> itemsList)

Parameters:

ParameterTypeDescription
valueColor
itemsListjava.util.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>

setDescriptorVersion_internalized(int value)

public final void setDescriptorVersion_internalized(int value)

Gets or sets the descriptor version.

Parameters:

ParameterTypeDescription
valueint

setInt32Value_internalized(int value, System.Collections.Generic.List itemsList, String keyName)

public static void setInt32Value_internalized(int value, System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Sets the int32 value to structures list by key name.

Parameters:

ParameterTypeDescription
valueintThe value to be set.
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list.
keyNamejava.lang.StringThe key name.

setItems_internalized(OSTypeStructure[] value)

public final void setItems_internalized(OSTypeStructure[] value)

Gets or sets the animated data section structures.

Parameters:

ParameterTypeDescription
valueOSTypeStructure[]

setKeyName(ClassID value)

public final void setKeyName(ClassID value)

Gets or sets the key name.

Value: The key name.

Parameters:

ParameterTypeDescription
valueClassID

setListOfStructuresValue_internalized(System.Collections.Generic.List value, System.Collections.Generic.List itemsList, String keyName)

public static void setListOfStructuresValue_internalized(System.Collections.Generic.List<OSTypeStructure> value, System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Sets the list of structures value to other structures list by key name.

Parameters:

ParameterTypeDescription
valuecom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The value to be set.
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list.
keyNamejava.lang.StringThe key name.

setPointDoubleValue_internalized(PointF value, System.Collections.Generic.List itemsList, String keyName)

public static void setPointDoubleValue_internalized(PointF value, System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Sets the PointF value to structures list by key name.

Parameters:

ParameterTypeDescription
valuePointFThe value to be set.
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list.
keyNamejava.lang.StringThe key name.

setRectDoubleValue_internalized(RectangleF value, System.Collections.Generic.List itemsList, String keyName)

public static void setRectDoubleValue_internalized(RectangleF value, System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Sets the RectangleF value to structures list by key name.

Parameters:

ParameterTypeDescription
valueRectangleFThe value to be set.
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list.
keyNamejava.lang.StringThe key name.

setStringValue_internalized(String value, System.Collections.Generic.List itemsList, String keyName)

public static void setStringValue_internalized(String value, System.Collections.Generic.List<OSTypeStructure> itemsList, String keyName)

Sets the string value to structures list by key name.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe value to be set.
itemsListcom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The structures list.
keyNamejava.lang.StringThe key name.

setToList_internalized(OSTypeStructure structure, System.Collections.Generic.List items)

public static void setToList_internalized(OSTypeStructure structure, System.Collections.Generic.List<OSTypeStructure> items)

Add or update the structure to input items list.

Parameters:

ParameterTypeDescription
structureOSTypeStructureThe structure to add update.
itemscom.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>The items.

setUnknownBytesForOdd3_internalized(byte[] value)

public final void setUnknownBytesForOdd3_internalized(byte[] value)

Gets or sets the unknown bytes 3 that exists when number of frames is odd.

Parameters:

ParameterTypeDescription
valuebyte[]

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int