All Packages Class Hierarchy This Package Previous Next Index
Class BrainWave.BoundValue
java.lang.Object
|
+----java.awt.Component
|
+----BrainWave.BWObject
|
+----BrainWave.BoundValue
- public class BoundValue
- extends BWObject
The basic BoundValue class.
To determine what values can be bound from a given BWObject, BoundValue uses
the reflection package to find methods that begin with "get" and that are of
type double or integer.
- Version:
- 2.0
- Author:
- Simon Dennis
-
BoundValue()
-
-
actionPerformed(ActionEvent)
-
-
clone()
-
-
create(BWPanel, Point, Boolean)
-
-
drawPS(boolean)
-
-
fieldsToString()
-
-
getFromX()
-
-
getFromY()
-
-
getGraphicsLabel()
-
-
getLabel()
-
-
getToX()
-
-
getToY()
-
-
getValue()
-
-
hasBoundValue()
-
-
paint(Graphics)
-
-
setLabel(String)
-
-
setupMenu()
-
-
showSelectedPS()
-
-
toString()
-
-
widthPS()
-
BoundValue
public BoundValue()
clone
public synchronized Object clone()
- Overrides:
- clone in class BWObject
create
public void create(BWPanel bwp,
Point p,
Boolean bnw)
- Overrides:
- create in class BWObject
setupMenu
public void setupMenu()
- Overrides:
- setupMenu in class BWObject
actionPerformed
public void actionPerformed(ActionEvent evt)
- Overrides:
- actionPerformed in class BWObject
toString
public String toString()
- Overrides:
- toString in class BWObject
fieldsToString
public String fieldsToString()
- Overrides:
- fieldsToString in class BWObject
getValue
public double getValue()
hasBoundValue
public boolean hasBoundValue()
getLabel
public String getLabel()
setLabel
public void setLabel(String _Label)
getGraphicsLabel
public String getGraphicsLabel()
getFromX
public int getFromX()
getFromY
public int getFromY()
getToX
public int getToX()
getToY
public int getToY()
paint
public void paint(Graphics g)
- Overrides:
- paint in class Component
widthPS
public String widthPS()
- Overrides:
- widthPS in class BWObject
drawPS
public String drawPS(boolean BlackAndWhite)
- Overrides:
- drawPS in class BWObject
showSelectedPS
public String showSelectedPS()
- Overrides:
- showSelectedPS in class BWObject
All Packages Class Hierarchy This Package Previous Next Index