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
ConstructorsModifierConstructorDescriptionprotected
TransformFunction
(TransformFunction copied) TransformFunction
(TransformFunctions functionId) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.Get the transform function ID fromTransformFunctions
.int
Gives 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, writeCssText
Methods inherited from class io.sf.carte.doc.style.css.property.TypedValue
getCssValueType, getFloatValue, isCalculatedNumber, isNumberZero, setFloatValue, setStringValue, toRGBColor
Methods inherited from class io.sf.carte.doc.style.css.property.PrimitiveValue
getPrimitiveType, isPrimitiveValue, isSubproperty, setExpectInteger, setSubproperty
Methods inherited from class io.sf.carte.doc.style.css.property.StyleValue
isSystemDefault, matches, setCssText, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
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, isPrimitiveValue, setExpectInteger
Methods inherited from interface io.sf.carte.doc.style.css.CSSTypedValue
getFloatValue, getFloatValue, getStringValue, isCalculatedNumber, isNumberZero, setFloatValue, setStringValue, toRGBColor, toRGBColorValue
Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
getCssText, getCssValueType, getMinifiedCssText, getMinifiedCssText, getPrimitiveType, matches, setCssText, writeCssText
-
Constructor Details
-
TransformFunction
-
TransformFunction
-
-
Method Details
-
getFunction
Description copied from interface:CSSTransformFunction
Get the transform function ID fromTransformFunctions
.- Specified by:
getFunction
in interfaceCSSTransformFunction
- Returns:
- the function type.
-
getFunctionIndex
public int getFunctionIndex()Gives the index of this transform function.- Specified by:
getFunctionIndex
in interfaceCSSTransformFunction
- Returns:
- the function index.
-
clone
Description copied from class:TypedValue
Creates and returns a copy of this object.The object will be the same except for the
subproperty
flag, that will be disabled in the clone object.- Specified by:
clone
in interfaceCSSFunctionValue
- Specified by:
clone
in interfaceCSSTransformFunction
- Specified by:
clone
in interfaceCSSTypedValue
- Specified by:
clone
in interfaceCSSValue
- Overrides:
clone
in classFunctionValue
- Returns:
- a copy of this object.
-