Skip to main content

LineStyle Class

Contains properties that define the appearance of a line.

Declaration

public class LineStyle extends OutlineStyle

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
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

LineStyle()

Initializes a new instance of the LineStyle class.

Declaration

public LineStyle()

Methods

deepClone() Method

Clones the current LineStyle instance.

Declaration

public LineStyle deepClone()

Returns

Type Description
LineStyle

The cloned LineStyle instance.

getEndArrowType() Method

Returns the end arrowhead type.

Declaration

public ArrowType getEndArrowType()

Returns

Type Description
ArrowType

The arrowhead type.

getEndLength() Method

Returns the length of the line’s end arrowhead.

Declaration

public ArrowSize getEndLength()

Returns

Type Description
ArrowSize

The size.

getEndWidth() Method

Returns the width of the line’s end arrowhead.

Declaration

public ArrowSize getEndWidth()

Returns

Type Description
ArrowSize

The size.

getStartArrowType() Method

Returns the start arrowhead type.

Declaration

public ArrowType getStartArrowType()

Returns

Type Description
ArrowType

The arrowhead type.

getStartLength() Method

Returns the length of the line’s start arrowhead.

Declaration

public ArrowSize getStartLength()

Returns

Type Description
ArrowSize

The size.

getStartWidth() Method

Returns the width of the line’s start arrowhead.

Declaration

public ArrowSize getStartWidth()

Returns

Type Description
ArrowSize

The size.

setEndArrowType(ArrowType value) Method

Sets the end arrowhead type.

Declaration

public void setEndArrowType(ArrowType value)

Parameters

Name Type Description
value ArrowType

The arrowhead type.

setEndLength(ArrowSize value) Method

Sets the length of the line’s end arrowhead.

Declaration

public void setEndLength(ArrowSize value)

Parameters

Name Type Description
value ArrowSize

The size.

setEndWidth(ArrowSize value) Method

Sets the width of the line’s end arrowhead.

Declaration

public void setEndWidth(ArrowSize value)

Parameters

Name Type Description
value ArrowSize

The size.

setStartArrowType(ArrowType value) Method

Sets the start arrowhead type.

Declaration

public void setStartArrowType(ArrowType value)

Parameters

Name Type Description
value ArrowType

The arrowhead type.

setStartLength(ArrowSize value) Method

Sets the length of the line’s start arrowhead.

Declaration

public void setStartLength(ArrowSize value)

Parameters

Name Type Description
value ArrowSize

The size.

setStartWidth(ArrowSize value) Method

Sets the width of the line’s start arrowhead.

Declaration

public void setStartWidth(ArrowSize value)

Parameters

Name Type Description
value ArrowSize

The size.