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

org.ikasan.dashboard.ui.visualisation.layout.LayoutManager Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
package org.ikasan.dashboard.ui.visualisation.layout;

public interface LayoutManager
{
    /**
     * Method to perform the layout.
     */
    public void layout();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy