Package cz.vutbr.fit.layout.model
Interface Rect
-
- All Known Subinterfaces:
Area
,Box
,ContentRect
,TextChunk
- All Known Implementing Classes:
BoxImpl
,BoxImpl
,BoxNode
,DefaultArea
,DefaultBox
,DefaultContentRect
,DefaultTextChunk
,DefaultTreeContentRect
,RDFArea
,RDFBox
,RDFTextChunk
,Rectangular
,RectangularZ
,Separator
public interface Rect
A generic rectangle with certain position, width and height.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
int
getWidth()
int
getX1()
int
getX2()
int
getY1()
int
getY2()
void
move(int xofs, int yofs)
-