public class DwfWhipLogicalBox extends Object
Represents logical box
Constructor and Description |
---|
DwfWhipLogicalBox()
Initializes a new instance of the
DwfWhipLogicalBox class |
DwfWhipLogicalBox(DwfWhipLogicalPoint min,
DwfWhipLogicalPoint max)
Initializes a new instance of the
DwfWhipLogicalBox class |
Modifier and Type | Method and Description |
---|---|
DwfWhipLogicalPoint |
getMax()
Gets maximal point of box
|
DwfWhipLogicalPoint |
getMin()
Gets minimal point of box
|
public DwfWhipLogicalBox()
Initializes a new instance of the DwfWhipLogicalBox
class
public DwfWhipLogicalBox(DwfWhipLogicalPoint min, DwfWhipLogicalPoint max)
Initializes a new instance of the DwfWhipLogicalBox
class
min
- minimal pointmax
- maximal pointpublic DwfWhipLogicalPoint getMin()
Gets minimal point of box
public DwfWhipLogicalPoint getMax()
Gets maximal point of box