StrokePositionExtensions

Inheritance: java.lang.Object

public final class StrokePositionExtensions

Class contains extension methods for StrokePosition enum.

Constructors

ConstructorDescription
StrokePositionExtensions()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

fromKeyName_internalized(String keyName)

public static short fromKeyName_internalized(String keyName)

Gets the Stroke Line Alignment.

Parameters:

ParameterTypeDescription
keyNamejava.lang.StringKey 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:

ParameterTypeDescription
lineAlignmentshortLineAlignment 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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int