JClass 4.5.0 API
Documentation

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.


Field Summary
static String[] anchor_i18n_strings
           
static String[] anchor_strings
           
static int[] anchor_values
           
static String[] orientation_i18n_strings
           
static String[] orientation_strings
           
static int[] orientation_values
           
 
Constructor Summary
JCLegendEnumMappings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JCLegendEnumMappings

public JCLegendEnumMappings()

Copyright© 1999-2000 KL Group Inc.
All rights reserved.