jas.hist
Class JASHistStyle

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

public abstract class JASHistStyle
extends Observable
implements Serializable

See Also:
Serialized Form

Field Summary
static int DASHED
           
static int DOTDASH
           
static int DOTTED
           
static int SOLID
           
protected  TimeZone timeZone
           
 
Constructor Summary
JASHistStyle()
           
 
Method Summary
protected  void changeNotify()
           
 void endBatch()
           
 CustomOverlay getCustomOverlay()
           
 TimeZone getTimeZone()
           
 void setCustomOverlay(CustomOverlay o)
           
 void setTimeZone(TimeZone t)
           
 void 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

SOLID

public static final int SOLID
See Also:
Constant Field Values

DOTTED

public static final int DOTTED
See Also:
Constant Field Values

DASHED

public static final int DASHED
See Also:
Constant Field Values

DOTDASH

public static final int DOTDASH
See Also:
Constant Field Values

timeZone

protected TimeZone timeZone
Constructor Detail

JASHistStyle

public JASHistStyle()
Method Detail

setCustomOverlay

public void setCustomOverlay(CustomOverlay o)

getCustomOverlay

public CustomOverlay getCustomOverlay()

changeNotify

protected void changeNotify()

startBatch

public void startBatch()

endBatch

public void endBatch()

setTimeZone

public void setTimeZone(TimeZone t)

getTimeZone

public TimeZone getTimeZone()


Copyright © 2000-2009 FreeHEP. All Rights Reserved.