|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.plotter.WeakStyleListener
hep.aida.ref.plotter.BaseStyle
hep.aida.ref.plotter.BoxStyle
public class 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 | |
|---|---|
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 class hep.aida.ref.plotter.BaseStyle |
|---|
addParent, addParentList, availableParameterOptions, availableParameters, child, children, deepestSetParameter, isMyParent, isParameterSet, isParameterSet, isVisible, name, parameter, parameterValue, parentList, removeAllParents, removeParent, reset, setParameter, setParameter, setParameter, setParameterDefault, setParent, setParentList, setVisible, styleChanged, type |
| Methods inherited from class java.lang.Object |
|---|
equals, 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 |
|---|
public IFillStyle backgroundStyle()
backgroundStyle in interface IBoxStylepublic boolean setBackgroundStyle(IFillStyle fillStyle)
setBackgroundStyle in interface IBoxStylepublic IFillStyle foregroundStyle()
foregroundStyle in interface IBoxStylepublic boolean setForegroundStyle(IFillStyle fillStyle)
setForegroundStyle in interface IBoxStylepublic IBorderStyle borderStyle()
borderStyle in interface IBoxStylepublic boolean setBorderStyle(IBorderStyle borderStyle)
setBorderStyle in interface IBoxStylepublic boolean setX(double x)
setX in interface IBoxStylepublic boolean setY(double y)
setY in interface IBoxStylepublic double x()
x in interface IBoxStylepublic double y()
y in interface IBoxStylepublic boolean setHeight(double height)
setHeight in interface IBoxStylepublic boolean setWidth(double width)
setWidth in interface IBoxStylepublic double height()
height in interface IBoxStylepublic double width()
width in interface IBoxStylepublic boolean setPlacement(int originDefinition)
setPlacement in interface IBoxStylepublic int placement()
placement in interface IBoxStylepublic boolean setUnits(int unitsDefinition)
setUnits in interface IBoxStylepublic int units()
units in interface IBoxStyle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||