StrokePositionExtensions
Contents
[
Hide
]Inheritance: java.lang.Object
public final class StrokePositionExtensions
Class contains extension methods for StrokePosition enum.
Constructors
| Constructor | Description |
|---|---|
| StrokePositionExtensions() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| fromKeyName_internalized(String keyName) | Gets the Stroke Line Alignment. |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toKeyName_internalized(short lineAlignment) | Gets the Stroke Line Alignment string value. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
StrokePositionExtensions()
public StrokePositionExtensions()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
fromKeyName_internalized(String keyName)
public static short fromKeyName_internalized(String keyName)
Gets the Stroke Line Alignment.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| keyName | java.lang.String | Key name. |
Returns: short - StrokePosition from EnumeratedDescriptorStructure
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toKeyName_internalized(short lineAlignment)
public static String toKeyName_internalized(short lineAlignment)
Gets the Stroke Line Alignment string value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| lineAlignment | short | LineAlignment value. |
Returns: java.lang.String - String parameter value of line alingment type
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 |