Method Summary |
|
public boolean | BooleanJX2Java(String str) This method translates strings to boolean values.
Parameters: str - is the string we want to convert. |
public String | BooleanJava2JX(boolean value) This method translates boolean values to strings.
Parameters: value - is the boolean value we want to convert. |
public int | BorderTitleHAlignJX2Java(String align) This method translates border title alignment from JX to Java.
Parameters: align - is the jx border alignment. |
public int | BorderTitleVAlignJX2Java(String align) This method translates border title vertical alignment from JX to Java.
Parameters: align - is the jx border alignment. |
public Color | ColorJX2Java(String color) This method simply translates a hex string color into a Java color. |
public String | ColorJava2JX(Color color) This method simply translates a Java color to a hex string.
Parameters: color - is the java color. |
public int | FontStyleJX2Java(String style) This method simply translates a JX string representation of a font style
into a Java font style in integer.
Parameters: style - is an OpenJX font style. |
public String | FontStyleJava2JX(Font font) This method simply translates a Java font style to a JX string
representation.
Parameters: font - is the font style we want to get the JX equivalent of. |
public int | HAlignJX2Java(String align) This method translates horizontal alignment from JX to Java.
Parameters: align - is the jx alignment. |
public String | HAlignJava2JX(int align) This method translates horizontal alignment from Java to JX.
Parameters: align - is the Java alignment. |
public int | VAlignJX2Java(String align) This method translates vertical alignment from JX to Java.
Parameters: align - is the jx alignment. |
public String | VAlignJava2JX(int align) This method translates vertical alignment from Java to JX.
Parameters: align - is the Java alignment. |
public int | listSelectionModelJX2Java(String attr) This method translates the list selection model from JX to Java.
Parameters: attr - is the JX list selection model. |