ExtremumItem
Contents
[
Hide
]
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct
public class ExtremumItem extends Struct<ExtremumItem>
Extremum item extends the histogram info to work with a columns range
Constructors
| Constructor | Description |
|---|---|
| ExtremumItem() | |
| ExtremumItem(HistogramItem histogramItem, int histogramItemType) | Initialize a new instance of the ExtremumItem class. |
Fields
| Field | Description |
|---|---|
| IsComplex | Is complex extremum |
| Module | A module |
| ModuleBySkew | Module calculated using skew |
| NumberFrom | A start of extremum column |
| NumberTo | An end of of extremum column |
| PointType | A type of a point (extremum, regular, complex) |
| Value | Value of darkness. |
Methods
| Method | Description |
|---|---|
| Clone() | |
| CloneTo(T arg0) | |
| CloneTo(ExtremumItem that) | |
| clone() | |
| equals(Object obj) | |
| flipExtremum() | Flip min to max or max to min |
| getClass() | |
| getHashCode() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ExtremumItem()
public ExtremumItem()
ExtremumItem(HistogramItem histogramItem, int histogramItemType)
public ExtremumItem(HistogramItem histogramItem, int histogramItemType)
Initialize a new instance of the ExtremumItem class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| histogramItem | HistogramItem | histogram item |
| histogramItemType | int | type of item |
IsComplex
public boolean IsComplex
Is complex extremum
Module
public int Module
A module
ModuleBySkew
public float ModuleBySkew
Module calculated using skew
NumberFrom
public int NumberFrom
A start of extremum column
NumberTo
public int NumberTo
An end of of extremum column
PointType
public int PointType
A type of a point (extremum, regular, complex)
Value
public int Value
Value of darkness.
Clone()
public ExtremumItem Clone()
Returns: ExtremumItem
CloneTo(T arg0)
public abstract void CloneTo(T arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | T |
CloneTo(ExtremumItem that)
public void CloneTo(ExtremumItem that)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| that | ExtremumItem |
clone()
public Object clone()
Returns: java.lang.Object
equals(Object obj)
public boolean equals(Object obj)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object |
Returns: boolean
flipExtremum()
public void flipExtremum()
Flip min to max or max to min
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getHashCode()
public int getHashCode()
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |