DMRegionExt
Contents
[
Hide
]
Inheritance: java.lang.Object
public class DMRegionExt
Constructors
| Constructor | Description |
|---|---|
| DMRegionExt(LPatternData aLPattern) | |
| DMRegionExt(DMRegionExt aRegion) |
Fields
| Field | Description |
|---|---|
| BottomLine | |
| BottomPoint | |
| CellHeight | |
| CellWidth | |
| CornerPoint | |
| Histogramm | |
| LeftLine | |
| LeftPoint | |
| OppositeCornerPoint |
Methods
DMRegionExt(LPatternData aLPattern)
public DMRegionExt(LPatternData aLPattern)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aLPattern | LPatternData |
DMRegionExt(DMRegionExt aRegion)
public DMRegionExt(DMRegionExt aRegion)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aRegion | DMRegionExt |
BottomLine
public ExtractedLineF BottomLine
BottomPoint
public System.Drawing.PointF BottomPoint
CellHeight
public double CellHeight
CellWidth
public double CellWidth
CornerPoint
public System.Drawing.PointF CornerPoint
Histogramm
public int[] Histogramm
LeftLine
public ExtractedLineF LeftLine
LeftPoint
public System.Drawing.PointF LeftPoint
OppositeCornerPoint
public System.Drawing.PointF OppositeCornerPoint
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getRegionHistogramm(ByteBitmap aBitmap, boolean Refresh)
public final int[] getRegionHistogramm(ByteBitmap aBitmap, boolean Refresh)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aBitmap | ByteBitmap | |
| Refresh | boolean |
Returns: int[]
getRegionQuad()
public final QuadPoints getRegionQuad()
Returns: QuadPoints
getRegionQuadF()
public final QuadPointFs getRegionQuadF()
Returns: QuadPointFs
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 |