All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.vutbr.web.csskit.fn.RepeatingLinearGradientImpl Maven / Gradle / Ivy

package cz.vutbr.web.csskit.fn;

import cz.vutbr.web.css.TermFunction;

public class RepeatingLinearGradientImpl extends GenericLinearGradient implements TermFunction.LinearGradient {

    @Override
    public boolean isRepeating() {
        return true;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy