DXCustomLineCapBase Class
Base class for custom line cap objects.
Declaration
public abstract class DXCustomLineCapBase extends JavaObject
Inherited Members
Inheritance
Methods
equals(Object obj) Method
Checks whether this custom line cap equals the specified custom line cap.
Declaration
public boolean equals(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The custom line cap to compare. |
Returns
| Type | Description |
|---|---|
| boolean |
|
getStrokeEndCap() Method
Returns the stroke end cap.
Declaration
public DXLineCap getStrokeEndCap()
Returns
| Type | Description |
|---|---|
| DXLineCap | The |
getStrokeJoin() Method
Returns the stroke join.
Declaration
public DXLineJoin getStrokeJoin()
Returns
| Type | Description |
|---|---|
| DXLineJoin | The |
getStrokeMiterLimit() Method
Returns the stroke miter limit.
Declaration
public float getStrokeMiterLimit()
Returns
| Type | Description |
|---|---|
| float | The stroke miter limit. |
getStrokeStartCap() Method
Returns the stroke start cap.
Declaration
public DXLineCap getStrokeStartCap()
Returns
| Type | Description |
|---|---|
| DXLineCap | The |
getWidthScale() Method
Returns the width scale.
Declaration
public float getWidthScale()
Returns
| Type | Description |
|---|---|
| float | The width scale. |
hashCode() Method
Returns a hash code value for this object.
Declaration
public int hashCode()
Returns
| Type | Description |
|---|---|
| int | The hash code. |
setStrokeEndCap(DXLineCap value) Method
Specifies the stroke end cap.
Declaration
public void setStrokeEndCap(DXLineCap value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | DXLineCap | The stroke end cap. |
setStrokeJoin(DXLineJoin value) Method
Specifies the stroke join.
Declaration
public void setStrokeJoin(DXLineJoin value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | DXLineJoin | The stroke join. |
setStrokeMiterLimit(float value) Method
Specifies the stroke miter limit.
Declaration
public void setStrokeMiterLimit(float value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | float | The stroke miter limit. |
setStrokeStartCap(DXLineCap value) Method
Specifies the stroke start cap.
Declaration
public void setStrokeStartCap(DXLineCap value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | DXLineCap | The stroke start cap. |
setWidthScale(float value) Method
Specifies the width scale.
Declaration
public void setWidthScale(float value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | float | The width scale. |