Package arc.graphics.g2d
Class PixmapPacker.PixmapPackerRect
java.lang.Object
arc.math.geom.Rect
arc.graphics.g2d.PixmapPacker.PixmapPackerRect
- All Implemented Interfaces:
Shape2D
- Enclosing class:
- PixmapPacker
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPixmapPackerRect
(int x, int y, int width, int height) PixmapPackerRect
(int x, int y, int width, int height, int left, int top, int originalWidth, int originalHeight) -
Method Summary
Methods inherited from class arc.math.geom.Rect
area, contains, contains, contains, contains, contains, equals, fitInside, fitOutside, fromString, getAspectRatio, getCenter, getHeight, getPosition, getSize, getWidth, getX, getY, grow, grow, hashCode, merge, merge, merge, merge, move, normalize, overlaps, overlaps, perimeter, set, set, setCenter, setCenter, setCentered, setCentered, setHeight, setPosition, setPosition, setSize, setSize, setWidth, setX, setY, toString
-
Field Details
-
splits
public int[] splits -
pads
public int[] pads
-
-
Constructor Details
-
PixmapPackerRect
public PixmapPackerRect(int x, int y, int width, int height) -
PixmapPackerRect
public PixmapPackerRect(int x, int y, int width, int height, int left, int top, int originalWidth, int originalHeight)
-