Package | Description |
---|---|
org.kepler.monitor.figure |
Modifier and Type | Field and Description |
---|---|
protected BaseFigure.Orientation |
BaseFigure._orientation
Arbitrarily initialized to
Orientation.HORIZONTAL . |
Modifier and Type | Method and Description |
---|---|
BaseFigure.Orientation |
BaseFigure.getOrientation() |
static BaseFigure.Orientation |
BaseFigure.Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseFigure.Orientation[] |
BaseFigure.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseFigure.setOrientation(BaseFigure.Orientation orientation)
It only sets the orientation indicator.
|
void |
TrafficLightFigure.setOrientation(BaseFigure.Orientation orientation)
Sets the orientation and calls
BaseFigure.update() if the orientation
changes. |
void |
ProgressBarFigure.setOrientation(BaseFigure.Orientation orientation)
Sets the orientation and calls
BaseFigure.update() if the orientation
changes. |