Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VTypes - Release 1
Class org.violetlib.types.InsetDescription
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.types

Class InsetDescription

  • Object
    • InsetDescription
  • public final class InsetDescription extends Object
    A platform-independent description of insets.
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static InsetDescription create(int n)
       
      public static InsetDescription create(int n)
      Ordinary member indicator create Reveal DetailHide Detail
      static InsetDescription create(int topBottom, int side)
       
      public static InsetDescription create(int topBottom, int side)
      Ordinary member indicator create Reveal DetailHide Detail
      static InsetDescription create(int top, int left, int bottom, int right)
       
      public static InsetDescription create(int top, int left, int bottom, int right)
      Ordinary member indicator zero Reveal DetailHide Detail
      static InsetDescription zero()
       
      public static InsetDescription zero()
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator add Reveal DetailHide Detail
      InsetDescription add(InsetDescription d)
       
      public InsetDescription add(InsetDescription d)
      Overridden member indicator equals Reveal DetailHide Detail
      boolean equals(Object o)
       
      public boolean equals(Object o)
      Ordinary member indicator getBottom Reveal DetailHide Detail
      int getBottom()
       
      public int getBottom()
      Ordinary member indicator getHeight Reveal DetailHide Detail
      int getHeight()
       
      public int getHeight()
      Ordinary member indicator getLeft Reveal DetailHide Detail
      int getLeft()
       
      public int getLeft()
      Ordinary member indicator getRight Reveal DetailHide Detail
      int getRight()
       
      public int getRight()
      Ordinary member indicator getTop Reveal DetailHide Detail
      int getTop()
       
      public int getTop()
      Ordinary member indicator getWidth Reveal DetailHide Detail
      int getWidth()
       
      public int getWidth()
      Overridden member indicator hashCode Reveal DetailHide Detail
      int hashCode()
       
      public int hashCode()
      Ordinary member indicator isZero Reveal DetailHide Detail
      boolean isZero()
       
      public boolean isZero()
      Overridden member indicator toString Reveal DetailHide Detail
      String toString()
       
      public String toString()
      • Methods inherited from class Object

        getClass, notify, notifyAll, wait, wait, wait