Skip to main content

DXCustomLineCapBase Class

Base class for custom line cap objects.

Declaration

public abstract class DXCustomLineCapBase extends JavaObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
DXCustomLineCapBase

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

true if the specified object equals this custom line cap; otherwise, false.

getStrokeEndCap() Method

Returns the stroke end cap.

Declaration

public DXLineCap getStrokeEndCap()

Returns

Type Description
DXLineCap

The DXLineCap object that specifies the stroke end cap.

getStrokeJoin() Method

Returns the stroke join.

Declaration

public DXLineJoin getStrokeJoin()

Returns

Type Description
DXLineJoin

The DXLineJoin object that specifies the stroke join.

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 DXLineCap object that specifies the stroke start cap.

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.