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

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

The 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