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

org.nakedobjects.nos.client.dnd.LabelAxis Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.nos.client.dnd;



public class LabelAxis implements ViewAxis {
    private int width;
    
    public LabelAxis() {}

    public void accommodateWidth(final int width) {
        this.width = Math.max(this.width, width);
    }

    public int getWidth() {
        return width;
    }
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy