Package org.pptx4j

Class Box

java.lang.Object
org.pptx4j.Box

public class Box extends Object
  • 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

      public Point 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

      public String debug()
    • getOffset

      public Point getOffset()
    • getExtent

      public Point getExtent()
    • main

      public static void main(String[] args)