com.aspose.slides.pptx
Class RelativeRectangleEx

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

public class RelativeRectangleEx
extends java.lang.Object


Constructor Summary
RelativeRectangleEx()
           
RelativeRectangleEx(float x, float y, float width, float height)
           
 
Method Summary
 float getBottom()
           
 float getHeight()
           
 float getLeft()
           
 float getRight()
           
 float getTop()
           
 float getWidth()
           
 float getX()
           
 float getY()
           
 void setBottom(float value)
           
 void setHeight(float value)
           
 void setLeft(float value)
           
 void setRight(float value)
           
 void setTop(float value)
           
 void setWidth(float value)
           
 void setX(float value)
           
 void setY(float value)
           
 java.awt.geom.Rectangle2D.Float transform(java.awt.geom.Rectangle2D.Float rect)
           
 RelativeRectangleEx transform(RelativeRectangleEx rect)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativeRectangleEx

public RelativeRectangleEx()

RelativeRectangleEx

public RelativeRectangleEx(float x,
                           float y,
                           float width,
                           float height)
Method Detail

getX

public float getX()

setX

public void setX(float value)

getY

public float getY()

setY

public void setY(float value)

getWidth

public float getWidth()

setWidth

public void setWidth(float value)

getHeight

public float getHeight()

setHeight

public void setHeight(float value)

getLeft

public float getLeft()

setLeft

public void setLeft(float value)

getTop

public float getTop()

setTop

public void setTop(float value)

getRight

public float getRight()

setRight

public void setRight(float value)

getBottom

public float getBottom()

setBottom

public void setBottom(float value)

transform

public java.awt.geom.Rectangle2D.Float transform(java.awt.geom.Rectangle2D.Float rect)

transform

public RelativeRectangleEx transform(RelativeRectangleEx rect)