Class VerticalLabelUI

All Implemented Interfaces:
PropertyChangeListener, EventListener

public class VerticalLabelUI extends BasicLabelUI
UI for rotating text in VerticalLabel
Author:
Gratefully taken from http://tech.chitgoks.com/2009/11/13/rotate-jlabel-vertically/
  • Field Details

    • rotAngle

      protected double rotAngle
  • Constructor Details

    • VerticalLabelUI

      public VerticalLabelUI(double rotAngle)
      Parameters:
      rotAngle -
    • VerticalLabelUI

      public VerticalLabelUI(boolean clockwise)
  • Method Details