Package io.sf.carte.doc.style.css
Interface CSSGradientValue
- All Superinterfaces:
Cloneable
,CSSFunctionValue
,CSSPrimitiveValue
,CSSTypedValue
,CSSValue
- All Known Implementing Classes:
GradientValue
A gradient value.
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Enumeration of gradient types.Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this value.Get the gradient type.Methods inherited from interface io.sf.carte.doc.style.css.CSSFunctionValue
getArguments, getFunctionName
Methods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, setExpectInteger
Methods inherited from interface io.sf.carte.doc.style.css.CSSTypedValue
getFloatValue, getStringValue, isCalculatedNumber, isNumberZero, setFloatValue, setStringValue, toRGBColor, toRGBColorValue
Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
getCssText, getCssValueType, getMinifiedCssText, getPrimitiveType, matches, setCssText, writeCssText
-
Method Details
-
getGradientType
CSSGradientValue.GradientType getGradientType()Get the gradient type.- Returns:
- the gradient type.
-
clone
CSSGradientValue clone()Description copied from interface:CSSValue
Creates and returns a copy of this value.- Specified by:
clone
in interfaceCSSFunctionValue
- Specified by:
clone
in interfaceCSSValue
- Returns:
- a clone of this value.
-