Class ImageUtil.Insets

  • Enclosing class:
    ImageUtil

    public static class ImageUtil.Insets
    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
      Insets​(double top, double left, double bottom, double right)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • top

        public final double top
      • left

        public final double left
      • bottom

        public final double bottom
      • right

        public final double right
    • Constructor Detail

      • Insets

        public Insets​(double top,
                      double left,
                      double bottom,
                      double right)