Class Insets2D


  • public class Insets2D
    extends java.lang.Object
    Like java.awt.Insets, but with double precision
    • Field Summary

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

      Constructors 
      Constructor Description
      Insets2D​(double top, double left, double bottom, double right)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      void set​(double top, double left, double bottom, double right)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • top

        public double top
      • left

        public double left
      • bottom

        public double bottom
      • right

        public double right
    • Constructor Detail

      • Insets2D

        public Insets2D​(double top,
                        double left,
                        double bottom,
                        double right)
    • Method Detail

      • set

        public void set​(double top,
                        double left,
                        double bottom,
                        double right)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object