|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBoxStyle
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 |
|---|
static final int BOTTOM_LEFT
static final int MIDDLE_LEFT
static final int TOP_LEFT
static final int TOP_CENTER
static final int TOP_RIGHT
static final int MIDDLE_RIGHT
static final int BOTTOM_RIGHT
static final int BOTTOM_CENTER
static final int CENTER
| Method Detail |
|---|
IFillStyle backgroundStyle()
boolean setBackgroundStyle(IFillStyle fillStyle)
IFillStyle foregroundStyle()
boolean setForegroundStyle(IFillStyle fillStyle)
IBorderStyle borderStyle()
boolean setBorderStyle(IBorderStyle borderStyle)
boolean setX(double x)
boolean setY(double y)
double x()
double y()
boolean setHeight(double height)
boolean setWidth(double width)
double height()
double width()
boolean setPlacement(int originDefinition)
int placement()
boolean setUnits(int unitsDefinition)
int units()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||