|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.aida.ref.plotter.BaseStyle hep.aida.ref.plotter.BoxStyle
Field Summary |
Fields inherited from interface hep.aida.IBoxStyle |
BOTTOM_CENTER, BOTTOM_LEFT, BOTTOM_RIGHT, CENTER, MIDDLE_LEFT, MIDDLE_RIGHT, TOP_CENTER, TOP_LEFT, TOP_RIGHT |
Constructor Summary | |
BoxStyle()
|
Method Summary | |
hep.aida.IFillStyle |
backgroundStyle()
Get the IFillStyle that controls the background of the scene part. |
hep.aida.IBorderStyle |
borderStyle()
Get the border style of the scene part. |
hep.aida.IFillStyle |
foregroundStyle()
Get the IFillStyle that controls the foreground of the scene part. |
double |
height()
|
protected void |
initializeBaseStyle()
Initialize the BaseStyle. |
int |
placement()
|
boolean |
setBackgroundStyle(hep.aida.IFillStyle fillStyle)
|
boolean |
setBorderStyle(hep.aida.IBorderStyle borderStyle)
|
boolean |
setForegroundStyle(hep.aida.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 class hep.aida.ref.plotter.BaseStyle |
addBaseStyle, addParameter, availableParameterOptions, availableParameters, child, children, deepestSetParameter, isParameterSet, isVisible, name, numberOfParameters, parameter, parameters, parameterValue, parent, reset, setName, setParameter, setParameter, setParameterDefault, setParent, setVisible, styleChanged, type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.aida.IBaseStyle |
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type |
Constructor Detail |
public BoxStyle()
Method Detail |
protected void initializeBaseStyle()
BaseStyle
initializeBaseStyle
in class BaseStyle
public hep.aida.IFillStyle backgroundStyle()
backgroundStyle
in interface hep.aida.IBoxStyle
public boolean setBackgroundStyle(hep.aida.IFillStyle fillStyle)
setBackgroundStyle
in interface hep.aida.IBoxStyle
public hep.aida.IFillStyle foregroundStyle()
foregroundStyle
in interface hep.aida.IBoxStyle
public boolean setForegroundStyle(hep.aida.IFillStyle fillStyle)
setForegroundStyle
in interface hep.aida.IBoxStyle
public hep.aida.IBorderStyle borderStyle()
borderStyle
in interface hep.aida.IBoxStyle
public boolean setBorderStyle(hep.aida.IBorderStyle borderStyle)
setBorderStyle
in interface hep.aida.IBoxStyle
public boolean setX(double x)
setX
in interface hep.aida.IBoxStyle
public boolean setY(double y)
setY
in interface hep.aida.IBoxStyle
public double x()
x
in interface hep.aida.IBoxStyle
public double y()
y
in interface hep.aida.IBoxStyle
public boolean setHeight(double height)
setHeight
in interface hep.aida.IBoxStyle
public boolean setWidth(double width)
setWidth
in interface hep.aida.IBoxStyle
public double height()
height
in interface hep.aida.IBoxStyle
public double width()
width
in interface hep.aida.IBoxStyle
public boolean setPlacement(int originDefinition)
setPlacement
in interface hep.aida.IBoxStyle
public int placement()
placement
in interface hep.aida.IBoxStyle
public boolean setUnits(int unitsDefinition)
setUnits
in interface hep.aida.IBoxStyle
public int units()
units
in interface hep.aida.IBoxStyle
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |