|
|
|
@ -16,8 +16,6 @@ import com.fr.design.layout.FRGUIPaneFactory;
|
|
|
|
|
import com.fr.design.utils.gui.GUICoreUtils; |
|
|
|
|
import com.fr.general.ComparatorUtils; |
|
|
|
|
import com.fr.general.Inter; |
|
|
|
|
import com.fr.plugin.ExtraClassManager; |
|
|
|
|
import com.fr.report.fun.VerticalTextProcessor; |
|
|
|
|
import com.fr.stable.CoreConstants; |
|
|
|
|
|
|
|
|
|
import javax.swing.*; |
|
|
|
@ -126,9 +124,6 @@ public class AlignmentPane extends BasicPane {
|
|
|
|
|
directionBG.add(rightToLeftRB); |
|
|
|
|
rightToLeftRB.setSelected(true); |
|
|
|
|
|
|
|
|
|
if (ExtraClassManager.getInstance().getSingle(VerticalTextProcessor.XML_TAG) == null){ |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
isVerticalTextPanel.add(isVerticalTextCheckBox); |
|
|
|
|
isVerticalTextPanel.add(leftToRightRB); |
|
|
|
|
isVerticalTextPanel.add(rightToLeftRB); |
|
|
|
@ -302,9 +297,6 @@ public class AlignmentPane extends BasicPane {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void populateVertical(Style style){ |
|
|
|
|
if (ExtraClassManager.getInstance().getSingle(VerticalTextProcessor.XML_TAG) == null){ |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.isVerticalTextCheckBox.setSelected(true); |
|
|
|
|
this.rotationSpinner.setEnabled(false); |
|
|
|
|
if (style.getTextDirection() == Style.LEFT_TO_RIGHT) { |
|
|
|
|