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
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 |
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
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 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