org.freehep.graphicsio.InfoConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of freehep-graphicsio Show documentation
Show all versions of freehep-graphicsio Show documentation
FreeHEP GraphicsIO Base Library
// Copyright 2003, FreeHEP.
package org.freehep.graphicsio;
/**
*
* @author Mark Donszelmann
* @version $Id: freehep-graphicsio/src/main/java/org/freehep/graphicsio/InfoConstants.java 5641ca92a537 2005/11/26 00:15:35 duns $
*/
public class InfoConstants {
private InfoConstants() {
}
public static final String CREATOR = "Creator";
public static final String AUTHOR = "Author";
public static final String TITLE = "Title";
public static final String SUBJECT = "Subject";
public static final String KEYWORDS = "Keywords";
public static final String FOR = "For";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy