| | |
| | | * |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2012 ForgeRock AS. |
| | | */ |
| | | |
| | | package com.forgerock.opendj.ldap.tools; |
| | |
| | | */ |
| | | final class MultiColumnPrinter { |
| | | |
| | | final public static int LEFT = 0; |
| | | final static int LEFT = 0; |
| | | |
| | | final public static int CENTER = 1; |
| | | final static int CENTER = 1; |
| | | |
| | | final public static int RIGHT = 2; |
| | | final static int RIGHT = 2; |
| | | |
| | | private int numCol = 2; |
| | | |
| | |
| | | * Set alignment for title strings. |
| | | * |
| | | * @param titleAlign |
| | | * The alignment which should be one of {@code LEFT}, |
| | | * {@code RIGHT}, or {@code CENTER}. |
| | | */ |
| | | void setTitleAlign(final int titleAlign) { |
| | | this.titleAlign = titleAlign; |