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

nl.dvberkel.layout.Aligner Maven / Gradle / Ivy

The newest version!
package nl.dvberkel.layout;

import nl.dvberkel.box.BoundingBox;

public interface Aligner {
    BoundingBox[] align(BoundingBox... boxes);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy