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

org.dashbuilder.renderer.chartjs.lib.options.IsResponsive Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
package org.dashbuilder.renderer.chartjs.lib.options;

public interface IsResponsive {

    final String RESPONSIVE = "responsive";
    final String MAINTAIN_ASPECT_RATIO = "maintainAspectRatio";

    public void setResponsive(boolean responsive);

    public void setMaintainAspectRatio(boolean aspectRatio);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy