jas.hist
Class JASHist1DFunctionStyle

java.lang.Object
  extended by java.util.Observable
      extended by jas.hist.JASHistStyle
          extended by jas.hist.JASHist1DFunctionStyle
All Implemented Interfaces:
Externalizable, Serializable

public class JASHist1DFunctionStyle
extends JASHistStyle
implements Externalizable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jas.hist.JASHistStyle
DASHED, DOTDASH, DOTTED, SOLID, timeZone
 
Constructor Summary
JASHist1DFunctionStyle()
           
 
Method Summary
 Color getLineColor()
           
 int getLineStyle()
           
 float getLineWidth()
           
 void readExternal(ObjectInput p)
           
 void setLineColor(Color nNewValue)
           
 void setLineStyle(int style)
           
 void setLineWidth(float width)
           
 void writeExternal(ObjectOutput p)
           
 
Methods inherited from class jas.hist.JASHistStyle
changeNotify, 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
 

Constructor Detail

JASHist1DFunctionStyle

public JASHist1DFunctionStyle()
Method Detail

writeExternal

public void writeExternal(ObjectOutput p)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput p)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

getLineColor

public Color getLineColor()

setLineColor

public void setLineColor(Color nNewValue)

getLineStyle

public int getLineStyle()

setLineStyle

public void setLineStyle(int style)

getLineWidth

public float getLineWidth()

setLineWidth

public void setLineWidth(float width)


Copyright © 2000-2009 FreeHEP. All Rights Reserved.