hep.analysis
Class ScatterStyle

java.lang.Object
  |
  +--hep.analysis.Style
        |
        +--hep.analysis.ScatterStyle
All Implemented Interfaces:
java.io.Serializable

public class ScatterStyle
extends Style

A style object for specifying the display style for 1-D histograms

See Also:
Serialized Form

Constructor Summary
ScatterStyle()
           
 
Method Summary
 void setDataPointColor(java.awt.Color value)
           
 void setDataPointSize(int value)
           
 void setDataPointSymbol(int value)
           
 void setDisplayAsScatterPlot(boolean value)
           
 
Methods inherited from class hep.analysis.Style
get, keys, put, putBoolean, putInt, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScatterStyle

public ScatterStyle()
Method Detail

setDataPointColor

public void setDataPointColor(java.awt.Color value)

setDataPointSymbol

public void setDataPointSymbol(int value)

setDataPointSize

public void setDataPointSize(int value)

setDisplayAsScatterPlot

public void setDisplayAsScatterPlot(boolean value)