jas.hist
Class JASHistScatterPlotStyle

java.lang.Object
  |
  +--java.util.Observable
        |
        +--jas.hist.JASHistStyle
              |
              +--jas.hist.JASHist2DHistogramStyle
                    |
                    +--jas.hist.JASHistScatterPlotStyle
All Implemented Interfaces:
java.io.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
 
Constructor Summary
JASHistScatterPlotStyle()
           
 
Method Summary
 java.awt.Color getDataPointColor()
           
 int getDataPointSize()
           
 int getDataPointStyle()
           
 boolean getDisplayAsScatterPlot()
           
 void setDataPointColor(java.awt.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, getStartDataColor, setColorMapScheme, setEndDataColor, setHistStyle, setLogZ, setOverflowBinColor, setShapeColor, setShowOverflow, setShowPlot, setStartDataColor
 
Methods inherited from class jas.hist.JASHistStyle
endBatch, getCustomOverlay, setCustomOverlay, 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

SYMBOL_TRIANGLE

public static final int SYMBOL_TRIANGLE

SYMBOL_DIAMOND

public static final int SYMBOL_DIAMOND

SYMBOL_STAR

public static final int SYMBOL_STAR

SYMBOL_VERT_LINE

public static final int SYMBOL_VERT_LINE

SYMBOL_HORIZ_LINE

public static final int SYMBOL_HORIZ_LINE

SYMBOL_CROSS

public static final int SYMBOL_CROSS

SYMBOL_SQUARE

public static final int SYMBOL_SQUARE
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 java.awt.Color getDataPointColor()

setDataPointColor

public void setDataPointColor(java.awt.Color nNewValue)