|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.rubettes.bigbang.model.operations.AbstractOperation
org.rubato.rubettes.bigbang.model.operations.AbstractTransformation
org.rubato.rubettes.bigbang.model.operations.AbstractLocalTransformation
org.rubato.rubettes.bigbang.model.operations.ShearingTransformation
public class ShearingTransformation
Constructor Summary | |
---|---|
ShearingTransformation(BigBangModel model,
TransformationProperties properties,
double[] shearingFactors)
|
|
ShearingTransformation(BigBangModel model,
XMLReader reader,
org.w3c.dom.Element element)
|
Method Summary | |
---|---|
double[] |
getShearingFactors()
|
void |
modify(double[] newShearingFactors)
|
void |
toXML(XMLWriter writer)
|
Methods inherited from class org.rubato.rubettes.bigbang.model.operations.AbstractLocalTransformation |
---|
getCenter, getEndingPoint, getSplitOperations, updateOperation |
Methods inherited from class org.rubato.rubettes.bigbang.model.operations.AbstractTransformation |
---|
execute, getXYViewParameters, modifyCenter, updateProperties |
Methods inherited from class org.rubato.rubettes.bigbang.model.operations.AbstractOperation |
---|
clone, clone, getDuration, getPresentationName, isAnimatable, isSplittable, modify, setDuration, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ShearingTransformation(BigBangModel model, TransformationProperties properties, double[] shearingFactors)
public ShearingTransformation(BigBangModel model, XMLReader reader, org.w3c.dom.Element element)
Method Detail |
---|
public void modify(double[] newShearingFactors)
modify
in class AbstractTransformation
public double[] getShearingFactors()
public void toXML(XMLWriter writer)
toXML
in class AbstractLocalTransformation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |