You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PlanHints.java 767B

1234567891011121314151617181920
  1. /* $Id$
  2. * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  3. * For details on use and redistribution please refer to the
  4. * LICENSE file included with these sources.
  5. */
  6. package org.apache.fop.plan;
  7. public class PlanHints {
  8. public static final String PLAN_BORDER = "border";
  9. public static final String PLAN_LEGEND = "legend";
  10. public static final String FONT_FAMILY = "font-family";
  11. public static final String FONT_SIZE = "font-size";
  12. public static final String LEGEND_TYPE = "legendType";
  13. public static final String LOCALE = "locale";
  14. public static final String LABEL_TYPE = "labelType";
  15. public static final String LABEL_FONT_SIZE = "labelFontSize";
  16. public static final String LABEL_FONT = "labelFont";
  17. }