|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use DataGroup | |
| gov.noaa.pmel.sgt.beans | Classes and interfaces that make up SGT Beans. |
| Uses of DataGroup in gov.noaa.pmel.sgt.beans |
| Methods in gov.noaa.pmel.sgt.beans that return DataGroup | |
DataGroup |
PanelHolder.findDataGroup(java.lang.String id)
Find a DataGroup by identifier. |
DataGroup |
DataGroupLayer.getDataGroup()
Get DataGroup |
DataGroup |
AxisHolder.getDataGroup()
Get the DataGroup parent. |
| Methods in gov.noaa.pmel.sgt.beans with parameters of type DataGroup | |
void |
PanelHolder.addDataGroup(DataGroup dataGroup)
Add DataGroup to the PanelHolder. |
void |
PanelHolder.removeDataGroup(DataGroup dataGroup)
Remove DataGroup from the PanelHolder. |
void |
Panel.addData(SGTData data,
Attribute attr,
DataGroup dataGroup,
Legend legend)
Add data to this Panel and DataGroup. |
void |
DataModel.addData(SGTData data,
Attribute attr,
PanelHolder pHolder,
DataGroup dataGroup,
Legend legend)
Add data to the DataModel. |
void |
AxisHolder.setDataGroup(DataGroup dataGroup)
Set the parent DataGroup. |
| Constructors in gov.noaa.pmel.sgt.beans with parameters of type DataGroup | |
DataGroupLayer(Panel panel,
DataGroup dg)
Construct DataGroupLayer. |
|
AxisHolder(int type,
int dir,
DataGroup dataGroup)
Construct a new AxisHolder. |
|
|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||