Class BoundaryOffset


  • public class BoundaryOffset
    extends java.lang.Object
    A numeric offset from the top left (relative origin) of an entity
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int bottom  
      (package private) int left  
      int right  
      (package private) int top  
    • Constructor Summary

      Constructors 
      Constructor Description
      BoundaryOffset​(int top, int bottom, int left, int right)
      Creates a new boundary offset
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • top

        int top
      • bottom

        int bottom
      • left

        int left
      • right

        public int right
    • Constructor Detail

      • BoundaryOffset

        public BoundaryOffset​(int top,
                              int bottom,
                              int left,
                              int right)
        Creates a new boundary offset
        Parameters:
        top - Top offset
        bottom - Bottom offset
        left - Left offset
        right - Right offset