sound.zrs.synth
Class AdderView
java.lang.Object
sound.zrs.synth.AdderView
- All Implemented Interfaces:
- PropertiesObserver
public class AdderView
- extends java.lang.Object
Constructor Summary |
AdderView(sound.zrs.synth.SynthComponent pa)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
centerPoint
public java.awt.Point centerPoint
AdderView
public AdderView(sound.zrs.synth.SynthComponent pa)
newGenerator
public void newGenerator(SynthesizerGeneratorModel synth)
connectGenerator
public void connectGenerator(SynthesizerGeneratorModel synth)
throws SynthIfException
- Throws:
SynthIfException
calcRects
public void calcRects()
inside
public boolean inside(int x,
int y)
inBorder
public boolean inBorder(int x,
int y)
getNearestEdge
public java.awt.Point getNearestEdge(java.awt.Point p)
getProperties
public PropertiesDialog getProperties()
draw
public void draw(java.awt.Graphics g)
hideProperties
public void hideProperties()
- Specified by:
hideProperties
in interface PropertiesObserver