IPatternFillSettings

All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.fillsettings.IFillSettings

public interface IPatternFillSettings extends IFillSettings

Interface for Pattern fill settings

Methods

MethodDescription
getAngle()Gets or sets the angle.
getHorizontalOffset()Gets or sets the horizontal offset.
getLinked()Gets or sets a value indicating whether this IPatternFillSettings is linked.
getPatternData()Gets or sets the pattern data.
getPatternHeight()Gets or sets the height of the pattern.
getPatternId()Gets or sets the pattern identifier.
getPatternName()Gets or sets the name of the pattern.
getPatternWidth()Gets or sets the width of the pattern.
getPointType()Gets or sets the type of the point.
getScale()Gets or sets the scale.
getVerticalOffset()Gets or sets the vertical offset.
setAngle(double value)Gets or sets the angle.
setHorizontalOffset(int value)Gets or sets the horizontal offset.
setLinked(boolean value)Gets or sets a value indicating whether this IPatternFillSettings is linked.
setPatternData(int[] value)Gets or sets the pattern data.
setPatternHeight(int value)Gets or sets the height of the pattern.
setPatternId(String value)Gets or sets the pattern identifier.
setPatternName(String value)Gets or sets the name of the pattern.
setPatternWidth(int value)Gets or sets the width of the pattern.
setPointType(String value)Gets or sets the type of the point.
setScale(double value)Gets or sets the scale.
setVerticalOffset(int value)Gets or sets the vertical offset.

getAngle()

public abstract double getAngle()

Gets or sets the angle.

Value: The angle.

Returns: double

getHorizontalOffset()

public abstract int getHorizontalOffset()

Gets or sets the horizontal offset.

Value: The horizontal offset.

Returns: int

getLinked()

public abstract boolean getLinked()

Gets or sets a value indicating whether this IPatternFillSettings is linked.

Value: true if linked; otherwise, false .

Returns: boolean

getPatternData()

public abstract int[] getPatternData()

Gets or sets the pattern data.

Value: The pattern data.

Returns: int[]

getPatternHeight()

public abstract int getPatternHeight()

Gets or sets the height of the pattern.

Value: The height of the pattern.

Returns: int

getPatternId()

public abstract String getPatternId()

Gets or sets the pattern identifier.

Value: The pattern identifier.

Returns: java.lang.String

getPatternName()

public abstract String getPatternName()

Gets or sets the name of the pattern.

Value: The name of the pattern.

Returns: java.lang.String

getPatternWidth()

public abstract int getPatternWidth()

Gets or sets the width of the pattern.

Value: The width of the pattern.

Returns: int

getPointType()

public abstract String getPointType()

Gets or sets the type of the point.

Value: The type of the point.

Returns: java.lang.String

getScale()

public abstract double getScale()

Gets or sets the scale.

Value: The scale.

Returns: double

getVerticalOffset()

public abstract int getVerticalOffset()

Gets or sets the vertical offset.

Value: The vertical offset.

Returns: int

setAngle(double value)

public abstract void setAngle(double value)

Gets or sets the angle.

Value: The angle.

Parameters:

ParameterTypeDescription
valuedouble

setHorizontalOffset(int value)

public abstract void setHorizontalOffset(int value)

Gets or sets the horizontal offset.

Value: The horizontal offset.

Parameters:

ParameterTypeDescription
valueint

setLinked(boolean value)

public abstract void setLinked(boolean value)

Gets or sets a value indicating whether this IPatternFillSettings is linked.

Value: true if linked; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setPatternData(int[] value)

public abstract void setPatternData(int[] value)

Gets or sets the pattern data.

Value: The pattern data.

Parameters:

ParameterTypeDescription
valueint[]

setPatternHeight(int value)

public abstract void setPatternHeight(int value)

Gets or sets the height of the pattern.

Value: The height of the pattern.

Parameters:

ParameterTypeDescription
valueint

setPatternId(String value)

public abstract void setPatternId(String value)

Gets or sets the pattern identifier.

Value: The pattern identifier.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPatternName(String value)

public abstract void setPatternName(String value)

Gets or sets the name of the pattern.

Value: The name of the pattern.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPatternWidth(int value)

public abstract void setPatternWidth(int value)

Gets or sets the width of the pattern.

Value: The width of the pattern.

Parameters:

ParameterTypeDescription
valueint

setPointType(String value)

public abstract void setPointType(String value)

Gets or sets the type of the point.

Value: The type of the point.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setScale(double value)

public abstract void setScale(double value)

Gets or sets the scale.

Value: The scale.

Parameters:

ParameterTypeDescription
valuedouble

setVerticalOffset(int value)

public abstract void setVerticalOffset(int value)

Gets or sets the vertical offset.

Value: The vertical offset.

Parameters:

ParameterTypeDescription
valueint