Class LineBreakStrategy

java.lang.Object
net.sourceforge.plantuml.LineBreakStrategy

public class LineBreakStrategy extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final LineBreakStrategy
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    LineBreakStrategy(java.lang.String value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    boolean
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • LineBreakStrategy

      public LineBreakStrategy(java.lang.String value)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • isAuto

      public boolean isAuto()
    • getMaxWidth

      public double getMaxWidth()