@Portable public class DecisionServiceRectangleDimensionsSet extends Object implements RectangleDimensionsSet<DecisionServiceWidth,DecisionServiceHeight>
Modifier and Type | Field and Description |
---|---|
protected DecisionServiceHeight |
height |
protected DecisionServiceWidth |
width |
Constructor and Description |
---|
DecisionServiceRectangleDimensionsSet() |
DecisionServiceRectangleDimensionsSet(DecisionServiceWidth width,
DecisionServiceHeight height) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
DecisionServiceHeight |
getHeight() |
double |
getMaximumHeight() |
double |
getMaximumWidth() |
double |
getMinimumHeight() |
double |
getMinimumWidth() |
DecisionServiceWidth |
getWidth() |
int |
hashCode() |
void |
setHeight(DecisionServiceHeight height) |
void |
setWidth(DecisionServiceWidth width) |
protected DecisionServiceWidth width
protected DecisionServiceHeight height
public DecisionServiceRectangleDimensionsSet()
public DecisionServiceRectangleDimensionsSet(DecisionServiceWidth width, DecisionServiceHeight height)
public DecisionServiceWidth getWidth()
getWidth
in interface RectangleDimensionsSet<DecisionServiceWidth,DecisionServiceHeight>
public void setWidth(DecisionServiceWidth width)
setWidth
in interface RectangleDimensionsSet<DecisionServiceWidth,DecisionServiceHeight>
public DecisionServiceHeight getHeight()
getHeight
in interface RectangleDimensionsSet<DecisionServiceWidth,DecisionServiceHeight>
public void setHeight(DecisionServiceHeight height)
setHeight
in interface RectangleDimensionsSet<DecisionServiceWidth,DecisionServiceHeight>
public double getMinimumWidth()
getMinimumWidth
in interface RectangleDimensionsSet<DecisionServiceWidth,DecisionServiceHeight>
public double getMaximumWidth()
getMaximumWidth
in interface RectangleDimensionsSet<DecisionServiceWidth,DecisionServiceHeight>
public double getMinimumHeight()
getMinimumHeight
in interface RectangleDimensionsSet<DecisionServiceWidth,DecisionServiceHeight>
public double getMaximumHeight()
getMaximumHeight
in interface RectangleDimensionsSet<DecisionServiceWidth,DecisionServiceHeight>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.