Package 

Class Insets


  • 
    public class Insets
    
                        

    A set of insets for a rect space.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float top
      private float bottom
      private float left
      private float right
    • Constructor Summary

      Constructors 
      Constructor Description
      Insets()
      Insets(float top, float bottom, float left, float right)
    • Method Summary

      Modifier and Type Method Description
      float getTop()
      void setTop(float top)
      float getBottom()
      void setBottom(float bottom)
      float getLeft()
      void setLeft(float left)
      float getRight()
      void setRight(float right)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Insets

        Insets()
      • Insets

        Insets(float top, float bottom, float left, float right)