Uses of Class
org.apache.fop.fo.expr.PropertyException
-
Packages that use PropertyException Package Description org.apache.fop.datatypes XSL Datatypes.org.apache.fop.event Subsystem for reporting events inside FOP to client applications.org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.expr Classes for XSL expressions and functions.org.apache.fop.fo.flow.table org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree.org.apache.fop.render.intermediate org.apache.fop.util Various utility classes (I/O, codecs, color support, service discovers etc.). -
-
Uses of PropertyException in org.apache.fop.datatypes
Methods in org.apache.fop.datatypes that throw PropertyException Modifier and Type Method Description intLengthBase. getBaseLength(PercentBaseContext context)intPercentBase. getBaseLength(PercentBaseContext context)Constructors in org.apache.fop.datatypes that throw PropertyException Constructor Description LengthBase(PropertyList plist, int baseType)Constructor -
Uses of PropertyException in org.apache.fop.event
Methods in org.apache.fop.event that return types with arguments of type PropertyException Modifier and Type Method Description java.lang.Class<PropertyException>PropertyExceptionFactory. getExceptionClass()Returns theExceptionclass created by this factory. -
Uses of PropertyException in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type PropertyException Modifier and Type Method Description voidFOValidationEventProducer. invalidPropertyValue(java.lang.Object source, java.lang.String elementName, java.lang.String propName, java.lang.String propValue, PropertyException e, org.xml.sax.Locator loc)An invalid property value was encountered.voidFOValidationEventProducer. warnOnInvalidPropertyValue(java.lang.Object source, java.lang.String elementName, java.lang.String propName, java.lang.String propValue, PropertyException e, org.xml.sax.Locator loc)An invalid property value was encountered.Methods in org.apache.fop.fo that throw PropertyException Modifier and Type Method Description private PropertyPropertyList. findBaseProperty(org.xml.sax.Attributes attributes, FObj parentFO, int propId, java.lang.String basePropertyName, PropertyMaker propertyMaker)PropertyPropertyList. get(int propId)Return the property on the current FlowObject.PropertyPropertyList. get(int propId, boolean bTryInherit, boolean bTryDefault)Return the property on the current FlowObject.PropertyStaticPropertyList. get(int propId, boolean bTryInherit, boolean bTryDefault)Override PropertyList.get() and provides fast caching of previously retrieved property values.CommonAbsolutePositionPropertyList. getAbsolutePositionProps()Constructs a CommonAbsolutePosition object.CommonAuralPropertyList. getAuralProps()Constructs a CommonAural object.CommonBorderPaddingBackgroundPropertyList. getBorderPaddingBackgroundProps()Constructs a BorderAndPadding object.PropertyPropertyList. getExplicitOrShorthand(int propId)Return the value explicitly specified on this FO.CommonFontPropertyList. getFontProps()Constructs a CommonFont object.PropertyPropertyList. getFromParent(int propId)Return the value of this property on the parent of this FO.CommonHyphenationPropertyList. getHyphenationProps()Constructs a CommonHyphenation object.PropertyPropertyList. getInherited(int propId)Return the value of this property inherited by this FO.CommonMarginBlockPropertyList. getMarginBlockProps()Constructs a CommonMarginBlock object.CommonMarginInlinePropertyList. getMarginInlineProps()Constructs a CommonMarginInline object.PropertyPropertyList. getNearestSpecified(int propId)Return the "nearest" specified value for the given property.CommonRelativePositionPropertyList. getRelativePositionProps()Constructs a RelativePositionProps objects.private PropertyPropertyList. getShorthand(int propId)CommonTextDecorationPropertyList. getTextDecorationProps()Constructs a CommonTextDecoration object.private PropertyPropertyList. makeProperty(int propId) -
Uses of PropertyException in org.apache.fop.fo.expr
Methods in org.apache.fop.fo.expr that throw PropertyException Modifier and Type Method Description static NumericNumericOp. abs(Numeric op)Return the absolute value of a Numeric.static NumericNumericOp. abs2(Numeric op, PercentBaseContext context)Return the absolute value of a Numeric.static NumericNumericOp. addition(Numeric op1, Numeric op2)Add the two operands and return a new Numeric representing the result.static NumericNumericOp. addition2(Numeric op1, Numeric op2, PercentBaseContext context)Add the two operands with a percentage context and return a new Numeric representing the result.LengthPropertyInfo. currentFontSize()static NumericNumericOp. divide(Numeric op1, Numeric op2)Divide the second operand into the first and return a new Numeric representing the result.static NumericNumericOp. divide2(Numeric op1, Numeric op2, PercentBaseContext context)Divide the two operands with a percentage context and return a new Numeric representing the result.PropertyAbsFunction. eval(Property[] args, PropertyInfo propInfo)Evaluate the functionPropertyBodyStartFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyCeilingFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyCIELabColorFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyCMYKColorFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyFloorFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyFromNearestSpecifiedValueFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyFromParentFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyFromTableColumnFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyFunction. eval(Property[] args, PropertyInfo pi)Evaluate the functionPropertyInheritedPropFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyLabelEndFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyMaxFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyMinFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyOCAColorFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyProportionalColumnWidthFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyRGBColorFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyRGBICCColorFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyRGBNamedColorFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyRoundFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertySystemColorFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionprivate PropertyPropertyParser. evalAddition(Numeric op1, Numeric op2)Evaluate an addition operation.private PropertyPropertyParser. evalDivide(Numeric op1, Numeric op2)Evaluate a division operation.private PropertyPropertyParser. evalModulo(java.lang.Number op1, java.lang.Number op2)Evaluate a modulo operation.private PropertyPropertyParser. evalMultiply(Numeric op1, Numeric op2)Evaluate a multiplication operation.private PropertyPropertyParser. evalNegate(Numeric op)Evaluate a unary minus operation.private PropertyPropertyParser. evalSubtraction(Numeric op1, Numeric op2)Evaluate a subtraction operation.private voidPropertyParser. expectRpar()Checks that the current token is a right parenthesis and throws an exception if this isn't the case.intProportionalColumnWidthFunction.ProportionalColumnWidthPercentBase. getBaseLength(PercentBaseContext context)intRGBICCColorFunction.ICCPercentBase. getBaseLength(PercentBaseContext context)intRGBNamedColorFunction.RGBNamedPercentBase. getBaseLength(PercentBaseContext context)PropertyFromNearestSpecifiedValueFunction. getOptionalArgDefault(int index, PropertyInfo pi)PropertyFromParentFunction. getOptionalArgDefault(int index, PropertyInfo pi)PropertyFromTableColumnFunction. getOptionalArgDefault(int index, PropertyInfo pi)PropertyFunction. getOptionalArgDefault(int index, PropertyInfo pi)PropertyFunctionBase. getOptionalArgDefault(int index, PropertyInfo pi)PropertyInheritedPropFunction. getOptionalArgDefault(int index, PropertyInfo pi)PercentBasePropertyInfo. getPercentBase()Return the PercentBase object used to calculate the absolute value from a percent specification.private NumericRelativeNumericProperty. getResolved(PercentBaseContext context)Return a resolved (calculated) Numeric with the value of the expression.static NumericNumericOp. max(Numeric op1, Numeric op2)Return the larger of the two Numerics.static NumericNumericOp. max2(Numeric op1, Numeric op2, PercentBaseContext context)Return the larger of the two Numerics.static NumericNumericOp. min(Numeric op1, Numeric op2)Return the smaller of two Numerics.static NumericNumericOp. min2(Numeric op1, Numeric op2, PercentBaseContext context)Return the smaller of the two Numerics.static NumericNumericOp. modulo(Numeric op1, Numeric op2)Return the remainder of a division of the two operand Numeric.static NumericNumericOp. modulo2(Numeric op1, Numeric op2, PercentBaseContext context)Return the remainder of a division of the two operand Numeric.static NumericNumericOp. multiply(Numeric op1, Numeric op2)Multiply the two operands and return a new Numeric representing the result.static NumericNumericOp. multiply2(Numeric op1, Numeric op2, PercentBaseContext context)Multiply the two operands with a percentage context and return a new Numeric representing the result.static NumericNumericOp. negate(Numeric op)Return the negation of a Numeric.static NumericNumericOp. negate2(Numeric op, PercentBaseContext context)Return the negation of a Numeric.(package private) voidPropertyTokenizer. next()Parse the next token in the expression string.private voidPropertyTokenizer. nextColor()private voidPropertyTokenizer. nextDecimalPoint()static PropertyPropertyParser. parse(java.lang.String expr, PropertyInfo propInfo)Public entrypoint to the Property expression parser.private PropertyPropertyParser. parseAdditiveExpr()Try to parse an addition or subtraction expression and return the resulting Property.(package private) Property[]PropertyParser. parseArgs(Function function)Parse a comma separated list of function arguments.private PropertyPropertyParser. parseMultiplicativeExpr()Try to parse a multiply, divide or modulo expression and return the resulting Property.private PropertyPropertyParser. parsePrimaryExpr()Try to parse a primary expression and return the resulting Property.private PropertyPropertyParser. parseProperty()Parse the property expression described in the instance variables.private PropertyPropertyParser. parseUnaryExpr()Try to parse a unary minus expression and return the resulting Property.static NumericNumericOp. subtraction(Numeric op1, Numeric op2)Add the second operand from the first and return a new Numeric representing the result.static NumericNumericOp. subtraction2(Numeric op1, Numeric op2, PercentBaseContext context)Subtract the two operands with a percentage context and return a new Numeric representing the result. -
Uses of PropertyException in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that throw PropertyException Modifier and Type Method Description voidTableEventProducer. cellOverlap(java.lang.Object source, java.lang.String elementName, int column, org.xml.sax.Locator loc)Cell overlap.PropertyTableFObj.ColumnNumberPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyTableColumn. getProperty(int propId)Retrieve a property value through its Id; used by from-table-column() functionPropertyTableFObj.ColumnNumberPropertyMaker. make(PropertyList propertyList)Return the default value.PropertyTableFObj.ColumnNumberPropertyMaker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.voidTableEventProducer. valueMustBeBiggerGtEqOne(java.lang.Object source, java.lang.String propName, int actualValue, org.xml.sax.Locator loc)Property value must be 1 or bigger. -
Uses of PropertyException in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties that throw PropertyException Modifier and Type Method Description private static CommonTextDecorationCommonTextDecoration. calcTextDecoration(PropertyList pList)PropertyCorrespondingPropertyMaker. compute(PropertyList propertyList)Return a Property object representing the value of this property, based on other property values for this FO.PropertyDimensionPropertyMaker. compute(PropertyList propertyList)Return a Property object representing the value of this property, based on other property values for this FO.PropertyIndentPropertyMaker. compute(PropertyList propertyList)Calculate the corresponding value for start-indent and end-indent.protected PropertyLineHeightPropertyMaker. compute(PropertyList propertyList)Recalculate the line-height value based on the nearest specified value.protected PropertyPropertyMaker. compute(PropertyList propertyList)Return a Property object representing the value of this property, based on other property values for this FO.PropertySpacePropertyMaker. compute(PropertyList propertyList)Return a Property object representing the value of this property, based on other property values for this FO.PropertyIndentPropertyMaker. computeAlternativeRuleset(PropertyList propertyList)Calculate the corresponding value for start-indent and end-indent.PropertyIndentPropertyMaker. computeConforming(PropertyList propertyList)Calculate the corresponding value for start-indent and end-indent.PropertyColorProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a ColorProperty object based on the passed Property object.protected PropertyCompoundPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyCondLengthProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyEnumProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Convert a property.PropertyFontSizePropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyFontStretchPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Convert a property.PropertyKeepProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyLengthPairProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyLengthProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyLengthRangeProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyLineHeightPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyListProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyNumberProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyNumberProperty.PositiveIntegerMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)If the value is not positive, return a property with value 1 Return a Property object based on the passed Property object.protected PropertyPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertySpaceProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertySpacingPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Support for the 'normal' value.PropertyTextDecorationMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.protected PropertyPropertyMaker. convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo)For properties that have more than one legal way to be specified, this routine should be overridden to attempt to set them based upon the other methods.PropertyPropertyMaker. convertShorthandProperty(PropertyList propertyList, Property prop, FObj fo)Converts a shorthand propertyprotected PropertyBorderSpacingShorthandParser. convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)Converts a property name into a Propertyprotected PropertyBoxCornerPropShorthandParser. convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)Stores 1 or 2 values of same type representing rounded corner radii.protected PropertyBoxPropShorthandParser. convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)Stores 1 to 4 values of same type.protected PropertyGenericShorthandParser. convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)Converts a property name into a Propertystatic CommonTextDecorationCommonTextDecoration. createFromPropertyList(PropertyList pList)Creates a CommonTextDecoration object from a property list.PropertyPropertyMaker. findProperty(PropertyList propertyList, boolean tryInherit)If the property is a relative property with a corresponding absolute value specified, the absolute value is used.PropertyBorderWidthPropertyMaker. get(int subpropId, PropertyList propertyList, boolean bTryInherit, boolean bTryDefault)Check the value of the style property and return a length of 0 when the style is NONE.PropertyCompoundPropertyMaker. get(int subpropertyId, PropertyList propertyList, boolean tryInherit, boolean tryDefault)Return the property on the current FlowObject.PropertyPageDimensionMaker. get(int subpropId, PropertyList propertyList, boolean tryInherit, boolean tryDefault)Check the value of the page-width / page-height property.PropertyPropertyMaker. get(int subpropertyId, PropertyList propertyList, boolean tryInherit, boolean tryDefault)Return the property on the current FlowObject.PropertyReferenceOrientationMaker. get(int subpropId, PropertyList propertyList, boolean tryInherit, boolean tryDefault)Check the value of the reference-orientation property.intBackgroundPositionShorthand.Maker.Dimension1PercentBase. getBaseLength(PercentBaseContext context)private PropertyIndentPropertyMaker. getCorresponding(int[] corresponding, PropertyList propertyList)static ColorPropertyColorProperty. getInstance(FOUserAgent foUserAgent, java.lang.String value)Set the color given a particular String.static CommonAccessibilityCommonAccessibility. getInstance(PropertyList propertyList)Returns an instance that matches the values (if any) in the given property list.static CommonBorderPaddingBackgroundCommonBorderPaddingBackground. getInstance(PropertyList pList)Obtain a CommonBorderPaddingBackground instance based on the related property valus in the givenPropertyListstatic CommonFontCommonFont. getInstance(PropertyList pList)Returns a CommonFont instance for the given PropertyList If the font-size and font-size-adjust properties are absolute the entire instance will be cached.static CommonHyphenationCommonHyphenation. getInstance(PropertyList propertyList)Gets the canonicalCommonHyphenationinstance corresponding to the values of the related properties present on the givenPropertyListPercentBasePropertyMaker. getPercentBase(PropertyList pl)This is used to handle properties specified as a percentage of some "base length", such as the content width of their containing box.PropertyPropertyMaker. getShorthand(PropertyList propertyList)For properties that can be set by shorthand properties, this method should return the Property, if any, that is parsed from any shorthand properties that affect this property.PropertyBackgroundPositionShorthand.Parser. getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)PropertyFontShorthandParser. getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)PropertyGenericShorthandParser. getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)PropertyPageBreakShorthandParser. getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)PropertyShorthandParser. getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)PropertyWhiteSpaceShorthandParser. getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)PropertyXMLLangShorthandParser. getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)private voidCommonBorderPaddingBackground. initBorderInfo(PropertyList pList, int side, int colorProp, int styleProp, int widthProp, int paddingProp, int radiusStartProp, int radiusEndProp)PropertyBackgroundPositionShorthand.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyCompoundPropertyMaker. make(Property baseProperty, int subpropertyId, PropertyList propertyList, java.lang.String value, FObj fo)Return a property value for a compound property.PropertyCompoundPropertyMaker. make(PropertyList propertyList)Make a compound property with default values.PropertyCompoundPropertyMaker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyFontFamilyProperty.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyFontShorthandProperty.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyFontSizePropertyMaker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyFontWeightPropertyMaker. make(PropertyList pList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyLineHeightPropertyMaker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyPropertyMaker. make(Property baseProperty, int subpropertyId, PropertyList propertyList, java.lang.String value, FObj fo)Make a property value for a compound property.PropertyPropertyMaker. make(PropertyList propertyList)Return the default value.PropertyPropertyMaker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyTableBorderPrecedence. make(PropertyList propertyList)Set default precedence according to the parent FObj Return the default value.PropertyURIProperty.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.protected PropertyCompoundPropertyMaker. makeCompound(PropertyList propertyList, FObj parentFO)Create a empty compound property and fill it with default values for the subproperties.Constructors in org.apache.fop.fo.properties that throw PropertyException Constructor Description CommonAbsolutePosition(PropertyList pList)Create a CommonAbsolutePosition object.CommonBorderPaddingBackground(PropertyList pList)Construct a CommonBorderPaddingBackground object.CommonMarginBlock(PropertyList pList)Create a CommonMarginBlock object.CommonMarginInline(PropertyList pList)Create a CommonMarginInline object.CommonRelativePosition(PropertyList pList)Create a CommonRelativePosition object. -
Uses of PropertyException in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate that throw PropertyException Modifier and Type Method Description private java.awt.ColorIFParser.Handler. getAttributeAsColor(org.xml.sax.Attributes attributes, java.lang.String name) -
Uses of PropertyException in org.apache.fop.util
Methods in org.apache.fop.util that throw PropertyException Modifier and Type Method Description private static java.awt.ColorColorUtil. parseAsCIELabColor(FOUserAgent foUserAgent, java.lang.String value)Parse a color specified using the cie-lab-color() function.private static java.awt.ColorColorUtil. parseAsCMYK(java.lang.String value)Parse a color given with the cmyk() function.private static java.awt.ColorColorUtil. parseAsFopRgbIcc(FOUserAgent foUserAgent, java.lang.String value)Parse a color specified using the fop-rgb-icc() function.private static java.awt.ColorColorUtil. parseAsFopRgbNamedColor(FOUserAgent foUserAgent, java.lang.String value)Parse a color specified using the fop-rgb-named-color() function.private static java.awt.ColorColorUtil. parseAsJavaAWTColor(java.lang.String value)Tries to parse the standard java.awt.Color toString output.private static java.awt.ColorColorUtil. parseAsOCA(java.lang.String value)private static java.awt.ColorColorUtil. parseAsRGB(java.lang.String value)Parse a color given with the rgb() function.private static java.awt.ColorColorUtil. parseAsSystemColor(java.lang.String value)Tries to parse a color given with the system-color() function.static java.awt.ColorColorUtil. parseColorString(FOUserAgent foUserAgent, java.lang.String value)Creates a color from a given string.private static floatColorUtil. parseComponent(java.lang.String argument, float min, float max, java.lang.String function)private static floatColorUtil. parseComponent1(java.lang.String argument, java.lang.String function)private static floatColorUtil. parseComponent255(java.lang.String str, java.lang.String function)private static java.awt.ColorColorUtil. parseFallback(java.util.ListIterator<java.lang.String> args, java.lang.String value)private static java.awt.ColorColorUtil. parseWithHash(java.lang.String value)Parse a color given in the #....
-