Uses of Class
com.aspose.imaging.fileformats.psd.ResourceBlock

Packages that use ResourceBlock
com.aspose.imaging.createoptions   
com.aspose.imaging.exceptions.imageformats   
com.aspose.imaging.fileformats.psd   
com.aspose.imaging.fileformats.psd.resources   
com.aspose.imaging.saveoptions   
 

Uses of ResourceBlock in com.aspose.imaging.createoptions
 

Methods in com.aspose.imaging.createoptions that return ResourceBlock
 ResourceBlock[] PsdCreateOptions.getResources()
           Gets the psd resources.
 

Methods in com.aspose.imaging.createoptions with parameters of type ResourceBlock
 void PsdCreateOptions.setResources(ResourceBlock[] value)
           Sets the psd resources.
 

Uses of ResourceBlock in com.aspose.imaging.exceptions.imageformats
 

Methods in com.aspose.imaging.exceptions.imageformats that return ResourceBlock
 ResourceBlock PsdImageResourceException.getResource()
           Gets the psd resource which caused this exception.
 

Constructors in com.aspose.imaging.exceptions.imageformats with parameters of type ResourceBlock
PsdImageResourceException(java.lang.String message, ResourceBlock resource)
           Initializes a new instance of the PsdImageResourceException class.
PsdImageResourceException(java.lang.String message, ResourceBlock resource, java.lang.RuntimeException innerException)
           Initializes a new instance of the PsdImageResourceException class.
 

Uses of ResourceBlock in com.aspose.imaging.fileformats.psd
 

Methods in com.aspose.imaging.fileformats.psd that return ResourceBlock
 ResourceBlock[] PsdImage.getResources()
           Gets the psd resources.
 

Uses of ResourceBlock in com.aspose.imaging.fileformats.psd.resources
 

Subclasses of ResourceBlock in com.aspose.imaging.fileformats.psd.resources
 class GridAndGuidesResouce
           Represents the grid and guides resource.
 class Thumbnail4Resource
           Represents the thumbnail resource for psd 4.0.
 class ThumbnailResource
           The thumbnail resource block.
 class TransparencyIndexResource
           The transparency index resource block.
 class UnknownResource
           The unknown resource.
 

Uses of ResourceBlock in com.aspose.imaging.saveoptions
 

Methods in com.aspose.imaging.saveoptions that return ResourceBlock
 ResourceBlock[] PsdSaveOptions.getResources()
           Gets the psd resources.
 

Methods in com.aspose.imaging.saveoptions with parameters of type ResourceBlock
 void PsdSaveOptions.setResources(ResourceBlock[] value)
           Sets the psd resources.