Class IndentationLevels

java.lang.Object
com.myscript.iink.IndentationLevels

public final class IndentationLevels extends Object
Represents a selection indentation levels.
Since:
2.1
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final long
    The highest indentation level.
    final long
    The lowest indentation level.
    final long
    The maximum indentation level.
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndentationLevels(long low, long high, long max)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(@Nullable Object obj)
     
    int
     
    @NotNull String
     

    Methods inherited from class java.lang.Object

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

    • low

      public final long low
      The lowest indentation level.
    • high

      public final long high
      The highest indentation level.
    • max

      public final long max
      The maximum indentation level.
  • Constructor Details

    • IndentationLevels

      public IndentationLevels(long low, long high, long max)
      Constructor.
      Parameters:
      low - the lowest indentation level.
      high - the highest indentation level.
      max - the maximum indentation level.
  • Method Details

    • equals

      public boolean equals(@Nullable @Nullable Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object