ArtDResource

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.LayerResource, com.aspose.psd.fileformats.psd.layers.layerresources.artboardresources.BaseArtboardInfoResource

public final class ArtDResource extends BaseArtboardInfoResource

The Artboard info data for PsdImage.GlobalLayerResources (PsdImage.getGlobalLayerResources/PsdImage.setGlobalLayerResources(LayerResource[])).

Constructors

ConstructorDescription
ArtDResource()Initializes a new instance of the ArtDResource class.

Fields

FieldDescription
PsbHeaderVersion_internalizedThe PSB header version
PsbResourceSignatureThe PSB-specific resource signature.
PsdHeaderVersion_internalizedThe PSD header version
ResourceSignatureThe common resource signature.
TypeToolKeyThe type tool info key.
ventureLicense_internalizedThe venture license.

Methods

MethodDescription
checkAndSetIfResourceIsPsbSpecific_internalized(int key)Checks the and set if resource is PSB specific.
equals(Object arg0)
getArtboardCount_internalized()Gets or sets the count of Art-boards.
getAutoExpandOffset_internalized()Gets or sets auto expand offset.
getClass()
getClassId_internalized()Gets or sets the resource class id.
getClassName_internalized()Gets or sets the resource class name.
getDocDefaultNewArtboardBackgroundColor_internalized()Gets or sets the DocDefaultNewArtboardBackgroundColor (.getDocDefaultNewArtboardBackgroundColor_internalized/.setDocDefaultNewArtboardBackgroundColor()).
getDocDefaultNewArtboardBackgroundType_internalized()Gets or sets the DocDefaultNewArtboardBackgroundType (.getDocDefaultNewArtboardBackgroundType_internalized/.setDocDefaultNewArtboardBackgroundType_internalized(int)).
getHeader_internalized()Gets or sets the header.
getItems()Gets or sets the OSTypeStructure items.
getKey()Gets the layer resource key.
getLength()
getOriginPoint_internalized()Gets or sets of origin point.
getPrefixLength_internalized(int psdVersion)Gets the prefix length.
getPsdVersion()
getSignature()Gets the layer resource signature.
getVersion_internalized()Gets or sets the resource version.
hashCode()
isAutoExpandEnabled_internalized()Gets or sets the IsAutoExpandEnabled (.isAutoExpandEnabled_internalized/.setAutoExpandEnabled_internalized(boolean)).
isAutoNestEnabled_internalized()Gets or sets the IsAutoNestEnabled (.isAutoNestEnabled_internalized/.setAutoNestEnabled_internalized(boolean)).
isAutoPositionEnabled_internalized()Gets or sets the IsAutoPositionEnabled (.isAutoPositionEnabled_internalized/.setAutoPositionEnabled_internalized(boolean)).
isResourcePsbSpecificByKey_internalized(int key)Determines whether the resource is PSB specific.
isResourcePsbSpecific_internalized()Gets a value indicating whether this instance is resource PSB specific.
isShrinkwrapOnSaveEnabled_internalized()Gets or sets the IsShrinkwrapOnSaveEnabled (.isShrinkwrapOnSaveEnabled_internalized/.setShrinkwrapOnSaveEnabled_internalized(boolean)).
notify()
notifyAll()
save(StreamContainer streamContainer, int psdVersion)Saves the resource to the specified stream container.
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)Saves the custom resource header.
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong)Saves the header signature, identifier and length.
setArtboardCount_internalized(int value)Gets or sets the count of Art-boards.
setAutoExpandEnabled_internalized(boolean value)Gets or sets the IsAutoExpandEnabled (.isAutoExpandEnabled_internalized/.setAutoExpandEnabled_internalized(boolean)).
setAutoExpandOffset_internalized(PointF value)Gets or sets auto expand offset.
setAutoNestEnabled_internalized(boolean value)Gets or sets the IsAutoNestEnabled (.isAutoNestEnabled_internalized/.setAutoNestEnabled_internalized(boolean)).
setAutoPositionEnabled_internalized(boolean value)Gets or sets the IsAutoPositionEnabled (.isAutoPositionEnabled_internalized/.setAutoPositionEnabled_internalized(boolean)).
setClassId_internalized(ClassID value)Gets or sets the resource class id.
setClassName_internalized(String value)Gets or sets the resource class name.
setDocDefaultNewArtboardBackgroundColor_internalized(Color value)Gets or sets the DocDefaultNewArtboardBackgroundColor (.getDocDefaultNewArtboardBackgroundColor_internalized/.setDocDefaultNewArtboardBackgroundColor()).
setDocDefaultNewArtboardBackgroundType_internalized(int value)Gets or sets the DocDefaultNewArtboardBackgroundType (.getDocDefaultNewArtboardBackgroundType_internalized/.setDocDefaultNewArtboardBackgroundType_internalized(int)).
setHeader_internalized(PsdHeader value)Gets or sets the header.
setItems(OSTypeStructure[] value)Gets or sets the OSTypeStructure items.
setOriginPoint_internalized(PointF value)Gets or sets of origin point.
setShrinkwrapOnSaveEnabled_internalized(boolean value)Gets or sets the IsShrinkwrapOnSaveEnabled (.isShrinkwrapOnSaveEnabled_internalized/.setShrinkwrapOnSaveEnabled_internalized(boolean)).
setVersion_internalized(int value)Gets or sets the resource version.
toString()Returns a String that represents this instance.
wait()
wait(long arg0)
wait(long arg0, int arg1)

ArtDResource()

public ArtDResource()

Initializes a new instance of the ArtDResource 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:

ParameterTypeDescription
keyintThe key.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getArtboardCount_internalized()

public final int getArtboardCount_internalized()

Gets or sets the count of Art-boards.

Returns: int

getAutoExpandOffset_internalized()

public final PointF getAutoExpandOffset_internalized()

Gets or sets auto expand offset.

Returns: PointF

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

getDocDefaultNewArtboardBackgroundColor_internalized()

public final Color getDocDefaultNewArtboardBackgroundColor_internalized()

Gets or sets the DocDefaultNewArtboardBackgroundColor (.getDocDefaultNewArtboardBackgroundColor_internalized/.setDocDefaultNewArtboardBackgroundColor()).

Returns: Color

getDocDefaultNewArtboardBackgroundType_internalized()

public final int getDocDefaultNewArtboardBackgroundType_internalized()

Gets or sets the DocDefaultNewArtboardBackgroundType (.getDocDefaultNewArtboardBackgroundType_internalized/.setDocDefaultNewArtboardBackgroundType_internalized(int)).

Returns: int

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

getOriginPoint_internalized()

public final PointF getOriginPoint_internalized()

Gets or sets of origin point.

Returns: PointF

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:

ParameterTypeDescription
psdVersionintThe 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

isAutoExpandEnabled_internalized()

public final boolean isAutoExpandEnabled_internalized()

Gets or sets the IsAutoExpandEnabled (.isAutoExpandEnabled_internalized/.setAutoExpandEnabled_internalized(boolean)).

Returns: boolean

isAutoNestEnabled_internalized()

public final boolean isAutoNestEnabled_internalized()

Gets or sets the IsAutoNestEnabled (.isAutoNestEnabled_internalized/.setAutoNestEnabled_internalized(boolean)).

Returns: boolean

isAutoPositionEnabled_internalized()

public final boolean isAutoPositionEnabled_internalized()

Gets or sets the IsAutoPositionEnabled (.isAutoPositionEnabled_internalized/.setAutoPositionEnabled_internalized(boolean)).

Returns: boolean

isResourcePsbSpecificByKey_internalized(int key)

public static boolean isResourcePsbSpecificByKey_internalized(int key)

Determines whether the resource is PSB specific.

Parameters:

ParameterTypeDescription
keyintThe 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

isShrinkwrapOnSaveEnabled_internalized()

public final boolean isShrinkwrapOnSaveEnabled_internalized()

Gets or sets the IsShrinkwrapOnSaveEnabled (.isShrinkwrapOnSaveEnabled_internalized/.setShrinkwrapOnSaveEnabled_internalized(boolean)).

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:

ParameterTypeDescription
streamContainerStreamContainerThe stream container to save to.
psdVersionintThe PSD version.

saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)

public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)

Saves the custom resource header.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container.
signatureintThe 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:

ParameterTypeDescription
streamContainerStreamContainerThe stream container.
signatureintThe signature.
isLengthLongbooleanif set to true length is long.

setArtboardCount_internalized(int value)

public final void setArtboardCount_internalized(int value)

Gets or sets the count of Art-boards.

Parameters:

ParameterTypeDescription
valueint

setAutoExpandEnabled_internalized(boolean value)

public final void setAutoExpandEnabled_internalized(boolean value)

Gets or sets the IsAutoExpandEnabled (.isAutoExpandEnabled_internalized/.setAutoExpandEnabled_internalized(boolean)).

Parameters:

ParameterTypeDescription
valueboolean

setAutoExpandOffset_internalized(PointF value)

public final void setAutoExpandOffset_internalized(PointF value)

Gets or sets auto expand offset.

Parameters:

ParameterTypeDescription
valuePointF

setAutoNestEnabled_internalized(boolean value)

public final void setAutoNestEnabled_internalized(boolean value)

Gets or sets the IsAutoNestEnabled (.isAutoNestEnabled_internalized/.setAutoNestEnabled_internalized(boolean)).

Parameters:

ParameterTypeDescription
valueboolean

setAutoPositionEnabled_internalized(boolean value)

public final void setAutoPositionEnabled_internalized(boolean value)

Gets or sets the IsAutoPositionEnabled (.isAutoPositionEnabled_internalized/.setAutoPositionEnabled_internalized(boolean)).

Parameters:

ParameterTypeDescription
valueboolean

setClassId_internalized(ClassID value)

public final void setClassId_internalized(ClassID value)

Gets or sets the resource class id.

Parameters:

ParameterTypeDescription
valueClassID

setClassName_internalized(String value)

public final void setClassName_internalized(String value)

Gets or sets the resource class name.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDocDefaultNewArtboardBackgroundColor_internalized(Color value)

public final void setDocDefaultNewArtboardBackgroundColor_internalized(Color value)

Gets or sets the DocDefaultNewArtboardBackgroundColor (.getDocDefaultNewArtboardBackgroundColor_internalized/.setDocDefaultNewArtboardBackgroundColor()).

Parameters:

ParameterTypeDescription
valueColor

setDocDefaultNewArtboardBackgroundType_internalized(int value)

public final void setDocDefaultNewArtboardBackgroundType_internalized(int value)

Gets or sets the DocDefaultNewArtboardBackgroundType (.getDocDefaultNewArtboardBackgroundType_internalized/.setDocDefaultNewArtboardBackgroundType_internalized(int)).

Parameters:

ParameterTypeDescription
valueint

setHeader_internalized(PsdHeader value)

public final void setHeader_internalized(PsdHeader value)

Gets or sets the header.

Value: The header.

Parameters:

ParameterTypeDescription
valuecom.aspose.internal.fileformats.psd.sections.PsdHeader

setItems(OSTypeStructure[] value)

public final void setItems(OSTypeStructure[] value)

Gets or sets the OSTypeStructure items.

Parameters:

ParameterTypeDescription
valueOSTypeStructure[]

setOriginPoint_internalized(PointF value)

public final void setOriginPoint_internalized(PointF value)

Gets or sets of origin point.

Parameters:

ParameterTypeDescription
valuePointF

setShrinkwrapOnSaveEnabled_internalized(boolean value)

public final void setShrinkwrapOnSaveEnabled_internalized(boolean value)

Gets or sets the IsShrinkwrapOnSaveEnabled (.isShrinkwrapOnSaveEnabled_internalized/.setShrinkwrapOnSaveEnabled_internalized(boolean)).

Parameters:

ParameterTypeDescription
valueboolean

setVersion_internalized(int value)

public final void setVersion_internalized(int value)

Gets or sets the resource version.

Parameters:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int