Package io.sf.carte.doc.style.css
Interface AlgebraicExpression
- All Superinterfaces:
CSSExpression
Expression sub-interface to be implemented by operations like sum or product.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSExpression
CSSExpression.AlgebraicPart
-
Method Summary
Methods inherited from interface io.sf.carte.doc.style.css.CSSExpression
getCssText, getMinifiedCssText, getParentExpression, getPartType, isInverseOperation, writeCssText
-
Method Details
-
item
Retrieve the operand at indexindex
.- Parameters:
index
- the index.- Returns:
- the operand at index
index
, ornull
if the index is invalid.
-
getLength
int getLength()Get the number of operands in this expression.- Returns:
- the number of operands in this expression.
-
clone
AlgebraicExpression clone()Create and return a copy of this object.- Specified by:
clone
in interfaceCSSExpression
- Returns:
- a copy of this object.
-