Class VisConstants
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.visualization.constants.VisConstants
-
public class VisConstants extends Object
This contains constants related to the visualization code.- Author:
- cdtank
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVisConstants.DataVisMode
-
Field Summary
Fields Modifier and Type Field Description static intMAX_NAME_TEXT_LENGTHstatic intMINIMUM_YEARS_CONSIDERED_FOR_SPARKLINEstatic StringRDF_RESULT_FORMAT_PARAMstatic StringRESULT_FORMAT_PARAM
-
Constructor Summary
Constructors Constructor Description VisConstants()
-
-
-
Field Detail
-
MAX_NAME_TEXT_LENGTH
public static final int MAX_NAME_TEXT_LENGTH
- See Also:
- Constant Field Values
-
MINIMUM_YEARS_CONSIDERED_FOR_SPARKLINE
public static final int MINIMUM_YEARS_CONSIDERED_FOR_SPARKLINE
- See Also:
- Constant Field Values
-
RESULT_FORMAT_PARAM
public static final String RESULT_FORMAT_PARAM
- See Also:
- Constant Field Values
-
RDF_RESULT_FORMAT_PARAM
public static final String RDF_RESULT_FORMAT_PARAM
- See Also:
- Constant Field Values
-
-