Module io.sf.carte.css4j
Package io.sf.carte.doc.style.css
Enum Class CSSMathFunctionValue.MathFunction
java.lang.Object
java.lang.Enum<CSSMathFunctionValue.MathFunction>
io.sf.carte.doc.style.css.CSSMathFunctionValue.MathFunction
- All Implemented Interfaces:
Serializable
,Comparable<CSSMathFunctionValue.MathFunction>
,java.lang.constant.Constable
- Enclosing interface:
CSSMathFunctionValue
@Deprecated
public static enum CSSMathFunctionValue.MathFunction
extends Enum<CSSMathFunctionValue.MathFunction>
Deprecated.
Enumeration of mathematical functions.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.abs()
Deprecated.acos()
Deprecated.asin()
Deprecated.atan()
Deprecated.atan2()
Deprecated.clamp()
Deprecated.cos()
Deprecated.hypot()
Deprecated.max()
Deprecated.min()
Deprecated.pow()
Deprecated.sign()
Deprecated.sin()
Deprecated.sqrt()
Deprecated.tan()
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the enum constant of this class with the specified name.static CSSMathFunctionValue.MathFunction[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ABS
Deprecated.abs()
-
MAX
Deprecated.max()
-
MIN
Deprecated.min()
-
CLAMP
Deprecated.clamp()
-
SIGN
Deprecated.sign()
-
SIN
Deprecated.sin()
-
COS
Deprecated.cos()
-
TAN
Deprecated.tan()
-
ASIN
Deprecated.asin()
-
ACOS
Deprecated.acos()
-
ATAN
Deprecated.atan()
-
ATAN2
Deprecated.atan2()
-
POW
Deprecated.pow()
-
SQRT
Deprecated.sqrt()
-
HYPOT
Deprecated.hypot()
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
MathFunctions
.