Class FMLabelsPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----FMLabelsPanel
- class FMLabelsPanel
- extends Panel
- implements Observer
A panel that holds the feature map coordinates.
-
boldFont
- Bold font of the feature map label.
-
fm
- A copy of the feature map data.
-
labels
- A 2 dimensional array of labels of wich the indexes (when filled)
will match the 2 dim.
-
plainFont
- Plain font of the feature map label.
-
FMLabelsPanel(FM)
- Fill the feature map panel.
-
update(Observable, Object)
- Label(s) of the feature maps that have been changed will be updated.
labels
private LabelGBL labels[][]
- A 2 dimensional array of labels of wich the indexes (when filled)
will match the 2 dim. feature array.
fm
private FM fm
- A copy of the feature map data.
plainFont
Font plainFont
- Plain font of the feature map label.
boldFont
Font boldFont
- Bold font of the feature map label.
FMLabelsPanel
FMLabelsPanel(FM fm)
- Fill the feature map panel. All labels are stored in a 2 dimensional
array so they can be accessed easily when a specific feature needs
to be updated.
update
public void update(Observable o,
Object obj)
- Label(s) of the feature maps that have been changed will be updated.
The update method is called everytime the feature map data has been
changed.