CodetextParametersInternal
Contents
[
Hide
]Inheritance: java.lang.Object
public class CodetextParametersInternal
Constructors
Constructor | Description |
---|---|
CodetextParametersInternal() |
Fields
Field | Description |
---|---|
CODETEXT_MAX_HEIGHT_PERCENT |
Methods
CodetextParametersInternal()
public CodetextParametersInternal()
CODETEXT_MAX_HEIGHT_PERCENT
public static final float CODETEXT_MAX_HEIGHT_PERCENT
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBackColor(CodetextParameters codetextParameters)
public static Color getBackColor(CodetextParameters codetextParameters)
Parameters:
Parameter | Type | Description |
---|---|---|
codetextParameters | CodetextParameters |
Returns: java.awt.Color
getCMYKBackColor(CodetextParameters codetextParameters)
public static CMYKColor getCMYKBackColor(CodetextParameters codetextParameters)
Parameters:
Parameter | Type | Description |
---|---|---|
codetextParameters | CodetextParameters |
Returns: CMYKColor
getCMYKColor(CodetextParameters codetextParameters)
public static CMYKColor getCMYKColor(CodetextParameters codetextParameters)
Parameters:
Parameter | Type | Description |
---|---|---|
codetextParameters | CodetextParameters |
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, Color value)
public static void setBackColor(CodetextParameters codetextParameters, Color value)
Parameters:
Parameter | Type | Description |
---|---|---|
codetextParameters | CodetextParameters | |
value | java.awt.Color |
setCMYKBackColor(CodetextParameters codetextParameters, CMYKColor value)
public static void setCMYKBackColor(CodetextParameters codetextParameters, CMYKColor value)
Parameters:
Parameter | Type | Description |
---|---|---|
codetextParameters | CodetextParameters | |
value | CMYKColor |
setCMYKColor(CodetextParameters codetextParameters, CMYKColor value)
public static void setCMYKColor(CodetextParameters codetextParameters, CMYKColor value)
Parameters:
Parameter | Type | Description |
---|---|---|
codetextParameters | CodetextParameters | |
value | CMYKColor |
setChecksum(CodetextParameters codetextParameters, String checksum)
public static void setChecksum(CodetextParameters codetextParameters, String checksum)
Parameters:
Parameter | Type | Description |
---|---|---|
codetextParameters | CodetextParameters | |
checksum | java.lang.String |
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 |