Package PamView.panel
Class KeyPanel
java.lang.Object
PamView.panel.KeyPanel
Class to generate standard panels for plot keys.
Basically, it's a container with a simple
layout that get's a load of other componenets
added to it.
- Author:
- Doug
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(PamKeyItem pamKeyItem) void
clear()
void
destroy()
int
getPanel()
void
remove
(PamKeyItem pamKeyItem) void
setKeyType
(int keyType)
-
Constructor Details
-
KeyPanel
-
-
Method Details
-
add
-
remove
-
getPanel
-
clear
public void clear() -
destroy
public void destroy() -
getKeyType
public int getKeyType() -
setKeyType
public void setKeyType(int keyType) -
getTitledBorder
-