jas.hist
Class JASHist2DHistogramStyle

java.lang.Object
  |
  +--java.util.Observable
        |
        +--jas.hist.JASHistStyle
              |
              +--jas.hist.JASHist2DHistogramStyle
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JASHistScatterPlotStyle

public class JASHist2DHistogramStyle
extends JASHistStyle
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int COLORMAP_COOL
           
static int COLORMAP_GRAYSCALE
           
static int COLORMAP_RAINBOW
           
static int COLORMAP_THERMAL
           
static int COLORMAP_USERDEFINED
           
static int COLORMAP_WARM
           
static int STYLE_3DLEGOPLOT
           
static int STYLE_3DSURFACEPLOT
           
static int STYLE_BOX
           
static int STYLE_COLORMAP
           
static int STYLE_ELLIPSE
           
 
Constructor Summary
JASHist2DHistogramStyle()
           
 
Method Summary
protected  void changeNotify()
           
 int getColorMapScheme()
           
 java.awt.Color getEndDataColor()
           
 int getHistStyle()
           
 boolean getLogZ()
           
 java.awt.Color getOverflowBinColor()
           
 java.awt.Color getShapeColor()
           
 boolean getShowOverflow()
           
 boolean getShowPlot()
           
 java.awt.Color getStartDataColor()
           
 void setColorMapScheme(int nNewValue)
           
 void setEndDataColor(java.awt.Color nNewValue)
           
 void setHistStyle(int nNewValue)
           
 void setLogZ(boolean log)
           
 void setOverflowBinColor(java.awt.Color nNewValue)
           
 void setShapeColor(java.awt.Color nNewValue)
           
 void setShowOverflow(boolean bNewValue)
           
 void setShowPlot(boolean bNewValue)
           
 void setStartDataColor(java.awt.Color nNewValue)
           
 
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

STYLE_BOX

public static final int STYLE_BOX

STYLE_ELLIPSE

public static final int STYLE_ELLIPSE

STYLE_COLORMAP

public static final int STYLE_COLORMAP

STYLE_3DLEGOPLOT

public static final int STYLE_3DLEGOPLOT

STYLE_3DSURFACEPLOT

public static final int STYLE_3DSURFACEPLOT

COLORMAP_WARM

public static final int COLORMAP_WARM

COLORMAP_COOL

public static final int COLORMAP_COOL

COLORMAP_THERMAL

public static final int COLORMAP_THERMAL

COLORMAP_RAINBOW

public static final int COLORMAP_RAINBOW

COLORMAP_GRAYSCALE

public static final int COLORMAP_GRAYSCALE

COLORMAP_USERDEFINED

public static final int COLORMAP_USERDEFINED
Constructor Detail

JASHist2DHistogramStyle

public JASHist2DHistogramStyle()
Method Detail

getHistStyle

public int getHistStyle()

setHistStyle

public void setHistStyle(int nNewValue)

getColorMapScheme

public int getColorMapScheme()

setColorMapScheme

public void setColorMapScheme(int nNewValue)

getShapeColor

public java.awt.Color getShapeColor()

setShapeColor

public void setShapeColor(java.awt.Color nNewValue)

getOverflowBinColor

public java.awt.Color getOverflowBinColor()

setOverflowBinColor

public void setOverflowBinColor(java.awt.Color nNewValue)

getStartDataColor

public java.awt.Color getStartDataColor()

setStartDataColor

public void setStartDataColor(java.awt.Color nNewValue)

getEndDataColor

public java.awt.Color getEndDataColor()

setEndDataColor

public void setEndDataColor(java.awt.Color nNewValue)

getShowOverflow

public boolean getShowOverflow()

setShowOverflow

public void setShowOverflow(boolean bNewValue)

getLogZ

public boolean getLogZ()

setLogZ

public void setLogZ(boolean log)

getShowPlot

public boolean getShowPlot()

setShowPlot

public void setShowPlot(boolean bNewValue)

changeNotify

protected void changeNotify()
Overrides:
changeNotify in class JASHistStyle