Class VerticalLabel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, ColorManaged

public class VerticalLabel extends PamLabel implements ColorManaged
See Also:
  • Constructor Details

    • VerticalLabel

      public VerticalLabel()
    • VerticalLabel

      public VerticalLabel(Icon image, int horizontalAlignment)
      Parameters:
      image -
      horizontalAlignment -
    • VerticalLabel

      public VerticalLabel(Icon image)
      Parameters:
      image -
    • VerticalLabel

      public VerticalLabel(String txt, Icon image, int horizontalAlignment)
      Parameters:
      txt -
      image -
      horizontalAlignment -
    • VerticalLabel

      public VerticalLabel(String txt, int horizontalAlignment)
      Parameters:
      txt -
      horizontalAlignment -
    • VerticalLabel

      public VerticalLabel(String txt)
      Parameters:
      txt -
    • VerticalLabel

      public VerticalLabel(boolean colorManaged)
      Parameters:
      colorManaged - Manage colours, using night layout when selected
    • VerticalLabel

      public VerticalLabel(Icon image, int horizontalAlignment, boolean colorManaged)
      Parameters:
      image -
      horizontalAlignment -
    • VerticalLabel

      public VerticalLabel(Icon image, boolean colorManaged)
      Parameters:
      image -
      colorManaged - Manage colours, using night layout when selected
    • VerticalLabel

      public VerticalLabel(String txt, Icon image, int horizontalAlignment, boolean colorManaged)
      Parameters:
      txt -
      image -
      horizontalAlignment -
      colorManaged - Manage colours, using night layout when selected
    • VerticalLabel

      public VerticalLabel(String txt, int horizontalAlignment, boolean colorManaged)
      Parameters:
      txt -
      horizontalAlignment -
      colorManaged - Manage colours, using night layout when selected
    • VerticalLabel

      public VerticalLabel(String txt, boolean colorManaged)
      Parameters:
      txt -
      colorManaged - Manage colours, using night layout when selected