Examples of DisplayAlign


Examples of org.axsl.common.value.DisplayAlign

        final int delta = this.getParent().getProgressionDimension()
                - this.getProgressionDimension();
        if (delta <=  0) {
            return;
        }
        final DisplayAlign displayAlign = this.traitDisplayAlign();
        switch (displayAlign) {
        case CENTER:
            /* Increase cell padding before and after. */
            this.setCenteringPaddingBefore(delta / 2);
            this.setCenteringPaddingAfter(delta - delta / 2);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.