Enum Class TextShapeExporter.BorderStrategy

java.lang.Object
java.lang.Enum<TextShapeExporter.BorderStrategy>
org.applecommander.bastools.api.shapes.exporters.TextShapeExporter.BorderStrategy
All Implemented Interfaces:
Serializable, Comparable<TextShapeExporter.BorderStrategy>, Constable
Enclosing class:
TextShapeExporter

public static enum TextShapeExporter.BorderStrategy extends Enum<TextShapeExporter.BorderStrategy>
  • Enum Constant Details

  • Method Details

    • values

      public static TextShapeExporter.BorderStrategy[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TextShapeExporter.BorderStrategy valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • horizontalLine

      public void horizontalLine(PrintWriter pw, int width)
    • verticalLine

      public void verticalLine(PrintWriter pw)
    • topLeftCorner

      public void topLeftCorner(PrintWriter pw)
    • topRightCorner

      public void topRightCorner(PrintWriter pw)
    • bottomLeftCorner

      public void bottomLeftCorner(PrintWriter pw)
    • bottomRightCorner

      public void bottomRightCorner(PrintWriter pw)
    • topDivider

      public void topDivider(PrintWriter pw)
    • bottomDivider

      public void bottomDivider(PrintWriter pw)
    • dividerVerticalLine

      public void dividerVerticalLine(PrintWriter pw)
    • dividerHorizontalLine

      public void dividerHorizontalLine(PrintWriter pw, int width)
    • dividerLeftEdge

      public void dividerLeftEdge(PrintWriter pw)
    • dividerRightEdge

      public void dividerRightEdge(PrintWriter pw)
    • dividerMiddle

      public void dividerMiddle(PrintWriter pw)