Class CSSNumericValue

  • All Implemented Interfaces:
    java.io.Serializable, CSSValue
    Direct Known Subclasses:
    CSSTimeValue

    public class CSSNumericValue
    extends java.lang.Object
    implements CSSValue
    Creation-Date: 23.11.2005, 11:37:44
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • CSSNumericValue

        protected CSSNumericValue​(CSSNumericType type,
                                  double value)
    • Method Detail

      • getValue

        public double getValue()
      • getCSSText

        public java.lang.String getCSSText()
        Specified by:
        getCSSText in interface CSSValue
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • createPtValue

        public static CSSNumericValue createPtValue​(double value)