Modifier and Type | Method and Description |
---|---|
Vector<DataSetLayoutInfoBundle> |
DataSetSelectionModel.getSelectedDataSets()
|
Modifier and Type | Method and Description |
---|---|
void |
ImageBag.addContainer(DataSetLayoutInfoBundle set)
Add a
DataSet , if there is sufficient space left in this bag. |
void |
ImageNodeContainer.addDataSet(DataSetLayoutInfoBundle bundle)
Add A
DataSet . |
Modifier and Type | Method and Description |
---|---|
void |
AutomaticNodeLayout.generateLayoutForDataSets(Collection<DataSetLayoutInfoBundle> Datasets)
Generate a Layout for a given set of
DataSet s. |
Constructor and Description |
---|
AutomaticNodeLayout(Collection<DataSetLayoutInfoBundle> DataSetsToUse)
Generate an automatic layout for a set of DataSetLayouts
|
Modifier and Type | Method and Description |
---|---|
void |
ManualLayout.addDataSet(DataSetLayoutInfoBundle bundle,
Rectangle Position)
Add a dataset to this Layout.
|
DataSetFrame |
LayoutGUI.createFrame(DataSetLayoutInfoBundle bundle)
create A Frame for the given Bundle
|
void |
ManualLayout.moveBundleToFront(DataSetLayoutInfoBundle bundle)
Move a specific bundle to the front (i.e.
|
void |
ManualLayout.removeDataSet(DataSetLayoutInfoBundle bundle)
Remove a dataset represented by the given bundle.
|
void |
ManualLayout.updatePosition(DataSetLayoutInfoBundle bundle,
Rectangle Position)
Update the position of a Dataset in the layoutbundle.
|
void |
ManualLayout.updateProperties(DataSetLayoutInfoBundle bundle)
Update the properties of the bundle
|
Modifier and Type | Method and Description |
---|---|
void |
ManualNodeLayout.setupLayout(List<DataSetLayoutInfoBundle> alignedlayoutData,
List<LayoutComparator> orderedlayoutData)
The assumption is, that the order in the given Vector is the expected order!
|
Modifier and Type | Field and Description |
---|---|
DataSetLayoutInfoBundle |
DataSetFrame.bundle |
Modifier and Type | Method and Description |
---|---|
void |
ColorToolBarEntry.updateColorScalePane(DataSetLayoutInfoBundle bundle) |
void |
DataSetLayoutToolBar.updateDataSetOptions(DataSetLayoutInfoBundle bundle) |
void |
ManualLayoutUpdater.updateProperties(DataSetLayoutInfoBundle bundle)
Inform the layout that properties have changed.
|
void |
DataSetPropertyToolBarEntry.updatePropertyPane(DataSetLayoutInfoBundle bundle) |
Constructor and Description |
---|
DataSetFrame(DataSetLayoutInfoBundle bundle,
String LayoutID,
JComponent parent) |
Modifier and Type | Method and Description |
---|---|
DataSetLayoutInfoBundle |
LayoutPropertiesGUI.getNetworkSetupProperties()
Get the properties selected in this GUI
|
Modifier and Type | Field and Description |
---|---|
DataSetLayoutInfoBundle |
LayoutComparator.bundle |
Constructor and Description |
---|
LayoutComparator(LayoutArea area,
DataSetLayoutInfoBundle bundle) |
Copyright © 2018. All rights reserved.