- All Superinterfaces:
CSSExpression
Sub-interface to be implemented by individual operands.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSExpression
CSSExpression.AlgebraicPart -
Method Summary
Modifier and TypeMethodDescriptionclone()Create and return a copy of this object.Retrieve the operand.voidsetOperand(CSSPrimitiveValue operand) Set the operand value.Methods inherited from interface io.sf.carte.doc.style.css.CSSExpression
getCssText, getMinifiedCssText, getParentExpression, getPartType, isInverseOperation, writeCssText
-
Method Details
-
getOperand
CSSPrimitiveValue getOperand()Retrieve the operand.- Returns:
- the primitive operand.
-
clone
CSSOperandExpression clone()Create and return a copy of this object.- Specified by:
clonein interfaceCSSExpression- Returns:
- a copy of this object.
-
setOperand
Set the operand value.- Parameters:
operand- the operand value.
-