Skip to main content
A newer version of this page is available.

DateTimeStrip Class

The strip that can be added to a DateTimeAxisX axis.

Declaration

public class DateTimeStrip
extends StripBase

Inherited Members

java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)

Inheritance

Constructors

DateTimeStrip() Constructor

Initializes a new DateTimeStrip class instance with default parameters.

Declaration

public DateTimeStrip()

DateTimeStrip(Date, Date) Constructor

Initializes a new DateTimeStrip class instance with the specified parameters.

Declaration

public DateTimeStrip(Date minLimit, Date maxLimit)

Parameters

Name Type Description
minLimit Date

The strip’s minimum limit value along an axis.

maxLimit Date

The strip’s maximum limit value along an axis.

Methods

getMaxLimit() Method

Returns the maximum limit value.

Declaration

public Date getMaxLimit()

Returns

Type Description
Date

The strip’s maximum limit.

getMinLimit() Method

Returns the minimum limit value.

Declaration

public Date getMinLimit()

Returns

Type Description
Date

The strip’s minimum limit.

setMaxLimit(Date) Method

Specifies the maximum limit value.

Declaration

public void setMaxLimit(Date value)

Parameters

Name Type Description
value Date

The strip’s maximum limit.

setMinLimit(Date) Method

Specifies the minimum limit value.

Declaration

public void setMinLimit(Date value)

Parameters

Name Type Description
value Date

The strip’s minimum limit.