EmfGraphicObj
Contents
[
Hide
]
Inheritance: java.lang.Object
public abstract class EmfGraphicObj
Constructors
| Constructor | Description |
|---|---|
| EmfGraphicObj() | |
| EmfGraphicObj(int aHandle) | |
| EmfGraphicObj(EmfGraphicObj obj) |
Fields
| Field | Description |
|---|---|
| Handle | Specifies Handle of the object |
Methods
| Method | Description |
|---|---|
| equals(Object obj) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| similar(EmfGraphicObj obj) | Checks is checked object similar by parameters besides Handle |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
EmfGraphicObj()
public EmfGraphicObj()
EmfGraphicObj(int aHandle)
public EmfGraphicObj(int aHandle)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aHandle | int |
EmfGraphicObj(EmfGraphicObj obj)
public EmfGraphicObj(EmfGraphicObj obj)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | EmfGraphicObj |
Handle
public int Handle
Specifies Handle of the object
equals(Object obj)
public boolean equals(Object obj)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
hashCode()
public int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
similar(EmfGraphicObj obj)
public abstract boolean similar(EmfGraphicObj obj)
Checks is checked object similar by parameters besides Handle
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | EmfGraphicObj | Checked object |
Returns: boolean
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 |