Class BoundaryPadding
- java.lang.Object
-
- net.egartley.beyondorigins.core.logic.interaction.BoundaryPadding
-
public class BoundaryPadding extends java.lang.Object
Extra spacing for boundaries, values can be negative or positive
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
bottom
Extra space added to the bottom side of the boundary(package private) int
left
Extra space added to the left side of the boundaryint
right
Extra space added to the right side of the boundary(package private) int
top
Extra space added to the top side of the boundary
-
Constructor Summary
Constructors Constructor Description BoundaryPadding(int padding)
Creates new padding with each side having the same value ("square")BoundaryPadding(int top, int left, int bottom, int right)
Creates new padding with the specified values, in pixels, for each of the four sides
-