Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VAquaRendering - Release 4
Class org.violetlib.jnr.Insets2D
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.jnr

Class Insets2D

  • Object
    • Insets2D
  • Direct Known Subclasses:
    Insets2DUIResource
    public class Insets2D extends Object
    A generalization of insets using floating point attributes.
    • Constructors 
      Constructor and Description
      Ordinary member indicator Insets2D Reveal DetailHide Detail
      Insets2D(float top, float left, float bottom, float right)
       
      public Insets2D(float top, float left, float bottom, float right)
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator getBottom Reveal DetailHide Detail
      float getBottom()
       
      public float getBottom()
      Ordinary member indicator getLeft Reveal DetailHide Detail
      float getLeft()
       
      public float getLeft()
      Ordinary member indicator getRight Reveal DetailHide Detail
      float getRight()
       
      public float getRight()
      Ordinary member indicator getTop Reveal DetailHide Detail
      float getTop()
       
      public float getTop()
      • Methods inherited from class Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait