CodetextParametersInternal

Inheritance: java.lang.Object

public class CodetextParametersInternal

Constructors

ConstructorDescription
CodetextParametersInternal()

Fields

FieldDescription
CODETEXT_MAX_HEIGHT_PERCENT

Methods

MethodDescription
equals(Object arg0)
getBackColor(CodetextParameters codetextParameters)
getCMYKBackColor(CodetextParameters codetextParameters)
getCMYKColor(CodetextParameters codetextParameters)
getClass()
hashCode()
notify()
notifyAll()
setBackColor(CodetextParameters codetextParameters, int value)
setCMYKBackColor(CodetextParameters codetextParameters, CMYKColor value)
setCMYKColor(CodetextParameters codetextParameters, CMYKColor value)
setChecksum(CodetextParameters codetextParameters, String checksum)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CodetextParametersInternal()

public CodetextParametersInternal()

CODETEXT_MAX_HEIGHT_PERCENT

public static final float CODETEXT_MAX_HEIGHT_PERCENT

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBackColor(CodetextParameters codetextParameters)

public static int getBackColor(CodetextParameters codetextParameters)

Parameters:

ParameterTypeDescription
codetextParametersCodetextParameters

Returns: int

getCMYKBackColor(CodetextParameters codetextParameters)

public static CMYKColor getCMYKBackColor(CodetextParameters codetextParameters)

Parameters:

ParameterTypeDescription
codetextParametersCodetextParameters

Returns: CMYKColor

getCMYKColor(CodetextParameters codetextParameters)

public static CMYKColor getCMYKColor(CodetextParameters codetextParameters)

Parameters:

ParameterTypeDescription
codetextParametersCodetextParameters

Returns: CMYKColor

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()

setBackColor(CodetextParameters codetextParameters, int value)

public static void setBackColor(CodetextParameters codetextParameters, int value)

Parameters:

ParameterTypeDescription
codetextParametersCodetextParameters
valueint

setCMYKBackColor(CodetextParameters codetextParameters, CMYKColor value)

public static void setCMYKBackColor(CodetextParameters codetextParameters, CMYKColor value)

Parameters:

ParameterTypeDescription
codetextParametersCodetextParameters
valueCMYKColor

setCMYKColor(CodetextParameters codetextParameters, CMYKColor value)

public static void setCMYKColor(CodetextParameters codetextParameters, CMYKColor value)

Parameters:

ParameterTypeDescription
codetextParametersCodetextParameters
valueCMYKColor

setChecksum(CodetextParameters codetextParameters, String checksum)

public static void setChecksum(CodetextParameters codetextParameters, String checksum)

Parameters:

ParameterTypeDescription
codetextParametersCodetextParameters
checksumjava.lang.String

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