Modifier and Type | Class and Description |
---|---|
static class |
DatasetAttributes.DatasetAttributesPane |
Modifier and Type | Field and Description |
---|---|
static int |
FUNCTION |
static int |
GRAPHERRORS |
static int |
HISTOGRAM |
static int |
HISTOGRAM2D |
String |
optStat |
Constructor and Description |
---|
DatasetAttributes() |
DatasetAttributes(int datasetType) |
public static final int HISTOGRAM
public static final int HISTOGRAM2D
public static final int GRAPHERRORS
public static final int FUNCTION
public String optStat
public DatasetAttributes(int datasetType)
public DatasetAttributes()
public void setAttributes(DatasetAttributes attr)
public void setTitleX(String title)
public void setTitleY(String title)
public void setTitle(String title)
public void setLineColor(int color)
public void setLineWidth(int width)
public void setLineStyle(int style)
public void setMarkerColor(int color)
public void setMarkerSize(int size)
public void setMarkerStyle(int style)
public void setFillColor(int color)
public void setFillStyle(int style)
public boolean isDrawAxis()
public void setDrawAxis(boolean drawAxis)
public int getLineColor()
public int getLineWidth()
public int getLineStyle()
public int getMarkerColor()
public int getMarkerSize()
public int getMarkerStyle()
public int getFillColor()
public int getFillStyle()
public String getTitle()
public String getTitleX()
public String getTitleY()
public String getDrawOptions()
public void setDrawOptions(String drawOptions)
public DatasetAttributes clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public JPanel getPane()
public static void main(String[] args)
public int getDatasetType()
public void setDatasetType(int datasetType)
public void setOptStat(String optStat)
public String getOptStat()
public void setDefault()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics