org.apache.fop.datatypes
Class ToBeImplementedProperty.Maker

java.lang.Object
  extended by org.apache.fop.fo.Property.Maker
      extended by org.apache.fop.datatypes.ToBeImplementedProperty.Maker
Direct Known Subclasses:
ActiveStateMaker, AutoRestoreMaker, AzimuthMaker, BackgroundMaker, BackgroundPositionHorizontalMaker, BackgroundPositionMaker, BackgroundPositionVerticalMaker, BorderAfterPrecedenceMaker, BorderBeforePrecedenceMaker, BorderEndPrecedenceMaker, BorderStartPrecedenceMaker, CaseNameMaker, CaseTitleMaker, ClearMaker, ClipMaker, ColorProfileNameMaker, CueAfterMaker, CueBeforeMaker, CueMaker, DestinationPlacementOffsetMaker, ElevationMaker, EmptyCellsMaker, FloatMaker, FontMaker, FontSizeAdjustMaker, FontStretchMaker, GlyphOrientationHorizontalMaker, GlyphOrientationVerticalMaker, HyphenationLadderCountMaker, IndicateDestinationMaker, MaxHeightMaker, MaxWidthMaker, MediaUsageMaker, MinHeightMaker, MinWidthMaker, PageBreakAfterMaker, PageBreakBeforeMaker, PageBreakInsideMaker, PauseAfterMaker, PauseBeforeMaker, PauseMaker, PitchMaker, PitchRangeMaker, PlayDuringMaker, ReferenceOrientationMaker, RenderingIntentMaker, RichnessMaker, ScoreSpacesMaker, ScriptMaker, ShowDestinationMaker, SizeMaker, SpeakHeaderMaker, SpeakMaker, SpeakNumeralMaker, SpeakPunctuationMaker, SpeechRateMaker, StartingStateMaker, StressMaker, SwitchToMaker, TargetPresentationContextMaker, TargetProcessingContextMaker, TargetStylesheetMaker, TextAltitudeMaker, TextDepthMaker, TextShadowMaker, TextTransformMaker, VisibilityMaker, VoiceFamilyMaker, VolumeMaker, WordSpacingMaker, XMLLangMaker, ZIndexMaker
Enclosing class:
ToBeImplementedProperty

public static class ToBeImplementedProperty.Maker
extends Property.Maker


Constructor Summary
ToBeImplementedProperty.Maker(String propName)
           
 
Method Summary
 Property convertProperty(Property p, PropertyList propertyList, FObj fo)
          Return a Property object based on the passed Property object.
 
Methods inherited from class org.apache.fop.fo.Property.Maker
checkEnumValues, checkValueKeywords, compute, convertPropertyDatatype, convertShorthandProperty, getPercentBase, getPropName, getShorthand, getSubpropMaker, getSubpropValue, inheritsSpecified, isCompoundMaker, isCorrespondingForced, isInherited, make, make, make, makeCompound, setSubprop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToBeImplementedProperty.Maker

public ToBeImplementedProperty.Maker(String propName)
Method Detail

convertProperty

public Property convertProperty(Property p,
                                PropertyList propertyList,
                                FObj fo)
Description copied from class: Property.Maker
Return a Property object based on the passed Property object. This method is called if the Property object built by the parser isn't the right type for this property. It is overridden by subclasses when the property specification in foproperties.xml specifies conversion rules.

Overrides:
convertProperty in class Property.Maker
Parameters:
p - The Property object return by the expression parser
propertyList - The PropertyList object being built for this FO.
fo - The current FO whose properties are being set.
Returns:
A Property of the correct type or null if the parsed value can't be converted to the correct type.


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.