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.

Anchor.java 468B

12345678910111213141516171819
  1. /*
  2. * $Id$
  3. * Copyright (C) 2001-2002 The Apache Software Foundation. All rights reserved.
  4. * For details on use and redistribution please refer to the
  5. * LICENSE file included with these sources.
  6. */
  7. package org.apache.fop.area.inline;
  8. /**
  9. * Anchor area for footnote or float.
  10. * Not sure if this is needed.
  11. */
  12. public class Anchor extends InlineArea {
  13. // has a keep with adjacent area
  14. // has reference to associated footnote or float out-of-line area
  15. }