-
m_placer
weka.gui.treevisualizer.NodePlace m_placer
The placement algorithm for the Node structure.
-
m_topNode
weka.gui.treevisualizer.Node m_topNode
The top Node.
-
m_viewPos
java.awt.Dimension m_viewPos
The postion of the view relative to the tree.
-
m_viewSize
java.awt.Dimension m_viewSize
The size of the tree in pixels.
-
m_currentFont
java.awt.Font m_currentFont
The font used to display the tree.
-
m_fontSize
java.awt.FontMetrics m_fontSize
The size information for the current font.
-
m_numNodes
int m_numNodes
The number of Nodes in the tree.
-
m_numLevels
int m_numLevels
The number of levels in the tree.
-
m_nodes
org.processmining.variantfinder.renderers.TreeVisualizer.NodeInfo[] m_nodes
An array with the Nodes sorted into it and display information about the
Nodes.
-
m_edges
org.processmining.variantfinder.renderers.TreeVisualizer.EdgeInfo[] m_edges
An array with the Edges sorted into it and display information about the
Edges.
-
m_frameLimiter
javax.swing.Timer m_frameLimiter
A timer to keep the frame rate constant.
-
m_mouseState
int m_mouseState
Describes the action the user is performing.
-
m_oldMousePos
java.awt.Dimension m_oldMousePos
A variable used to tag the start pos of a user action.
-
m_newMousePos
java.awt.Dimension m_newMousePos
A variable used to tag the most current point of a user action.
-
m_clickAvailable
boolean m_clickAvailable
A variable used to determine for the clicked method if any other mouse
state has already taken place.
-
m_nViewPos
java.awt.Dimension m_nViewPos
A variable used to remember the desired view pos.
-
m_nViewSize
java.awt.Dimension m_nViewSize
A variable used to remember the desired tree size.
-
m_scaling
int m_scaling
The number of frames left to calculate.
-
m_winMenu
javax.swing.JPopupMenu m_winMenu
A right (or middle) click popup menu.
-
m_topN
javax.swing.JMenuItem m_topN
An option on the win_menu
-
m_fitToScreen
javax.swing.JMenuItem m_fitToScreen
An option on the win_menu
-
m_autoScale
javax.swing.JMenuItem m_autoScale
An option on the win_menu
-
m_selectFont
javax.swing.JMenu m_selectFont
A sub group on the win_menu
-
m_selectFontGroup
javax.swing.ButtonGroup m_selectFontGroup
A grouping for the font choices
-
m_size24
javax.swing.JRadioButtonMenuItem m_size24
A font choice.
-
m_size22
javax.swing.JRadioButtonMenuItem m_size22
A font choice.
-
m_size20
javax.swing.JRadioButtonMenuItem m_size20
A font choice.
-
m_size18
javax.swing.JRadioButtonMenuItem m_size18
A font choice.
-
m_size16
javax.swing.JRadioButtonMenuItem m_size16
A font choice.
-
m_size14
javax.swing.JRadioButtonMenuItem m_size14
A font choice.
-
m_size12
javax.swing.JRadioButtonMenuItem m_size12
A font choice.
-
m_size10
javax.swing.JRadioButtonMenuItem m_size10
A font choice.
-
m_size8
javax.swing.JRadioButtonMenuItem m_size8
A font choice.
-
m_size6
javax.swing.JRadioButtonMenuItem m_size6
A font choice.
-
m_size4
javax.swing.JRadioButtonMenuItem m_size4
A font choice.
-
m_size2
javax.swing.JRadioButtonMenuItem m_size2
A font choice.
-
m_size1
javax.swing.JRadioButtonMenuItem m_size1
A font choice.
-
m_accept
javax.swing.JMenuItem m_accept
An option on the win menu.
-
m_nodeMenu
javax.swing.JPopupMenu m_nodeMenu
A right or middle click popup menu for nodes.
-
m_visualise
javax.swing.JMenuItem m_visualise
A visualize choice for the node, may not be available.
-
m_remChildren
javax.swing.JMenuItem m_remChildren
Similar to add children but now it removes children.
-
m_classifyChild
javax.swing.JMenuItem m_classifyChild
Use this to have J48 classify this node.
-
m_sendInstances
javax.swing.JMenuItem m_sendInstances
Use this to dump the instances from this node to the vis panel.
-
m_focusNode
int m_focusNode
The subscript for the currently selected node (this is an internal thing,
so the user is unaware of this).
-
m_highlightNode
int m_highlightNode
The Node the user is currently focused on , this is similar to focus node
except that it is used by other classes rather than this one.
-
m_listener
weka.gui.treevisualizer.TreeDisplayListener m_listener
-
m_FontColor
java.awt.Color m_FontColor
the font color.
-
m_BackgroundColor
java.awt.Color m_BackgroundColor
the background color.
-
m_NodeColor
java.awt.Color m_NodeColor
the node color.
-
m_LineColor
java.awt.Color m_LineColor
the line color.
-
m_ZoomBoxColor
java.awt.Color m_ZoomBoxColor
the color of the zoombox.
-
m_ZoomBoxXORColor
java.awt.Color m_ZoomBoxXORColor
the XOR color of the zoombox.
-
m_ShowBorder
boolean m_ShowBorder
whether to show the border or not.
-
classIndex
int classIndex