com.aspose.slides.pptx
Class RelativeRectangleEx
java.lang.Object
com.aspose.slides.pptx.RelativeRectangleEx
public class RelativeRectangleEx
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelativeRectangleEx
public RelativeRectangleEx()
RelativeRectangleEx
public RelativeRectangleEx(float x,
float y,
float width,
float height)
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)