diff options
author | Glen Mazza <gmazza@apache.org> | 2005-01-11 00:07:52 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2005-01-11 00:07:52 +0000 |
commit | 972239f1c44798844dcc8954ed4d97364c4cc871 (patch) | |
tree | 593cd19d0b683249227b53032a59ef16862b8836 /src/java/org/apache/fop/fo/Constants.java | |
parent | a2a5e1ea669973db55907af2ad62325b8e776eb5 (diff) | |
download | xmlgraphics-fop-972239f1c44798844dcc8954ed4d97364c4cc871.tar.gz xmlgraphics-fop-972239f1c44798844dcc8954ed4d97364c4cc871.zip |
PR:
Obtained from:
Submitted by:
Reviewed by:
1.) EnumProperty starting-state implemented.
2.) Switch from "makeEnumProperty" to slightly more intuitive "getEnumProperty" in FOPropertyMapping.
3.) Removed no longer used canHaveIds array in PropertySets.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/Constants.java')
-rw-r--r-- | src/java/org/apache/fop/fo/Constants.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fo/Constants.java b/src/java/org/apache/fop/fo/Constants.java index 3103ca9d8..dd2fa4450 100644 --- a/src/java/org/apache/fop/fo/Constants.java +++ b/src/java/org/apache/fop/fo/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -125,7 +125,6 @@ public interface Constants { int COMPOUND_COUNT = 11; // property constants - int PR_ABSOLUTE_POSITION = 1; int PR_ACTIVE_STATE = 2; int PR_ALIGNMENT_ADJUST = 3; |