Skip to main content

DXCustomLineCap Class

A custom line cap.

Declaration

public class DXCustomLineCap extends DXCustomLineCapBase

Inherited Members

com.devexpress.system.JavaObject.clone()
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
JavaObject
DXCustomLineCapBase
DXCustomLineCap

DXCustomLineCap()

Initializes a new instance of the DXCustomLineCap class.

Declaration

public DXCustomLineCap()

Methods

equals(Object obj) Method

Checks whether this custom line cap equals the specified object.

Declaration

public boolean equals(Object obj)

Parameters

Name Type Description
obj Object

The object to compare with this custom line cap.

Returns

Type Description
boolean

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

getBaseCap() Method

Returns the base line cap.

Declaration

public DXLineCap getBaseCap()

Returns

Type Description
DXLineCap

The base line cap.

getBaseInset() Method

Returns the base inset.

Declaration

public float getBaseInset()

Returns

Type Description
float

The base inset.

getFillPath() Method

Returns the fill path.

Declaration

public DXGraphicsPathData getFillPath()

Returns

Type Description
DXGraphicsPathData

The fill path.

getStrokePath() Method

Returns the stroke path.

Declaration

public DXGraphicsPathData getStrokePath()

Returns

Type Description
DXGraphicsPathData

The stroke path.

hashCode() Method

Returns a hash code value for this object.

Declaration

public int hashCode()

Returns

Type Description
int

The hash code.

setBaseCap(DXLineCap value) Method

Specifies the base line cap.

Declaration

public void setBaseCap(DXLineCap value)

Parameters

Name Type Description
value DXLineCap

The base line cap.

setBaseInset(float value) Method

Specifies the base inset.

Declaration

public void setBaseInset(float value)

Parameters

Name Type Description
value float

The base inset.

setFillPath(DXGraphicsPathData value) Method

Specifies the fill path.

Declaration

public void setFillPath(DXGraphicsPathData value)

Parameters

Name Type Description
value DXGraphicsPathData

The fill path.

setStrokePath(DXGraphicsPathData value) Method

Specifies the stroke path.

Declaration

public void setStrokePath(DXGraphicsPathData value)

Parameters

Name Type Description
value DXGraphicsPathData

The stroke path.