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

Class Insets2DUIResource

  • Object
    • Insets2D
      • Insets2DUIResource
  • All Implemented Interfaces:
    UIResource
    public class Insets2DUIResource extends Insets2D implements UIResource
    A generalization of insets using floating point attributes. This class is used for defaults installed by a look and feel.
    • Constructors 
      Constructor and Description
      Ordinary member indicator Insets2DUIResource Reveal DetailHide Detail
      Insets2DUIResource(float top, float left, float bottom, float right)
       
      public Insets2DUIResource(float top, float left, float bottom, float right)
      Ordinary member indicator Insets2DUIResource Reveal DetailHide Detail
      Insets2DUIResource(Insets2D n)
       
      public Insets2DUIResource(Insets2D n)
    • Methods 
      Modifier and Type Method and Description
      Inherited member indicator getBottom Reveal DetailHide Detail
      float getBottom()
       
      public float getBottom()
      Inherited member indicator getLeft Reveal DetailHide Detail
      float getLeft()
       
      public float getLeft()
      Inherited member indicator getRight Reveal DetailHide Detail
      float getRight()
       
      public float getRight()
      Inherited 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