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

NumericStrip Class

The strip that can be added to NumericAxisX and NumericAxisY axes.

Declaration

public class NumericStrip
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)

Constructors

NumericStrip() Constructor

Initializes a new NumericStrip class instance with default parameters.

Declaration

public NumericStrip()

NumericStrip(double, double) Constructor

Initializes a new NumericStrip class instance with the specified parameters.

Declaration

public NumericStrip(double minLimit, double maxLimit)

Parameters

Name Type Description
minLimit double

The strip’s minimum limit value along an axis.

maxLimit double

The strip’s maximum limit value along an axis.

Methods

getMaxLimit() Method

Returns the maximum limit value.

Declaration

public double getMaxLimit()

Returns

Type Description
double

The strip’s maximum limit.

getMinLimit() Method

Returns the minimum limit value.

Declaration

public double getMinLimit()

Returns

Type Description
double

The strip’s minimum limit.

setMaxLimit(double) Method

Specifies the maximum limit value.

Declaration

public void setMaxLimit(double value)

Parameters

Name Type Description
value double

The strip’s maximum limit.

setMinLimit(double) Method

Specifies the minimum limit value.

Declaration

public void setMinLimit(double value)

Parameters

Name Type Description
value double

The strip’s minimum limit.