Class EdgeMode.EdgeModeImage

  • Enclosing class:
    EdgeMode

    private static final class EdgeMode.EdgeModeImage
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int height  
      private @NotNull java.awt.image.BufferedImage img  
      private int width  
      private int xOff  
      private int yOff  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EdgeModeImage​(@NotNull java.awt.image.BufferedImage img, int xOff, int yOff, int width, int height)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • img

        @NotNull
        private final @NotNull java.awt.image.BufferedImage img
      • xOff

        private final int xOff
      • yOff

        private final int yOff
      • width

        private final int width
      • height

        private final int height
    • Constructor Detail

      • EdgeModeImage

        private EdgeModeImage​(@NotNull
                              @NotNull java.awt.image.BufferedImage img,
                              int xOff,
                              int yOff,
                              int width,
                              int height)