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 RectA generic rectangle with certain position, width and height.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHeight()intgetWidth()intgetX1()intgetX2()intgetY1()intgetY2()voidmove(int xofs, int yofs)
-