aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/area/TreeExt.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/fop/area/TreeExt.java')
-rw-r--r--src/org/apache/fop/area/TreeExt.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/org/apache/fop/area/TreeExt.java b/src/org/apache/fop/area/TreeExt.java
new file mode 100644
index 000000000..49fc2beaa
--- /dev/null
+++ b/src/org/apache/fop/area/TreeExt.java
@@ -0,0 +1,16 @@
+/*
+ * $Id$
+ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * For details on use and redistribution please refer to the
+ * LICENSE file included with these sources.
+ */
+
+package org.apache.fop.area;
+
+/**
+ */
+public interface TreeExt {
+ public boolean isResolveable();
+ public String getMimeType();
+ public String getName();
+}