jas.hist
Class JASHistScatterPlotStyle

java.lang.Object
  extended by java.util.Observable
      extended by jas.hist.JASHistStyle
          extended by jas.hist.JASHist2DHistogramStyle
              extended by jas.hist.JASHistScatterPlotStyle
All Implemented Interfaces:
Serializable

public final class JASHistScatterPlotStyle
extends JASHist2DHistogramStyle

See Also:
Serialized Form

Field Summary
static int SYMBOL_BOX
           
static int SYMBOL_CROSS
           
static int SYMBOL_DIAMOND
           
static int SYMBOL_HORIZ_LINE
           
static int SYMBOL_SQUARE
           
static int SYMBOL_STAR
           
static int SYMBOL_TRIANGLE
           
static int SYMBOL_VERT_LINE
           
 
Fields inherited from class jas.hist.JASHist2DHistogramStyle
COLORMAP_COOL, COLORMAP_GRAYSCALE, COLORMAP_RAINBOW, COLORMAP_THERMAL, COLORMAP_USERDEFINED, COLORMAP_WARM, STYLE_3DLEGOPLOT, STYLE_3DSURFACEPLOT, STYLE_BOX, STYLE_COLORMAP, STYLE_ELLIPSE
 
Fields inherited from class jas.hist.JASHistStyle
DASHED, DOTDASH, DOTTED, SOLID, timeZone
 
Constructor Summary
JASHistScatterPlotStyle()
           
 
Method Summary
 Color getDataPointColor()
           
 int getDataPointSize()
           
 int getDataPointStyle()
           
 boolean getDisplayAsScatterPlot()
           
 void setDataPointColor(Color nNewValue)
           
 void setDataPointSize(int newValue)
           
 void setDataPointStyle(int nNewValue)
           
 void setDisplayAsScatterPlot(boolean value)
           
 
Methods inherited from class jas.hist.JASHist2DHistogramStyle
changeNotify, getColorMapScheme, getEndDataColor, getHistStyle, getLogZ, getOverflowBinColor, getShapeColor, getShowOverflow, getShowPlot, getShowZeroHeightBins, getStartDataColor, setColorMapScheme, setEndDataColor, setHistStyle, setLogZ, setOverflowBinColor, setShapeColor, setShowOverflow, setShowPlot, setShowZeroHeightBins, setStartDataColor
 
Methods inherited from class jas.hist.JASHistStyle
endBatch, getCustomOverlay, getTimeZone, setCustomOverlay, setTimeZone, startBatch
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYMBOL_BOX

public static final int SYMBOL_BOX
See Also:
Constant Field Values

SYMBOL_TRIANGLE

public static final int SYMBOL_TRIANGLE
See Also:
Constant Field Values

SYMBOL_DIAMOND

public static final int SYMBOL_DIAMOND
See Also:
Constant Field Values

SYMBOL_STAR

public static final int SYMBOL_STAR
See Also:
Constant Field Values

SYMBOL_VERT_LINE

public static final int SYMBOL_VERT_LINE
See Also:
Constant Field Values

SYMBOL_HORIZ_LINE

public static final int SYMBOL_HORIZ_LINE
See Also:
Constant Field Values

SYMBOL_CROSS

public static final int SYMBOL_CROSS
See Also:
Constant Field Values

SYMBOL_SQUARE

public static final int SYMBOL_SQUARE
See Also:
Constant Field Values
Constructor Detail

JASHistScatterPlotStyle

public JASHistScatterPlotStyle()
Method Detail

getDisplayAsScatterPlot

public boolean getDisplayAsScatterPlot()

setDisplayAsScatterPlot

public void setDisplayAsScatterPlot(boolean value)

getDataPointStyle

public int getDataPointStyle()

setDataPointStyle

public void setDataPointStyle(int nNewValue)

getDataPointSize

public int getDataPointSize()

setDataPointSize

public void setDataPointSize(int newValue)

getDataPointColor

public Color getDataPointColor()

setDataPointColor

public void setDataPointColor(Color nNewValue)


Copyright © 2000-2009 FreeHEP. All Rights Reserved.