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