|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aspose.imaging.ObjectWithBounds
public abstract class ObjectWithBounds
The object having bounds.
| Constructor Summary | |
|---|---|
ObjectWithBounds()
|
|
| Method Summary | |
|---|---|
abstract RectangleF |
getBounds()
Gets the object's bounds. |
abstract RectangleF |
getBounds(Matrix matrix)
Gets the object's bounds. |
abstract RectangleF |
getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds. |
abstract void |
transform(Matrix transform)
Applies the specified transformation to the shape. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectWithBounds()
| Method Detail |
|---|
public abstract RectangleF getBounds()
Gets the object's bounds.
Value: The object's bounds.
public abstract RectangleF getBounds(Matrix matrix)
Gets the object's bounds.
matrix - The matrix to apply before bounds will be calculated.
public abstract RectangleF getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
matrix - The matrix to apply before bounds will be calculated.pen - The pen to use for object. This can influence the object's bounds size.
public abstract void transform(Matrix transform)
Applies the specified transformation to the shape.
transform - The transformation to apply.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||