|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generic style for any "scene part" on the plot. Scene parts are independent plottable objects like statistics and legend box, data area, title area etc etc.
Field Summary | |
static int |
BOTTOM_CENTER
Constants specifying position of the box's origin. |
static int |
BOTTOM_LEFT
Constants specifying position of the box's origin. |
static int |
BOTTOM_RIGHT
Constants specifying position of the box's origin. |
static int |
CENTER
Constants specifying position of the box's origin. |
static int |
MIDDLE_LEFT
Constants specifying position of the box's origin. |
static int |
MIDDLE_RIGHT
Constants specifying position of the box's origin. |
static int |
TOP_CENTER
Constants specifying position of the box's origin. |
static int |
TOP_LEFT
Constants specifying position of the box's origin. |
static int |
TOP_RIGHT
Constants specifying position of the box's origin. |
Method Summary | |
IFillStyle |
backgroundStyle()
Get the IFillStyle that controls the background of the scene part. |
IBorderStyle |
borderStyle()
Get the border style of the scene part. |
IFillStyle |
foregroundStyle()
Get the IFillStyle that controls the foreground of the scene part. |
double |
height()
|
int |
placement()
|
boolean |
setBackgroundStyle(IFillStyle fillStyle)
|
boolean |
setBorderStyle(IBorderStyle borderStyle)
|
boolean |
setForegroundStyle(IFillStyle fillStyle)
|
boolean |
setHeight(double height)
Set and get the height and the width of the box. |
boolean |
setPlacement(int originDefinition)
Get and specify the origin's definition. |
boolean |
setUnits(int unitsDefinition)
Get and specify the definition of the units used for the size and origin's position. |
boolean |
setWidth(double width)
|
boolean |
setX(double x)
Set and get the x and y coordinate of the box's origin. |
boolean |
setY(double y)
|
int |
units()
|
double |
width()
|
double |
x()
|
double |
y()
|
Methods inherited from interface hep.aida.IBaseStyle |
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type |
Field Detail |
public static final int BOTTOM_LEFT
public static final int MIDDLE_LEFT
public static final int TOP_LEFT
public static final int TOP_CENTER
public static final int TOP_RIGHT
public static final int MIDDLE_RIGHT
public static final int BOTTOM_RIGHT
public static final int BOTTOM_CENTER
public static final int CENTER
Method Detail |
public IFillStyle backgroundStyle()
public boolean setBackgroundStyle(IFillStyle fillStyle)
public IFillStyle foregroundStyle()
public boolean setForegroundStyle(IFillStyle fillStyle)
public IBorderStyle borderStyle()
public boolean setBorderStyle(IBorderStyle borderStyle)
public boolean setX(double x)
public boolean setY(double y)
public double x()
public double y()
public boolean setHeight(double height)
public boolean setWidth(double width)
public double height()
public double width()
public boolean setPlacement(int originDefinition)
public int placement()
public boolean setUnits(int unitsDefinition)
public int units()
|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |