java.lang.Object
io.sf.carte.doc.style.css.property.StyleValue
io.sf.carte.doc.style.css.property.PrimitiveValue
io.sf.carte.doc.style.css.property.TypedValue
io.sf.carte.doc.style.css.property.FunctionValue
io.sf.carte.doc.style.css.property.TransformFunction
- All Implemented Interfaces:
CSSFunctionValue,CSSPrimitiveValue,CSSTransformFunction,CSSTypedValue,CSSValue,Serializable,Cloneable
Transform function.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTransformFunction(TransformFunction copied) TransformFunction(TransformFunctions functionId) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.Get the transform function ID fromTransformFunctions.intGives the index of this transform function.Methods inherited from class io.sf.carte.doc.style.css.property.FunctionValue
equals, getArguments, getComponent, getComponentCount, getCssText, getFunctionName, getMinifiedCssText, getStringValue, hashCode, setComponent, writeCssTextMethods inherited from class io.sf.carte.doc.style.css.property.TypedValue
getCssValueType, getFloatValue, isNumberZeroMethods inherited from class io.sf.carte.doc.style.css.property.PrimitiveValue
getPrecedingComments, getPrimitiveType, getTrailingComments, isPrimitiveValue, isSubproperty, setExpectInteger, setSubpropertyMethods inherited from class io.sf.carte.doc.style.css.property.StyleValue
isSystemDefault, matches, setCssText, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.sf.carte.doc.style.css.CSSFunctionValue
getArguments, getFunctionNameMethods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, isPrimitiveValue, setExpectIntegerMethods inherited from interface io.sf.carte.doc.style.css.CSSTypedValue
getFloatValue, getFloatValue, getStringValue, isCalculatedNumber, isNumberZero, setFloatValue, setStringValue, toRGBColor, toRGBColorValueMethods inherited from interface io.sf.carte.doc.style.css.CSSValue
getCssText, getCssValueType, getMinifiedCssText, getMinifiedCssText, getPrecedingComments, getPrimitiveType, getTrailingComments, matches, setCssText, writeCssText
-
Constructor Details
-
TransformFunction
-
TransformFunction
-
-
Method Details
-
getFunction
Description copied from interface:CSSTransformFunctionGet the transform function ID fromTransformFunctions.- Specified by:
getFunctionin interfaceCSSTransformFunction- Returns:
- the function type.
-
getFunctionIndex
public int getFunctionIndex()Gives the index of this transform function.- Specified by:
getFunctionIndexin interfaceCSSTransformFunction- Returns:
- the function index.
-
clone
Description copied from class:TypedValueCreates and returns a copy of this object.The object will be the same except for the
subpropertyflag, that will be disabled in the clone object.- Specified by:
clonein interfaceCSSFunctionValue- Specified by:
clonein interfaceCSSTransformFunction- Specified by:
clonein interfaceCSSTypedValue- Specified by:
clonein interfaceCSSValue- Overrides:
clonein classFunctionValue- Returns:
- a copy of this object.
-