|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
org.rubato.rubettes.bigbang.view.controller.score.ObjectTransformationAdapter
org.rubato.rubettes.bigbang.view.controller.score.ObjectScalingAdapter
public class ObjectScalingAdapter
Constructor Summary | |
---|---|
ObjectScalingAdapter(ViewController controller)
|
|
ObjectScalingAdapter(ViewController controller,
double[] startingPoint,
double[] endingPoint,
double[] scaleFactors)
|
Method Summary |
---|
Methods inherited from class org.rubato.rubettes.bigbang.view.controller.score.ObjectTransformationAdapter |
---|
mouseClicked, mouseDragged, mousePressed, mouseReleased |
Methods inherited from class java.awt.event.MouseAdapter |
---|
mouseEntered, mouseExited, mouseMoved, mouseWheelMoved |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.awt.event.MouseListener |
---|
mouseEntered, mouseExited |
Methods inherited from interface java.awt.event.MouseMotionListener |
---|
mouseMoved |
Constructor Detail |
---|
public ObjectScalingAdapter(ViewController controller)
public ObjectScalingAdapter(ViewController controller, double[] startingPoint, double[] endingPoint, double[] scaleFactors)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |