StrokeSettings

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.layerresources.strokeresources.IStrokeSettings

public class StrokeSettings implements IStrokeSettings

Stroke settings of Shapes.

Constructors

ConstructorDescription
StrokeSettings()

Methods

MethodDescription
equals(Object arg0)
getClass()
getEnabled()Gets or sets Stroke is enabled.
getFill()Gets or sets Fill settings of the Stroke.
getLineAlignment()Gets or sets Stroke style line alignment.
getLineCap()Gets or sets Stroke line cap type.
getLineDashSet()Gets or sets array of line dashes.
getLineJoin()Gets or sets Stroke line join type.
getSize()Gets or sets Stroke line width.
hashCode()
notify()
notifyAll()
setEnabled(boolean value)Gets or sets Stroke is enabled.
setFill(IFillSettings value)Gets or sets Fill settings of the Stroke.
setLineAlignment(short value)Gets or sets Stroke style line alignment.
setLineCap(short value)Gets or sets Stroke line cap type.
setLineDashSet(double[] value)Gets or sets array of line dashes.
setLineJoin(short value)Gets or sets Stroke line join type.
setSize(double value)Gets or sets Stroke line width.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

StrokeSettings()

public StrokeSettings()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEnabled()

public final boolean getEnabled()

Gets or sets Stroke is enabled.

Returns: boolean

getFill()

public final IFillSettings getFill()

Gets or sets Fill settings of the Stroke.

Returns: IFillSettings

getLineAlignment()

public final short getLineAlignment()

Gets or sets Stroke style line alignment.

Returns: short

getLineCap()

public final short getLineCap()

Gets or sets Stroke line cap type.

Returns: short

getLineDashSet()

public final double[] getLineDashSet()

Gets or sets array of line dashes.

Returns: double[]

getLineJoin()

public final short getLineJoin()

Gets or sets Stroke line join type.

Returns: short

getSize()

public final double getSize()

Gets or sets Stroke line width.

Returns: double

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setEnabled(boolean value)

public final void setEnabled(boolean value)

Gets or sets Stroke is enabled.

Parameters:

ParameterTypeDescription
valueboolean

setFill(IFillSettings value)

public final void setFill(IFillSettings value)

Gets or sets Fill settings of the Stroke.

Parameters:

ParameterTypeDescription
valueIFillSettings

setLineAlignment(short value)

public final void setLineAlignment(short value)

Gets or sets Stroke style line alignment.

Parameters:

ParameterTypeDescription
valueshort

setLineCap(short value)

public final void setLineCap(short value)

Gets or sets Stroke line cap type.

Parameters:

ParameterTypeDescription
valueshort

setLineDashSet(double[] value)

public final void setLineDashSet(double[] value)

Gets or sets array of line dashes.

Parameters:

ParameterTypeDescription
valuedouble[]

setLineJoin(short value)

public final void setLineJoin(short value)

Gets or sets Stroke line join type.

Parameters:

ParameterTypeDescription
valueshort

setSize(double value)

public final void setSize(double value)

Gets or sets Stroke line width.

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

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