MOA 12.03
Real Time Analytics for Data Streams
moa.gui.visualization.StreamPanel Class Reference
Inheritance diagram for moa.gui.visualization.StreamPanel:
Collaboration diagram for moa.gui.visualization.StreamPanel:

List of all members.

Classes

class  pointCanvasPanel

Public Member Functions

 StreamPanel ()
 Creates new form StreamPanel.
void drawMicroClustering (Clustering clustering, Color color)
void drawMacroClustering (Clustering clustering, Color color)
void drawGTClustering (Clustering clustering, Color color)
void setMicroLayerVisibility (boolean visibility)
void setMacroLayerVisibility (boolean visibility)
void setGroundTruthLayerVisibility (boolean visibility)
void setPointVisibility (boolean visibility)
void drawPoint (DataPoint point)
void applyDrawDecay (float factor)
void screenshot (String filename, boolean svg, boolean png)
ClusterPanel getHighlightedClusterPanel ()
void setHighlightedClusterPanel (ClusterPanel clusterpanel)
void setZoom (int x, int y, int zoom_delta, JScrollPane scrollPane)
int getActiveXDim ()
void setActiveXDim (int activeXDim)
int getActiveYDim ()
void setActiveYDim (int activeYDim)
void componentHidden (ComponentEvent e)
void componentMoved (ComponentEvent e)
void componentResized (ComponentEvent e)
void componentShown (ComponentEvent e)

Package Functions

void drawPointPanels (ArrayList< DataPoint > points, int timestamp, double decay_rate, double decay_threshold)

Detailed Description

Definition at line 48 of file StreamPanel.java.


Constructor & Destructor Documentation

moa.gui.visualization.StreamPanel.StreamPanel ( )

Creates new form StreamPanel.

Definition at line 87 of file StreamPanel.java.


Member Function Documentation

void moa.gui.visualization.StreamPanel.applyDrawDecay ( float  factor)

Definition at line 195 of file StreamPanel.java.

Referenced by moa.gui.visualization.RunVisualizer.runVisual().

Here is the call graph for this function:

Here is the caller graph for this function:

void moa.gui.visualization.StreamPanel.componentHidden ( ComponentEvent  e)

Definition at line 372 of file StreamPanel.java.

void moa.gui.visualization.StreamPanel.componentMoved ( ComponentEvent  e)

Definition at line 375 of file StreamPanel.java.

void moa.gui.visualization.StreamPanel.componentResized ( ComponentEvent  e)

Definition at line 378 of file StreamPanel.java.

Here is the call graph for this function:

void moa.gui.visualization.StreamPanel.componentShown ( ComponentEvent  e)

Definition at line 399 of file StreamPanel.java.

void moa.gui.visualization.StreamPanel.drawGTClustering ( Clustering  clustering,
Color  color 
)

Definition at line 126 of file StreamPanel.java.

Referenced by moa.gui.visualization.RunVisualizer.drawClusterings().

Here is the caller graph for this function:

void moa.gui.visualization.StreamPanel.drawMacroClustering ( Clustering  clustering,
Color  color 
)

Definition at line 123 of file StreamPanel.java.

Referenced by moa.gui.visualization.RunVisualizer.drawClusterings().

Here is the caller graph for this function:

void moa.gui.visualization.StreamPanel.drawMicroClustering ( Clustering  clustering,
Color  color 
)

Definition at line 119 of file StreamPanel.java.

Referenced by moa.gui.visualization.RunVisualizer.drawClusterings().

Here is the caller graph for this function:

void moa.gui.visualization.StreamPanel.drawPoint ( DataPoint  point)

Definition at line 156 of file StreamPanel.java.

Referenced by moa.gui.visualization.RunVisualizer.runVisual().

Here is the call graph for this function:

Here is the caller graph for this function:

void moa.gui.visualization.StreamPanel.drawPointPanels ( ArrayList< DataPoint points,
int  timestamp,
double  decay_rate,
double  decay_threshold 
) [package]

Definition at line 146 of file StreamPanel.java.

Referenced by moa.gui.visualization.RunVisualizer.runVisual().

Here is the call graph for this function:

Here is the caller graph for this function:

int moa.gui.visualization.StreamPanel.getActiveXDim ( )
int moa.gui.visualization.StreamPanel.getActiveYDim ( )
ClusterPanel moa.gui.visualization.StreamPanel.getHighlightedClusterPanel ( )

Definition at line 287 of file StreamPanel.java.

void moa.gui.visualization.StreamPanel.screenshot ( String  filename,
boolean  svg,
boolean  png 
)

Definition at line 225 of file StreamPanel.java.

Here is the call graph for this function:

void moa.gui.visualization.StreamPanel.setActiveXDim ( int  activeXDim)

Definition at line 319 of file StreamPanel.java.

void moa.gui.visualization.StreamPanel.setActiveYDim ( int  activeYDim)

Definition at line 327 of file StreamPanel.java.

void moa.gui.visualization.StreamPanel.setGroundTruthLayerVisibility ( boolean  visibility)

Definition at line 136 of file StreamPanel.java.

Referenced by moa.gui.visualization.RunVisualizer.setGroundTruthVisibility().

Here is the caller graph for this function:

void moa.gui.visualization.StreamPanel.setHighlightedClusterPanel ( ClusterPanel  clusterpanel)

Definition at line 291 of file StreamPanel.java.

void moa.gui.visualization.StreamPanel.setMacroLayerVisibility ( boolean  visibility)

Definition at line 133 of file StreamPanel.java.

Referenced by moa.gui.visualization.RunVisualizer.setMacroVisibility().

Here is the caller graph for this function:

void moa.gui.visualization.StreamPanel.setMicroLayerVisibility ( boolean  visibility)

Definition at line 130 of file StreamPanel.java.

Referenced by moa.gui.visualization.RunVisualizer.setMicroLayerVisibility().

Here is the caller graph for this function:

void moa.gui.visualization.StreamPanel.setPointVisibility ( boolean  visibility)

Definition at line 139 of file StreamPanel.java.

Referenced by moa.gui.visualization.RunVisualizer.setPointLayerVisibility().

Here is the caller graph for this function:

void moa.gui.visualization.StreamPanel.setZoom ( int  x,
int  y,
int  zoom_delta,
JScrollPane  scrollPane 
)

Definition at line 296 of file StreamPanel.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations