public class Plottable extends Object implements Serializable
Constructor and Description |
---|
Plottable()
Sets drawing options
|
Modifier and Type | Method and Description |
---|---|
String |
getLabelX()
Get the label X
|
String |
getLabelY()
Get label Y
|
String |
getLabelZ()
Get label Z
|
String |
getTitle()
Get a new title
|
boolean |
is3D()
Is this plot for 3D canvas.
|
void |
set3D(boolean is3d)
Set 3D if this is for 3D canvas.
|
void |
setLabelX(String labelX)
Set lablel for X axis
|
void |
setLabelY(String labelY)
Set lablel for Y axis
|
void |
setLabelZ(String labelZ)
Set lablel for Z axis if applicable.
|
void |
setTitle(String title)
Set a new title
|
public void setTitle(String title)
title
- New Titlepublic String getTitle()
public void setLabelX(String labelX)
labelX
- labelpublic void setLabelY(String labelY)
labelY
- labelpublic void setLabelZ(String labelZ)
labelZ
- labelpublic String getLabelX()
public String getLabelY()
public String getLabelZ()
public boolean is3D()
public void set3D(boolean is3d)
is3d
- true if 3DJas4pp 1.5 © Java Analysis Studio for Particle Physics