GraphicsOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class GraphicsOptions
Represents graphics options for embedded bitmap.
Constructors
| Constructor | Description |
|---|---|
| GraphicsOptions() | Initializes a new instance of the GraphicsOptions class. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getInterpolationMode() | Gets or sets interpolation mode. |
| getSmoothingMode() | Gets or sets smoothing mode. |
| getTextRenderingHint() | Gets or sets text rendering hint. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setInterpolationMode(int value) | Gets or sets interpolation mode. |
| setSmoothingMode(int value) | Gets or sets smoothing mode. |
| setTextRenderingHint(int value) | Gets or sets text rendering hint. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
GraphicsOptions()
public GraphicsOptions()
Initializes a new instance of the GraphicsOptions class.
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
getInterpolationMode()
public int getInterpolationMode()
Gets or sets interpolation mode.
Returns: int
getSmoothingMode()
public int getSmoothingMode()
Gets or sets smoothing mode.
Returns: int
getTextRenderingHint()
public int getTextRenderingHint()
Gets or sets text rendering hint.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setInterpolationMode(int value)
public void setInterpolationMode(int value)
Gets or sets interpolation mode.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setSmoothingMode(int value)
public void setSmoothingMode(int value)
Gets or sets smoothing mode.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setTextRenderingHint(int value)
public void setTextRenderingHint(int value)
Gets or sets text rendering hint.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final 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 |