1 // Copyright 2003, FreeHEP.
2 package org.freehep.graphicsio;
3
4 /**
5 *
6 * @author Mark Donszelmann
7 * @version $Id: InfoConstants.java 8584 2006-08-10 23:06:37Z duns $
8 */
9 public class InfoConstants {
10
11 private InfoConstants() {
12 }
13
14 public static final String CREATOR = "Creator";
15
16 public static final String AUTHOR = "Author";
17
18 public static final String TITLE = "Title";
19
20 public static final String SUBJECT = "Subject";
21
22 public static final String KEYWORDS = "Keywords";
23
24 public static final String FOR = "For";
25 }