|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.app.actions.TransformMatrix
|
+--quicktime.app.actions.TranslateMatrix
This class applies a matrix translation on the Transformable target.
| Field Summary |
| Constructor Summary | |
TranslateMatrix()
Deprecated. since QTJava 6.1 |
|
TranslateMatrix(float deltaX,
float deltaY)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
protected void |
boundsReached(int whichSide)
Deprecated. since QTJava 6.1 |
protected void |
doTransformation(Matrix theMatrix)
Deprecated. since QTJava 6.1 |
protected void |
doTransformation(Matrix theMatrix,
int deltaX,
int deltaY)
Deprecated. since QTJava 6.1 |
void |
flipTransformationSettings()
Deprecated. since QTJava 6.1 |
float |
getDeltaX()
Deprecated. |
float |
getDeltaY()
Deprecated. |
void |
setDeltaX(float x)
Deprecated. |
void |
setDeltaY(float y)
Deprecated. |
| Methods inherited from class quicktime.app.actions.TransformMatrix |
equals, getConstraint, getTarget, initialize, initialize, setConstraint, toString, transformTarget, transformTarget |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TranslateMatrix()
public TranslateMatrix(float deltaX,
float deltaY)
deltaX - the amount of pixels on the x axis the target will be translated.deltaY - the amount of pixels on the y axis the target will be translated.| Method Detail |
public float getDeltaX()
public void setDeltaX(float x)
x - the new delta x to apply when the doTransformation(Matrix) method is called. * @deprecated since QTJava 6.1public float getDeltaY()
public void setDeltaY(float y)
y - the new delta y to apply when the doTransformation(Matrix) method is called. * @deprecated since QTJava 6.1
protected void doTransformation(Matrix theMatrix,
int deltaX,
int deltaY)
throws QTException
doTransformation in class TransformMatrixtheMatrix - The incoming matrix is the original matrix of the target when the TransformMatrix
was last initialized.deltaX - the delta on the x-axis from the x value when the TransformMatrix
was last initialized.deltaY - the delta on the y-axis from the x value when the TransformMatrix
was last initialized.
QTException
protected void doTransformation(Matrix theMatrix)
throws QTException
doTransformation in class TransformMatrixtheMatrix - The incoming matrix is the current matrix of the target.
QTExceptionprotected void boundsReached(int whichSide)
boundsReached in class TransformMatrixwhichSide - specifies which side of the enclosing bounds the target hit.public void flipTransformationSettings()
flipTransformationSettings in class TransformMatrix
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||