com.klg.jclass.util.legend
Class JCLegendEnumMappings
java.lang.Object
|
+--com.klg.jclass.util.legend.JCLegendEnumMappings
- public class JCLegendEnumMappings
- extends Object
JCLegendEnumMappings consists of static arrays that hold enum values and
their corresponding string representations (for things like HTML save and
loading) and the also corresponding internationalizable string
representations (for things like combo box choices in the customizer
and the beans). All 3 arrays must match -- enum value at position n
in the enum value array must correspond to the string description
at position n in the other 2 arrays.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
anchor_values
public static final int[] anchor_values
anchor_strings
public static final String[] anchor_strings
anchor_i18n_strings
public static final String[] anchor_i18n_strings
orientation_values
public static final int[] orientation_values
orientation_strings
public static final String[] orientation_strings
orientation_i18n_strings
public static final String[] orientation_i18n_strings
JCLegendEnumMappings
public JCLegendEnumMappings()