ArtBResource
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.LayerResource, com.aspose.psd.fileformats.psd.layers.layerresources.artboardresources.BaseArtboardInfoResource
public final class ArtBResource extends BaseArtboardInfoResource
The Artboard info data for Layer.Resources (Layer.getResources/Layer.setResources(LayerResource[])).
Constructors
Constructor | Description |
---|---|
ArtBResource() | Initializes a new instance of the ArtBResource class. |
Fields
Field | Description |
---|---|
PsbHeaderVersion_internalized | The PSB header version |
PsbResourceSignature | The PSB-specific resource signature. |
PsdHeaderVersion_internalized | The PSD header version |
ResourceSignature | The common resource signature. |
TypeToolKey | The type tool info key. |
ventureLicense_internalized | The venture license. |
Methods
ArtBResource()
public ArtBResource()
Initializes a new instance of the ArtBResource class.
PsbHeaderVersion_internalized
public static final int PsbHeaderVersion_internalized
The PSB header version
PsbResourceSignature
public static final int PsbResourceSignature
The PSB-specific resource signature.
PsdHeaderVersion_internalized
public static final int PsdHeaderVersion_internalized
The PSD header version
ResourceSignature
public static final int ResourceSignature
The common resource signature.
TypeToolKey
public static final int TypeToolKey
The type tool info key.
ventureLicense_internalized
public Object ventureLicense_internalized
The venture license.
checkAndSetIfResourceIsPsbSpecific_internalized(int key)
public final void checkAndSetIfResourceIsPsbSpecific_internalized(int key)
Checks the and set if resource is PSB specific. Some resources are not recognized for now, but we have full list of PSB specific resources which changes their behaviour on save. So we need to check this in UnknownResource at least
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | The key. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getArtboardBackgroundType_internalized()
public final int getArtboardBackgroundType_internalized()
Gets or sets the ArtboardBackgroundType (.getArtboardBackgroundType_internalized/.setArtboardBackgroundType_internalized(int))
Returns: int
getArtboardPresetName_internalized()
public final String getArtboardPresetName_internalized()
Gets or sets the ArtboardPresetName (.getArtboardPresetName_internalized/.setArtboardPresetName_internalized(String))
Returns: java.lang.String
getArtboardRect_internalized()
public final RectangleF getArtboardRect_internalized()
Gets or sets the ArtboardRect (.getArtboardRect_internalized/.setArtboardRect())
Returns: RectangleF
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getClassId_internalized()
public final ClassID getClassId_internalized()
Gets or sets the resource class id.
Returns: ClassID
getClassName_internalized()
public final String getClassName_internalized()
Gets or sets the resource class name.
Returns: java.lang.String
getColor_internalized()
public final Color getColor_internalized()
Gets or sets the Color (.getColor_internalized/.setColor())
Returns: Color
getGuideIndeces_internalized()
public final System.Collections.Generic.List<OSTypeStructure> getGuideIndeces_internalized()
Gets or sets the GuideIndeces (.getGuideIndeces_internalized/.setGuideIndeces_internalized(List))
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure>
getHeader_internalized()
public final PsdHeader getHeader_internalized()
Gets or sets the header.
Value: The header.
Returns: com.aspose.internal.fileformats.psd.sections.PsdHeader
getItems()
public final OSTypeStructure[] getItems()
Gets or sets the OSTypeStructure items.
Returns: com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure[]
getKey()
public int getKey()
Gets the layer resource key.
Returns: int
getLength()
public int getLength()
Returns: int
getPrefixLength_internalized(int psdVersion)
public final int getPrefixLength_internalized(int psdVersion)
Gets the prefix length. Default value is 12 for 8BIM resources. and 16 for 8B64
Parameters:
Parameter | Type | Description |
---|---|---|
psdVersion | int | The PSD version. |
Returns: int - The Prefix Length.
getPsdVersion()
public int getPsdVersion()
Returns: int
getSignature()
public int getSignature()
Gets the layer resource signature.
Returns: int
getVersion_internalized()
public final int getVersion_internalized()
Gets or sets the resource version.
Returns: int
hashCode()
public native int hashCode()
Returns: int
isResourcePsbSpecificByKey_internalized(int key)
public static boolean isResourcePsbSpecificByKey_internalized(int key)
Determines whether the resource is PSB specific.
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | The resource key. |
Returns: boolean - true if the resource is PSB specific; otherwise, false .
isResourcePsbSpecific_internalized()
public final boolean isResourcePsbSpecific_internalized()
Gets a value indicating whether this instance is resource PSB specific.
Value: true if this instance is resource PSB specific; otherwise, false .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
save(StreamContainer streamContainer, int psdVersion)
public void save(StreamContainer streamContainer, int psdVersion)
Saves the resource to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container to save to. |
psdVersion | int | The PSD version. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)
public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)
Saves the custom resource header.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container. |
signature | int | The signature. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong)
public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong)
Saves the header signature, identifier and length.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container. |
signature | int | The signature. |
isLengthLong | boolean | if set to true length is long. |
setArtboardBackgroundType_internalized(int value)
public final void setArtboardBackgroundType_internalized(int value)
Gets or sets the ArtboardBackgroundType (.getArtboardBackgroundType_internalized/.setArtboardBackgroundType_internalized(int))
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setArtboardPresetName_internalized(String value)
public final void setArtboardPresetName_internalized(String value)
Gets or sets the ArtboardPresetName (.getArtboardPresetName_internalized/.setArtboardPresetName_internalized(String))
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setArtboardRect_internalized(RectangleF value)
public final void setArtboardRect_internalized(RectangleF value)
Gets or sets the ArtboardRect (.getArtboardRect_internalized/.setArtboardRect())
Parameters:
Parameter | Type | Description |
---|---|---|
value | RectangleF |
setClassId_internalized(ClassID value)
public final void setClassId_internalized(ClassID value)
Gets or sets the resource class id.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ClassID |
setClassName_internalized(String value)
public final void setClassName_internalized(String value)
Gets or sets the resource class name.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setColor_internalized(Color value)
public final void setColor_internalized(Color value)
Gets or sets the Color (.getColor_internalized/.setColor())
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setGuideIndeces_internalized(System.Collections.Generic.List value)
public final void setGuideIndeces_internalized(System.Collections.Generic.List<OSTypeStructure> value)
Gets or sets the GuideIndeces (.getGuideIndeces_internalized/.setGuideIndeces_internalized(List))
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure> |
setHeader_internalized(PsdHeader value)
public final void setHeader_internalized(PsdHeader value)
Gets or sets the header.
Value: The header.
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.internal.fileformats.psd.sections.PsdHeader |
setItems(OSTypeStructure[] value)
public final void setItems(OSTypeStructure[] value)
Gets or sets the OSTypeStructure items.
Parameters:
Parameter | Type | Description |
---|---|---|
value | OSTypeStructure[] |
setVersion_internalized(int value)
public final void setVersion_internalized(int value)
Gets or sets the resource version.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns a String that represents this instance.
Returns: java.lang.String - A String that represents this instance.
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |