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

Constructor Index

 o BoundValue()

Method Index

 o actionPerformed(ActionEvent)
 o clone()
 o create(BWPanel, Point, Boolean)
 o drawPS(boolean)
 o fieldsToString()
 o getFromX()
 o getFromY()
 o getGraphicsLabel()
 o getLabel()
 o getToX()
 o getToY()
 o getValue()
 o hasBoundValue()
 o paint(Graphics)
 o setLabel(String)
 o setupMenu()
 o showSelectedPS()
 o toString()
 o widthPS()

Constructors

 o BoundValue
 public BoundValue()

Methods

 o clone
 public synchronized Object clone()
Overrides:
clone in class BWObject
 o create
 public void create(BWPanel bwp,
                    Point p,
                    Boolean bnw)
Overrides:
create in class BWObject
 o setupMenu
 public void setupMenu()
Overrides:
setupMenu in class BWObject
 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Overrides:
actionPerformed in class BWObject
 o toString
 public String toString()
Overrides:
toString in class BWObject
 o fieldsToString
 public String fieldsToString()
Overrides:
fieldsToString in class BWObject
 o getValue
 public double getValue()
 o hasBoundValue
 public boolean hasBoundValue()
 o getLabel
 public String getLabel()
 o setLabel
 public void setLabel(String _Label)
 o getGraphicsLabel
 public String getGraphicsLabel()
 o getFromX
 public int getFromX()
 o getFromY
 public int getFromY()
 o getToX
 public int getToX()
 o getToY
 public int getToY()
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Component
 o widthPS
 public String widthPS()
Overrides:
widthPS in class BWObject
 o drawPS
 public String drawPS(boolean BlackAndWhite)
Overrides:
drawPS in class BWObject
 o showSelectedPS
 public String showSelectedPS()
Overrides:
showSelectedPS in class BWObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index