Uses of Class
jas.plot.EditableLabel

Packages that use EditableLabel
jas.hist   
jas.plot   
 

Uses of EditableLabel in jas.hist
 

Methods in jas.hist that return EditableLabel
 EditableLabel JASHistAxis.getLabelObject()
           
 EditableLabel ManagedAxis.getLabelObject()
           
 

Methods in jas.hist with parameters of type EditableLabel
 void JASHistAxis.setLabelObject(EditableLabel p_newLabel)
           
 void ManagedAxis.setLabelObject(EditableLabel p_newLabel)
          sets the label to be the EditableLabel passed in
 

Uses of EditableLabel in jas.plot
 

Methods in jas.plot that return EditableLabel
 EditableLabel Title.getLabel()
           
 EditableLabel DataArea.getLabel(Axis a)
           
 

Methods in jas.plot with parameters of type EditableLabel
 void DataArea.add(EditableLabel a, Object constraint)
           
 void DataArea.setLabel(Axis a, EditableLabel l)
           
 



Copyright © 2000-2011 FreeHEP. All Rights Reserved.