@Portable public class DecisionServiceRectangleDimensionsSet extends Object implements RectangleDimensionsSet
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_HEIGHT |
static double |
DEFAULT_WIDTH |
protected Height |
height |
protected Width |
width |
| Constructor and Description |
|---|
DecisionServiceRectangleDimensionsSet() |
DecisionServiceRectangleDimensionsSet(Width width,
Height height) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Height |
getHeight() |
double |
getMaximumHeight() |
double |
getMaximumWidth() |
double |
getMinimumHeight() |
double |
getMinimumWidth() |
Width |
getWidth() |
int |
hashCode() |
void |
setHeight(Height height) |
void |
setWidth(Width width) |
public static final double DEFAULT_WIDTH
public static final double DEFAULT_HEIGHT
protected Width width
protected Height height
public DecisionServiceRectangleDimensionsSet()
public Width getWidth()
getWidth in interface RectangleDimensionsSetpublic void setWidth(Width width)
setWidth in interface RectangleDimensionsSetpublic Height getHeight()
getHeight in interface RectangleDimensionsSetpublic void setHeight(Height height)
setHeight in interface RectangleDimensionsSetpublic double getMinimumWidth()
getMinimumWidth in interface RectangleDimensionsSetpublic double getMaximumWidth()
getMaximumWidth in interface RectangleDimensionsSetpublic double getMinimumHeight()
getMinimumHeight in interface RectangleDimensionsSetpublic double getMaximumHeight()
getMaximumHeight in interface RectangleDimensionsSetCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.