Class ImageSegment

java.lang.Object
isula.image.util.ImageSegment

public class ImageSegment extends Object
  • Constructor Details

    • ImageSegment

      public ImageSegment(int coordianteYLeftBoundary, int coordianteYRightBoundary, int coordinateXTopBoundary, int coordinateXBottomBoundary)
      Generates a segment of an image.
      Parameters:
      coordianteYLeftBoundary - Y coordinate for left boundary.
      coordianteYRightBoundary - Y coordinate for right boundary.
      coordinateXTopBoundary - X coordiante for top boundary.
      coordinateXBottomBoundary - X coordinate of bottom boundary.
  • Method Details

    • getyLeftBoundary

      public int getyLeftBoundary()
    • getyRightBoundary

      public int getyRightBoundary()
    • getxTopBoundary

      public int getxTopBoundary()
    • getxBottomBoundary

      public int getxBottomBoundary()