/[Apache-SVN]
ViewVC logotype

Revision 195339


Jump to revision: Previous Next
Author: pbwest
Date: Sat Oct 19 03:42:19 2002 UTC (21 years, 7 months ago)
Changed paths: 335 (showing only 100; show all)
Log Message:
PropertyConsts now instantiated.
PropertyConsts data is accessed through a singleton object.
getPropertyIndex() moved to PropNames.
Properties split into properties.Property and properties.<property>.


Changed paths

Path Details
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/expr/PropertyParser.java modified , text changed
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/AbsolutePosition.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ActiveState.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/AlignmentAdjust.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/AlignmentBaseline.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/AutoRestore.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Azimuth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Background.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BackgroundAttachment.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BackgroundColor.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BackgroundImage.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BackgroundPosition.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BackgroundPositionHorizontal.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BackgroundPositionVertical.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BackgroundRepeat.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BaselineShift.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BlankOrNotBlank.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BlockProgressionDimension.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BlockProgressionDimensionMaximum.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BlockProgressionDimensionMinimum.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BlockProgressionDimensionOptimum.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Border.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderAfterColor.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderAfterPrecedence.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderAfterStyle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderAfterWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderAfterWidthConditionality.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderAfterWidthLength.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderBeforeColor.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderBeforePrecedence.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderBeforeStyle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderBeforeWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderBeforeWidthConditionality.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderBeforeWidthLength.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderBottom.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderBottomColor.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderBottomStyle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderBottomWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderCollapse.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderColor.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderCommonStyle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderCommonWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderEndColor.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderEndPrecedence.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderEndStyle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderEndWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderEndWidthConditionality.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderEndWidthLength.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderLeft.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderLeftColor.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderLeftStyle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderLeftWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderRight.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderRightColor.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderRightStyle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderRightWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderSeparation.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderSeparationBlockProgressionDirection.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderSeparationInlineProgressionDirection.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderSpacing.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderStartColor.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderStartPrecedence.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderStartStyle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderStartWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderStartWidthConditionality.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderStartWidthLength.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderStyle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderTop.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderTopColor.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderTopStyle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderTopWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BorderWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Bottom.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BreakAfter.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BreakBefore.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/BreakCommon.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/CaptionSide.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/CaseName.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/CaseTitle.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Character.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Clear.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Clip.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Color.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ColorCommon.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ColorNonTransparent.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ColorProfileName.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ColorTransparent.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ColumnCount.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ColumnGap.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ColumnNumber.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ColumnWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Conditionality.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ContentDimension.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ContentHeight.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ContentType.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/ContentWidth.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Country.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/Cue.java added
Directoryxmlgraphics/fop/branches/FOP_0-20-0_Alt-Design/src/org/apache/fop/fo/properties/CueAfter.java added
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26