Class ScatterPaintletMetaDataValue

  • All Implemented Interfaces:
    Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, ShallowCopySupporter<Paintlet>, SizeOfHandler, AntiAliasingSupporter, ColorProviderHandler, Paintlet, HitDetectorSupporter<AbstractScatterPlotHitDetector>, SizeBasedPaintlet, Serializable

    public class ScatterPaintletMetaDataValue
    extends AbstractScatterPlotPaintlet
    implements SizeBasedPaintlet
    Paintlet for displaying points on the scatter point as circles.

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -stroke-thickness <float> (property: strokeThickness)
        The thickness of the stroke.
        default: 1.0
        minimum: 0.01
     
    -color <java.awt.Color> (property: color)
        Stroke color for the paintlet
        default: #000000
     
    -anti-aliasing-enabled <boolean> (property: antiAliasingEnabled)
        If enabled, uses anti-aliasing for drawing lines.
        default: true
     
    -color-provider <adams.gui.visualization.core.ColorProvider> (property: colorProvider)
        The color provider to use when using a column for the plot colors.
        default: adams.gui.visualization.core.DefaultColorProvider
     
    -meta-data-key <java.lang.String> (property: metaDataKey)
        The key of the meta-data value to paint.
        default:
     
    -font <java.awt.Font> (property: font)
        The font to use for the meta-data value.
        default: Display-PLAIN-14
     
    -size <int> (property: size)
        The size of each data point.
        default: 5
        minimum: 1
     
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_MetaDataKey

        protected String m_MetaDataKey
        the meta-data key.
      • m_Font

        protected Font m_Font
        the label font.
      • m_DimensionsCache

        protected Map<String,​Dimension> m_DimensionsCache
        the dimensions cache (text -> dimension).
    • Constructor Detail

      • ScatterPaintletMetaDataValue

        public ScatterPaintletMetaDataValue()