A B C D E F G H I J L M N O P Q R S T U V W X Y Z

A

AboutDialog - class sources.AboutDialog.
This is the About Dialog of vanGogh!
AboutDialog(Frame, boolean, Point) - Constructor for class sources.AboutDialog
Creates new form AboutDialog
AboutHandler - class sources.AboutHandler.
This class is the MacSupport for the About MenuItem
AboutHandler(NetworkFrame) - Constructor for class sources.AboutHandler
Creates new AboutHandler
AbstractFlow - class sources.AbstractFlow.
a class that represents a flow
AbstractFlow(int, int, int[], double[], double, double, double, double) - Constructor for class sources.AbstractFlow
Creates new AbstractFlow
accept(File) - Method in class sources.ExampleFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
action(Point) - Method in class sources.Overviewer
 
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.BarChartPanel
called if an action was performed
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.DataSetFrame
Called, if an action was performed
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.DotPlotPane
Called, if an action was performed
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.FlowerPanel
 
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.HistoPanel
 
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.MapPanel
called if an Action was performed
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.MosaicPanel
 
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.PCPanel
called if an Action was performed
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.ScatterPanel
 
actionP(String, Object[], int[], double[], SelectionListener) - Method in interface sources.SelectionListener
called if an Action was performed
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.SymmetryDiagramPanel
called if an Action was performed
actionP(String, Object[], int[], double[], SelectionListener) - Method in class sources.VarFrame
called if an action was performed
actualCursor - Variable in class sources.LDataSet
 
actualD - Variable in class sources.NetworkFrame
the id of the actual DataSet
actualDataSet - Variable in class sources.NetworkFrame
the actual DataSet
actualPane - Variable in class sources.NetworkFrame
thze actual Desktop
addComponent(Component) - Method in class sources.SavePrintIntFrame
adds a Component to the ScrollPane
addExtension(String) - Method in class sources.ExampleFileFilter
Adds a filetype "dot" extension to filter against.
addListSelectionListener(ListSelectionListener) - Method in class sources.MyJList
 
addS(MouseEvent) - Method in class sources.MyJList
 
addSelectionListener(SelectionListener) - Method in class sources.Selectioner
adds a SelectionListener
addSeparator(Point) - Method in class sources.PCPanel
zoom out
addVariable(Variable) - Method in class sources.LDataSet
 
addWeightVar(Variable) - Method in class sources.BarChartPanel
add a weight variable
addWeightVar(Variable) - Method in class sources.DotPlotPane
 
addWeightVar(Variable) - Method in class sources.FlowerPanel
 
addWeightVar(Variable) - Method in class sources.HistoPanel
 
addWeightVar(Variable) - Method in class sources.MapPanel
 
addWeightVar(Variable) - Method in class sources.MosaicPanel
 
addWeightVar(Variable) - Method in class sources.PCPanel
 
addWeightVar(Variable) - Method in class sources.PlotPanel
 
addWeightVar(Variable) - Method in class sources.ScatterPanel
 
addWeightVar(Variable) - Method in class sources.SymmetryDiagramPanel
 
alphac(int) - Method in class sources.DotPlotPane
increase or decrease the alpha level
alphac(int) - Method in class sources.FlowerPanel
 
alphac(int) - Method in class sources.PCPanel
 
alphac(int) - Method in class sources.ScatterPanel
 
alphac(int) - Method in class sources.SymmetryDiagramPanel
increase or decrease the alpha level
alphac2(int) - Method in class sources.DotPlotPane
 
alphac2(int) - Method in class sources.PCPanel
 
alphac2(int) - Method in class sources.ScatterPanel
 
anchanged() - Method in class sources.HistoPanel
 
anchorCursor - Variable in class sources.LDataSet
 
arrange() - Method in class sources.NetworkFrame
arranges all open windows
arrangeDesktopCascade(JDesktopPane) - Static method in class sources.Utils
 
arrangeDesktopNext(JDesktopPane) - Static method in class sources.Utils
 
autoscroll(Point) - Method in class sources.PlotPanel
 

B

BarChart - class sources.BarChart.
This class is the window for a Barchart
BarChart(CategorialVariable, LDataSet) - Constructor for class sources.BarChart
Creates new form BarChart
BarChartPanel - class sources.BarChartPanel.
This class is the panel for a barchart
BarChartPanel(LDataSet, CategorialVariable, JInternalFrame) - Constructor for class sources.BarChartPanel
Creates new BarChartPanel
barChart() - Method in class sources.NetworkFrame
create a Barchart
bgrColor - Variable in class sources.LDataSet
Background Color
bgrColor - Variable in class sources.NetworkFrame
Background Color
bgrColor - Variable in class sources.PropFrame
background Color
binmod - Variable in class sources.DensityEstimator
the binmode:EASY_BINNING, LINEAR_BINNING
binwidthCursor - Variable in class sources.LDataSet
 
boxplot() - Method in class sources.NetworkFrame
create a Boxplot or Dotplot

C

COLORED - Static variable in class sources.DensityEstimator
Colored bins
CategorialVariable - class sources.CategorialVariable.
A class that represents a categorial variable
CategorialVariable(String[], int, String, int) - Constructor for class sources.CategorialVariable
Creates new CategorialVariable
CategorialVariable(String[], int, String, int, int) - Constructor for class sources.CategorialVariable
Creates new CategorialVariable same as above (without calculations)
CategorialVariable(int[], int, String, int) - Constructor for class sources.CategorialVariable
create a new categorial variable from an integer array
ColorMapper - class sources.ColorMapper.
Dialog to set the color function for map diagrams
ColorMapper(double, LDataSet, Point) - Constructor for class sources.ColorMapper
Creates new form ColorMapper
ConfiAdder - class sources.ConfiAdder.
A Dialog for specifying confidence intervals
ConfiAdder(LDataSet, SelectionListener, boolean, double, Point) - Constructor for class sources.ConfiAdder
Creates new form ConfiAdder
ContinuousVariable - class sources.ContinuousVariable.
Class that represents a continuous Variable
ContinuousVariable(double[], int, int, String, int) - Constructor for class sources.ContinuousVariable
Creates new ContinuousVariable
c1 - Variable in class sources.PropFrame
the FileChooser for Home Directory
c2 - Variable in class sources.PropFrame
the FileChooser for Dataset Directory
cMap(String, CategorialVariable[]) - Method in class sources.LDataSet
 
calcNow(int, int, boolean, int[], int[]) - Method in class sources.PolynomialRegression
 
calcNow(int, int, boolean, int[], int[]) - Method in class sources.Regression
 
calcNow(int, int, boolean, int[], int[]) - Method in class sources.Smoothing
Calculates the Smoothing
calcPoints() - Method in class sources.DotPlotPane
prepare parameters for painting
calcPoints() - Method in class sources.ScatterPanel
 
calcSigma(int[]) - Method in class sources.MarronDens
 
calcweights() - Method in class sources.DotPlotPane
 
calcweights() - Method in class sources.PCPanel
 
calcweights() - Method in class sources.ScatterPanel
 
cas - Variable in class sources.MosaicRect
 
cascade() - Method in class sources.NetworkFrame
Cascades all open windows
cases - Variable in class sources.AbstractFlow
cases connected to this flow
cats - Variable in class sources.MosaicRect
 
changeAnchor() - Method in class sources.HistoPanel
 
changeBinWidth() - Method in class sources.HistoPanel
 
changeBinheight(int) - Method in class sources.FlowLayer
change the binheight
changeBinheight(int) - Method in class sources.FlowLayer1Curves
 
changeBinheight(int) - Method in class sources.FlowLayer2
 
changeBinheight(int) - Method in class sources.FlowLayer2Curves
 
changeBinheight(int) - Method in class sources.ImageLayer
 
changeBinheight(int) - Method in class sources.Layer
 
changeBinheight(int) - Method in class sources.MapLayer
 
changeBinheight(int) - Method in class sources.NodeLayer
 
changeBinheight(int) - Method in class sources.NodeLayer2
 
changeBinheight(int) - Method in class sources.NodeLayer3
 
changeFile(File) - Method in class sources.PreviewImage
 
changeMaxBinheight(int) - Method in class sources.FlowLayer
change the maximal binheight
changeMaxBinheight(int) - Method in class sources.FlowLayer1Curves
 
changeMaxBinheight(int) - Method in class sources.FlowLayer2
 
changeMaxBinheight(int) - Method in class sources.FlowLayer2Curves
 
changeMaxBinheight(int) - Method in class sources.ImageLayer
 
changeMaxBinheight(int) - Method in class sources.Layer
 
changeMaxBinheight(int) - Method in class sources.MapLayer
 
changeMaxBinheight(int) - Method in class sources.NodeLayer
 
changeMaxBinheight(int) - Method in class sources.NodeLayer2
 
changeMaxBinheight(int) - Method in class sources.NodeLayer3
 
changeOrder(int, int, int[]) - Static method in class sources.Utils
 
changeVars(CategorialVariable[]) - Method in class sources.MosaicPanel
 
changed(int, int) - Method in class sources.ScatterPanel
 
clip - Variable in class sources.NetworkFrame
 
clone() - Method in class sources.GeoMap
 
clone() - Method in class sources.Poly2D
 
clone() - Method in class sources.SortFeld
clones the sortfeld
close() - Method in class sources.NetworkFrame
Close the actual DataSet
closeAll() - Method in class sources.NetworkFrame
closes all open windows
closeDSFrame() - Method in class sources.LDataSet
 
closeImageFrame() - Method in class sources.LDataSet
 
closeMapFrame() - Method in class sources.LDataSet
 
closeOverview() - Method in class sources.LDataSet
 
contains(double, double) - Method in class sources.Poly2D
 
convertToBufferedImage(Image, int, int, int) - Static method in class sources.JPEGSaver
converte an Image to a BufferedImage
convertToCat() - Method in class sources.OrdinalVariable
converts this variable into a CategorialVariable
convertToCont() - Method in class sources.OrdinalVariable
converts this variable into a ContinuousVariable
copy() - Method in class sources.NetworkFrame
 
create(CategorialVariable[], int[], Selectioner, ContinuousVariable) - Static method in class sources.MosaicRect
 
createCatsAnzFeld(CategorialVariable[]) - Static method in class sources.Utils
creates the catsAnzFeld, an array with the number of categories for each variable
createColors(boolean) - Method in class sources.MapLayer
 
createDataSetFrame() - Method in class sources.LDataSet
Creates a DataSetFrame
createDataSetfromFile(String, JDesktopPane, NetworkFrame) - Static method in class sources.LDataSet
Create a LDataSet from a File
createFlowFrame(ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, CategorialVariable, CategorialVariable) - Method in class sources.LDataSet
Create a FlowFrame
createFlows(CategorialVariable, CategorialVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, boolean) - Static method in class sources.AbstractFlow
returns a Vector of flows created from a set of variables
createFromCatVar(CategorialVariable) - Static method in class sources.ContinuousVariable
create ContinuousVariable from a CategorialVariable
createFromCatVar(CategorialVariable) - Static method in class sources.OrdinalVariable
creates an OrdinalVariable from a CategorialVariable
createGroupVariables() - Method in class sources.BarChartPanel
Return an Array of new Variables grouped in some way
createGroupVariables() - Method in class sources.DotPlotPane
Return an Array of new Variables grouped in some way
createGroupVariables() - Method in class sources.FlowerPanel
Return an Array of new Variables grouped in some way
createGroupVariables() - Method in class sources.HistoPanel
Return an Array of new Variables grouped in some way
createGroupVariables() - Method in class sources.MapPanel
Return an Array of new Variables grouped in some way
createGroupVariables() - Method in class sources.MosaicPanel
Return an Array of new Variables grouped in some way
createGroupVariables() - Method in class sources.PCPanel
Return an Array of new Variables grouped in some way
createGroupVariables() - Method in class sources.PlotPanel
Return an Array of new Variables grouped in some way
createGroupVariables() - Method in class sources.ScatterPanel
Return an Array of new Variables grouped in some way
createGroupVariables() - Method in class sources.SymmetryDiagramPanel
Return an Array of new Variables grouped in some way
createKonfIs(boolean) - Method in class sources.BarChartPanel
create confidence intervals
createMap(String, CategorialVariable[]) - Static method in class sources.GeoMap
 
createMap(String, CategorialVariable[]) - Method in class sources.LDataSet
 
createMapImageFromFile(String, Component) - Static method in class sources.MapImage
 
createMosaic(CategorialVariable[], int[]) - Static method in class sources.Utils
creates an int array of mosaics
createNAlgoMap(int) - Method in class sources.GeoMap
 
createNPoly(int) - Method in class sources.Poly2D
 
createNeighbors(GeoMap) - Static method in class sources.MapAlgos
 
createNewFromSelected(CategorialVariable, Selectioner, int) - Static method in class sources.Utils
 
createNewFromSelected(ContinuousVariable, Selectioner, int) - Static method in class sources.Utils
 
createNonContinuousCartogram(CategorialVariable, ContinuousVariable) - Method in class sources.GeoMap
 
createPC() - Method in class sources.NetworkFrame
 
createPolygons(int, int, boolean) - Method in class sources.FlowLayer
prepare the polygons for painting
createPolygons(int, int, boolean) - Method in class sources.FlowLayer1Curves
prepare the polygons for painting
createPolygons(int, int, boolean) - Method in class sources.FlowLayer2
 
createPolygons(int, int, boolean) - Method in class sources.FlowLayer2Curves
 
createPolygons(int, int, boolean) - Method in class sources.ImageLayer
 
createPolygons(int, int, boolean) - Method in class sources.Layer
 
createPolygons(int, int, boolean) - Method in class sources.MapLayer
 
createPolygons(int, int, boolean) - Method in class sources.NodeLayer
 
createPolygons(int, int, boolean) - Method in class sources.NodeLayer2
 
createPolygons(int, int, boolean) - Method in class sources.NodeLayer3
 
createRects(boolean) - Method in class sources.BarChartPanel
creates the bars for the barchart
createRects(int, int, boolean, int[], int[]) - Method in class sources.DensityEstimator
prepare the Binning
createRects(int, int, boolean, int[], int[]) - Method in class sources.HexBinner
 
createRects(boolean) - Method in class sources.HistoPanel
 
createRects(int, int, boolean, int[], int[]) - Method in class sources.MarronDens
 
createRects(boolean) - Method in class sources.MosaicPanel
 
createRects(CategorialVariable[], Selectioner, int[], int[], int, Vector, MosaicRect, int[], int, int, ContinuousVariable) - Static method in class sources.MosaicRect
 
createRects() - Method in class sources.PCPanel
 
createRects(int, int, boolean, int[], int[]) - Method in class sources.RectBinner
 
createSymDia() - Method in class sources.NetworkFrame
 
createTTImage() - Method in class sources.DotPlotPane
 
createTTImage() - Method in class sources.FlowerPanel
 
createTTImage() - Method in class sources.MapPanel
 
createTTImage() - Method in class sources.PlotPanel
 
createTTImage() - Method in class sources.ScatterPanel
 
createTTImage() - Method in class sources.SymmetryDiagramPanel
 
createValues(boolean) - Method in class sources.BarChartPanel
prepares the values for painting
createValues(boolean) - Method in class sources.FlowLayer
calculate all values
createValues(boolean) - Method in class sources.FlowLayer1Curves
 
createValues(boolean) - Method in class sources.FlowLayer2
 
createValues(boolean) - Method in class sources.FlowLayer2Curves
 
createValues(boolean) - Method in class sources.HistoPanel
 
createValues(boolean) - Method in class sources.ImageLayer
 
createValues(boolean) - Method in class sources.Layer
 
createValues(boolean) - Method in class sources.MapLayer
 
createValues() - Method in class sources.MosaicPanel
 
createValues(boolean) - Method in class sources.NodeLayer
 
createValues(boolean) - Method in class sources.NodeLayer2
 
createValues(boolean) - Method in class sources.NodeLayer3
 
createValues(boolean) - Method in class sources.SymmetryDiagramPanel
 

D

DataSetFrame - class sources.DataSetFrame.
JInternalFrame that shows a list of variables, allowing to select and deselect them
DataSetFrame(LDataSet) - Constructor for class sources.DataSetFrame
Creates new form DataSetFrame
DensityEstimator - class sources.DensityEstimator.
An abstract superclass for Density Estimation
DensityEstimator() - Constructor for class sources.DensityEstimator
 
Derived - interface sources.Derived.
An interface to mark variables that were created from another variable
DerivedCategorialVariable - class sources.DerivedCategorialVariable.
A categorial variable that was created from another categorial variable
DerivedCategorialVariable(CategorialVariable, String[], int, String, int) - Constructor for class sources.DerivedCategorialVariable
Creates new DerivedCategorialVariable
DerivedContinuousVariable - class sources.DerivedContinuousVariable.
A continuous variable that was created from another continuous variable
DerivedContinuousVariable(ContinuousVariable, double[], int, int, String, int) - Constructor for class sources.DerivedContinuousVariable
Creates new DerivedContinuousVariable
DotPlot - class sources.DotPlot.
The window for a dotplot
DotPlot(LDataSet, ContinuousVariable) - Constructor for class sources.DotPlot
Creates new form DotPlot
DotPlotPane - class sources.DotPlotPane.
the panel that describes a DotPlot
DotPlotPane(LDataSet, ContinuousVariable, JInternalFrame) - Constructor for class sources.DotPlotPane
Creates new form DotPlotPane
dat - Variable in class sources.DensityEstimator
the parental LDataSet
dat - Variable in class sources.Smoothing
Creates new Smoothing
dataSet - Variable in class sources.NetworkFrame
all 4 possible DataSets
delete() - Method in class sources.LDataSet
 
delete() - Method in class sources.NetworkFrame
 
dkp - Variable in class sources.LDataSet
 
drag(Point) - Method in class sources.BarChartPanel
called, if dragging is performed
drag(Point) - Method in class sources.DotPlotPane
drag selection
drag(Point) - Method in class sources.FlowerPanel
dragging
drag(Point) - Method in class sources.HistoPanel
 
drag(Point) - Method in class sources.MapPanel
 
drag(Point) - Method in class sources.MosaicPanel
 
drag(Point) - Method in class sources.PCPanel
called, if dragging is performed
drag(Point) - Method in class sources.PlotPanel
 
drag(Point) - Method in class sources.ScatterPanel
 
drag(Point) - Method in class sources.SymmetryDiagramPanel
dragging
dragDropEnd(DragSourceDropEvent) - Method in class sources.DataSetFrame
See DragSourceListener
dragDropEnd(DragSourceDropEvent) - Method in class sources.PlotPanel
 
dragEnter(DragSourceDragEvent) - Method in class sources.DataSetFrame
See DragSourceListener
dragEnter(DropTargetDragEvent) - Method in class sources.NetworkFrame
 
dragEnter(DragSourceDragEvent) - Method in class sources.PlotPanel
 
dragEnter(DropTargetDragEvent) - Method in class sources.PlotPanel
 
dragExit(DragSourceEvent) - Method in class sources.DataSetFrame
See DragSourceListener
dragExit(DropTargetEvent) - Method in class sources.NetworkFrame
 
dragExit(DragSourceEvent) - Method in class sources.PlotPanel
 
dragExit(DropTargetEvent) - Method in class sources.PlotPanel
 
dragGestureRecognized(DragGestureEvent) - Method in class sources.DataSetFrame
See DragGestureListener
dragGestureRecognized(DragGestureEvent) - Method in class sources.PlotPanel
 
dragOver(DragSourceDragEvent) - Method in class sources.DataSetFrame
See DragSourceListener
dragOver(DropTargetDragEvent) - Method in class sources.NetworkFrame
 
dragOver(DragSourceDragEvent) - Method in class sources.PlotPanel
 
dragOver(DropTargetDragEvent) - Method in class sources.PlotPanel
 
dragvar - Variable in class sources.LDataSet
 
drawPfeil(Graphics, int, int, int, int) - Method in class sources.MarronDens
 
drop(DropTargetDropEvent) - Method in class sources.NetworkFrame
 
drop(DropTargetDropEvent) - Method in class sources.PlotPanel
 
dropActionChanged(DragSourceDragEvent) - Method in class sources.DataSetFrame
See DragSourceListener
dropActionChanged(DropTargetDragEvent) - Method in class sources.NetworkFrame
 
dropActionChanged(DragSourceDragEvent) - Method in class sources.PlotPanel
 
dropActionChanged(DropTargetDragEvent) - Method in class sources.PlotPanel
 
dsDir - Variable in class sources.LDataSet
Dataset Directory
dsDir - Variable in class sources.NetworkFrame
Dataset Directory
dsDir - Variable in class sources.PropFrame
Dataset Directory

E

EASY_BINNING - Static variable in class sources.DensityEstimator
Easy Binning algorithm
ErroerStream - class sources.ErroerStream.
 
ErroerStream(OutputStream, boolean) - Constructor for class sources.ErroerStream
Creates new ErroerStream
ExampleFileFilter - class sources.ExampleFileFilter.
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ExampleFileFilter() - Constructor for class sources.ExampleFileFilter
Creates a file filter.
ExampleFileFilter(String) - Constructor for class sources.ExampleFileFilter
Creates a file filter that accepts files with the given extension.
ExampleFileFilter(String, String) - Constructor for class sources.ExampleFileFilter
Creates a file filter that accepts the given file type.
ExampleFileFilter(String[]) - Constructor for class sources.ExampleFileFilter
Creates a file filter from the given string array.
ExampleFileFilter(String[], String) - Constructor for class sources.ExampleFileFilter
Creates a file filter from the given string array and description.
easeAlgo(GeoMap, double, int, int) - Static method in class sources.MapAlgos
 
easeAlgos(double, int, int) - Method in class sources.NetworkFrame
 
easeDP(Poly2D, double, Vector) - Static method in class sources.MapAlgos
 
easeLine(Poly2D, double, int, int) - Static method in class sources.MapAlgos
 
endDrag(Point) - Method in class sources.BarChartPanel
called, if the drag ended
endDrag(Point) - Method in class sources.DotPlotPane
end the selection Dragging
endDrag(Point) - Method in class sources.FlowerPanel
called, if dragging has ended
endDrag(Point) - Method in class sources.HistoPanel
 
endDrag(Point) - Method in class sources.MapPanel
 
endDrag(Point) - Method in class sources.MosaicPanel
 
endDrag(Point) - Method in class sources.PCPanel
called, if dragging ended
endDrag(Point) - Method in class sources.PlotPanel
 
endDrag(Point) - Method in class sources.ScatterPanel
 
endDrag(Point) - Method in class sources.SymmetryDiagramPanel
called, if dragging has ended
endProgress() - Method in class sources.NetworkFrame
 
enlargeBy(double) - Method in class sources.Poly2D
 
equals(Variable) - Method in class sources.Variable
chacks, if an other variable is the same as this

F

FlowLayer - class sources.FlowLayer.
A class to draw flows between nodes (not aggregated, no transfer points)
FlowLayer(LDataSet, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, double, double, double, double, boolean, int) - Constructor for class sources.FlowLayer
Creates new FlowLayer
FlowLayer1Curves - class sources.FlowLayer1Curves.
A class to draw flows between nodes (not aggregated, with transfer points)
FlowLayer1Curves(LDataSet, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, double, double, double, double, boolean, int) - Constructor for class sources.FlowLayer1Curves
Creates new FlowLayer1Curves
FlowLayer2 - class sources.FlowLayer2.
A class to draw flows between nodes (aggregated flows, no transfer points)
FlowLayer2(LDataSet, CategorialVariable, CategorialVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, double, double, double, double, boolean, int) - Constructor for class sources.FlowLayer2
Creates new FlowLayer2
FlowLayer2Curves - class sources.FlowLayer2Curves.
A class to draw flows between nodes (aggregated flows, with transfer points)
FlowLayer2Curves(LDataSet, CategorialVariable, CategorialVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, double, double, double, double, boolean, int) - Constructor for class sources.FlowLayer2Curves
Creates new FlowLayer2Curves
FlowerFrame - class sources.FlowerFrame.
A JInternalFrame for drawing Flows
FlowerFrame(LDataSet, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, CategorialVariable, CategorialVariable) - Constructor for class sources.FlowerFrame
Creates new form FlowerFrame
FlowerPanel - class sources.FlowerPanel.
The panel that describes a Flow Diagram
FlowerPanel(LDataSet, JInternalFrame, CategorialVariable, CategorialVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable) - Constructor for class sources.FlowerPanel
Creates new form FlowerPanel
fastupdima(String) - Method in class sources.NetworkFrame
 
fastupdmap(String) - Method in class sources.NetworkFrame
 
feld - Variable in class sources.SortFeld
the index array
fillR(int[], int, int, int, int, int, int, int) - Method in class sources.MarronDens
 
flowOption() - Method in class sources.LDataSet
Open a FlowOptionFrame
flowOption() - Method in class sources.NetworkFrame
open a FlowOption Frame
foreColor - Variable in class sources.LDataSet
Foreground Color
foreColor - Variable in class sources.NetworkFrame
Foreground Color
foreColor - Variable in class sources.PropFrame
foreground Color
from - Variable in class sources.AbstractFlow
number of category of source variable
fromorigintosorted(int[]) - Method in class sources.Selectioner
transform values from original to sorted values
fromsortedtoorigin(int[]) - Method in class sources.Selectioner
transform values from sorted to original values
functionChanged(double) - Method in interface sources.MapColorer
 
functionChanged(double) - Method in class sources.MapLayer
 

G

GROWING - Static variable in class sources.DensityEstimator
Growing bins
GeoMap - class sources.GeoMap.
A class that represents a geographical map
GeoMap(String, Poly2D[], String[], CategorialVariable[], double, double, double, double) - Constructor for class sources.GeoMap
Creates new GeoMap
GroupAdder - class sources.GroupAdder.
Deprecated: Not in use in this implementation of VanGogh
GroupAdder(LDataSet, SelectionListener, CategorialVariable, Point) - Constructor for class sources.GroupAdder
Creates new form GroupAdder
ganf() - Method in class sources.Selectioner
move to the last performed selection
gend() - Method in class sources.Selectioner
reset selection
getAnzCases() - Method in class sources.LDataSet
returns the number of cases
getAnzVars() - Method in class sources.LDataSet
Returns the # variables
getArea() - Method in class sources.Poly2D
 
getAutoscrollInsets() - Method in class sources.PlotPanel
 
getBar() - Method in class sources.ProgressFrame
 
getBase() - Method in class sources.MapLayer
Getter for property base.
getBinning() - Method in class sources.DensityEstimator
gets the binning algorithm
getCasesFromBindingVar(int, String) - Method in class sources.GeoMap
 
getCasesFromBindingVar(String, String) - Method in class sources.GeoMap
 
getCasesFromCat(int, int[]) - Method in class sources.CategorialVariable
returns an array of cases, given a specific category number and an array of initial cases Used for mosaic plots!
getCatNumberFromName(String) - Method in class sources.CategorialVariable
returns the category number of a category name
getCatsAnz() - Method in class sources.CategorialVariable
Returns the number of categories
getCatsAnz() - Method in class sources.OrdinalVariable
 
getCatsValueFrom(int) - Method in class sources.CategorialVariable
returns the category number of one case
getContOrdVarNames(LDataSet, JComboBox) - Static method in class sources.LDataSet
 
getCount() - Method in class sources.CategorialVariable
returns the number of cases
getCount() - Method in class sources.ContinuousVariable
returns the number of cases of this variable
getCount() - Method in class sources.OrdinalVariable
returns the number of cases
getCount() - Method in class sources.Variable
returns the number of cases
getCountsforCats() - Method in class sources.CategorialVariable
returns an array of the counts for every category of this variable
getCountsforCats(ContinuousVariable) - Method in class sources.CategorialVariable
returns an array of weights for every category of this variable
getCountsforCats(Selectioner) - Method in class sources.CategorialVariable
returns an array of selected counts for all categories of this variable
getCountsforCats(ContinuousVariable, Selectioner) - Method in class sources.CategorialVariable
returns an array of selected weights for all categories of this variable
getCreatorVariable() - Method in interface sources.Derived
Returns the Variable this Variable was built of
getCreatorVariable() - Method in class sources.DerivedCategorialVariable
 
getCreatorVariable() - Method in class sources.DerivedContinuousVariable
Returns the Variable this Variable was built of
getDescription() - Method in class sources.ExampleFileFilter
Returns the human readable description of this filter.
getDesktop() - Method in class sources.LDataSet
Retruns the JDesktopPane of this LDataSet
getExtension(File) - Method in class sources.ExampleFileFilter
Return the extension portion of the file's name .
getGen() - Method in class sources.ContinuousVariable
return the number of characters to show
getHeight() - Method in class sources.MapImage
Getter for property height.
getID() - Method in class sources.Variable
returns the id of the variable
getIDs() - Method in class sources.BarChartPanel
Return the IDs of all Variables connected to this Plot
getIDs() - Method in class sources.DotPlotPane
Return the IDs of all Variables connected to this Plot
getIDs() - Method in class sources.FlowerPanel
Return the IDs of all Variables connected to this Plot
getIDs() - Method in class sources.HistoPanel
Return the IDs of all Variables connected to this Plot
getIDs() - Method in class sources.MapPanel
Return the IDs of all Variables connected to this Plot
getIDs() - Method in class sources.MosaicPanel
Return the IDs of all Variables connected to this Plot
getIDs() - Method in class sources.PCPanel
Return the IDs of all Variables connected to this Plot
getIDs() - Method in class sources.PlotPanel
Return the IDs of all Variables connected to this Plot
getIDs() - Method in class sources.ScatterPanel
Return the IDs of all Variables connected to this Plot
getIDs() - Method in class sources.SymmetryDiagramPanel
Return the IDs of all Variables connected to this Plot
getIRQ() - Method in class sources.ContinuousVariable
returns the IRQ of this variable
getImage() - Method in class sources.MapImage
Getter for property image.
getJPEGSaver() - Method in class sources.LDataSet
Returns the JPEGSaver of this LDataSet
getLength() - Method in class sources.GeoMap
 
getLength() - Method in class sources.Poly2D
 
getLength() - Method in class sources.Selectioner
returns the length of the Selectioner
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class sources.DataSetFrame
This implements ListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class sources.MaFrame
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class sources.MapImageFrame
 
getMaximum() - Method in class sources.ContinuousVariable
returns the maximum value of this varieble
getMaximum() - Method in class sources.OrdinalVariable
returns the maximum value of this variable
getMaxx() - Method in class sources.GeoMap
 
getMaxy() - Method in class sources.GeoMap
 
getMean() - Method in class sources.ContinuousVariable
returns the mean of this variable
getMedian() - Method in class sources.ContinuousVariable
returns the median of this varieble
getMedian() - Method in class sources.OrdinalVariable
returns the median of this variable
getMinimum() - Method in class sources.ContinuousVariable
returns the minimum value of this variable
getMinimum() - Method in class sources.OrdinalVariable
returns the minimum value of this variable
getMinx() - Method in class sources.GeoMap
 
getMiny() - Method in class sources.GeoMap
 
getMode() - Method in class sources.Layer
Getter for property mode.
getN() - Method in class sources.GeoMap
Getter for property n.
getName() - Method in class sources.LDataSet
Returns the name of this LDataSet
getName() - Method in class sources.MapImage
Getter for property name.
getName() - Method in class sources.Variable
returns the name of this Variable
getNameFrom(int) - Method in class sources.GeoMap
 
getNamefromCat(int) - Method in class sources.CategorialVariable
return the name from the category of i
getNumberOfPages() - Method in class sources.SavePrintIntFrame
returns the number of printable pages
getObjectAtKoord(int, int, boolean) - Method in class sources.FlowLayer
returns a boolean Array of cases under x and y
getObjectAtKoord(int, int, boolean) - Method in class sources.FlowLayer1Curves
returns the Object that lies on the specified point
getObjectAtKoord(int, int, boolean) - Method in class sources.FlowLayer2
return the AbstractFlow that is under the specific Point
getObjectAtKoord(int, int, boolean) - Method in class sources.FlowLayer2Curves
returns the Object that lies on the specified point
getObjectAtKoord(int, int, boolean) - Method in class sources.ImageLayer
returns the Object that lies on the specified point
getObjectAtKoord(int, int, boolean) - Method in class sources.Layer
returns the Object that lies on the specified point
getObjectAtKoord(int, int, boolean) - Method in class sources.MapLayer
returns the Object that lies on the specified point
getObjectAtKoord(int, int, boolean) - Method in class sources.NodeLayer
returns the Object that lies on the specified point
getObjectAtKoord(int, int, boolean) - Method in class sources.NodeLayer2
returns the Object that lies on the specified point
getObjectAtKoord(int, int, boolean) - Method in class sources.NodeLayer3
returns the Object that lies on the specified point
getObjectsUnderRect(Rectangle, boolean) - Method in class sources.FlowLayer
returns a boolean array of cases intersecting with a rectangle
getObjectsUnderRect(Rectangle, boolean) - Method in class sources.FlowLayer1Curves
 
getObjectsUnderRect(Rectangle, boolean) - Method in class sources.FlowLayer2
 
getObjectsUnderRect(Rectangle, boolean) - Method in class sources.FlowLayer2Curves
 
getObjectsUnderRect(Rectangle, boolean) - Method in class sources.ImageLayer
 
getObjectsUnderRect(Rectangle, boolean) - Method in class sources.Layer
 
getObjectsUnderRect(Rectangle, boolean) - Method in class sources.MapLayer
 
getObjectsUnderRect(Rectangle, boolean) - Method in class sources.NodeLayer
 
getObjectsUnderRect(Rectangle, boolean) - Method in class sources.NodeLayer2
 
getObjectsUnderRect(Rectangle, boolean) - Method in class sources.NodeLayer3
 
getOpenVarFrames() - Method in class sources.LDataSet
Returns all currently open VarFrames
getOverview() - Method in class sources.LDataSet
 
getPageFormat(int) - Method in class sources.SavePrintIntFrame
returns the PageFormat
getPointPainter() - Method in class sources.DensityEstimator
gets the mod
getPolyFrom(int) - Method in class sources.GeoMap
 
getPosFrom(int) - Method in class sources.SortFeld
 
getPositionsfrom(String) - Method in class sources.CategorialVariable
Return all cases with selected category
getPositionsfrom(int) - Method in class sources.CategorialVariable
Return all cases with selected category
getPreferredScrollableViewportSize() - Method in class sources.MyJList
 
getPrintable(int) - Method in class sources.SavePrintIntFrame
returns the Printable
getRectForOverview() - Method in class sources.PlotPanel
 
getResiduals() - Method in class sources.PolynomialRegression
 
getResiduals() - Method in class sources.Regression
 
getResiduals() - Method in class sources.Smoothing
returns an array of residuals
getScrollEdits() - Method in class sources.SavePrintIntFrame
returns the relative coordinates of the visible part of the Component in the ScrollPane
getScrollableBlockIncrement(Rectangle, int, int) - Method in class sources.MyJList
 
getScrollableTracksViewportHeight() - Method in class sources.MyJList
 
getScrollableTracksViewportWidth() - Method in class sources.MyJList
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class sources.MyJList
 
getSelContVar() - Method in class sources.LDataSet
 
getSelWeight(Selectioner) - Method in class sources.AbstractFlow
returns the selected value of weights
getSelected() - Method in class sources.Selectioner
returns all selected cases
getSelectedCounts() - Method in class sources.Selectioner
returns the number of selected cases
getSelectedImage() - Method in class sources.MapImageFrame
returns the selected image
getSelectedIndices() - Method in class sources.MyJList
 
getSelectedIndices() - Method in class sources.Selectioner
returns all selected indices
getSelectedMap() - Method in class sources.MaFrame
returns the selected map
getSelectedVars() - Method in class sources.DataSetFrame
returns all selected variables
getSelectedVars() - Method in class sources.LDataSet
returns all selected Variables
getSelectioner() - Method in class sources.LDataSet
Returns the Selectioner of this LDataSet
getShortName() - Method in class sources.LDataSet
Returns the short name of this LDataSet
getSigma() - Method in class sources.ContinuousVariable
returns the std error of this variable
getSortFeld() - Method in class sources.Selectioner
returns the sort array
getSortfeldforVar(int) - Method in class sources.Selectioner
returns the sortfeld for a specific Variable
getSortv() - Method in class sources.ContinuousVariable
returns the sorted values of the variable
getTTImage() - Method in class sources.PlotPanel
 
getTextualRepresentation(int) - Method in class sources.CategorialVariable
Returns the textual Representation of this case
getTextualRepresentation(int) - Method in class sources.ContinuousVariable
Returns the textual Representation of this case
getTextualRepresentation(int) - Method in class sources.OrdinalVariable
Returns the textual Representation of this case
getTextualRepresentation(int) - Method in class sources.Variable
Returns the textual Representation of this case
getTextualRepresentations() - Method in class sources.Variable
returns all textual representations
getTransferData(DataFlavor) - Method in class sources.NetworkFrame
 
getTransferDataFlavors() - Method in class sources.NetworkFrame
 
getValueAt(int) - Method in class sources.ContinuousVariable
returns the value of case i
getValueAt(int) - Method in class sources.OrdinalVariable
returns the value of case i
getValues() - Method in class sources.CategorialVariable
Return values of the variable
getValues() - Method in class sources.ContinuousVariable
returns all values of this variable
getValues() - Method in class sources.OrdinalVariable
returns all values of this variable
getVar(int) - Method in class sources.LDataSet
Returns the ith Variable
getVarNames() - Method in class sources.LDataSet
Returns all variable names
getVarType(int) - Method in class sources.LDataSet
returns the type of the variable
getVariable() - Method in class sources.VarFrame
returns the variable that corresponds to this VarFrame
getVariables() - Method in class sources.SavePrintIntFrame
 
getVars() - Method in class sources.GeoMap
 
getWeight() - Method in class sources.AbstractFlow
returns the sum of weights
getWidth() - Method in class sources.MapImage
Getter for property width.
getX() - Method in class sources.MapImage
Getter for property x.
getXKoord() - Method in class sources.Poly2D
 
getY() - Method in class sources.MapImage
Getter for property y.
getYKoord() - Method in class sources.Poly2D
 
getYVal(double) - Method in class sources.Polynom
 
goFirst() - Method in class sources.NetworkFrame
reset the salections
goLast() - Method in class sources.NetworkFrame
move to the last performed selection
grc(int) - Method in class sources.BarChartPanel
change alpha value
grc(int) - Method in class sources.DotPlotPane
increase or decrease the pointsize
grc(int) - Method in class sources.FlowerPanel
 
grc(int) - Method in class sources.MosaicPanel
 
grc(int) - Method in class sources.PCPanel
 
grc(int) - Method in class sources.ScatterPanel
 
grc(int) - Method in class sources.SymmetryDiagramPanel
increase or decrease the pointsize
group() - Method in class sources.LDataSet
 
group() - Method in class sources.NetworkFrame
 

H

HexBinner - class sources.HexBinner.
A class that is responsible for drawing hexagonal binning of a scatterplot
HexBinner(LDataSet, int, int, int) - Constructor for class sources.HexBinner
Creates new HexBinner
HistoPanel - class sources.HistoPanel.
The panel that describes a histogram
HistoPanel(LDataSet, ContinuousVariable, JInternalFrame) - Constructor for class sources.HistoPanel
Creates new form HistoPanel
Histogram - class sources.Histogram.
The Window that shows a histogram
Histogram(ContinuousVariable, LDataSet) - Constructor for class sources.Histogram
Creates new form Histogram
h - Variable in class sources.MosaicRect
 
handleAbout() - Method in class sources.AboutHandler
 
handlePrefs() - Method in class sources.PrefsHandler
 
hchanged() - Method in class sources.HistoPanel
 
histogram() - Method in class sources.NetworkFrame
create a histogram
homeDir - Variable in class sources.LDataSet
Home Directory
homeDir - Variable in class sources.NetworkFrame
Home Dirctory
homeDir - Variable in class sources.PropFrame
Home Directory

I

ImageLayer - class sources.ImageLayer.
A class for drawing images in the background, used by Flow Diagrams
ImageLayer(JComponent, MapImage, double, double, double, double) - Constructor for class sources.ImageLayer
Creates new ImageLayer
iImage(String) - Method in class sources.LDataSet
 
id - Variable in class sources.SortFeld
the id of the corresponding variable
id - Variable in class sources.Variable
the variable id
importImage(JFrame) - Method in class sources.LDataSet
 
importImage() - Method in class sources.NetworkFrame
 
importImageWithoutDialog(String) - Method in class sources.LDataSet
 
importImageWithoutDialog(String) - Method in class sources.NetworkFrame
 
importMap(JFrame) - Method in class sources.LDataSet
 
importMap() - Method in class sources.NetworkFrame
 
importMapWithoutDialog(String, JFrame) - Method in class sources.LDataSet
 
importMapWithoutDialog(String) - Method in class sources.NetworkFrame
 
insertLineSegment(Poly2D, boolean, int, int) - Method in class sources.Poly2D
 
insertPoint(double, double, int) - Method in class sources.Poly2D
 
interPol(ContinuousVariable, ContinuousVariable, int) - Static method in class sources.Polynom
 
intersects(Rectangle) - Method in class sources.Path
 
interval(MouseEvent) - Method in class sources.MyJList
 
isDSFrameVisible - Variable in class sources.LDataSet
 
isDataFlavorSupported(DataFlavor) - Method in class sources.NetworkFrame
 
isDataSetFile(File, String[]) - Static method in class sources.Utils
 
isExtensionListInDescription() - Method in class sources.ExampleFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isImageFile(File, String[]) - Static method in class sources.Utils
 
isImageFrameVisible - Variable in class sources.LDataSet
 
isMapFile(File, String[]) - Static method in class sources.Utils
 
isMapFrameVisible - Variable in class sources.LDataSet
 
isNeighbor(Poly2D) - Method in class sources.Poly2D
 
isOnly() - Method in class sources.FlowLayer
Getter for property only.
isOnly() - Method in class sources.FlowLayer1Curves
Getter for property only.
isOnly() - Method in class sources.FlowLayer2
Getter for property only.
isOnly() - Method in class sources.FlowLayer2Curves
Getter for property only.
isOnly() - Method in class sources.ImageLayer
Getter for property only.
isOnly() - Method in class sources.Layer
Getter for property only.
isOnly() - Method in class sources.MapLayer
Getter for property only.
isOnly() - Method in class sources.NodeLayer
Getter for property only.
isOnly() - Method in class sources.NodeLayer2
Getter for property only.
isOnly() - Method in class sources.NodeLayer3
Getter for property only.
isOverviewVisible - Variable in class sources.LDataSet
 
isPotentialPopupTrigger(MouseEvent) - Static method in class sources.Utils
 
iscont(String) - Static method in class sources.Utils
 
isord(String) - Static method in class sources.Utils
 
isselected(int) - Method in class sources.Selectioner
return whether the ith case is selected

J

JFlowOptionsChooser - class sources.JFlowOptionsChooser.
A JInternalFrame that makes the settings for a Flow Diagram
JFlowOptionsChooser(LDataSet) - Constructor for class sources.JFlowOptionsChooser
Creates new form JFlowOptionsChooser
JPEGSaver - class sources.JPEGSaver.
A class to save images as jpg
JPEGSaver(Image, int, int, JFrame, File) - Constructor for class sources.JPEGSaver
Creates new JPEGSaver

L

LDataSet - class sources.LDataSet.
Class to represent a dataset.
LDataSet() - Constructor for class sources.LDataSet
Creates new LDataSet.
LDataSet(Variable[], String, JDesktopPane, NetworkFrame) - Constructor for class sources.LDataSet
Creates a new LDataSet
LINEAR_BINNING - Static variable in class sources.DensityEstimator
Linear binning algorithm
Layer - class sources.Layer.
Superclass for all painters that wants to draw anything.
Layer() - Constructor for class sources.Layer
 
lineTo(float, float) - Method in class sources.Path
 
lostOwnership(Clipboard, Transferable) - Method in class sources.NetworkFrame
 

M

MaFrame - class sources.MaFrame.
This class shows all available maps as a list
MaFrame(LDataSet) - Constructor for class sources.MaFrame
Creates new form MaFrame
MapAlgos - class sources.MapAlgos.
 
MapAlgos() - Constructor for class sources.MapAlgos
Creates new MapAlgos
MapColorer - interface sources.MapColorer.
This interface is a listener that mentiones changes in the map color function
MapEaser - class sources.MapEaser.
 
MapEaser(NetworkFrame) - Constructor for class sources.MapEaser
Creates new form MapEaser
MapFrame - class sources.MapFrame.
This Window contains a MapPanel to show Map Diagrams
MapFrame(LDataSet, GeoMap, CategorialVariable) - Constructor for class sources.MapFrame
Creates new form MapFrame
MapImage - class sources.MapImage.
This class represents an image file that can be imported into VanGogh
MapImage(Image, double, double, double, double, String) - Constructor for class sources.MapImage
Creates new MapImage
MapImageFrame - class sources.MapImageFrame.
This Window shows all available background images as a list
MapImageFrame(LDataSet) - Constructor for class sources.MapImageFrame
Creates new form MapImageFrame
MapLayer - class sources.MapLayer.
This class is responsible for drawing a map.
MapLayer(LDataSet, GeoMap, double, double, double, double) - Constructor for class sources.MapLayer
Creates new MapLayer
MapLayer(LDataSet, GeoMap, ContinuousVariable, CategorialVariable, double, double, double, double) - Constructor for class sources.MapLayer
 
MapPanel - class sources.MapPanel.
This panel describes a Map Diagram
MapPanel(LDataSet, GeoMap, CategorialVariable, JInternalFrame) - Constructor for class sources.MapPanel
Creates new form MapPanel
MapVarSelector - class sources.MapVarSelector.
This window is used to set the binding variables in a map
MapVarSelector(Frame, boolean, LDataSet, String, Point) - Constructor for class sources.MapVarSelector
Creates new form MapVarSelector
MarronDens - class sources.MarronDens.
This class is responsible for drawing a gaussian density estimation
MarronDens(LDataSet, int, float, int) - Constructor for class sources.MarronDens
Creates new MarronDens
MosaicPanel - class sources.MosaicPanel.
This panel describes a MosaicPlot
MosaicPanel(LDataSet, CategorialVariable[], JInternalFrame) - Constructor for class sources.MosaicPanel
Creates new form MosaicPanel ALT-S: Switch between MosaicPlot and Fluctuation-Diagram ALT-C: Change Variables
MosaicPlot - class sources.MosaicPlot.
This window shows a Mosaicplot
MosaicPlot(CategorialVariable[], LDataSet) - Constructor for class sources.MosaicPlot
Creates new form MosaicPlot
MosaicRect - class sources.MosaicRect.
This class represents a single rectangle inside a Mosaicplot
MosaicRect(int[], double, double, double, double) - Constructor for class sources.MosaicRect
Creates new MosaicRect
MyJList - class sources.MyJList.
This class implements a form of JList, where dnd problems were solved
MyJList(JToggleButton[]) - Constructor for class sources.MyJList
Creates new form MyJList
main(String[]) - Static method in class sources.AboutDialog
test main function
main(String[]) - Static method in class sources.GeoMap
 
main(String[]) - Static method in class sources.LDataSet
main-test function
main(String[]) - Static method in class sources.MapAlgos
 
main(String[]) - Static method in class sources.MapEaser
 
main(String[]) - Static method in class sources.MapImage
 
main(String[]) - Static method in class sources.MapVarSelector
 
main(String[]) - Static method in class sources.MosaicRect
 
main(String[]) - Static method in class sources.NetworkFrame
Main Function
main(String[]) - Static method in class sources.PropFrame
the main class
main(String[]) - Static method in class sources.Selectioner
Test main funcion
main(String[]) - Static method in class sources.TrafficWizard
 
main(String[]) - Static method in class sources.Utils
test
make(MouseEvent) - Method in class sources.MyJList
 
makeCat(Variable) - Static method in class sources.Utils
 
makeCont(Variable) - Static method in class sources.Utils
 
makeNAlgo() - Method in class sources.NetworkFrame
 
makeNPointMapAlgorithm(double, int, int) - Method in class sources.LDataSet
 
makeNonContinuousCartogram() - Method in class sources.LDataSet
 
map - Variable in class sources.LDataSet
 
map() - Method in class sources.NetworkFrame
 
mapColor - Variable in class sources.LDataSet
Map Color
mapColor - Variable in class sources.NetworkFrame
Map Color
mapColor - Variable in class sources.PropFrame
map Color
mapi - Variable in class sources.LDataSet
 
matmult(int[][], double[][], int, int, int) - Method in class sources.MarronDens
 
maxalpha - Variable in class sources.DensityEstimator
the maximum alpha value
mf - Variable in class sources.LDataSet
 
mif - Variable in class sources.LDataSet
 
mode - Variable in class sources.Layer
 
modus - Variable in class sources.DensityEstimator
the mode: COLORED,GROWING,SUNFLOWERS
mosaic() - Method in class sources.NetworkFrame
create a Mosaicplot
mouseEventToIndex(Component, Point) - Method in class sources.MyJList
 
moveTo(float, float) - Method in class sources.Path
 

N

NetworkFrame - class sources.NetworkFrame.
The main Application class.
NetworkFrame() - Constructor for class sources.NetworkFrame
Creates new form NetworkFrame
NetworkFrame(String) - Constructor for class sources.NetworkFrame
 
NodeLayer - class sources.NodeLayer.
A layer to paint nodes as bars.
NodeLayer(LDataSet, CategorialVariable, CategorialVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, double, double, double, double, int, int) - Constructor for class sources.NodeLayer
Creates new NodeLayer
NodeLayer2 - class sources.NodeLayer2.
A Layer to paint nodes as circles and rects.
NodeLayer2(LDataSet, CategorialVariable, CategorialVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, double, double, double, double, int, int) - Constructor for class sources.NodeLayer2
Creates new NodeLayer
NodeLayer2Test - class sources.NodeLayer2Test.
 
NodeLayer2Test(String) - Constructor for class sources.NodeLayer2Test
 
NodeLayer3 - class sources.NodeLayer3.
Deprecated: Not in use in this implementation of VanGogh
NodeLayer3(LDataSet, CategorialVariable, CategorialVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, CategorialVariable, double, double, double, double, int, int) - Constructor for class sources.NodeLayer3
Creates new NodeLayer
name - Variable in class sources.Variable
Name of this Variable
nearest(double, double) - Method in class sources.Poly2D
 
newVariableAdded() - Method in class sources.Selectioner
 
nonCol - Variable in class sources.Layer
Foreground Color

O

OrdinalVariable - class sources.OrdinalVariable.
Represents a Ordinal Variable (can be converted into a categorial or continuous Variable!!)
OrdinalVariable(int[], int, String, int) - Constructor for class sources.OrdinalVariable
Creates new OrdinalVariable
Overviewer - class sources.Overviewer.
This class represents the Overviewer, that shows visible areas of a plot
Overviewer(LDataSet) - Constructor for class sources.Overviewer
Creates new form Overviewer
op(String) - Method in class sources.NetworkFrame
 
open() - Method in class sources.NetworkFrame
Open a new DataSet
openDSFrame() - Method in class sources.LDataSet
 
openImageFrame() - Method in class sources.LDataSet
 
openMapFrame() - Method in class sources.LDataSet
 
openOverview() - Method in class sources.LDataSet
 
openVarFrames() - Method in class sources.NetworkFrame
opens the VarFrames
openWithoutDialog(String) - Method in class sources.NetworkFrame
 
openWithoutThread(String) - Method in class sources.NetworkFrame
 
options() - Method in class sources.NetworkFrame
shows options

P

PCPanel - class sources.PCPanel.
A panel that describes a Parallel Coordinates plot
PCPanel(LDataSet, Variable[], int[], JInternalFrame) - Constructor for class sources.PCPanel
Creates new form PCPanel
PCoords - class sources.PCoords.
The window that contains a PCPanel
PCoords(LDataSet, Variable[], int[]) - Constructor for class sources.PCoords
Creates new form PCoords
Path - class sources.Path.
A Path containing of straight lines that does not close
Path() - Constructor for class sources.Path
Creates new Path
PlotPanel - class sources.PlotPanel.
This is the superclass of all plots (Panels).
PlotPanel() - Constructor for class sources.PlotPanel
Creates new form PlotPanel
Poly2D - class sources.Poly2D.
Class for Representation of an Polygon in 2D
Poly2D(double[], double[]) - Constructor for class sources.Poly2D
Creates new Poly2D
Polynom - class sources.Polynom.
A class that represents a Polynom.
Polynom(double[]) - Constructor for class sources.Polynom
Creates new Polynom
PolynomialRegression - class sources.PolynomialRegression.
A class that makes a polynomial regression, not used in this version of VanGogh
PolynomialRegression(ContinuousVariable, ContinuousVariable, int) - Constructor for class sources.PolynomialRegression
Creates new PolynomialRegression
PrefsHandler - class sources.PrefsHandler.
A Class for MacSupport of the Preferences MenuItem
PrefsHandler(NetworkFrame) - Constructor for class sources.PrefsHandler
Creates new PrefsHandler
PreviewImage - class sources.PreviewImage.
 
PreviewImage(int) - Constructor for class sources.PreviewImage
Creates new form PreviewImage
ProgressFrame - class sources.ProgressFrame.
A Window that show progress of loading Datasets, Images and Maps
ProgressFrame(JFrame, String) - Constructor for class sources.ProgressFrame
Creates new form ProgressFrame
PropFrame - class sources.PropFrame.
A Dialog for specifying the user settings
PropFrame(NetworkFrame, Color, Color, Color, Color, String, String, String) - Constructor for class sources.PropFrame
Creates new form PropFrame
p - Variable in class sources.Polynom
 
paint(Graphics2D) - Method in class sources.Path
 
paint(Graphics) - Method in class sources.PlotPanel
 
paint(Graphics) - Method in class sources.PreviewImage
 
paint(Graphics) - Method in class sources.QueryDisplay
paint this QueryDisplay
paint2(Graphics) - Method in class sources.BarChartPanel
paints the barchart
paint2(Graphics) - Method in class sources.DotPlotPane
 
paint2(Graphics) - Method in class sources.FlowerPanel
paints the FlowerPanel
paint2(Graphics) - Method in class sources.HistoPanel
 
paint2(Graphics) - Method in class sources.MapPanel
 
paint2(Graphics) - Method in class sources.MosaicPanel
 
paint2(Graphics) - Method in class sources.PCPanel
 
paint2(Graphics) - Method in class sources.PlotPanel
 
paint2(Graphics) - Method in class sources.ScatterPanel
 
paint2(Graphics) - Method in class sources.SymmetryDiagramPanel
 
paint23(Graphics, Rectangle) - Method in class sources.DotPlotPane
paint on an image
paint23(Graphics, Rectangle) - Method in class sources.FlowerPanel
 
paint23(Graphics, Rectangle) - Method in class sources.MapPanel
 
paint23(Graphics, Rectangle) - Method in class sources.ScatterPanel
 
paint23(Graphics, Rectangle) - Method in class sources.SymmetryDiagramPanel
 
paint24(Graphics, Rectangle) - Method in class sources.ScatterPanel
 
paintArrow(int, int, int, int, float) - Static method in class sources.Utils
Paints an arrow
paintBar(int, int, int, int, float) - Static method in class sources.Utils
 
paintCubicArrow(int, int, int, int, int, int, int, int, float) - Static method in class sources.Utils
 
paintCurveArrow(int, int, int, int, int, int, float) - Static method in class sources.Utils
paints a curve arrow
paintDensity(Graphics, Rectangle) - Method in class sources.DensityEstimator
paint the density
paintDensity(Graphics, Rectangle) - Method in class sources.HexBinner
 
paintDensity(Graphics, Rectangle) - Method in class sources.MarronDens
 
paintDensity(Graphics, Rectangle) - Method in class sources.RectBinner
 
paintFlower(Graphics, int, int, int, int, int, Color) - Static method in class sources.DensityEstimator
paints a sunflower
paintHex(Graphics, int, int, int, Color) - Method in class sources.HexBinner
 
paintLayer(Graphics2D, boolean, Rectangle) - Method in class sources.FlowLayer
paints all Flows
paintLayer(Graphics2D, boolean, Rectangle) - Method in class sources.FlowLayer1Curves
paints the Layer
paintLayer(Graphics2D, boolean, Rectangle) - Method in class sources.FlowLayer2
paints the Layer
paintLayer(Graphics2D, boolean, Rectangle) - Method in class sources.FlowLayer2Curves
paints the Layer
paintLayer(Graphics2D, boolean, Rectangle) - Method in class sources.ImageLayer
paints the Layer
paintLayer(Graphics2D, boolean, Rectangle) - Method in class sources.Layer
paints the Layer
paintLayer(Graphics2D, boolean, Rectangle) - Method in class sources.MapLayer
paints the Layer
paintLayer(Graphics2D, boolean, Rectangle) - Method in class sources.NodeLayer
paints the Layer
paintLayer(Graphics2D, boolean, Rectangle) - Method in class sources.NodeLayer2
paints the Layer
paintLayer(Graphics2D, boolean, Rectangle) - Method in class sources.NodeLayer3
paints the Layer
paintSmooth(Graphics) - Method in class sources.PolynomialRegression
 
paintSmooth(Graphics) - Method in class sources.Regression
 
paintSmooth(Graphics) - Method in class sources.Smoothing
Paints the Smoothing
paintVertString(Graphics, int, int, String) - Static method in class sources.Utils
paints a string vetically
pan2 - Variable in class sources.SavePrintIntFrame
 
prepare() - Method in class sources.CategorialVariable
prepares this variable
prepareFlowLayer() - Method in class sources.FlowerPanel
 
prepareMapImageLayer() - Method in class sources.FlowerPanel
 
prepareMapLayer() - Method in class sources.FlowerPanel
 
prepareMinMax() - Method in class sources.FlowerPanel
 
prepareNodeLayer() - Method in class sources.FlowerPanel
 
print(String) - Method in class sources.ErroerStream
 
print() - Method in class sources.LDataSet
print the currently selected window
print() - Method in class sources.NetworkFrame
Prints the currently selected JInternalFrame
print() - Method in class sources.SavePrintIntFrame
prints the contents of the ScrollPane Viewport
print(Graphics, PageFormat, int) - Method in class sources.SavePrintIntFrame
overrides Printable print
print1(Object) - Method in class sources.ErroerStream
 
println(String) - Method in class sources.ErroerStream
 
println() - Method in class sources.ErroerStream
 
println1(Object) - Method in class sources.ErroerStream
 
process() - Method in class sources.TrafficWizard
 
processAction(String, Object[], int[], double[], SelectionListener) - Method in class sources.Selectioner
Called if an action was performed
prop - Variable in class sources.NetworkFrame
the properties file
punktgr - Variable in class sources.DensityEstimator
the point size/ binning size

Q

QueryDisplay - class sources.QueryDisplay.
A class that describes the display that pops up, if the user performes a query
QueryDisplay(int, int, JComponent, String[], Color, String) - Constructor for class sources.QueryDisplay
Creates new QueryDisplay
QueryDisplay(int, int, JComponent, String[], Color) - Constructor for class sources.QueryDisplay
creates a new QueryDisplay
QueryDisplay(int, int, JComponent, String[], Color, JComponent[]) - Constructor for class sources.QueryDisplay
creates a new QueryDisplay
queryCursor - Variable in class sources.LDataSet
 
quicksort1(int, int, int[], int[], boolean) - Static method in class sources.Utils
Quicksort Algorithm for int
quicksort2(int, int, double[], int[], boolean) - Static method in class sources.Utils
Quicksort Algorithm for double
quicksort3(int, int, String[], int[], boolean) - Static method in class sources.Utils
Quicksort Algorithm for String
quit() - Method in class sources.NetworkFrame
quit the program

R

RectBinner - class sources.RectBinner.
A class that is responsible for creating and drawing rectangular binning
RectBinner(LDataSet, int, int, int) - Constructor for class sources.RectBinner
Creates new RectBinner
Regression - class sources.Regression.
Class that draws a regression line, not supported in this version of VanGogh
Regression(LDataSet) - Constructor for class sources.Regression
Creates new Regression
Regression() - Constructor for class sources.Regression
 
redo() - Method in class sources.NetworkFrame
redo the last action
redo() - Method in class sources.Overviewer
 
redo() - Method in class sources.Selectioner
redo last action
redoposs() - Method in class sources.Selectioner
 
registerListeners() - Method in class sources.NetworkFrame
 
removeSelectionListener(SelectionListener) - Method in class sources.Selectioner
removes a SelectionListener
removeVariable(int) - Method in class sources.LDataSet
 
repaint() - Method in class sources.PlotPanel
 
resized() - Method in class sources.BarChartPanel
called if the Component has resized
resized() - Method in class sources.DotPlotPane
the form was resized
resized() - Method in class sources.FlowerPanel
called, if component was resized
resized() - Method in class sources.HistoPanel
called, if the component has resized
resized() - Method in class sources.MapPanel
 
resized() - Method in class sources.MosaicPanel
 
resized() - Method in class sources.PCPanel
called if the Component has resized
resized() - Method in class sources.PlotPanel
 
resized() - Method in class sources.ScatterPanel
 
resized() - Method in class sources.SymmetryDiagramPanel
 
retCombo() - Method in class sources.NetworkFrame
 
round(double, double) - Static method in class sources.Utils
rounds a double

S

SUNFLOWERS - Static variable in class sources.DensityEstimator
Sunflowers as bins
SavePrintIntFrame - class sources.SavePrintIntFrame.
A Superclass Frame for all JInternalFrames that are allowed to be added to this application.
SavePrintIntFrame(JPEGSaver, String, LDataSet) - Constructor for class sources.SavePrintIntFrame
Creates new form SavePrintIntFrame
ScatterPanel - class sources.ScatterPanel.
A panel that describes a Scatterplot
ScatterPanel(LDataSet, ContinuousVariable, ContinuousVariable, JInternalFrame) - Constructor for class sources.ScatterPanel
Creates new form ScatterPanel
ScatterPlot - class sources.ScatterPlot.
The window that shows the Scatterplot
ScatterPlot(LDataSet, ContinuousVariable, ContinuousVariable) - Constructor for class sources.ScatterPlot
Creates new form ScatterPlot
SelectionListener - interface sources.SelectionListener.
Interface for all classes that need to react on changes in the selection
Selectioner - class sources.Selectioner.
Class for selection and sorting
Selectioner(int, LDataSet) - Constructor for class sources.Selectioner
Creates new Selectioner
Smoothing - class sources.Smoothing.
A superclass for all classes that wants to draw density estimations
Smoothing() - Constructor for class sources.Smoothing
 
SortFeld - class sources.SortFeld.
A class for Sorting (with this, only the integer array will be sorted!)
SortFeld(int, int) - Constructor for class sources.SortFeld
Creates new SortFeld
Sortable - interface sources.Sortable.
Interface of classe that support sorting
SymmetryDiagram - class sources.SymmetryDiagram.
The window that shows the SymmDiagram
SymmetryDiagram(LDataSet, CategorialVariable, CategorialVariable) - Constructor for class sources.SymmetryDiagram
Creates new form SymmetryDiagram
SymmetryDiagramPanel - class sources.SymmetryDiagramPanel.
A panel that describes and draws SymmDiagrams
SymmetryDiagramPanel(LDataSet, CategorialVariable, CategorialVariable, JInternalFrame) - Constructor for class sources.SymmetryDiagramPanel
Creates new form SymmetryDiagramPanel
sav - Variable in class sources.SavePrintIntFrame
a JPEGSaver
save(JFrame) - Method in class sources.LDataSet
save the currently selected window
save() - Method in class sources.NetworkFrame
Save a frame as jpg
save() - Method in class sources.SavePrintIntFrame
saves the contents of the ScrollPane Viewport
save(boolean) - Method in class sources.VarFrame
Saves the Variable in Strings
saveImageAsJPEG(BufferedImage, float, String) - Static method in class sources.JPEGSaver
Save image as jpg
saveMap(String) - Method in class sources.GeoMap
 
savePoly(String) - Method in class sources.Poly2D
 
scatterplot() - Method in class sources.NetworkFrame
create a Scatterplot
selCol - Variable in class sources.Layer
Selection Color
selColor - Variable in class sources.LDataSet
Selection Color
selColor - Variable in class sources.NetworkFrame
Selection Color
selColor - Variable in class sources.PropFrame
selection Color
selCursor - Variable in class sources.LDataSet
 
selectAll() - Method in class sources.LDataSet
 
selectionChanged(ListSelectionEvent) - Method in class sources.BarChartPanel
Called, if the Selection has changed
selectionChanged(ListSelectionEvent) - Method in class sources.DataSetFrame
called if the selection has changed
selectionChanged(ListSelectionEvent) - Method in class sources.DotPlotPane
Called, if the Selection has changed
selectionChanged(ListSelectionEvent) - Method in class sources.FlowerPanel
called, if the selection has changed
selectionChanged(ListSelectionEvent) - Method in class sources.HistoPanel
Called, if the Selection has changed
selectionChanged(ListSelectionEvent) - Method in class sources.MapPanel
called if the selection has changed
selectionChanged(ListSelectionEvent) - Method in class sources.MosaicPanel
called if the selection has changed
selectionChanged(ListSelectionEvent) - Method in class sources.PCPanel
called if the selection has changed
selectionChanged(ListSelectionEvent) - Method in class sources.ScatterPanel
called if the selection has changed
selectionChanged(ListSelectionEvent) - Method in interface sources.SelectionListener
called if the selection has changed
selectionChanged(ListSelectionEvent) - Method in class sources.SymmetryDiagramPanel
called if the selection has changed
selectionChanged(ListSelectionEvent) - Method in class sources.VarFrame
called if the selection has changed
selectionState - Variable in class sources.LDataSet
SelectionState
setAllSelected() - Method in class sources.Selectioner
 
setAlpha(int) - Method in class sources.DensityEstimator
sets the maximal alpha value
setBase(double) - Method in class sources.MapLayer
Setter for property base.
setBinning(int) - Method in class sources.DensityEstimator
sets the binning algorithm
setContOrdNames(LDataSet, int) - Static method in class sources.LDataSet
 
setDescription(String) - Method in class sources.ExampleFileFilter
Sets the human readable description of this filter.
setExtensionListInDescription(boolean) - Method in class sources.ExampleFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFore(int) - Method in class sources.NetworkFrame
sets the Buttons for switching between different Desktops
setForegroundColor(Color) - Method in class sources.Layer
Sets the Foreground Color
setGen(int) - Method in class sources.ContinuousVariable
Set the number of characters to show
setHeight(double) - Method in class sources.MapImage
Setter for property height.
setImage(Image) - Method in class sources.MapImage
Setter for property image.
setLAF(String) - Method in class sources.NetworkFrame
 
setMap(String) - Method in class sources.DataSetFrame
sets the map for the dataset
setMode(int) - Method in class sources.Layer
Setter for property mode.
setN(String) - Method in class sources.GeoMap
Setter for property n.
setName(String) - Method in class sources.MapImage
Setter for property name.
setNonSelected(int) - Method in class sources.Selectioner
sets a case to be not selected
setOnly(boolean) - Method in class sources.FlowLayer
Setter for property only.
setOnly(boolean) - Method in class sources.FlowLayer1Curves
Setter for property only.
setOnly(boolean) - Method in class sources.FlowLayer2
Setter for property only.
setOnly(boolean) - Method in class sources.FlowLayer2Curves
Setter for property only.
setOnly(boolean) - Method in class sources.ImageLayer
Setter for property only.
setOnly(boolean) - Method in class sources.Layer
Setter for property only.
setOnly(boolean) - Method in class sources.MapLayer
Setter for property only.
setOnly(boolean) - Method in class sources.NodeLayer
Setter for property only.
setOnly(boolean) - Method in class sources.NodeLayer2
Setter for property only.
setOnly(boolean) - Method in class sources.NodeLayer3
Setter for property only.
setOver() - Method in class sources.LDataSet
 
setPointPainter(int) - Method in class sources.DensityEstimator
set the mod
setProperties(Color, Color, Color, Color, String, String) - Method in class sources.LDataSet
Sets the Properties for this LDataSet
setProps(Color, Color, Color, Color, String, String, String, String) - Method in class sources.NetworkFrame
set the Properties
setRects(Rectangle[], PlotPanel) - Method in class sources.Overviewer
 
setSelContVar(int) - Method in class sources.LDataSet
 
setSelected(int) - Method in class sources.Selectioner
sets a case to be selected
setSelection(boolean[]) - Method in class sources.Selectioner
sets the selection to the specified array
setSelection(int[]) - Method in class sources.Selectioner
sets the selection to the specified array
setSelectionColor(Color) - Method in class sources.Layer
Sets the Selection Color
setSelectionState(int) - Method in class sources.LDataSet
 
setSortFeld(SortFeld) - Method in class sources.Selectioner
sets the sort array
setThingsEnabled() - Method in class sources.NetworkFrame
 
setToggle() - Method in class sources.NetworkFrame
 
setUndoable() - Method in class sources.NetworkFrame
 
setVisiblePoint(Point) - Method in class sources.PlotPanel
 
setWidth(double) - Method in class sources.MapImage
Setter for property width.
setX(double) - Method in class sources.MapImage
Setter for property x.
setY(double) - Method in class sources.MapImage
Setter for property y.
setactualCursor(int) - Method in class sources.LDataSet
 
showBarcharts() - Method in class sources.LDataSet
 
showConfiAdder() - Method in class sources.BarChartPanel
show a dialog for adding confidence intervals
showConfiAdder() - Method in class sources.HistoPanel
 
showDotPlots() - Method in class sources.LDataSet
 
showGAdder() - Method in class sources.FlowerPanel
 
showHistograms() - Method in class sources.LDataSet
 
showInfo(MouseEvent) - Method in class sources.BarChartPanel
called on querying
showInfo(MouseEvent) - Method in class sources.DataSetFrame
called, if querying was performed
showInfo(MouseEvent) - Method in class sources.DotPlotPane
called, if querying was performed
showInfo(MouseEvent) - Method in class sources.FlowerPanel
called, if querying was performed
showInfo(MouseEvent) - Method in class sources.HistoPanel
 
showInfo(MouseEvent) - Method in class sources.MaFrame
called, if querying was performed
showInfo(MouseEvent) - Method in class sources.MapImageFrame
called, if querying was performed
showInfo(MouseEvent) - Method in class sources.MapPanel
 
showInfo(MouseEvent) - Method in class sources.MosaicPanel
 
showInfo(MouseEvent) - Method in class sources.PCPanel
 
showInfo(MouseEvent) - Method in class sources.ScatterPanel
 
showInfo(MouseEvent) - Method in class sources.SymmetryDiagramPanel
 
showMapCol() - Method in class sources.MapPanel
 
showMosaic() - Method in class sources.LDataSet
 
showPC() - Method in class sources.LDataSet
 
showProperties() - Method in class sources.NetworkFrame
Show the PropertyFrame
showScatterPlot() - Method in class sources.LDataSet
 
showSymDiagrams() - Method in class sources.LDataSet
 
showTransAdder() - Method in class sources.FlowerPanel
 
showWAdder() - Method in class sources.BarChartPanel
show a dialog for adding a weight variable
showWAdder() - Method in class sources.DotPlotPane
 
showWAdder() - Method in class sources.FlowerPanel
 
showWAdder() - Method in class sources.HistoPanel
 
showWAdder() - Method in class sources.MapPanel
 
showWAdder() - Method in class sources.MosaicPanel
show a dialog for adding a weight variable
showWAdder() - Method in class sources.PCPanel
 
showWAdder() - Method in class sources.ScatterPanel
 
showWAdder() - Method in class sources.SymmetryDiagramPanel
show a dialog for adding a weight variable
showan(MouseEvent) - Method in class sources.HistoPanel
 
showh(MouseEvent) - Method in class sources.HistoPanel
 
showmaps() - Method in class sources.LDataSet
 
sign(double) - Method in class sources.MarronDens
 
sizex - Variable in class sources.DensityEstimator
the size of bins in x direction
sizey - Variable in class sources.DensityEstimator
the size of bins in y direction
sort(boolean) - Method in class sources.BarChart
Sorts the barchart
sort(boolean) - Method in class sources.BarChartPanel
sort the bars via selection
sort(boolean) - Method in class sources.LDataSet
Sorts all visible variables
sort(boolean) - Method in class sources.NetworkFrame
sorts
sort(boolean) - Method in class sources.PCPanel
called if sorting was performed
sort(Variable, boolean) - Method in class sources.Selectioner
sort a Variable
sort(boolean) - Method in interface sources.Sortable
called if sorting was performed
sortMean() - Method in class sources.PCPanel
 
sortMedian() - Method in class sources.PCPanel
 
sortStd() - Method in class sources.PCPanel
 
sortingChanged(int) - Method in class sources.BarChartPanel
called if the a sorting was performed
sortingChanged(int) - Method in class sources.DataSetFrame
called if the a sorting was performed
sortingChanged(int) - Method in class sources.DotPlotPane
called if the a sorting was performed
sortingChanged(int) - Method in class sources.FlowerPanel
called if the a sorting was performed
sortingChanged(int) - Method in class sources.HistoPanel
called if the a sorting was performed
sortingChanged(int) - Method in class sources.MapPanel
called if the a sorting was performed
sortingChanged(int) - Method in class sources.MosaicPanel
called if the a sorting was performed
sortingChanged(int) - Method in class sources.PCPanel
called if the a sorting was performed
sortingChanged(int) - Method in class sources.ScatterPanel
called if the a sorting was performed
sortingChanged(int) - Method in interface sources.SelectionListener
called if the a sorting was performed
sortingChanged(int) - Method in class sources.SymmetryDiagramPanel
called if the a sorting was performed
sortingChanged(int) - Method in class sources.VarFrame
called if sorting has been performed
sources - package sources
 
startDrag(Point) - Method in class sources.BarChartPanel
Starts the dragging
startDrag(Point) - Method in class sources.DotPlotPane
 
startDrag(Point) - Method in class sources.FlowerPanel
 
startDrag(Point) - Method in class sources.HistoPanel
 
startDrag(Point) - Method in class sources.MapPanel
 
startDrag(Point) - Method in class sources.MosaicPanel
 
startDrag(Point) - Method in class sources.PCPanel
 
startDrag(Point) - Method in class sources.PlotPanel
 
startDrag(Point) - Method in class sources.ScatterPanel
 
startDrag(Point) - Method in class sources.SymmetryDiagramPanel
 
startDragA(Point) - Method in class sources.HistoPanel
 
startDragH(Point) - Method in class sources.HistoPanel
 
startDragR(Point) - Method in class sources.BarChartPanel
called if selection dragging starts
startDragR(Point) - Method in class sources.DotPlotPane
starts the dragging
startDragR(Point) - Method in class sources.FlowerPanel
start dragging
startDragR(Point) - Method in class sources.HistoPanel
 
startDragR(Point) - Method in class sources.MapPanel
 
startDragR(Point) - Method in class sources.MosaicPanel
 
startDragR(Point) - Method in class sources.PCPanel
called if selection dragging starts
startDragR(Point) - Method in class sources.ScatterPanel
 
startDragR(Point) - Method in class sources.SymmetryDiagramPanel
start dragging
startDragS(Point) - Method in class sources.BarChartPanel
called if rearrange dragging starts
startDragS(Point, int) - Method in class sources.PCPanel
called if selection dragging starts
startProgress() - Method in class sources.NetworkFrame
 
startProgress(String) - Method in class sources.NetworkFrame
 
suite() - Static method in class sources.NodeLayer2Test
 
swap() - Method in class sources.BarChartPanel
switch between barchart and spineplot
swap() - Method in class sources.DotPlotPane
swaps the axis
swap() - Method in class sources.ScatterPanel
 
swap() - Method in class sources.SymmetryDiagramPanel
swaps the axis
swap(int, int, int[]) - Static method in class sources.Utils
help function for quicksort
switchd() - Method in class sources.MosaicPanel
 
switchto1() - Method in class sources.NetworkFrame
Switch to Desktop 1
switchto2() - Method in class sources.NetworkFrame
Switch to Desktop 2
switchto3() - Method in class sources.NetworkFrame
Switch to Desktop 3
switchto4() - Method in class sources.NetworkFrame
Switch to Desktop 4

T

TextSaver - class sources.TextSaver.
A class to save Strings
TextSaver(String[], JFrame, File) - Constructor for class sources.TextSaver
Creates new TextSaver and saves the String array
TrafficWizard - class sources.TrafficWizard.
The Wizard Window that supports the user in opening traffic datasets
TrafficWizard(NetworkFrame, boolean) - Constructor for class sources.TrafficWizard
Creates new form TrafficWizard
TransferPointAdder - class sources.TransferPointAdder.
This Window is for specifying transfer points in Flow Diagrams
TransferPointAdder(LDataSet, SelectionListener, ContinuousVariable, ContinuousVariable, ContinuousVariable, ContinuousVariable, Point) - Constructor for class sources.TransferPointAdder
Creates new form TransferPointAdder
testChangeBinheight() - Method in class sources.NodeLayer2Test
Test of changeBinheight method, of class sources.NodeLayer2.
testChangeMaxBinheight() - Method in class sources.NodeLayer2Test
Test of changeMaxBinheight method, of class sources.NodeLayer2.
testCreatePolygons() - Method in class sources.NodeLayer2Test
Test of createPolygons method, of class sources.NodeLayer2.
testCreateValues() - Method in class sources.NodeLayer2Test
Test of createValues method, of class sources.NodeLayer2.
testGetObjectAtKoord() - Method in class sources.NodeLayer2Test
Test of getObjectAtKoord method, of class sources.NodeLayer2.
testGetObjectsUnderRect() - Method in class sources.NodeLayer2Test
Test of getObjectsUnderRect method, of class sources.NodeLayer2.
testIsOnly() - Method in class sources.NodeLayer2Test
Test of isOnly method, of class sources.NodeLayer2.
testPaintLayer() - Method in class sources.NodeLayer2Test
Test of paintLayer method, of class sources.NodeLayer2.
testSetOnly() - Method in class sources.NodeLayer2Test
Test of setOnly method, of class sources.NodeLayer2.
to - Variable in class sources.AbstractFlow
number of category of target variable
toString() - Method in class sources.Selectioner
retruns a textual Representation of this Selectioner
toggle() - Method in class sources.Selectioner
toggles the selection
truncTo(String, int) - Static method in class sources.Utils
truncs a String
trunctoafterComma(double, int) - Static method in class sources.Utils
truncates a double value

U

Utils - class sources.Utils.
A class with static utility functions
Utils() - Constructor for class sources.Utils
Creates new Utils
undo() - Method in class sources.NetworkFrame
undo the last action
undo() - Method in class sources.Selectioner
undo last action
undoposs() - Method in class sources.Selectioner
 
undoupdate3(int) - Method in class sources.Selectioner
Update if undo action was performed
unregisterListeners() - Method in class sources.NetworkFrame
 
upd() - Method in class sources.MaFrame
 
upd() - Method in class sources.MapImageFrame
 
updLabels() - Method in class sources.NetworkFrame
 
updatefast() - Method in class sources.NetworkFrame
 

V

VERSION - Variable in class sources.AboutDialog
 
VarFrame - class sources.VarFrame.
Class that shows a Variable as a list
VarFrame(Variable, LDataSet) - Constructor for class sources.VarFrame
Creates new form VarFrame
Variable - class sources.Variable.
A superclass that represents a Variable
Variable() - Constructor for class sources.Variable
Creates new Variable
varFramesopen() - Method in class sources.LDataSet
Open JInternalFrames for all selected Variables
variableRemoved(int) - Method in class sources.Selectioner
 

W

WeightVarAdder - class sources.WeightVarAdder.
This wWindow is for specifying weight variables
WeightVarAdder(LDataSet, SelectionListener, ContinuousVariable, Point) - Constructor for class sources.WeightVarAdder
Creates new form WeightVarAdder
w - Variable in class sources.MosaicRect
 
weights - Variable in class sources.AbstractFlow
weight values connected to this flow
weiter - Variable in class sources.ProgressFrame
 

X

x - Variable in class sources.MosaicRect
 
xf - Variable in class sources.AbstractFlow
x-coordinate of the source of this flow
xp - Variable in class sources.MosaicRect
 
xt - Variable in class sources.AbstractFlow
x-coordinate of the target of this flow

Y

y - Variable in class sources.MosaicRect
 
yf - Variable in class sources.AbstractFlow
y-coordinate of the source of this flow
yp - Variable in class sources.MosaicRect
 
yt - Variable in class sources.AbstractFlow
y-coordinate of the target of this flow

Z

Zoomable - interface sources.Zoomable.
Interface implemented by classes that support zooming
zoomIn(MouseEvent) - Method in class sources.BarChartPanel
zoom out
zoomIn(MouseEvent) - Method in class sources.DotPlotPane
zoom in
zoomIn() - Method in class sources.FlowerFrame
zoom in
zoomIn(MouseEvent) - Method in class sources.HistoPanel
zoom in
zoomIn() - Method in class sources.NetworkFrame
 
zoomIn(MouseEvent) - Method in class sources.PlotPanel
zoom in
zoomIn() - Method in class sources.PlotPanel
 
zoomIn(MouseEvent) - Method in interface sources.Zoomable
zoom in
zoomIn() - Method in interface sources.Zoomable
zoom in
zoomInCursor - Variable in class sources.LDataSet
 
zoomOut(MouseEvent) - Method in class sources.BarChartPanel
zoom out
zoomOut(MouseEvent) - Method in class sources.DotPlotPane
zoom out
zoomOut() - Method in class sources.FlowerFrame
Zooms out
zoomOut(MouseEvent) - Method in class sources.HistoPanel
zoom out
zoomOut() - Method in class sources.NetworkFrame
 
zoomOut(MouseEvent) - Method in class sources.PlotPanel
zoom out
zoomOut() - Method in class sources.PlotPanel
 
zoomOut(MouseEvent) - Method in interface sources.Zoomable
zoom out
zoomOut() - Method in interface sources.Zoomable
zoom out
zoomOutCursor - Variable in class sources.LDataSet
 

A B C D E F G H I J L M N O P Q R S T U V W X Y Z