Class GridValue

  • Direct Known Subclasses:
    BreadthValue, FunctionValue

    public abstract class GridValue
    extends TemplateValue
    A specialized class that holds a value for grid-template-columns/rows and grid-auto-columns/rows properties and the type it is measured in.
    • Field Summary

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GridValue

        protected GridValue​(TemplateValue.ValueType type)
        Create grid value with a given type.
        Parameters:
        type - grid value type