|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
weka.gui.beans.DataVisualizer
weka.gui.beans.ScatterPlotMatrix
public class ScatterPlotMatrix
Bean that encapsulates weka.gui.visualize.MatrixPanel for displaying a scatter plot matrix.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
ScatterPlotMatrix()
|
|
| Method Summary | |
|---|---|
boolean |
acceptsInstances()
Returns true if this perspective accepts instances |
Icon |
getPerspectiveIcon()
Get the icon for this perspective. |
String |
getPerspectiveTipText()
Get the tool tip text for this perspective. |
String |
getPerspectiveTitle()
Get the title of this perspective |
String |
globalInfo()
Global info for this bean |
static void |
main(String[] args)
|
void |
performRequest(String request)
Perform a named user request |
void |
setActive(boolean active)
Set active status of this perspective. |
void |
setInstances(Instances inst)
Set instances for this bean. |
void |
setLoaded(boolean loaded)
Set whether this perspective is "loaded" - i.e. |
void |
setMainKFPerspective(KnowledgeFlowApp.MainKFPerspective main)
Set a reference to the main KnowledgeFlow perspective - i.e. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScatterPlotMatrix()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class DataVisualizerString value
public void setInstances(Instances inst)
throws Exception
setInstances in interface KnowledgeFlowApp.KFPerspectivesetInstances in class DataVisualizerinst - an Instances value
Exception - if an error occurspublic boolean acceptsInstances()
acceptsInstances in interface KnowledgeFlowApp.KFPerspectivepublic String getPerspectiveTitle()
getPerspectiveTitle in interface KnowledgeFlowApp.KFPerspectivepublic String getPerspectiveTipText()
getPerspectiveTipText in interface KnowledgeFlowApp.KFPerspectivepublic Icon getPerspectiveIcon()
getPerspectiveIcon in interface KnowledgeFlowApp.KFPerspectivepublic void setActive(boolean active)
setActive in interface KnowledgeFlowApp.KFPerspectiveactive - true if this perspective is the active onepublic void setLoaded(boolean loaded)
setLoaded in interface KnowledgeFlowApp.KFPerspectiveloaded - true if the perspective is available in
the perspective toolbar of the KnowledgeFlowpublic void setMainKFPerspective(KnowledgeFlowApp.MainKFPerspective main)
setMainKFPerspective in interface KnowledgeFlowApp.KFPerspectivemain - the main KnowledgeFlow perspective.public void performRequest(String request)
performRequest in interface UserRequestAcceptorperformRequest in class DataVisualizerrequest - a string containing the name of the request to perform
IllegalArgumentException - if request is not supportedpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||