Uses of Class
com.openhtmltopdf.css.parser.PropertyValue
Packages that use PropertyValue
Package
Description
-
Uses of PropertyValue in com.openhtmltopdf.css.parser
Fields in com.openhtmltopdf.css.parser with type parameters of type PropertyValueModifier and TypeFieldDescriptionprivate final List<PropertyValue> FSFunction._parametersprivate List<PropertyValue> PropertyValue._valuesMethods in com.openhtmltopdf.css.parser that return PropertyValueModifier and TypeMethodDescriptionprivate PropertyValueCSSParser.function()private PropertyValueCSSParser.hexcolor()CSSParser.parsePropertyValue(CSSName cssName, int origin, String expr) private PropertyValueCSSParser.term(boolean literal) Methods in com.openhtmltopdf.css.parser that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionprivate List<PropertyValue> CSSParser.expr(boolean literal) FSFunction.getParameters()PropertyValue.getValues()Methods in com.openhtmltopdf.css.parser with parameters of type PropertyValueModifier and TypeMethodDescriptionprivate floatCSSParser.parseCMYKColorComponent(PropertyValue value, int paramNo) Method parameters in com.openhtmltopdf.css.parser with type arguments of type PropertyValueModifier and TypeMethodDescriptionprivate FSCMYKColorCSSParser.createCMYKColorFromFunction(List<PropertyValue> params) private FSRGBColorCSSParser.createRGBColorFromFunction(List<PropertyValue> params) Constructor parameters in com.openhtmltopdf.css.parser with type arguments of type PropertyValueModifierConstructorDescriptionFSFunction(String name, List<PropertyValue> parameters) PropertyValue(List<PropertyValue> values) -
Uses of PropertyValue in com.openhtmltopdf.css.parser.property
Fields in com.openhtmltopdf.css.parser.property with type parameters of type PropertyValueModifier and TypeFieldDescriptionprivate static final Map<String, PropertyValue> Conversions.BORDER_WIDTHSMethods in com.openhtmltopdf.css.parser.property that return PropertyValueModifier and TypeMethodDescriptionprivate PropertyValuePrimitiveBackgroundPropertyBuilders.BackgroundPosition.createValueForIdent(IdentValue ident) static PropertyValueConversions.getBorderWidth(String ident) Methods in com.openhtmltopdf.css.parser.property that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionprotected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.BackgroundImage.processValue(CSSName cssName, PropertyValue value) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.BackgroundPosition.processValue(CSSName cssName, PropertyValue first) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.BackgroundSize.processValue(CSSName cssName, PropertyValue first) protected abstract List<PropertyValue> PrimitiveBackgroundPropertyBuilders.MultipleBackgroundValueBuilder.processValue(CSSName cssName, PropertyValue value) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.MultipleIdentValue.processValue(CSSName cssName, PropertyValue value) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.BackgroundPosition.processValues(CSSName cssName, PropertyValue first, PropertyValue second) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.BackgroundSize.processValues(CSSName cssName, PropertyValue first, PropertyValue second) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.MultipleBackgroundValueBuilder.processValues(CSSName cssName, PropertyValue val1, PropertyValue val2) Methods in com.openhtmltopdf.css.parser.property with parameters of type PropertyValueModifier and TypeMethodDescription(package private) static List<PropertyDeclaration> PrimitivePropertyBuilders.createTwoValueResponse(CSSName cssName, PropertyValue value1, PropertyValue value2, int origin, boolean important) private booleanBackgroundPropertyBuilder.isAppliesToBackgroundPosition(PropertyValue value) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.BackgroundImage.processValue(CSSName cssName, PropertyValue value) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.BackgroundPosition.processValue(CSSName cssName, PropertyValue first) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.BackgroundSize.processValue(CSSName cssName, PropertyValue first) protected abstract List<PropertyValue> PrimitiveBackgroundPropertyBuilders.MultipleBackgroundValueBuilder.processValue(CSSName cssName, PropertyValue value) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.MultipleIdentValue.processValue(CSSName cssName, PropertyValue value) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.BackgroundPosition.processValues(CSSName cssName, PropertyValue first, PropertyValue second) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.BackgroundSize.processValues(CSSName cssName, PropertyValue first, PropertyValue second) protected List<PropertyValue> PrimitiveBackgroundPropertyBuilders.MultipleBackgroundValueBuilder.processValues(CSSName cssName, PropertyValue val1, PropertyValue val2) Method parameters in com.openhtmltopdf.css.parser.property with type arguments of type PropertyValueModifier and TypeMethodDescriptionAbstractPropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important) BackgroundPropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) BorderPropertyBuilders.BorderSidePropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) BorderSpacingPropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) ContentPropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) CounterPropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) FontPropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) ListStylePropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) OneToFourPropertyBuilders.OneToFourPropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitiveBackgroundPropertyBuilders.MultipleBackgroundValueBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.ColOrRowSpan.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.ColumnCount.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FontFamily.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FontSize.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FontWeight.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FSPDFFontEncoding.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.GenericBorderCornerRadius.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.GenericBorderWidth.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.GenericColor.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.GenericURIWithNone.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.Length.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.LengthLike.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.LengthLikeWithIdent.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.LengthWithIdent.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.LineHeight.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.Page.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.PlainInteger.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.Position.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.SingleIdent.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.Src.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.TextDecoration.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.TransformOriginPropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.TransformOriginX.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.TransformOriginY.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.TransformPropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.ZIndex.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) PropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important) PropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) Builds a list ofPropertyDeclarationobjects for the CSS propertycssName.QuotesPropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) SizePropertyBuilder.buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) protected List<PropertyDeclaration> AbstractPropertyBuilder.checkInheritAll(CSSName[] all, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed) -
Uses of PropertyValue in com.openhtmltopdf.css.sheet
Fields in com.openhtmltopdf.css.sheet with type parameters of type PropertyValueModifier and TypeFieldDescriptionprivate final List<PropertyValue> InvalidPropertyDeclaration.valuesConstructor parameters in com.openhtmltopdf.css.sheet with type arguments of type PropertyValueModifierConstructorDescriptionInvalidPropertyDeclaration(String propertyName, List<PropertyValue> values, int origin, boolean important, int order) -
Uses of PropertyValue in com.openhtmltopdf.css.style
Fields in com.openhtmltopdf.css.style declared as PropertyValueModifier and TypeFieldDescriptionprivate final PropertyValueBackgroundSize._heightprivate final PropertyValueBackgroundPosition._horizontalprivate final PropertyValueBackgroundPosition._verticalprivate final PropertyValueBackgroundSize._widthCalculatedStyle.BackgroundContainer.backgroundRepeatprivate static final PropertyValueFontSizeHelper.DEFAULT_LARGERprivate static final PropertyValueFontSizeHelper.DEFAULT_SMALLERCalculatedStyle.BackgroundContainer.imageGradientOrNoneFields in com.openhtmltopdf.css.style with type parameters of type PropertyValueModifier and TypeFieldDescriptionprivate static final LinkedHashMap<IdentValue, PropertyValue> FontSizeHelper.FIXED_FONT_SIZESprivate static final LinkedHashMap<IdentValue, PropertyValue> FontSizeHelper.PROPORTIONAL_FONT_SIZESMethods in com.openhtmltopdf.css.style that return PropertyValueModifier and TypeMethodDescriptionstatic PropertyValueFontSizeHelper.getDefaultRelativeFontSize(IdentValue fontSize) BackgroundSize.getHeight()BackgroundPosition.getHorizontal()BackgroundPosition.getVertical()BackgroundSize.getWidth()static PropertyValueFontSizeHelper.resolveAbsoluteFontSize(IdentValue fontSize, String[] fontFamilies) Methods in com.openhtmltopdf.css.style with parameters of type PropertyValueModifier and TypeMethodDescriptionCalculatedStyle.getBackgroundRepeat(PropertyValue value) CalculatedStyle.getLinearGradient(PropertyValue value, CssContext cssContext, int boxWidth, int boxHeight) booleanCalculatedStyle.isHorizontalBackgroundRepeat(PropertyValue value) booleanCalculatedStyle.isLinearGradient(PropertyValue value) booleanCalculatedStyle.isVerticalBackgroundRepeat(PropertyValue value) private voidBorderRadiusCorner.setLeft(CSSName fromVal, CalculatedStyle style, PropertyValue value, CssContext ctx) private voidBorderRadiusCorner.setRight(CSSName fromVal, CalculatedStyle style, PropertyValue value, CssContext ctx) Constructors in com.openhtmltopdf.css.style with parameters of type PropertyValueModifierConstructorDescriptionBackgroundPosition(PropertyValue horizontal, PropertyValue vertical) BackgroundSize(PropertyValue width, PropertyValue height) -
Uses of PropertyValue in com.openhtmltopdf.css.style.derived
Fields in com.openhtmltopdf.css.style.derived with type parameters of type PropertyValueMethods in com.openhtmltopdf.css.style.derived that return types with arguments of type PropertyValueMethods in com.openhtmltopdf.css.style.derived with parameters of type PropertyValueModifier and TypeMethodDescriptionprivate booleanFSLinearGradient.isLengthOrPercentage(PropertyValue value) static FSDerivedValueDerivedValueFactory.newDerivedValue(CalculatedStyle style, CSSName cssName, PropertyValue value) Derived value factory.Method parameters in com.openhtmltopdf.css.style.derived with type arguments of type PropertyValueModifier and TypeMethodDescriptionprivate floatFSLinearGradient.calculateAngle(List<PropertyValue> params, int stopsStartIndex) Calculates the angle of the linear gradient in degrees.private List<FSLinearGradient.StopPoint> FSLinearGradient.calculateStopPoints(List<PropertyValue> params, CalculatedStyle style, CssContext ctx, float boxWidth, int stopsStartIndex) private intFSLinearGradient.getStopsStartIndex(List<PropertyValue> params) Constructors in com.openhtmltopdf.css.style.derived with parameters of type PropertyValueModifierConstructorDescriptionColorValue(CSSName name, PropertyValue value) CountersValue(CSSName name, PropertyValue value) FunctionValue(CSSName name, PropertyValue value) LengthValue(CalculatedStyle style, CSSName name, PropertyValue value) ListValue(CSSName name, PropertyValue value) NumberValue(CSSName cssName, PropertyValue value) StringValue(CSSName name, PropertyValue value) -
Uses of PropertyValue in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout with parameters of type PropertyValueModifier and TypeMethodDescriptionprivate floatLayer.convertAngleToRadians(PropertyValue param) Deprecated.BoxBuilder.createGeneratedContent(LayoutContext c, Element element, String peName, CalculatedStyle style, PropertyValue property, BoxBuilder.ChildBoxInfo info) Creates generated content boxes for pseudo elements such as::before.BoxBuilder.createGeneratedMarginBoxContent(LayoutContext c, Element element, PropertyValue property, CalculatedStyle style, BoxBuilder.ChildBoxInfo info) static BlockBoxBoxBuilder.getRunningBlock(LayoutContext c, PropertyValue value) Method parameters in com.openhtmltopdf.layout with type arguments of type PropertyValueModifier and TypeMethodDescriptionprivate voidLayer.applyTransformFunctions(float flipFactor, List<PropertyValue> transformList, List<AffineTransform> resultTransforms) Deprecated.BoxBuilder.createGeneratedContentList(LayoutContext c, Element element, List<PropertyValue> values, String peName, CalculatedStyle style, int mode, BoxBuilder.ChildBoxInfo info, List<Styleable> result) -
Uses of PropertyValue in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render with parameters of type PropertyValueModifier and TypeMethodDescriptionprivate intAbstractOutputDevice.calcBackgroundSizeLength(CssContext c, CalculatedStyle style, PropertyValue value, float boundsDim) private intAbstractOutputDevice.calcOffset(CssContext c, CalculatedStyle style, PropertyValue value, float boundsDim, float imageDim) private FSImageAbstractOutputDevice.getBackgroundImage(PropertyValue bgImage, RenderingContext c) -
Uses of PropertyValue in com.openhtmltopdf.render.displaylist
Methods in com.openhtmltopdf.render.displaylist with parameters of type PropertyValueModifier and TypeMethodDescriptionprivate static floatTransformCreator.convertAngleToRadians(PropertyValue param) Method parameters in com.openhtmltopdf.render.displaylist with type arguments of type PropertyValueModifier and TypeMethodDescriptionprivate static voidTransformCreator.applyTransformFunctions(float flipFactor, List<PropertyValue> transformList, AffineTransform result, Box box, CssContext ctx)