AxisBins

Inheritance: java.lang.Object

public class AxisBins

Represents axis bins

Methods

MethodDescription
equals(Object arg0)
getClass()
getCount()Gets the count of axis bins
getOverflow()Gets the overflow of axis bins
getUnderflow()Gets the underflow of axis bins
getWidth()Gets the width of axis bin
hashCode()
isAutomatic()Indicates whether the axis bins are automatic.
isByCategory()Indicates whether grouping data by category
notify()
notifyAll()
resetOverflow()Reset the overflow
resetUnderflow()Reset the underflow
setAutomatic(boolean value)Indicates whether the axis bins are automatic.
setByCategory(boolean value)Indicates whether grouping data by category
setCount(int value)Sets the count of axis bins
setOverflow(double value)Sets the overflow of axis bins
setUnderflow(double value)Sets the underflow of axis bins
setWidth(double value)Sets the width of axis bin
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCount()

public int getCount()

Gets the count of axis bins

Returns: int

getOverflow()

public double getOverflow()

Gets the overflow of axis bins

Returns: double

getUnderflow()

public double getUnderflow()

Gets the underflow of axis bins

Returns: double

getWidth()

public double getWidth()

Gets the width of axis bin

Returns: double

hashCode()

public native int hashCode()

Returns: int

isAutomatic()

public boolean isAutomatic()

Indicates whether the axis bins are automatic.

Returns: boolean

isByCategory()

public boolean isByCategory()

Indicates whether grouping data by category

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

resetOverflow()

public void resetOverflow()

Reset the overflow

resetUnderflow()

public void resetUnderflow()

Reset the underflow

setAutomatic(boolean value)

public void setAutomatic(boolean value)

Indicates whether the axis bins are automatic.

Parameters:

ParameterTypeDescription
valueboolean

setByCategory(boolean value)

public void setByCategory(boolean value)

Indicates whether grouping data by category

Parameters:

ParameterTypeDescription
valueboolean

setCount(int value)

public void setCount(int value)

Sets the count of axis bins

Parameters:

ParameterTypeDescription
valueint

setOverflow(double value)

public void setOverflow(double value)

Sets the overflow of axis bins

Parameters:

ParameterTypeDescription
valuedouble

setUnderflow(double value)

public void setUnderflow(double value)

Sets the underflow of axis bins

Parameters:

ParameterTypeDescription
valuedouble

setWidth(double value)

public void setWidth(double value)

Sets the width of axis bin

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int