-
colorBuffer
DataBuffer colorBuffer
-
dist
float[] dist
-
colors
Color[] colors
-
bar_width
int bar_width
-
m_isNumeric
boolean m_isNumeric
True if the colouring attribute is numeric
-
m_spectrumHeight
int m_spectrumHeight
The height of the spectrum for numeric class
-
m_maxC
double m_maxC
The maximum value for the colouring attribute
-
m_minC
double m_minC
The minimum value for the colouring attribute
-
m_tickSize
int m_tickSize
The size of the ticks
-
m_labelMetrics
FontMetrics m_labelMetrics
Font metrics
-
m_labelFont
Font m_labelFont
The font used in labeling
-
m_HorizontalPad
int m_HorizontalPad
The amount of space to leave either side of the legend
-
m_precisionC
int m_precisionC
The precision with which to display real values
-
m_oldWidth
int m_oldWidth
The old width.
-
m_Instances
Instances m_Instances
Instances being plotted
-
m_colorList
ArrayList<E> m_colorList
the list of colours to use for colouring nominal attribute labels
-
m_Repainters
ArrayList<E> m_Repainters
An optional list of Components that use the colour list maintained by this
class. If the user changes a colour using the colour chooser, then these
components need to be repainted in order to display the change
-
m_ColourChangeListeners
ArrayList<E> m_ColourChangeListeners
An optional list of listeners who want to know when a colour changes.
Listeners are notified via an ActionEvent
-
m_DefaultColors
Color[] m_DefaultColors
default colours for colouring discrete class
-
m_backgroundColor
Color m_backgroundColor
if set, it allows this panel to steer away from setting up a color in the
color list that is equal to the background color