com.aspose.slides.pptx
Class ShapeFrameEx

java.lang.Object
  extended by com.aspose.slides.pptx.ShapeFrameEx

public class ShapeFrameEx
extends java.lang.Object


Constructor Summary
ShapeFrameEx(float x, float y, float width, float height, boolean flipH, boolean flipV, float rotationAngle)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean Equals(ShapeFrameEx value)
           
 float getCenterX()
           
 float getCenterY()
           
 boolean getFlipH()
           
 boolean getFlipV()
           
 float getHeight()
           
 java.awt.geom.Rectangle2D getRectangle()
           
 float getRotation()
           
 float getWidth()
           
 float getX()
           
 float getY()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeFrameEx

public ShapeFrameEx(float x,
                    float y,
                    float width,
                    float height,
                    boolean flipH,
                    boolean flipV,
                    float rotationAngle)
Method Detail

getX

public float getX()

getY

public float getY()

getWidth

public float getWidth()

getHeight

public float getHeight()

getRotation

public float getRotation()

getCenterX

public float getCenterX()

getCenterY

public float getCenterY()

getFlipH

public boolean getFlipH()

getFlipV

public boolean getFlipV()

getRectangle

public java.awt.geom.Rectangle2D getRectangle()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

Equals

public boolean Equals(ShapeFrameEx value)