jas.hist
Class JASHist2DHistogramStyle

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

public class JASHist2DHistogramStyle
extends JASHistStyle
implements 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
           
 
Fields inherited from class jas.hist.JASHistStyle
DASHED, DOTDASH, DOTTED, SOLID, timeZone
 
Constructor Summary
JASHist2DHistogramStyle()
           
 
Method Summary
protected  void changeNotify()
           
 int getColorMapScheme()
           
 Color getEndDataColor()
           
 int getHistStyle()
           
 boolean getLogZ()
           
 Color getOverflowBinColor()
           
 Color getShapeColor()
           
 boolean getShowOverflow()
           
 boolean getShowPlot()
           
 boolean getShowZeroHeightBins()
           
 Color getStartDataColor()
           
 void setColorMapScheme(int nNewValue)
           
 void setEndDataColor(Color nNewValue)
           
 void setHistStyle(int nNewValue)
           
 void setLogZ(boolean log)
           
 void setOverflowBinColor(Color nNewValue)
           
 void setShapeColor(Color nNewValue)
           
 void setShowOverflow(boolean bNewValue)
           
 void setShowPlot(boolean bNewValue)
           
 void setShowZeroHeightBins(boolean show)
           
 void setStartDataColor(Color nNewValue)
           
 
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

STYLE_BOX

public static final int STYLE_BOX
See Also:
Constant Field Values

STYLE_ELLIPSE

public static final int STYLE_ELLIPSE
See Also:
Constant Field Values

STYLE_COLORMAP

public static final int STYLE_COLORMAP
See Also:
Constant Field Values

STYLE_3DLEGOPLOT

public static final int STYLE_3DLEGOPLOT
See Also:
Constant Field Values

STYLE_3DSURFACEPLOT

public static final int STYLE_3DSURFACEPLOT
See Also:
Constant Field Values

COLORMAP_WARM

public static final int COLORMAP_WARM
See Also:
Constant Field Values

COLORMAP_COOL

public static final int COLORMAP_COOL
See Also:
Constant Field Values

COLORMAP_THERMAL

public static final int COLORMAP_THERMAL
See Also:
Constant Field Values

COLORMAP_RAINBOW

public static final int COLORMAP_RAINBOW
See Also:
Constant Field Values

COLORMAP_GRAYSCALE

public static final int COLORMAP_GRAYSCALE
See Also:
Constant Field Values

COLORMAP_USERDEFINED

public static final int COLORMAP_USERDEFINED
See Also:
Constant Field Values
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 Color getShapeColor()

setShapeColor

public void setShapeColor(Color nNewValue)

getOverflowBinColor

public Color getOverflowBinColor()

setOverflowBinColor

public void setOverflowBinColor(Color nNewValue)

getStartDataColor

public Color getStartDataColor()

setStartDataColor

public void setStartDataColor(Color nNewValue)

getEndDataColor

public Color getEndDataColor()

setEndDataColor

public void setEndDataColor(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)

getShowZeroHeightBins

public boolean getShowZeroHeightBins()

setShowZeroHeightBins

public void setShowZeroHeightBins(boolean show)

changeNotify

protected void changeNotify()
Overrides:
changeNotify in class JASHistStyle


Copyright © 2000-2009 FreeHEP. All Rights Reserved.