Class SPInsets


  • public class SPInsets
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      SPInsets​(double aTop, double aLeft, double aBottom, double aRight)
      Create new Insets.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, 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

      • SPInsets

        public SPInsets​(double aTop,
                        double aLeft,
                        double aBottom,
                        double aRight)
        Create new Insets.