PtFlResource
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.LayerResource, com.aspose.psd.fileformats.psd.layers.layerresources.FillLayerResource
public class PtFlResource extends FillLayerResource
Class PtFlResource. Contains Pattern Fill Layer Data.
Constructors
Constructor | Description |
---|---|
PtFlResource(String patternName, String patternId) | Initializes a new instance of the PtFlResource 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
Method | Description |
---|---|
checkAndSetIfResourceIsPsbSpecific_internalized(int key) | Checks the and set if resource is PSB specific. |
equals(Object arg0) | |
getAlignWithLayer() | Gets or sets a value indicating whether [align with layer]. |
getAngle() | Gets or sets the angle. |
getClass() | |
getHeader_internalized() | Gets or sets the header. |
getKey() | Gets the layer resource key. |
getLength() | Gets the layer resource length in bytes. |
getOffset() | Gets or sets the offset. |
getPatternId() | Gets or sets the pattern identifier. |
getPatternName() | Gets or sets the name of the pattern. |
getPrefixLength_internalized(int psdVersion) | Gets the prefix length. |
getPsdVersion() | Gets the minimal psd version required for layer resource. |
getScale() | Gets or sets the scale. |
getSignature() | Gets the layer resource signature. |
hashCode() | |
isLinkedWithLayer() | Gets or sets a value indicating whether this instance is linked with layer. |
isResourcePsbSpecificByKey_internalized(int key) | Determines whether the resource is PSB specific. |
isResourcePsbSpecific_internalized() | Gets a value indicating whether this instance is resource PSB specific. |
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. |
setAlignWithLayer(boolean value) | Gets or sets a value indicating whether [align with layer]. |
setAngle(double value) | Gets or sets the angle. |
setClassNameAndId_internalized(String className, ClassID classID) | Sets the class name and identifier. |
setHeader_internalized(PsdHeader value) | Gets or sets the header. |
setLinkedWithLayer(boolean value) | Gets or sets a value indicating whether this instance is linked with layer. |
setOffset(Point value) | Gets or sets the offset. |
setPatternId(String value) | Gets or sets the pattern identifier. |
setPatternName(String value) | Gets or sets the name of the pattern. |
setScale(double value) | Gets or sets the scale. |
toString() | Returns a String that represents this instance. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
PtFlResource(String patternName, String patternId)
public PtFlResource(String patternName, String patternId)
Initializes a new instance of the PtFlResource class.
Parameters:
Parameter | Type | Description |
---|---|---|
patternName | java.lang.String | Name of the pattern. |
patternId | java.lang.String | The pattern identifier. |
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
getAlignWithLayer()
public final boolean getAlignWithLayer()
Gets or sets a value indicating whether [align with layer].
Value: true if [align with layer]; otherwise, false .
Returns: boolean
getAngle()
public final double getAngle()
Gets or sets the angle.
Value: The angle.
Returns: double
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getHeader_internalized()
public final PsdHeader getHeader_internalized()
Gets or sets the header.
Value: The header.
Returns: com.aspose.internal.fileformats.psd.sections.PsdHeader
getKey()
public int getKey()
Gets the layer resource key.
Returns: int
getLength()
public int getLength()
Gets the layer resource length in bytes.
Returns: int
getOffset()
public final Point getOffset()
Gets or sets the offset.
Value: The offset.
Returns: Point
getPatternId()
public final String getPatternId()
Gets or sets the pattern identifier.
Value: The pattern identifier.
Returns: java.lang.String
getPatternName()
public final String getPatternName()
Gets or sets the name of the pattern.
Value: The name of the pattern.
Returns: java.lang.String
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()
Gets the minimal psd version required for layer resource. 0 indicates no restrictions.
Returns: int
getScale()
public final double getScale()
Gets or sets the scale.
Value: The scale.
Returns: double
getSignature()
public int getSignature()
Gets the layer resource signature.
Returns: int
hashCode()
public native int hashCode()
Returns: int
isLinkedWithLayer()
public final boolean isLinkedWithLayer()
Gets or sets a value indicating whether this instance is linked with layer.
Value: true if this instance is linked with layer; otherwise, false .
Returns: boolean
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. |
setAlignWithLayer(boolean value)
public final void setAlignWithLayer(boolean value)
Gets or sets a value indicating whether [align with layer].
Value: true if [align with layer]; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setAngle(double value)
public final void setAngle(double value)
Gets or sets the angle.
Value: The angle.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setClassNameAndId_internalized(String className, ClassID classID)
public final void setClassNameAndId_internalized(String className, ClassID classID)
Sets the class name and identifier.
Parameters:
Parameter | Type | Description |
---|---|---|
className | java.lang.String | Name of the class. |
classID | ClassID | The class identifier. |
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 |
setLinkedWithLayer(boolean value)
public final void setLinkedWithLayer(boolean value)
Gets or sets a value indicating whether this instance is linked with layer.
Value: true if this instance is linked with layer; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setOffset(Point value)
public final void setOffset(Point value)
Gets or sets the offset.
Value: The offset.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Point |
setPatternId(String value)
public final void setPatternId(String value)
Gets or sets the pattern identifier.
Value: The pattern identifier.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setPatternName(String value)
public final void setPatternName(String value)
Gets or sets the name of the pattern.
Value: The name of the pattern.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setScale(double value)
public final void setScale(double value)
Gets or sets the scale.
Value: The scale.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
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 |