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
Constructor | Description |
---|---|
StrokeSettings() |
Methods
Method | Description |
---|---|
createInstance_internalized() | Create instance of StrokeSettings with properties assigned by default. |
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()
createInstance_internalized()
public static StrokeSettings createInstance_internalized()
Create instance of StrokeSettings with properties assigned by default.
Returns: StrokeSettings - StrokeSettings instance.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setFill(IFillSettings value)
public final void setFill(IFillSettings value)
Gets or sets Fill settings of the Stroke.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IFillSettings |
setLineAlignment(short value)
public final void setLineAlignment(short value)
Gets or sets Stroke style line alignment.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setLineCap(short value)
public final void setLineCap(short value)
Gets or sets Stroke line cap type.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setLineDashSet(double[] value)
public final void setLineDashSet(double[] value)
Gets or sets array of line dashes.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double[] |
setLineJoin(short value)
public final void setLineJoin(short value)
Gets or sets Stroke line join type.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setSize(double value)
public final void setSize(double value)
Gets or sets Stroke line width.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
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 |