jas.hist
Class JASHist2DHistogramStyle
java.lang.Object
java.util.Observable
jas.hist.JASHistStyle
jas.hist.JASHist2DHistogramStyle
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JASHistScatterPlotStyle
public class JASHist2DHistogramStyle
- extends JASHistStyle
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JASHist2DHistogramStyle
public JASHist2DHistogramStyle()
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.