All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BrainWave.BWLabel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----BrainWave.BWObject
                   |
                   +----BrainWave.BWLabel

public class BWLabel
extends BWObject
The basic label class from which different types of BrainWave labels are extended.
Version:
2.0
Author:
Simon Dennis

Constructor Index

 o BWLabel()

Method Index

 o actionPerformed(ActionEvent)
 o clone()
 o create(BWPanel, Point, Boolean)
 o drawPS(boolean)
 o fieldsToString()
 o getFontName()
 o getFontSize()
 o getFontStyle()
 o getLabel()
 o paint(Graphics)
 o setFontName(String)
 o setFontSize(int)
 o setFontStyle(String)
 o setLabel(String)
 o setupMenu()
 o showSelectedPS()
 o toString()
 o widthPS()

Constructors

 o BWLabel
 public BWLabel()

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 setLabel
 public void setLabel(String TheLabel)
 o setFontName
 public void setFontName(String TheFontName)
 o setFontStyle
 public void setFontStyle(String TheFontStyle)
 o setFontSize
 public void setFontSize(int TheFontSize)
 o getLabel
 public String getLabel()
 o getFontName
 public String getFontName()
 o getFontStyle
 public int getFontStyle()
 o getFontSize
 public int getFontSize()
 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