Package org.pptx4j
Class Box
java.lang.Object
org.pptx4j.Box
-
Constructor Details
-
Box
public Box(long offsetX, long offsetY, long extentX, long extentY)
-
-
Method Details
-
flipH
public void flipH()Flip across Y axis -
flipV
public void flipV()Flip across X axis, so Y co-ordinate changes -
getOtherCorner
-
toPixels
public void toPixels() -
rotate
public void rotate(int units) Clockwise rotation, about the bounding-box centre- Parameters:
units- are 60 thousandths of a degree
-
debug
-
getOffset
-
getExtent
-
main
-